From eee496931bdc6329df48481b96ef8bc2523ec7db Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Fri, 11 Oct 2024 16:09:15 -0400 Subject: [PATCH 01/10] Bump version to debug deployment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb018e1b..75840a43 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "/logs-to-tsv/*" ] }, - "version": "1.1.3", + "version": "1.1.4", "repository": { "type": "git", "url": "https://github.com/NYPL/discovery-api.git" From fcb89eeeeab260e86d22b556e92b6ab75009776f Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Fri, 11 Oct 2024 16:21:07 -0400 Subject: [PATCH 02/10] Fix bug loading qa2 config --- lib/load-config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/load-config.js b/lib/load-config.js index e0e86d3c..164d3674 100644 --- a/lib/load-config.js +++ b/lib/load-config.js @@ -24,10 +24,12 @@ module.exports.loadConfig = async () => { // ECS task definition is using NODE_ENV, so we'll support that too for now const envTag = (process.env.ENV || process.env.NODE_ENV) - const env = envTag && - ['local', 'qa', 'qa-new-domain', 'production'].includes(envTag) + let env = envTag && + ['local', 'qa', 'qa2', 'production'].includes(envTag) ? envTag : 'production' + // ECS task definition for qa2 has NODE_ENV=qa2, so translate that to qa: + env = env === 'qa2' ? 'qa' : envTag const envPath = `config/${env}.env` // Load env vars From 691cc85832dd74d5b3a73809c3a3256308d5d570 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Fri, 11 Oct 2024 16:39:17 -0400 Subject: [PATCH 03/10] Fix issue building fixtures --- config/production.env | 1 - lib/load-config.js | 2 +- ...uery-0f26c40f7ddc819a3e2937b03e4f3e95.json | 965 ----------------- ...ery-11e27b0daa3aa791910c65ab19a08575.json} | 6 +- ...ery-26a11afdafa6aea99ed004732d137f84.json} | 285 +----- ...ery-2f8758c972bad5766e0b75f50e655159.json} | 5 +- ...ery-38e0ddaf4a675e70a470c4bbb48cf4e9.json} | 2 +- ...ery-3ab62cb3884964644f8c9019bd4afc7c.json} | 5 +- ...ery-44e74368d4e871ba3ddfae0f5fb8dedc.json} | 2 +- ...ery-519aeb5f85865c28ba15cd0a5029e84a.json} | 4 - ...ery-5584e25135437c27a3c9521792deda0c.json} | 6 +- ...ery-57ef970e43c492cac238ee4df7b5c463.json} | 6 +- ...uery-7cfba177da2fe8792d8384e2488717a8.json | 965 ----------------- ...ery-8a048e2804d6351b4e1a4738716ef64d.json} | 2 +- ...uery-9305e5f4097ebc0bf59c1bc4faf1e35e.json | 965 ----------------- ...ery-9b0e11d47d43369975c104aea94451f3.json} | 3 - ...ery-9fd51c5f2b1b58b560bd6406586ccabb.json} | 6 +- ...ery-a36ab4b7594662598ecd3b1649e3c43c.json} | 6 +- ...uery-a5e2c5a335c95d3d867d32435befcafd.json | 962 +++++++++++++++++ ...ery-aac491e628a4f3ffc92cbf2661be01b7.json} | 6 +- ...ery-baef204c49fcae54bc769b4e4ca28fb1.json} | 257 +---- ...ery-bcec18967a79379b02b969eb615a2e37.json} | 4 - ...uery-bd05b7b7a025e6484b794f71b5e5c552.json | 966 ------------------ ...uery-cb5ec62445b9d712ad1be948b4239ed1.json | 962 +++++++++++++++++ ...uery-d5152a626e1519e3375a4d4e9cb0d226.json | 962 +++++++++++++++++ ...uery-d5515f4697794f0ce92151027605d52f.json | 965 ----------------- ...ery-d941594a7f9f9e16be063f182dda2460.json} | 5 +- ...uery-d9a38d1b11751c1519bc9d4f725800b1.json | 962 +++++++++++++++++ ...ery-de2a8ddf12655ef8419998a6b00823f2.json} | 0 ...uery-eb286d1528c6b0524f8381d8f0b710d3.json | 962 +++++++++++++++++ ...ery-eb9e6b92cd06dc992a7801e4a7f74b8d.json} | 120 +-- 31 files changed, 4826 insertions(+), 5543 deletions(-) delete mode 100644 test/fixtures/query-0f26c40f7ddc819a3e2937b03e4f3e95.json rename test/fixtures/{query-8c03d5451882251f33daa6de500f2b3d.json => query-11e27b0daa3aa791910c65ab19a08575.json} (98%) rename test/fixtures/{query-90fe03b75feae842f698ac8bf0dca91c.json => query-26a11afdafa6aea99ed004732d137f84.json} (97%) rename test/fixtures/{query-4e460fdb4b7f3fde807d7c30e19ff9ae.json => query-2f8758c972bad5766e0b75f50e655159.json} (99%) rename test/fixtures/{query-35ab67a35060932c4c9edf34c4ff5eb4.json => query-38e0ddaf4a675e70a470c4bbb48cf4e9.json} (99%) rename test/fixtures/{query-65ee787e48f4dbaa9d5c4692aba19f67.json => query-3ab62cb3884964644f8c9019bd4afc7c.json} (99%) rename test/fixtures/{query-77b1b356d4a28ea3eab0e759454ca081.json => query-44e74368d4e871ba3ddfae0f5fb8dedc.json} (95%) rename test/fixtures/{query-b2f6d7f43c4b655407de6e77dc28a9bb.json => query-519aeb5f85865c28ba15cd0a5029e84a.json} (99%) rename test/fixtures/{query-59d5b33a7620d933a12ffa7e23f18d86.json => query-5584e25135437c27a3c9521792deda0c.json} (99%) rename test/fixtures/{query-a60ab2ee4b7cf7b1827f4aa8b122f65d.json => query-57ef970e43c492cac238ee4df7b5c463.json} (98%) delete mode 100644 test/fixtures/query-7cfba177da2fe8792d8384e2488717a8.json rename test/fixtures/{query-1dc1b0fae8d486a1b3269a1d70fe1544.json => query-8a048e2804d6351b4e1a4738716ef64d.json} (99%) delete mode 100644 test/fixtures/query-9305e5f4097ebc0bf59c1bc4faf1e35e.json rename test/fixtures/{query-81edd2280aed55af4ee7f79aaadd8f40.json => query-9b0e11d47d43369975c104aea94451f3.json} (99%) rename test/fixtures/{query-eb0ffe44b52015826f52f659f483f429.json => query-9fd51c5f2b1b58b560bd6406586ccabb.json} (98%) rename test/fixtures/{query-ad92557bd2f8736b6c401bf00bb94ac2.json => query-a36ab4b7594662598ecd3b1649e3c43c.json} (99%) create mode 100644 test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json rename test/fixtures/{query-3ae3f716460ee4bdd7d43d26d3630034.json => query-aac491e628a4f3ffc92cbf2661be01b7.json} (98%) rename test/fixtures/{query-17cd6e502bf79d20be13fe865eede15a.json => query-baef204c49fcae54bc769b4e4ca28fb1.json} (98%) rename test/fixtures/{query-198b0e17b8e2ae5f0b9b6f66e0a2b08e.json => query-bcec18967a79379b02b969eb615a2e37.json} (99%) delete mode 100644 test/fixtures/query-bd05b7b7a025e6484b794f71b5e5c552.json create mode 100644 test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json create mode 100644 test/fixtures/query-d5152a626e1519e3375a4d4e9cb0d226.json delete mode 100644 test/fixtures/query-d5515f4697794f0ce92151027605d52f.json rename test/fixtures/{query-7a47b76e8094985a9c3a40690b87c7c6.json => query-d941594a7f9f9e16be063f182dda2460.json} (99%) create mode 100644 test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json rename test/fixtures/{query-87c3ac012720c8d76575e5c58a9b32b5.json => query-de2a8ddf12655ef8419998a6b00823f2.json} (100%) create mode 100644 test/fixtures/query-eb286d1528c6b0524f8381d8f0b710d3.json rename test/fixtures/{query-061481537748c16823e14ab64de7203f.json => query-eb9e6b92cd06dc992a7801e4a7f74b8d.json} (99%) diff --git a/config/production.env b/config/production.env index f1ed32bf..cdb9a29e 100644 --- a/config/production.env +++ b/config/production.env @@ -16,7 +16,6 @@ ENCRYPTED_NYPL_OAUTH_SECRET=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAA NYPL_CORE_VERSION=v2.21 LOG_LEVEL=info -NAME_QUERIES=true FEATURES=on-site-edd SEARCH_ITEMS_SIZE=3 diff --git a/lib/load-config.js b/lib/load-config.js index 164d3674..e0915171 100644 --- a/lib/load-config.js +++ b/lib/load-config.js @@ -29,7 +29,7 @@ module.exports.loadConfig = async () => { ? envTag : 'production' // ECS task definition for qa2 has NODE_ENV=qa2, so translate that to qa: - env = env === 'qa2' ? 'qa' : envTag + env = env === 'qa2' ? 'qa' : env const envPath = `config/${env}.env` // Load env vars diff --git a/test/fixtures/query-0f26c40f7ddc819a3e2937b03e4f3e95.json b/test/fixtures/query-0f26c40f7ddc819a3e2937b03e4f3e95.json deleted file mode 100644 index 36155bd7..00000000 --- a/test/fixtures/query-0f26c40f7ddc819a3e2937b03e4f3e95.json +++ /dev/null @@ -1,965 +0,0 @@ -{ - "body": { - "took": 30, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 11, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 11, - "b22144813" - ], - "matched_queries": [ - "prefix identifierV2.value" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-8c03d5451882251f33daa6de500f2b3d.json b/test/fixtures/query-11e27b0daa3aa791910c65ab19a08575.json similarity index 98% rename from test/fixtures/query-8c03d5451882251f33daa6de500f2b3d.json rename to test/fixtures/query-11e27b0daa3aa791910c65ab19a08575.json index 285dbd84..c830b09a 100644 --- a/test/fixtures/query-8c03d5451882251f33daa6de500f2b3d.json +++ b/test/fixtures/query-11e27b0daa3aa791910c65ab19a08575.json @@ -1,6 +1,6 @@ { "body": { - "took": 11, + "took": 5, "timed_out": false, "_shards": { "total": 2, @@ -147,10 +147,6 @@ 833.6136, "b12709113" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix shelfMark.raw" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-90fe03b75feae842f698ac8bf0dca91c.json b/test/fixtures/query-26a11afdafa6aea99ed004732d137f84.json similarity index 97% rename from test/fixtures/query-90fe03b75feae842f698ac8bf0dca91c.json rename to test/fixtures/query-26a11afdafa6aea99ed004732d137f84.json index 7b33889b..46c28e3d 100644 --- a/test/fixtures/query-90fe03b75feae842f698ac8bf0dca91c.json +++ b/test/fixtures/query-26a11afdafa6aea99ed004732d137f84.json @@ -1,6 +1,6 @@ { "body": { - "took": 21, + "took": 18, "timed_out": false, "_shards": { "total": 2, @@ -201,14 +201,6 @@ 3846.9688, "b20970375" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "term nyplSource", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -436,13 +428,6 @@ 3765.0447, "pb2817873" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -666,13 +651,6 @@ 3765.0447, "pb2847934" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -884,14 +862,6 @@ 3661.4797, "b17982563" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "term nyplSource", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1123,14 +1093,6 @@ 3659.92, "b11361121" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "term nyplSource", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1368,14 +1330,6 @@ 3655.8032, "b17759113" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "term nyplSource", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1629,13 +1583,6 @@ 3653.5134, "pb9928178733506421" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1910,13 +1857,6 @@ 3653.5134, "pb9928479343506421" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2159,12 +2099,6 @@ 2079.113, "hb990052336220203941" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2417,12 +2351,6 @@ 650.64484, "b13056591" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2657,12 +2585,6 @@ 613.77527, "b13055466" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2911,12 +2833,6 @@ 611.7206, "b14570561" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3105,12 +3021,6 @@ 604.9607, "b11518415" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3354,12 +3264,6 @@ 587.1783, "b14095800" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3624,12 +3528,6 @@ 582.787, "b11875593" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3971,11 +3869,6 @@ 566.35614, "b13056620" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4209,12 +4102,6 @@ 564.62286, "b21290385" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4446,12 +4333,6 @@ 563.7195, "b21501833" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4706,11 +4587,6 @@ 563.4032, "b20684481" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4860,12 +4736,6 @@ 561.2665, "b13111123" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5126,11 +4996,6 @@ 559.3619, "b20661368" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5338,12 +5203,6 @@ 558.1951, "b19635190" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5643,12 +5502,6 @@ 558.1951, "b19635203" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5839,12 +5692,6 @@ 546.2584, "b21965138" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6086,11 +5933,6 @@ 544.44305, "pb6955197" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6338,11 +6180,6 @@ 544.417, "b11373665" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6611,12 +6448,6 @@ 543.88324, "b15868157" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6861,11 +6692,6 @@ 542.58746, "b19650848" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7130,11 +6956,6 @@ 541.97504, "b11373666" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7397,11 +7218,6 @@ 539.5599, "b11373667" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7667,11 +7483,6 @@ 539.412, "b11124847" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7955,10 +7766,6 @@ 536.016, "cb1808514" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8186,11 +7993,6 @@ 535.1493, "b12764697" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8388,12 +8190,6 @@ 535.0005, "b18576841" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8553,11 +8349,6 @@ 533.8672, "b13056190" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8832,12 +8623,6 @@ 533.7074, "b18806309" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9073,11 +8858,6 @@ 532.4152, "b16671423" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9330,11 +9110,6 @@ 530.58405, "b12769568" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9571,10 +9346,6 @@ 527.4734, "cb2444622" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9789,10 +9560,6 @@ 527.4734, "pb1257180" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10056,11 +9823,6 @@ 525.10767, "hb990099650640203941" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10287,11 +10049,6 @@ 524.37415, "b17174971" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10599,11 +10356,6 @@ 523.82556, "pb9969551973506421" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10843,11 +10595,6 @@ 519.2849, "b13060795" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11104,11 +10851,6 @@ 514.92004, "b11302028" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11350,11 +11092,6 @@ 514.92004, "b12227432" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11532,11 +11269,6 @@ 514.92004, "b14264413" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11697,11 +11429,6 @@ 514.92004, "b14267148" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11928,11 +11655,6 @@ 514.1784, "b13131869" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -12163,11 +11885,6 @@ 513.503, "b16601477" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-4e460fdb4b7f3fde807d7c30e19ff9ae.json b/test/fixtures/query-2f8758c972bad5766e0b75f50e655159.json similarity index 99% rename from test/fixtures/query-4e460fdb4b7f3fde807d7c30e19ff9ae.json rename to test/fixtures/query-2f8758c972bad5766e0b75f50e655159.json index ad577db3..0aee5053 100644 --- a/test/fixtures/query-4e460fdb4b7f3fde807d7c30e19ff9ae.json +++ b/test/fixtures/query-2f8758c972bad5766e0b75f50e655159.json @@ -1,6 +1,6 @@ { "body": { - "took": 8, + "took": 5, "timed_out": false, "_shards": { "total": 2, @@ -740,9 +740,6 @@ 11, "b22144813" ], - "matched_queries": [ - "prefix identifierV2.value" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-35ab67a35060932c4c9edf34c4ff5eb4.json b/test/fixtures/query-38e0ddaf4a675e70a470c4bbb48cf4e9.json similarity index 99% rename from test/fixtures/query-35ab67a35060932c4c9edf34c4ff5eb4.json rename to test/fixtures/query-38e0ddaf4a675e70a470c4bbb48cf4e9.json index c7749d37..fde6b66b 100644 --- a/test/fixtures/query-35ab67a35060932c4c9edf34c4ff5eb4.json +++ b/test/fixtures/query-38e0ddaf4a675e70a470c4bbb48cf4e9.json @@ -1,6 +1,6 @@ { "body": { - "took": 131, + "took": 8, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-65ee787e48f4dbaa9d5c4692aba19f67.json b/test/fixtures/query-3ab62cb3884964644f8c9019bd4afc7c.json similarity index 99% rename from test/fixtures/query-65ee787e48f4dbaa9d5c4692aba19f67.json rename to test/fixtures/query-3ab62cb3884964644f8c9019bd4afc7c.json index 1ce9e165..01e01ffa 100644 --- a/test/fixtures/query-65ee787e48f4dbaa9d5c4692aba19f67.json +++ b/test/fixtures/query-3ab62cb3884964644f8c9019bd4afc7c.json @@ -1,6 +1,6 @@ { "body": { - "took": 7, + "took": 6, "timed_out": false, "_shards": { "total": 2, @@ -740,9 +740,6 @@ 11, "b22144813" ], - "matched_queries": [ - "prefix identifierV2.value" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-77b1b356d4a28ea3eab0e759454ca081.json b/test/fixtures/query-44e74368d4e871ba3ddfae0f5fb8dedc.json similarity index 95% rename from test/fixtures/query-77b1b356d4a28ea3eab0e759454ca081.json rename to test/fixtures/query-44e74368d4e871ba3ddfae0f5fb8dedc.json index ef11b977..c4f617b9 100644 --- a/test/fixtures/query-77b1b356d4a28ea3eab0e759454ca081.json +++ b/test/fixtures/query-44e74368d4e871ba3ddfae0f5fb8dedc.json @@ -1,6 +1,6 @@ { "body": { - "took": 9, + "took": 7, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-b2f6d7f43c4b655407de6e77dc28a9bb.json b/test/fixtures/query-519aeb5f85865c28ba15cd0a5029e84a.json similarity index 99% rename from test/fixtures/query-b2f6d7f43c4b655407de6e77dc28a9bb.json rename to test/fixtures/query-519aeb5f85865c28ba15cd0a5029e84a.json index 8345e386..054ac26d 100644 --- a/test/fixtures/query-b2f6d7f43c4b655407de6e77dc28a9bb.json +++ b/test/fixtures/query-519aeb5f85865c28ba15cd0a5029e84a.json @@ -740,10 +740,6 @@ 21, "b22144813" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix idLccn" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-59d5b33a7620d933a12ffa7e23f18d86.json b/test/fixtures/query-5584e25135437c27a3c9521792deda0c.json similarity index 99% rename from test/fixtures/query-59d5b33a7620d933a12ffa7e23f18d86.json rename to test/fixtures/query-5584e25135437c27a3c9521792deda0c.json index 0a37db7f..01dc11fd 100644 --- a/test/fixtures/query-59d5b33a7620d933a12ffa7e23f18d86.json +++ b/test/fixtures/query-5584e25135437c27a3c9521792deda0c.json @@ -1,6 +1,6 @@ { "body": { - "took": 32, + "took": 5, "timed_out": false, "_shards": { "total": 2, @@ -740,10 +740,6 @@ 21, "b22144813" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix idLccn" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-a60ab2ee4b7cf7b1827f4aa8b122f65d.json b/test/fixtures/query-57ef970e43c492cac238ee4df7b5c463.json similarity index 98% rename from test/fixtures/query-a60ab2ee4b7cf7b1827f4aa8b122f65d.json rename to test/fixtures/query-57ef970e43c492cac238ee4df7b5c463.json index ccbe8e75..787da816 100644 --- a/test/fixtures/query-a60ab2ee4b7cf7b1827f4aa8b122f65d.json +++ b/test/fixtures/query-57ef970e43c492cac238ee4df7b5c463.json @@ -1,6 +1,6 @@ { "body": { - "took": 63, + "took": 6, "timed_out": false, "_shards": { "total": 2, @@ -151,10 +151,6 @@ 833.6136, "b12423567" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix shelfMark.raw" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-7cfba177da2fe8792d8384e2488717a8.json b/test/fixtures/query-7cfba177da2fe8792d8384e2488717a8.json deleted file mode 100644 index dd14c124..00000000 --- a/test/fixtures/query-7cfba177da2fe8792d8384e2488717a8.json +++ /dev/null @@ -1,965 +0,0 @@ -{ - "body": { - "took": 29, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 11, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 11, - "b22144813" - ], - "matched_queries": [ - "prefix identifierV2.value" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-1dc1b0fae8d486a1b3269a1d70fe1544.json b/test/fixtures/query-8a048e2804d6351b4e1a4738716ef64d.json similarity index 99% rename from test/fixtures/query-1dc1b0fae8d486a1b3269a1d70fe1544.json rename to test/fixtures/query-8a048e2804d6351b4e1a4738716ef64d.json index bfe9ca98..9e420ecd 100644 --- a/test/fixtures/query-1dc1b0fae8d486a1b3269a1d70fe1544.json +++ b/test/fixtures/query-8a048e2804d6351b4e1a4738716ef64d.json @@ -1,6 +1,6 @@ { "body": { - "took": 8, + "took": 17, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-9305e5f4097ebc0bf59c1bc4faf1e35e.json b/test/fixtures/query-9305e5f4097ebc0bf59c1bc4faf1e35e.json deleted file mode 100644 index 0644cd21..00000000 --- a/test/fixtures/query-9305e5f4097ebc0bf59c1bc4faf1e35e.json +++ /dev/null @@ -1,965 +0,0 @@ -{ - "body": { - "took": 9, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 11, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 11, - "b22144813" - ], - "matched_queries": [ - "prefix identifierV2.value" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-81edd2280aed55af4ee7f79aaadd8f40.json b/test/fixtures/query-9b0e11d47d43369975c104aea94451f3.json similarity index 99% rename from test/fixtures/query-81edd2280aed55af4ee7f79aaadd8f40.json rename to test/fixtures/query-9b0e11d47d43369975c104aea94451f3.json index ad577db3..d5e5193c 100644 --- a/test/fixtures/query-81edd2280aed55af4ee7f79aaadd8f40.json +++ b/test/fixtures/query-9b0e11d47d43369975c104aea94451f3.json @@ -740,9 +740,6 @@ 11, "b22144813" ], - "matched_queries": [ - "prefix identifierV2.value" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-eb0ffe44b52015826f52f659f483f429.json b/test/fixtures/query-9fd51c5f2b1b58b560bd6406586ccabb.json similarity index 98% rename from test/fixtures/query-eb0ffe44b52015826f52f659f483f429.json rename to test/fixtures/query-9fd51c5f2b1b58b560bd6406586ccabb.json index 27fbf234..2f2616b5 100644 --- a/test/fixtures/query-eb0ffe44b52015826f52f659f483f429.json +++ b/test/fixtures/query-9fd51c5f2b1b58b560bd6406586ccabb.json @@ -1,6 +1,6 @@ { "body": { - "took": 7, + "took": 9, "timed_out": false, "_shards": { "total": 2, @@ -167,10 +167,6 @@ 23, "b13627363" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix shelfMark.raw" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-ad92557bd2f8736b6c401bf00bb94ac2.json b/test/fixtures/query-a36ab4b7594662598ecd3b1649e3c43c.json similarity index 99% rename from test/fixtures/query-ad92557bd2f8736b6c401bf00bb94ac2.json rename to test/fixtures/query-a36ab4b7594662598ecd3b1649e3c43c.json index bd67b695..da3fbd6f 100644 --- a/test/fixtures/query-ad92557bd2f8736b6c401bf00bb94ac2.json +++ b/test/fixtures/query-a36ab4b7594662598ecd3b1649e3c43c.json @@ -1,6 +1,6 @@ { "body": { - "took": 7, + "took": 33, "timed_out": false, "_shards": { "total": 2, @@ -535,10 +535,6 @@ 677.532, "b11826883" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix shelfMark.raw" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json b/test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json new file mode 100644 index 00000000..b3f05e95 --- /dev/null +++ b/test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 34, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 21, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 21, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-3ae3f716460ee4bdd7d43d26d3630034.json b/test/fixtures/query-aac491e628a4f3ffc92cbf2661be01b7.json similarity index 98% rename from test/fixtures/query-3ae3f716460ee4bdd7d43d26d3630034.json rename to test/fixtures/query-aac491e628a4f3ffc92cbf2661be01b7.json index a5ca7b81..9ccf6f34 100644 --- a/test/fixtures/query-3ae3f716460ee4bdd7d43d26d3630034.json +++ b/test/fixtures/query-aac491e628a4f3ffc92cbf2661be01b7.json @@ -1,6 +1,6 @@ { "body": { - "took": 8, + "took": 6, "timed_out": false, "_shards": { "total": 2, @@ -189,10 +189,6 @@ 834.0157, "b13565153" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix shelfMark.raw" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-17cd6e502bf79d20be13fe865eede15a.json b/test/fixtures/query-baef204c49fcae54bc769b4e4ca28fb1.json similarity index 98% rename from test/fixtures/query-17cd6e502bf79d20be13fe865eede15a.json rename to test/fixtures/query-baef204c49fcae54bc769b4e4ca28fb1.json index 9e3fd1dc..078c6355 100644 --- a/test/fixtures/query-17cd6e502bf79d20be13fe865eede15a.json +++ b/test/fixtures/query-baef204c49fcae54bc769b4e4ca28fb1.json @@ -1,6 +1,6 @@ { "body": { - "took": 22, + "took": 17, "timed_out": false, "_shards": { "total": 2, @@ -201,14 +201,6 @@ 3846.9688, "b20970375" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "term nyplSource", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -445,13 +437,6 @@ 3765.0447, "pb2847934" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -719,13 +704,6 @@ 3653.5134, "pb9928479343506421" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term title.keywordLowercased", - "match_phrase title.folded", - "term title.keywordLowercasedStripped", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1001,12 +979,6 @@ 604.9607, "b11518415" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1257,11 +1229,6 @@ 544.44305, "pb6955197" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1528,12 +1495,6 @@ 543.88324, "b15868157" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1813,11 +1774,6 @@ 539.412, "b11124847" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2101,10 +2057,6 @@ 536.016, "cb1808514" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2372,12 +2324,6 @@ 533.7074, "b18806309" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2664,11 +2610,6 @@ 525.10767, "hb990099650640203941" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2966,11 +2907,6 @@ 523.82556, "pb9969551973506421" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3212,11 +3148,6 @@ 514.92004, "b12227432" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3496,11 +3427,6 @@ 513.503, "b22244189" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3780,11 +3706,6 @@ 513.503, "b22839633" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3950,11 +3871,6 @@ 512.31824, "b16579957" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4246,11 +4162,6 @@ 509.76538, "b10981311" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4538,11 +4449,6 @@ 509.76538, "b21766784" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4963,11 +4869,6 @@ 509.76538, "b21897112" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5157,11 +5058,6 @@ 508.07278, "b11294632" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5456,11 +5352,6 @@ 507.1503, "b22227752" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5726,10 +5617,6 @@ 494.44305, "pb5714692" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5964,11 +5851,6 @@ 492.33575, "hb990094818300203941" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6255,11 +6137,6 @@ 487.9371, "b22904468" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6519,11 +6396,6 @@ 487.56525, "b12004445" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6807,11 +6679,6 @@ 487.45587, "b22462271" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7088,11 +6955,6 @@ 483.70743, "b18437590" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7357,12 +7219,6 @@ 481.64728, "b20569949" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7529,10 +7385,6 @@ 478.7981, "hb990083677330203941" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7812,12 +7664,6 @@ 461.35995, "b13701585" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8128,11 +7974,6 @@ 460.5382, "cb2127025" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8385,11 +8226,6 @@ 456.22333, "b12082817" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8650,11 +8486,6 @@ 453.95895, "b18012067" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9049,11 +8880,6 @@ 453.95895, "b19838551" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9341,11 +9167,6 @@ 453.95895, "b22185434" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9630,11 +9451,6 @@ 453.92123, "hb990092192200203941" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9869,10 +9685,6 @@ 453.62738, "pb1162495" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10118,11 +9930,6 @@ 453.441, "b17794539" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10396,11 +10203,6 @@ 452.96228, "b17133475" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10665,11 +10467,6 @@ 452.51852, "b13111567" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11029,11 +10826,6 @@ 452.0683, "pb1794568" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11329,10 +11121,6 @@ 447.56516, "cb11446537" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11601,11 +11389,6 @@ 446.7666, "b11880207" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -11888,11 +11671,6 @@ 442.27206, "b22226823" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -12174,11 +11952,6 @@ 441.4234, "b22202337" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -12465,11 +12238,6 @@ 433.5406, "b18036289" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -12742,11 +12510,6 @@ 430.4639, "b15767926" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -13038,10 +12801,6 @@ 427.13397, "pb9921391513506421" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -13285,10 +13044,6 @@ 425.15027, "hb990088521070203941" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -13550,12 +13305,6 @@ 424.65564, "b15543258" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -13770,10 +13519,6 @@ 424.0701, "pb2139151" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-198b0e17b8e2ae5f0b9b6f66e0a2b08e.json b/test/fixtures/query-bcec18967a79379b02b969eb615a2e37.json similarity index 99% rename from test/fixtures/query-198b0e17b8e2ae5f0b9b6f66e0a2b08e.json rename to test/fixtures/query-bcec18967a79379b02b969eb615a2e37.json index e79c2b9a..054ac26d 100644 --- a/test/fixtures/query-198b0e17b8e2ae5f0b9b6f66e0a2b08e.json +++ b/test/fixtures/query-bcec18967a79379b02b969eb615a2e37.json @@ -740,10 +740,6 @@ 21, "b22144813" ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix idIsbn" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-bd05b7b7a025e6484b794f71b5e5c552.json b/test/fixtures/query-bd05b7b7a025e6484b794f71b5e5c552.json deleted file mode 100644 index 9adac242..00000000 --- a/test/fixtures/query-bd05b7b7a025e6484b794f71b5e5c552.json +++ /dev/null @@ -1,966 +0,0 @@ -{ - "body": { - "took": 13, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 21, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 21, - "b22144813" - ], - "matched_queries": [ - "prefix identifierV2.value", - "prefix shelfMark.raw" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json b/test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json new file mode 100644 index 00000000..01e01ffa --- /dev/null +++ b/test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 11, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 11, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-d5152a626e1519e3375a4d4e9cb0d226.json b/test/fixtures/query-d5152a626e1519e3375a4d4e9cb0d226.json new file mode 100644 index 00000000..b0afed79 --- /dev/null +++ b/test/fixtures/query-d5152a626e1519e3375a4d4e9cb0d226.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 11, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 11, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-d5515f4697794f0ce92151027605d52f.json b/test/fixtures/query-d5515f4697794f0ce92151027605d52f.json deleted file mode 100644 index 1ce9e165..00000000 --- a/test/fixtures/query-d5515f4697794f0ce92151027605d52f.json +++ /dev/null @@ -1,965 +0,0 @@ -{ - "body": { - "took": 7, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 11, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 11, - "b22144813" - ], - "matched_queries": [ - "prefix identifierV2.value" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-7a47b76e8094985a9c3a40690b87c7c6.json b/test/fixtures/query-d941594a7f9f9e16be063f182dda2460.json similarity index 99% rename from test/fixtures/query-7a47b76e8094985a9c3a40690b87c7c6.json rename to test/fixtures/query-d941594a7f9f9e16be063f182dda2460.json index 19081a2c..3f21422d 100644 --- a/test/fixtures/query-7a47b76e8094985a9c3a40690b87c7c6.json +++ b/test/fixtures/query-d941594a7f9f9e16be063f182dda2460.json @@ -1,6 +1,6 @@ { "body": { - "took": 35, + "took": 6, "timed_out": false, "_shards": { "total": 2, @@ -740,9 +740,6 @@ 171.1682, "b22144813" ], - "matched_queries": [ - "term uri" - ], "inner_hits": { "items": { "hits": { diff --git a/test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json b/test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json new file mode 100644 index 00000000..01e01ffa --- /dev/null +++ b/test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 11, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 11, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-87c3ac012720c8d76575e5c58a9b32b5.json b/test/fixtures/query-de2a8ddf12655ef8419998a6b00823f2.json similarity index 100% rename from test/fixtures/query-87c3ac012720c8d76575e5c58a9b32b5.json rename to test/fixtures/query-de2a8ddf12655ef8419998a6b00823f2.json diff --git a/test/fixtures/query-eb286d1528c6b0524f8381d8f0b710d3.json b/test/fixtures/query-eb286d1528c6b0524f8381d8f0b710d3.json new file mode 100644 index 00000000..2acba5b5 --- /dev/null +++ b/test/fixtures/query-eb286d1528c6b0524f8381d8f0b710d3.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 17, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 11, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 11, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-061481537748c16823e14ab64de7203f.json b/test/fixtures/query-eb9e6b92cd06dc992a7801e4a7f74b8d.json similarity index 99% rename from test/fixtures/query-061481537748c16823e14ab64de7203f.json rename to test/fixtures/query-eb9e6b92cd06dc992a7801e4a7f74b8d.json index 86c71402..9a4e6708 100644 --- a/test/fixtures/query-061481537748c16823e14ab64de7203f.json +++ b/test/fixtures/query-eb9e6b92cd06dc992a7801e4a7f74b8d.json @@ -1,6 +1,6 @@ { "body": { - "took": 21, + "took": 18, "timed_out": false, "_shards": { "total": 2, @@ -191,10 +191,6 @@ 536.016, "cb1808514" ], - "matched_queries": [ - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -473,11 +469,6 @@ 509.76538, "b10981311" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -764,11 +755,6 @@ 508.07278, "b11294632" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1024,11 +1010,6 @@ 452.51852, "b13111567" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1408,11 +1389,6 @@ 393.8682, "b18106748" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1653,11 +1629,6 @@ 391.10846, "b12382054" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -1943,11 +1914,6 @@ 390.62976, "b10861042" ], - "matched_queries": [ - "term nyplSource", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2325,11 +2291,6 @@ 348.65753, "hb990084815100203941" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2588,11 +2549,6 @@ 313.34534, "cb1677200" ], - "matched_queries": [ - "prefix title.keywordLowercasedStripped", - "match_phrase title.folded", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -2817,9 +2773,6 @@ 41.282616, "hb990060887580203941" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3084,9 +3037,6 @@ 33.641586, "hb990093581870203941" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3372,10 +3322,6 @@ 20.750334, "b11487687" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -3761,10 +3707,6 @@ 17.508217, "b17948355" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4096,10 +4038,6 @@ 16.200977, "b22159817" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4376,10 +4314,6 @@ 16.17397, "b15994132" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -4663,10 +4597,6 @@ 15.669971, "b15557108" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5060,10 +4990,6 @@ 15.552334, "b16645835" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5475,10 +5401,6 @@ 15.324522, "b21889069" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -5716,10 +5638,6 @@ 14.563528, "b21977011" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -6591,10 +6509,6 @@ 9.724907, "b21903183" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7369,10 +7283,6 @@ 9.7059765, "b21903200" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7601,9 +7511,6 @@ 9.69463, "cb3360572" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -7881,9 +7788,6 @@ 8.467016, "hb990088488550203941" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -8469,10 +8373,6 @@ 7.287669, "b10685709" ], - "matched_queries": [ - "term nyplSource", - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9031,9 +8931,6 @@ 6.7489405, "cb299666" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9340,9 +9237,6 @@ 5.178694, "cb11012105" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9671,9 +9565,6 @@ 3.116293, "cb13231291" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -9997,9 +9888,6 @@ 2.6456795, "cb10481947" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10310,9 +10198,6 @@ 1.9672642, "cb8273736" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { @@ -10698,9 +10583,6 @@ 0.6001911, "cb7580605" ], - "matched_queries": [ - "bib multi_match" - ], "inner_hits": { "items": { "hits": { From 9cb2cd01048ace9c453be94875eb229d2350fb5b Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Tue, 15 Oct 2024 08:48:46 -0400 Subject: [PATCH 04/10] Use 2024-10-14 qa index --- config/qa.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qa.env b/config/qa.env index 2c82ba10..7055c47b 100644 --- a/config/qa.env +++ b/config/qa.env @@ -1,6 +1,6 @@ # Greg built self-hosted qa domain: ENCRYPTED_ELASTICSEARCH_URI=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAJYwgZMGCSqGSIb3DQEHBqCBhTCBggIBADB9BgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDMIkDoQ9C/cCDCAq1wIBEIBQ+L3OgUGeOW9rs1CWkhpBjwM4LbbVRFIWedqew4UXIeSNMJ8cO9SNe4YGCUIoKwCDYt7W7ip3VtDRRRMVvz6QJw+Eg8ugTMVs2pbNFGNvaAQ= -ENCRYPTED_RESOURCES_INDEX=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAHIwcAYJKoZIhvcNAQcGoGMwYQIBADBcBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDEQrZlNp930LqpZVywIBEIAvpxx39QAHfdY1+Lxv54TnDVW3M5cSHiyTbuhaJgDK/3y+5iHyw6Y0MmtGdgnl5jQ= +ENCRYPTED_RESOURCES_INDEX=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAHIwcAYJKoZIhvcNAQcGoGMwYQIBADBcBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDNxOM6EK7KwwZE56SgIBEIAvjEuTWDQzzrtq8VX+gNIpc/LYi3Z1H6CDjlwAjmR0IvkPQT2DladPXJbaYiyD3/E= ENCRYPTED_ELASTICSEARCH_API_KEY=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAJ4wgZsGCSqGSIb3DQEHBqCBjTCBigIBADCBhAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAx+kryf2KUmGdBYD9sCARCAV3ygz3eXIdq8JX/wpG9JRWlTNMRcpNE1qT0zNlN4t+ZvXEoedLQa/3p1YjgHw06GIAdA9xtkMV4eH9a1K8uCvjP8XxxNKekcMj59TlResnu9QF3r7pGXuQ== ENCRYPTED_SCSB_URL=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAH8wfQYJKoZIhvcNAQcGoHAwbgIBADBpBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDBKllElmWYLxGOGopQIBEIA8JJyKde/8m8iCJGKR5D8HoTJhXHeyvw9eIDeuUNKiXLfJwoVz+PDAZSxkCQtM9O91zGhXbe3l6Bk1RlYJ From 6c1b0bb482c04e5dd3419b9d03496bdccfb32703 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Tue, 15 Oct 2024 09:09:27 -0400 Subject: [PATCH 05/10] Temporarily deploy qa2 branch to qa --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a755389f..d3cc90d7 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -21,7 +21,7 @@ jobs: contents: read runs-on: ubuntu-latest needs: tests - if: github.ref == 'refs/heads/qa' + if: github.ref == 'refs/heads/qa2' # Note: Temporarily deploying qa2 branch to qa deployment for testing, pre-merge steps: - name: Checkout repo uses: actions/checkout@v3 From ee44d5186218c1bc6f9206882bee332a51160885 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Wed, 16 Oct 2024 12:36:08 -0400 Subject: [PATCH 06/10] Fix bug applying filters across search scopes --- lib/elasticsearch/elastic-query-builder.js | 6 +++--- package-lock.json | 19 ++++++++++++++++--- package.json | 3 ++- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/lib/elasticsearch/elastic-query-builder.js b/lib/elasticsearch/elastic-query-builder.js index 1bfdfbd3..bbc2737d 100644 --- a/lib/elasticsearch/elastic-query-builder.js +++ b/lib/elasticsearch/elastic-query-builder.js @@ -36,6 +36,9 @@ class ElasticQueryBuilder { this.buildAllQuery() } + // Add user filters: + this.applyFilters() + // Apply global clauses: // Hide specific nypl-sources when configured to do so: this.applyHiddenNyplSources() @@ -83,9 +86,6 @@ class ElasticQueryBuilder { } } - // Add user filters: - this.applyFilters() - // Lastly, if any identifier-number params are present (lccn=, isbn=, etc), // add those clauses: if (this.request.hasIdentifierNumberParam()) { diff --git a/package-lock.json b/package-lock.json index f6bf46a7..bca1d187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discovery-api", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "discovery-api", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "@aws-sdk/client-kms": "^3.533.0", @@ -36,7 +36,8 @@ "sinon": "^17.0.1", "standard": "^17.0.1", "supertest": "^7.0.0", - "table": "^6.8.2" + "table": "^6.8.2", + "yaml": "^2.6.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -9587,6 +9588,18 @@ "node": ">=10" } }, + "node_modules/yaml": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", + "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", + "dev": true, + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/yargs": { "version": "16.2.0", "dev": true, diff --git a/package.json b/package.json index 75840a43..9c2a72c2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "sinon": "^17.0.1", "standard": "^17.0.1", "supertest": "^7.0.0", - "table": "^6.8.2" + "table": "^6.8.2", + "yaml": "^2.6.0" }, "scripts": { "test": "./node_modules/.bin/standard --env mocha && NODE_ENV=test ./node_modules/.bin/mocha test --exit", From ca37f6ae79204d969ebe6aa0c1345c86b686f6bd Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Thu, 17 Oct 2024 09:49:53 -0400 Subject: [PATCH 07/10] Updates following searchathon testing Updates: - Add search_scope=journal_title (to ease testing and because it really ought to be implemented in the discovery-api, not the front-end - Match on shelfmark lowercased - Allow smart-quotes in fully-quoted searches - Remove boost=1 on quoted creator/contrib phrase matching - Match on new idIsbn.clean and idIssn.clean (added 2024-10-17) - Updates qa index to 2024-10-16 (added shelfMark.keywordLowercased) --- config/qa.env | 2 +- lib/api-request.js | 8 +- lib/elasticsearch/config.js | 3 + lib/elasticsearch/elastic-query-builder.js | 72 +- lib/elasticsearch/utils.js | 2 +- swagger.v1.1.x.json | 2 + test/api-request.test.js | 4 + test/elastic-query-builder.test.js | 8 +- ...ery-0b94a3d48612b7def067c254f3ae08e2.json} | 4 +- ...ery-107fe3cf00cb821f9de8f70ebc8512ad.json} | 2 +- ...ery-1731cd5247baa2a5b7065391a66eca0e.json} | 4 +- ...ery-21b667ae1bee574cc4c2aae7f3e9c2b0.json} | 4 +- ...ery-240b5ecb8e3680a5141faf669f2a656b.json} | 2 +- ...ery-24f6b3be52db457067c232fb97110254.json} | 2 +- ...ery-2efeba804a2c39785fce03b93ece4558.json} | 6 +- ...ery-436ecd09cce9179142f59ee34413eb87.json} | 6 +- ...ery-4cce6dbd13eed818785235f84f251bfa.json} | 2 +- ...ery-4f60ceb24a20299f5f126ff480a59961.json} | 6 +- ...uery-56f38c19b88db67e03ae0e28560e4713.json | 962 ++++++++++++++++++ ...uery-75c1e306cb6bf9b019f0762a68ea1b9d.json | 962 ++++++++++++++++++ ...uery-79e45a3ce8bf694a33e8f4fe03efa8ec.json | 962 ++++++++++++++++++ ...ery-7e84c9f6d4ea002e41e954a81b78772b.json} | 6 +- ...uery-8a048e2804d6351b4e1a4738716ef64d.json | 517 ---------- ...ery-938e2f96f6a165203aa86a142e55c9a7.json} | 6 +- ...uery-9b0e11d47d43369975c104aea94451f3.json | 962 ------------------ ...ery-9c0c78501e930685255cf5c8ad463f61.json} | 4 +- ...uery-a5e2c5a335c95d3d867d32435befcafd.json | 962 ------------------ ...ery-ad89c61e52c12460cf1003ffcc9dad1b.json} | 2 +- ...uery-bcec18967a79379b02b969eb615a2e37.json | 962 ------------------ ...ery-c7bf6547f9a86b2293cae945f7dd7c57.json} | 6 +- ...uery-c852e7f41c2ab5716000a5d9e585c8b6.json | 962 ++++++++++++++++++ ...uery-cb5ec62445b9d712ad1be948b4239ed1.json | 962 ------------------ ...uery-d5b9454080039a4dbe6f045ad00be42c.json | 962 ++++++++++++++++++ ...uery-d941594a7f9f9e16be063f182dda2460.json | 962 ------------------ ...uery-d94a6cc5a2b97374b207af8c0841a82c.json | 962 ++++++++++++++++++ ...uery-d9a38d1b11751c1519bc9d4f725800b1.json | 962 ------------------ ...ery-e46a73c73ac4943085c62f711d0f5137.json} | 2 +- ...ery-f7a718578555ea0507a069768f847556.json} | 4 +- ...code-49ee27f2d9834e5cb92d4018a9468a64.json | 12 - test/resources-responses.test.js | 3 +- test/resources.test.js | 5 +- 41 files changed, 5877 insertions(+), 6373 deletions(-) rename test/fixtures/{query-3ab62cb3884964644f8c9019bd4afc7c.json => query-0b94a3d48612b7def067c254f3ae08e2.json} (99%) rename test/fixtures/{query-44e74368d4e871ba3ddfae0f5fb8dedc.json => query-107fe3cf00cb821f9de8f70ebc8512ad.json} (94%) rename test/fixtures/{query-d5152a626e1519e3375a4d4e9cb0d226.json => query-1731cd5247baa2a5b7065391a66eca0e.json} (99%) rename test/fixtures/{query-2f8758c972bad5766e0b75f50e655159.json => query-21b667ae1bee574cc4c2aae7f3e9c2b0.json} (99%) rename test/fixtures/{query-de2a8ddf12655ef8419998a6b00823f2.json => query-240b5ecb8e3680a5141faf669f2a656b.json} (94%) rename test/fixtures/{query-26a11afdafa6aea99ed004732d137f84.json => query-24f6b3be52db457067c232fb97110254.json} (99%) rename test/fixtures/{query-9fd51c5f2b1b58b560bd6406586ccabb.json => query-2efeba804a2c39785fce03b93ece4558.json} (99%) rename test/fixtures/{query-a36ab4b7594662598ecd3b1649e3c43c.json => query-436ecd09cce9179142f59ee34413eb87.json} (99%) rename test/fixtures/{query-eb9e6b92cd06dc992a7801e4a7f74b8d.json => query-4cce6dbd13eed818785235f84f251bfa.json} (99%) rename test/fixtures/{query-519aeb5f85865c28ba15cd0a5029e84a.json => query-4f60ceb24a20299f5f126ff480a59961.json} (99%) create mode 100644 test/fixtures/query-56f38c19b88db67e03ae0e28560e4713.json create mode 100644 test/fixtures/query-75c1e306cb6bf9b019f0762a68ea1b9d.json create mode 100644 test/fixtures/query-79e45a3ce8bf694a33e8f4fe03efa8ec.json rename test/fixtures/{query-57ef970e43c492cac238ee4df7b5c463.json => query-7e84c9f6d4ea002e41e954a81b78772b.json} (99%) delete mode 100644 test/fixtures/query-8a048e2804d6351b4e1a4738716ef64d.json rename test/fixtures/{query-aac491e628a4f3ffc92cbf2661be01b7.json => query-938e2f96f6a165203aa86a142e55c9a7.json} (99%) delete mode 100644 test/fixtures/query-9b0e11d47d43369975c104aea94451f3.json rename test/fixtures/{query-5584e25135437c27a3c9521792deda0c.json => query-9c0c78501e930685255cf5c8ad463f61.json} (99%) delete mode 100644 test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json rename test/fixtures/{query-38e0ddaf4a675e70a470c4bbb48cf4e9.json => query-ad89c61e52c12460cf1003ffcc9dad1b.json} (99%) delete mode 100644 test/fixtures/query-bcec18967a79379b02b969eb615a2e37.json rename test/fixtures/{query-11e27b0daa3aa791910c65ab19a08575.json => query-c7bf6547f9a86b2293cae945f7dd7c57.json} (99%) create mode 100644 test/fixtures/query-c852e7f41c2ab5716000a5d9e585c8b6.json delete mode 100644 test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json create mode 100644 test/fixtures/query-d5b9454080039a4dbe6f045ad00be42c.json delete mode 100644 test/fixtures/query-d941594a7f9f9e16be063f182dda2460.json create mode 100644 test/fixtures/query-d94a6cc5a2b97374b207af8c0841a82c.json delete mode 100644 test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json rename test/fixtures/{query-baef204c49fcae54bc769b4e4ca28fb1.json => query-e46a73c73ac4943085c62f711d0f5137.json} (99%) rename test/fixtures/{query-eb286d1528c6b0524f8381d8f0b710d3.json => query-f7a718578555ea0507a069768f847556.json} (99%) delete mode 100644 test/fixtures/scsb-by-barcode-49ee27f2d9834e5cb92d4018a9468a64.json diff --git a/config/qa.env b/config/qa.env index 7055c47b..80611c37 100644 --- a/config/qa.env +++ b/config/qa.env @@ -1,6 +1,6 @@ # Greg built self-hosted qa domain: ENCRYPTED_ELASTICSEARCH_URI=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAJYwgZMGCSqGSIb3DQEHBqCBhTCBggIBADB9BgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDMIkDoQ9C/cCDCAq1wIBEIBQ+L3OgUGeOW9rs1CWkhpBjwM4LbbVRFIWedqew4UXIeSNMJ8cO9SNe4YGCUIoKwCDYt7W7ip3VtDRRRMVvz6QJw+Eg8ugTMVs2pbNFGNvaAQ= -ENCRYPTED_RESOURCES_INDEX=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAHIwcAYJKoZIhvcNAQcGoGMwYQIBADBcBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDNxOM6EK7KwwZE56SgIBEIAvjEuTWDQzzrtq8VX+gNIpc/LYi3Z1H6CDjlwAjmR0IvkPQT2DladPXJbaYiyD3/E= +ENCRYPTED_RESOURCES_INDEX=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAHIwcAYJKoZIhvcNAQcGoGMwYQIBADBcBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDKS+EEsLB1iiqsC/YwIBEIAvBJpaq8IQcbTPYdgywjBfeUcMaWENUOftxSiVsdG01Rh56dDv/ITrYTHAqqXK/DU= ENCRYPTED_ELASTICSEARCH_API_KEY=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAJ4wgZsGCSqGSIb3DQEHBqCBjTCBigIBADCBhAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAx+kryf2KUmGdBYD9sCARCAV3ygz3eXIdq8JX/wpG9JRWlTNMRcpNE1qT0zNlN4t+ZvXEoedLQa/3p1YjgHw06GIAdA9xtkMV4eH9a1K8uCvjP8XxxNKekcMj59TlResnu9QF3r7pGXuQ== ENCRYPTED_SCSB_URL=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAH8wfQYJKoZIhvcNAQcGoHAwbgIBADBpBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDBKllElmWYLxGOGopQIBEIA8JJyKde/8m8iCJGKR5D8HoTJhXHeyvw9eIDeuUNKiXLfJwoVz+PDAZSxkCQtM9O91zGhXbe3l6Bk1RlYJ diff --git a/lib/api-request.js b/lib/api-request.js index 25e87f9c..c874b61b 100644 --- a/lib/api-request.js +++ b/lib/api-request.js @@ -2,6 +2,10 @@ * This class wraps request params to ease interpretting the query **/ +// Build regex pattern for matching a phrase fully enclosed in quotes (or smart quotes): +const QUOTE_CHARS = '"\u201C\u201D\u201E\u201F\u2033\u2036' +const IN_QUOTES_PATTERN = new RegExp(`^[${QUOTE_CHARS}][^${QUOTE_CHARS}]+[${QUOTE_CHARS}]$`) + class ApiRequest { static ADVANCED_SEARCH_PARAMS = ['title', 'subject', 'contributor'] static IDENTIFIER_NUMBER_PARAMS = ['isbn', 'issn', 'lccn', 'oclc'] @@ -43,10 +47,10 @@ class ApiRequest { } /** - * Returns true if query is fully wrapped in quotes + * Returns true if query is fully wrapped in quotes (or smart quotes) **/ queryIsFullyQuoted () { - return /^"[^"]+"$/.test(this.params.q) + return IN_QUOTES_PATTERN.test(this.params.q) } /** diff --git a/lib/elasticsearch/config.js b/lib/elasticsearch/config.js index d365ee00..be191e30 100644 --- a/lib/elasticsearch/config.js +++ b/lib/elasticsearch/config.js @@ -62,6 +62,9 @@ const SEARCH_SCOPES = { series: { fields: ['seriesStatement.folded'] }, + journal_title: { + fields: null + }, callnumber: { fields: null }, diff --git a/lib/elasticsearch/elastic-query-builder.js b/lib/elasticsearch/elastic-query-builder.js index bbc2737d..b3774370 100644 --- a/lib/elasticsearch/elastic-query-builder.js +++ b/lib/elasticsearch/elastic-query-builder.js @@ -22,6 +22,10 @@ class ElasticQueryBuilder { case 'title': this.buildTitleQuery() break + case 'journal_title': + this.buildTitleQuery() + this.requireIssuance('urn:biblevel:s') + break case 'subject': this.buildSubjectQuery() break @@ -187,6 +191,18 @@ class ElasticQueryBuilder { this.boostOnItemShelfmarkPrefix() } + /** + * Require a specific issuance (e.g. require 'urn:biblevel:s' for journal- + * title searches) + */ + requireIssuance (issuance) { + this.query.addFilter({ + term: { + 'issuance.id': issuance + } + }) + } + /** * Require exact phrase-match on named fields */ @@ -213,8 +229,9 @@ class ElasticQueryBuilder { prefixMatch('identifierV2.value', q), termMatch('uri', q), termMatch('items.idBarcode', q), - termMatch('idIsbn_clean', q), - prefixMatch('items.shelfMark.raw', q) + termMatch('idIsbn.clean', q), + termMatch('idIssn.clean', q), + prefixMatch('items.shelfMark.keywordLowercased', q) ] } }) @@ -233,17 +250,9 @@ class ElasticQueryBuilder { } }) } else if (this.request.params.issn) { - this.query.addMust({ term: { idIssn: this.request.params.issn } }) + this.query.addMust({ term: { 'idIssn.clean': this.request.params.issn } }) } else if (this.request.params.isbn) { - this.query.addMust({ - bool: { - should: [ - { term: { idIsbn: this.request.params.isbn } }, - { term: { idIsbn_clean: this.request.params.isbn } } - ], - minimum_should_match: 1 - } - }) + this.query.addMust({ term: { 'idIsbn.clean': this.request.params.isbn } }) } else if (this.request.params.oclc) { this.query.addMust({ term: { idOclc: this.request.params.oclc } }) } @@ -258,8 +267,8 @@ class ElasticQueryBuilder { this.query.addMust({ bool: { should: [ - prefixMatch('shelfMark.raw', q), - prefixMatch('items.shelfMark.raw', q) + prefixMatch('shelfMark.keywordLowercased', q), + prefixMatch('items.shelfMark.keywordLowercased', q) ] } }) @@ -350,14 +359,18 @@ class ElasticQueryBuilder { * Boost bibs with items having exact callnumber match **/ boostOnItemShelfmarkExact (boost = 50) { - this.query.addShould(termMatch('items.shelfMark.raw', this.request.querySansQuotes(), 50)) + this.query.addShould(termMatch('items.shelfMark.keywordLowercased', this.request.querySansQuotes(), boost)) + // Specially boost case-sensitive match: + this.query.addShould(termMatch('items.shelfMark.raw', this.request.querySansQuotes(), boost * 2)) } /** * Boost bibs with items having prefix callnumber match **/ boostOnItemShelfmarkPrefix (boost = 10) { - this.query.addShould(prefixMatch('items.shelfMark.raw', boost)) + this.query.addShould(prefixMatch('items.shelfMark.keywordLowercased', this.request.querySansQuotes(), boost)) + // Specially boost case-sensitive match: + this.query.addShould(prefixMatch('items.shelfMark.raw', this.request.querySansQuotes(), boost * 2)) } /** @@ -367,20 +380,27 @@ class ElasticQueryBuilder { const q = this.request.querySansQuotes() this.query.addShoulds([ - prefixMatch('identifierV2.value', q, 10), - termMatch('uri', q, 10), - prefixMatch('idIsbn', q, 10), + prefixMatch('identifierV2.value', q, 5), + termMatch('uri', q, 5), + + // Tiered matches on isbn: + prefixMatch('idIsbn.clean', q, 10), + termMatch('idIsbn.clean', q, 20), + termMatch('idIsbn', q, 20), + + // Tiered matches on issn: + prefixMatch('idIssn.clean', q, 10), + termMatch('idIssn.clean', q, 20), + termMatch('idIssn', q, 20), + prefixMatch('idLccn', q, 10), prefixMatch('idOclc', q, 10), - prefixMatch('shelfMark.raw', q, 10), + prefixMatch('shelfMark.keywordLowercased', q, 10), + prefixMatch('items.shelfMark.keywordLowercased', q, 10), + // I would like this to be a prefix, but doesn't seem to work: - termMatch('items.identifierV2.value', q), - prefixMatch('items.shelfMark.raw', q) + termMatch('items.identifierV2.value', q) ]) - - if (/\d{6,}/.test(this.request.querySansQuotes())) { - this.query.addShould(prefixMatch('idIsbn_clean', q)) - } } /** diff --git a/lib/elasticsearch/utils.js b/lib/elasticsearch/utils.js index d6a512cc..2f42d81c 100644 --- a/lib/elasticsearch/utils.js +++ b/lib/elasticsearch/utils.js @@ -94,7 +94,7 @@ const termMatch = (field, value, boost = 1) => { * Given a field name and a value, returns a plainobject representing a ES * `match_phrase` clause that can be inserted into a ES query */ -const phraseMatch = (field, value, boost = 1) => { +const phraseMatch = (field, value, boost = 0) => { return { match_phrase: { [field]: namedQuery({ diff --git a/swagger.v1.1.x.json b/swagger.v1.1.x.json index 402dcf95..b430ca8c 100644 --- a/swagger.v1.1.x.json +++ b/swagger.v1.1.x.json @@ -85,6 +85,7 @@ "enum": [ "all", "title", + "journal_title", "contributor", "subject", "series", @@ -287,6 +288,7 @@ "enum": [ "all", "title", + "journal_title", "contributor", "subject", "series", diff --git a/test/api-request.test.js b/test/api-request.test.js index a0021a1d..9a1eca68 100644 --- a/test/api-request.test.js +++ b/test/api-request.test.js @@ -31,6 +31,10 @@ describe('ApiRequest', function () { request = ApiRequest.fromParams({ q: '"toast"' }) expect(request.queryIsFullyQuoted()).to.eq(true) + // Test smart-quotes, the great scorge + request = ApiRequest.fromParams({ q: '“toast“' }) + expect(request.queryIsFullyQuoted()).to.eq(true) + request = ApiRequest.fromParams({ q: '"toast" and jam' }) expect(request.queryIsFullyQuoted()).to.eq(false) }) diff --git a/test/elastic-query-builder.test.js b/test/elastic-query-builder.test.js index f89adf1f..d0cc3b81 100644 --- a/test/elastic-query-builder.test.js +++ b/test/elastic-query-builder.test.js @@ -107,7 +107,7 @@ describe('ElasticQueryBuilder', () => { // Expect boosting on several identifier fields: expect(inst.query.toJson().bool.should) .to.be.a('array') - .have.lengthOf.at.least(9).at.most(11) + .have.lengthOf.at.least(15).at.most(16) }) }) @@ -118,13 +118,13 @@ describe('ElasticQueryBuilder', () => { // Expect multiple term/prefix matches on identifier fields: expect(inst.query.toJson()).to.nested - .include({ 'bool.must[0].bool.should[0].prefix.shelfMark\\.raw.value': 'toast' }) - .include({ 'bool.must[0].bool.should[1].nested.query.prefix.items\\.shelfMark\\.raw.value': 'toast' }) + .include({ 'bool.must[0].bool.should[0].prefix.shelfMark\\.keywordLowercased.value': 'toast' }) + .include({ 'bool.must[0].bool.should[1].nested.query.prefix.items\\.shelfMark\\.keywordLowercased.value': 'toast' }) // Expect boosting on several identifier fields: expect(inst.query.toJson().bool.should) .to.be.a('array') - .have.lengthOf.at.least(2).at.most(3) + .have.lengthOf.at.least(4).at.most(5) }) }) diff --git a/test/fixtures/query-3ab62cb3884964644f8c9019bd4afc7c.json b/test/fixtures/query-0b94a3d48612b7def067c254f3ae08e2.json similarity index 99% rename from test/fixtures/query-3ab62cb3884964644f8c9019bd4afc7c.json rename to test/fixtures/query-0b94a3d48612b7def067c254f3ae08e2.json index 01e01ffa..51f086bf 100644 --- a/test/fixtures/query-3ab62cb3884964644f8c9019bd4afc7c.json +++ b/test/fixtures/query-0b94a3d48612b7def067c254f3ae08e2.json @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b22144813", - "_score": 11, + "_score": 16, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -737,7 +737,7 @@ ] }, "sort": [ - 11, + 16, "b22144813" ], "inner_hits": { diff --git a/test/fixtures/query-44e74368d4e871ba3ddfae0f5fb8dedc.json b/test/fixtures/query-107fe3cf00cb821f9de8f70ebc8512ad.json similarity index 94% rename from test/fixtures/query-44e74368d4e871ba3ddfae0f5fb8dedc.json rename to test/fixtures/query-107fe3cf00cb821f9de8f70ebc8512ad.json index c4f617b9..3e591760 100644 --- a/test/fixtures/query-44e74368d4e871ba3ddfae0f5fb8dedc.json +++ b/test/fixtures/query-107fe3cf00cb821f9de8f70ebc8512ad.json @@ -1,6 +1,6 @@ { "body": { - "took": 7, + "took": 13, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-d5152a626e1519e3375a4d4e9cb0d226.json b/test/fixtures/query-1731cd5247baa2a5b7065391a66eca0e.json similarity index 99% rename from test/fixtures/query-d5152a626e1519e3375a4d4e9cb0d226.json rename to test/fixtures/query-1731cd5247baa2a5b7065391a66eca0e.json index b0afed79..1b7f1ad8 100644 --- a/test/fixtures/query-d5152a626e1519e3375a4d4e9cb0d226.json +++ b/test/fixtures/query-1731cd5247baa2a5b7065391a66eca0e.json @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b22144813", - "_score": 11, + "_score": 6, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -737,7 +737,7 @@ ] }, "sort": [ - 11, + 6, "b22144813" ], "inner_hits": { diff --git a/test/fixtures/query-2f8758c972bad5766e0b75f50e655159.json b/test/fixtures/query-21b667ae1bee574cc4c2aae7f3e9c2b0.json similarity index 99% rename from test/fixtures/query-2f8758c972bad5766e0b75f50e655159.json rename to test/fixtures/query-21b667ae1bee574cc4c2aae7f3e9c2b0.json index 0aee5053..69a6134f 100644 --- a/test/fixtures/query-2f8758c972bad5766e0b75f50e655159.json +++ b/test/fixtures/query-21b667ae1bee574cc4c2aae7f3e9c2b0.json @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b22144813", - "_score": 11, + "_score": 6, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -737,7 +737,7 @@ ] }, "sort": [ - 11, + 6, "b22144813" ], "inner_hits": { diff --git a/test/fixtures/query-de2a8ddf12655ef8419998a6b00823f2.json b/test/fixtures/query-240b5ecb8e3680a5141faf669f2a656b.json similarity index 94% rename from test/fixtures/query-de2a8ddf12655ef8419998a6b00823f2.json rename to test/fixtures/query-240b5ecb8e3680a5141faf669f2a656b.json index 9186999d..d4960197 100644 --- a/test/fixtures/query-de2a8ddf12655ef8419998a6b00823f2.json +++ b/test/fixtures/query-240b5ecb8e3680a5141faf669f2a656b.json @@ -1,6 +1,6 @@ { "body": { - "took": 6, + "took": 36, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-26a11afdafa6aea99ed004732d137f84.json b/test/fixtures/query-24f6b3be52db457067c232fb97110254.json similarity index 99% rename from test/fixtures/query-26a11afdafa6aea99ed004732d137f84.json rename to test/fixtures/query-24f6b3be52db457067c232fb97110254.json index 46c28e3d..3fbe3b40 100644 --- a/test/fixtures/query-26a11afdafa6aea99ed004732d137f84.json +++ b/test/fixtures/query-24f6b3be52db457067c232fb97110254.json @@ -1,6 +1,6 @@ { "body": { - "took": 18, + "took": 117, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-9fd51c5f2b1b58b560bd6406586ccabb.json b/test/fixtures/query-2efeba804a2c39785fce03b93ece4558.json similarity index 99% rename from test/fixtures/query-9fd51c5f2b1b58b560bd6406586ccabb.json rename to test/fixtures/query-2efeba804a2c39785fce03b93ece4558.json index 2f2616b5..3fd1ad81 100644 --- a/test/fixtures/query-9fd51c5f2b1b58b560bd6406586ccabb.json +++ b/test/fixtures/query-2efeba804a2c39785fce03b93ece4558.json @@ -1,6 +1,6 @@ { "body": { - "took": 9, + "took": 11, "timed_out": false, "_shards": { "total": 2, @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b13627363", - "_score": 23, + "_score": 6, "_source": { "extent": [ "128 p. illus." @@ -164,7 +164,7 @@ ] }, "sort": [ - 23, + 6, "b13627363" ], "inner_hits": { diff --git a/test/fixtures/query-a36ab4b7594662598ecd3b1649e3c43c.json b/test/fixtures/query-436ecd09cce9179142f59ee34413eb87.json similarity index 99% rename from test/fixtures/query-a36ab4b7594662598ecd3b1649e3c43c.json rename to test/fixtures/query-436ecd09cce9179142f59ee34413eb87.json index da3fbd6f..d01dc8e2 100644 --- a/test/fixtures/query-a36ab4b7594662598ecd3b1649e3c43c.json +++ b/test/fixtures/query-436ecd09cce9179142f59ee34413eb87.json @@ -1,6 +1,6 @@ { "body": { - "took": 33, + "took": 4, "timed_out": false, "_shards": { "total": 2, @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b11826883", - "_score": 677.532, + "_score": 1299.1257, "_source": { "extent": [ "v. : ill. ;" @@ -532,7 +532,7 @@ ] }, "sort": [ - 677.532, + 1299.1257, "b11826883" ], "inner_hits": { diff --git a/test/fixtures/query-eb9e6b92cd06dc992a7801e4a7f74b8d.json b/test/fixtures/query-4cce6dbd13eed818785235f84f251bfa.json similarity index 99% rename from test/fixtures/query-eb9e6b92cd06dc992a7801e4a7f74b8d.json rename to test/fixtures/query-4cce6dbd13eed818785235f84f251bfa.json index 9a4e6708..d3998f39 100644 --- a/test/fixtures/query-eb9e6b92cd06dc992a7801e4a7f74b8d.json +++ b/test/fixtures/query-4cce6dbd13eed818785235f84f251bfa.json @@ -1,6 +1,6 @@ { "body": { - "took": 18, + "took": 148, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-519aeb5f85865c28ba15cd0a5029e84a.json b/test/fixtures/query-4f60ceb24a20299f5f126ff480a59961.json similarity index 99% rename from test/fixtures/query-519aeb5f85865c28ba15cd0a5029e84a.json rename to test/fixtures/query-4f60ceb24a20299f5f126ff480a59961.json index 054ac26d..1b7f1ad8 100644 --- a/test/fixtures/query-519aeb5f85865c28ba15cd0a5029e84a.json +++ b/test/fixtures/query-4f60ceb24a20299f5f126ff480a59961.json @@ -1,6 +1,6 @@ { "body": { - "took": 6, + "took": 4, "timed_out": false, "_shards": { "total": 2, @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b22144813", - "_score": 21, + "_score": 6, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -737,7 +737,7 @@ ] }, "sort": [ - 21, + 6, "b22144813" ], "inner_hits": { diff --git a/test/fixtures/query-56f38c19b88db67e03ae0e28560e4713.json b/test/fixtures/query-56f38c19b88db67e03ae0e28560e4713.json new file mode 100644 index 00000000..57836834 --- /dev/null +++ b/test/fixtures/query-56f38c19b88db67e03ae0e28560e4713.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 22, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 93.36447, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 93.36447, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-75c1e306cb6bf9b019f0762a68ea1b9d.json b/test/fixtures/query-75c1e306cb6bf9b019f0762a68ea1b9d.json new file mode 100644 index 00000000..f1fea063 --- /dev/null +++ b/test/fixtures/query-75c1e306cb6bf9b019f0762a68ea1b9d.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 223.3819, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 223.3819, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-79e45a3ce8bf694a33e8f4fe03efa8ec.json b/test/fixtures/query-79e45a3ce8bf694a33e8f4fe03efa8ec.json new file mode 100644 index 00000000..661c86a2 --- /dev/null +++ b/test/fixtures/query-79e45a3ce8bf694a33e8f4fe03efa8ec.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 3, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-57ef970e43c492cac238ee4df7b5c463.json b/test/fixtures/query-7e84c9f6d4ea002e41e954a81b78772b.json similarity index 99% rename from test/fixtures/query-57ef970e43c492cac238ee4df7b5c463.json rename to test/fixtures/query-7e84c9f6d4ea002e41e954a81b78772b.json index 787da816..c0951459 100644 --- a/test/fixtures/query-57ef970e43c492cac238ee4df7b5c463.json +++ b/test/fixtures/query-7e84c9f6d4ea002e41e954a81b78772b.json @@ -1,6 +1,6 @@ { "body": { - "took": 6, + "took": 4, "timed_out": false, "_shards": { "total": 2, @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b12423567", - "_score": 833.6136, + "_score": 1607.4841, "_source": { "extent": [ "202 p." @@ -148,7 +148,7 @@ ] }, "sort": [ - 833.6136, + 1607.4841, "b12423567" ], "inner_hits": { diff --git a/test/fixtures/query-8a048e2804d6351b4e1a4738716ef64d.json b/test/fixtures/query-8a048e2804d6351b4e1a4738716ef64d.json deleted file mode 100644 index 9e420ecd..00000000 --- a/test/fixtures/query-8a048e2804d6351b4e1a4738716ef64d.json +++ /dev/null @@ -1,517 +0,0 @@ -{ - "body": { - "took": 17, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "pb1717", - "_score": 813.0157, - "_source": { - "extent": [ - "x, 340 p. : ill. ;" - ], - "subjectLiteral_exploded": [ - "Cats", - "Cats -- Fiction", - "Cats" - ], - "publisherLiteral": [ - "Lothrop, Lee & Shepard Books," - ], - "description": [ - "More than 40 stories and essays about cats by famous writers." - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 1979 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Cat encounters : a cat-lover's anthology /" - ], - "createdString": [ - "1979" - ], - "idLccn": [ - " 79002437 " - ], - "contributorLiteral": [ - "Lewis, Gogo.", - "Manley, Seon." - ], - "dateStartYear": [ - 1979 - ], - "identifierV2": [ - { - "type": "nypl:Bnumber", - "value": "1717" - }, - { - "type": "bf:Isbn", - "value": "0688419143" - }, - { - "type": "bf:Lccn", - "value": " 79002437 " - } - ], - "updatedAt": 1523549727960, - "publicationStatement": [ - "New York : Lothrop, Lee & Shepard Books, c1979." - ], - "identifier": [ - "urn:bnum:1717", - "urn:isbn:0688419143", - "urn:lccn: 79002437 " - ], - "idIsbn": [ - "0688419143" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1979" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Cats -- Fiction.", - "Cats." - ], - "titleDisplay": [ - "Cat encounters : a cat-lover's anthology / selected by Seon Manley & Gogo Lewis." - ], - "uri": "pb1717", - "lccClassification": [ - "SF445.5 .C378" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "New York :" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "24 cm." - ] - }, - "sort": [ - 813.0157, - "pb1717" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "pb1717", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:0003", - "label": "Princeton University Library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:32101087644330" - ], - "catalogItemType_packed": [ - "catalogItemType:1||non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available " - ], - "uri": "pi2775", - "shelfMark": [ - "SF445.5 .C378" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "SF445.5 .C378" - }, - { - "type": "bf:Barcode", - "value": "32101087644330" - } - ], - "idBarcode": [ - "32101087644330" - ], - "owner_packed": [ - "orgs:0003||Princeton University Library" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:1", - "label": "non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available " - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2024-07-11", - "_id": "pb9917173506421", - "_score": 812.6136, - "_source": { - "extent": [ - "x, 340 p. : ill. ;" - ], - "nyplSource": [ - "recap-pul" - ], - "subjectLiteral_exploded": [ - "Cats", - "Cats -- Fiction" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Lothrop, Lee & Shepard Books" - ], - "description": [ - "More than 40 stories and essays about cats by famous writers." - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "numItemsTotal": [ - 1 - ], - "createdYear": [ - 1979 - ], - "title": [ - "Cat encounters : a cat-lover's anthology" - ], - "type": [ - "nypl:Item" - ], - "numItemVolumesParsed": [ - 0 - ], - "createdString": [ - "1979" - ], - "idLccn": [ - "79002437" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Manley, Seon.", - "Lewis, Gogo." - ], - "dateStartYear": [ - 1979 - ], - "idOclc": [ - "ocm05102099", - "SCSB-817" - ], - "identifierV2": [ - { - "type": "nypl:Bnumber", - "value": "9917173506421" - }, - { - "type": "bf:Isbn", - "value": "0688419143" - }, - { - "type": "nypl:Oclc", - "value": "ocm05102099" - }, - { - "type": "nypl:Oclc", - "value": "SCSB-817" - }, - { - "type": "bf:Lccn", - "value": "79002437" - }, - { - "type": "bf:Identifier", - "value": "(CStRLIN)NJPG14139839-B" - }, - { - "type": "bf:Identifier", - "value": "(NjP)1717-princetondb" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)ocm05102099" - }, - { - "type": "bf:Identifier", - "value": "(NjP)Voyager1717" - } - ], - "updatedAt": 1696123690892, - "publicationStatement": [ - "New York : Lothrop, Lee & Shepard Books, c1979." - ], - "genreForm": [ - "Fiction." - ], - "idIsbn": [ - "0688419143" - ], - "identifier": [ - "urn:bnum:9917173506421", - "urn:isbn:0688419143", - "urn:oclc:ocm05102099", - "urn:oclc:SCSB-817", - "urn:lccn:79002437", - "urn:identifier:(CStRLIN)NJPG14139839-B", - "urn:identifier:(NjP)1717-princetondb", - "urn:identifier:(OCoLC)ocm05102099", - "urn:identifier:(NjP)Voyager1717" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1979" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Cats -- Fiction.", - "Cats." - ], - "titleDisplay": [ - "Cat encounters : a cat-lover's anthology / selected by Seon Manley & Gogo Lewis." - ], - "uri": "pb9917173506421", - "lccClassification": [ - "SF445.5 .C378" - ], - "placeOfPublication": [ - "New York" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "24 cm." - ], - "idIsbn_clean": [ - "0688419143" - ] - }, - "sort": [ - 812.6136, - "pb9917173506421" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "pb9917173506421", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:0003", - "label": "Princeton University Library" - } - ], - "identifier": [ - "urn:shelfmark:SF445.5 .C378", - "urn:barcode:32101087644330" - ], - "physicalLocation": [ - "SF445.5 .C378" - ], - "shelfMark_sort": "aSF445.5 .C000378", - "catalogItemType_packed": [ - "catalogItemType:1||non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "SF445.5 .C378" - ], - "uri": "pi23581765460006421", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "SF445.5 .C378" - }, - { - "type": "bf:Barcode", - "value": "32101087644330" - } - ], - "idBarcode": [ - "32101087644330" - ], - "owner_packed": [ - "orgs:0003||Princeton University Library" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:1", - "label": "non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "recapCustomerCode": [ - "PA" - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-aac491e628a4f3ffc92cbf2661be01b7.json b/test/fixtures/query-938e2f96f6a165203aa86a142e55c9a7.json similarity index 99% rename from test/fixtures/query-aac491e628a4f3ffc92cbf2661be01b7.json rename to test/fixtures/query-938e2f96f6a165203aa86a142e55c9a7.json index 9ccf6f34..3a26206b 100644 --- a/test/fixtures/query-aac491e628a4f3ffc92cbf2661be01b7.json +++ b/test/fixtures/query-938e2f96f6a165203aa86a142e55c9a7.json @@ -1,6 +1,6 @@ { "body": { - "took": 6, + "took": 4, "timed_out": false, "_shards": { "total": 2, @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b13565153", - "_score": 834.0157, + "_score": 1608.2854, "_source": { "extent": [ "430 p. : ill. ;" @@ -186,7 +186,7 @@ ] }, "sort": [ - 834.0157, + 1608.2854, "b13565153" ], "inner_hits": { diff --git a/test/fixtures/query-9b0e11d47d43369975c104aea94451f3.json b/test/fixtures/query-9b0e11d47d43369975c104aea94451f3.json deleted file mode 100644 index d5e5193c..00000000 --- a/test/fixtures/query-9b0e11d47d43369975c104aea94451f3.json +++ /dev/null @@ -1,962 +0,0 @@ -{ - "body": { - "took": 8, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 11, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 11, - "b22144813" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-5584e25135437c27a3c9521792deda0c.json b/test/fixtures/query-9c0c78501e930685255cf5c8ad463f61.json similarity index 99% rename from test/fixtures/query-5584e25135437c27a3c9521792deda0c.json rename to test/fixtures/query-9c0c78501e930685255cf5c8ad463f61.json index 01dc11fd..69a6134f 100644 --- a/test/fixtures/query-5584e25135437c27a3c9521792deda0c.json +++ b/test/fixtures/query-9c0c78501e930685255cf5c8ad463f61.json @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b22144813", - "_score": 21, + "_score": 6, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -737,7 +737,7 @@ ] }, "sort": [ - 21, + 6, "b22144813" ], "inner_hits": { diff --git a/test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json b/test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json deleted file mode 100644 index b3f05e95..00000000 --- a/test/fixtures/query-a5e2c5a335c95d3d867d32435befcafd.json +++ /dev/null @@ -1,962 +0,0 @@ -{ - "body": { - "took": 34, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 21, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 21, - "b22144813" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-38e0ddaf4a675e70a470c4bbb48cf4e9.json b/test/fixtures/query-ad89c61e52c12460cf1003ffcc9dad1b.json similarity index 99% rename from test/fixtures/query-38e0ddaf4a675e70a470c4bbb48cf4e9.json rename to test/fixtures/query-ad89c61e52c12460cf1003ffcc9dad1b.json index fde6b66b..045ebb5f 100644 --- a/test/fixtures/query-38e0ddaf4a675e70a470c4bbb48cf4e9.json +++ b/test/fixtures/query-ad89c61e52c12460cf1003ffcc9dad1b.json @@ -1,6 +1,6 @@ { "body": { - "took": 8, + "took": 4, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-bcec18967a79379b02b969eb615a2e37.json b/test/fixtures/query-bcec18967a79379b02b969eb615a2e37.json deleted file mode 100644 index 054ac26d..00000000 --- a/test/fixtures/query-bcec18967a79379b02b969eb615a2e37.json +++ /dev/null @@ -1,962 +0,0 @@ -{ - "body": { - "took": 6, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 21, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 21, - "b22144813" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-11e27b0daa3aa791910c65ab19a08575.json b/test/fixtures/query-c7bf6547f9a86b2293cae945f7dd7c57.json similarity index 99% rename from test/fixtures/query-11e27b0daa3aa791910c65ab19a08575.json rename to test/fixtures/query-c7bf6547f9a86b2293cae945f7dd7c57.json index c830b09a..47f467da 100644 --- a/test/fixtures/query-11e27b0daa3aa791910c65ab19a08575.json +++ b/test/fixtures/query-c7bf6547f9a86b2293cae945f7dd7c57.json @@ -1,6 +1,6 @@ { "body": { - "took": 5, + "took": 4, "timed_out": false, "_shards": { "total": 2, @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b12709113", - "_score": 833.6136, + "_score": 1607.4841, "_source": { "extent": [ "iv, 350 p. : ill., port. ;" @@ -144,7 +144,7 @@ ] }, "sort": [ - 833.6136, + 1607.4841, "b12709113" ], "inner_hits": { diff --git a/test/fixtures/query-c852e7f41c2ab5716000a5d9e585c8b6.json b/test/fixtures/query-c852e7f41c2ab5716000a5d9e585c8b6.json new file mode 100644 index 00000000..1b7f1ad8 --- /dev/null +++ b/test/fixtures/query-c852e7f41c2ab5716000a5d9e585c8b6.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json b/test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json deleted file mode 100644 index 01e01ffa..00000000 --- a/test/fixtures/query-cb5ec62445b9d712ad1be948b4239ed1.json +++ /dev/null @@ -1,962 +0,0 @@ -{ - "body": { - "took": 6, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 11, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 11, - "b22144813" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-d5b9454080039a4dbe6f045ad00be42c.json b/test/fixtures/query-d5b9454080039a4dbe6f045ad00be42c.json new file mode 100644 index 00000000..07f26331 --- /dev/null +++ b/test/fixtures/query-d5b9454080039a4dbe6f045ad00be42c.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 16, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 16, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-d941594a7f9f9e16be063f182dda2460.json b/test/fixtures/query-d941594a7f9f9e16be063f182dda2460.json deleted file mode 100644 index 3f21422d..00000000 --- a/test/fixtures/query-d941594a7f9f9e16be063f182dda2460.json +++ /dev/null @@ -1,962 +0,0 @@ -{ - "body": { - "took": 6, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 171.1682, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 171.1682, - "b22144813" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-d94a6cc5a2b97374b207af8c0841a82c.json b/test/fixtures/query-d94a6cc5a2b97374b207af8c0841a82c.json new file mode 100644 index 00000000..4d4fdc0c --- /dev/null +++ b/test/fixtures/query-d94a6cc5a2b97374b207af8c0841a82c.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 346.8155, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 346.8155, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json b/test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json deleted file mode 100644 index 01e01ffa..00000000 --- a/test/fixtures/query-d9a38d1b11751c1519bc9d4f725800b1.json +++ /dev/null @@ -1,962 +0,0 @@ -{ - "body": { - "took": 6, - "timed_out": false, - "_shards": { - "total": 2, - "successful": 2, - "skipped": 0, - "failed": 0 - }, - "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_score": 11, - "_source": { - "extent": [ - "1234, [1] pages, x leaves : illustrations ;", - "1234, [1] p., x leaves : ill. ;", - "Third description instance : More 3rd instance ;" - ], - "partOf": [ - "In: -- 773 0b" - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Publication Date (unformated) -- 362 1b" - ], - "publisherLiteral": [ - "Specious Publ. [prev.pub.-- 260.2b]", - "CopyCat pub. co. -- 260 bb" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 201 - ], - "parallelTitle": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "Q-TAG (852 8b q tag. Staff call in bib.)" - ], - "idLccn": [ - "LCCN -- 010", - "9790001138673", - "ISMN", - "Danacode", - "UPC", - "EAN" - ], - "idIssn": [ - "ISSN -- 022" - ], - "seriesStatement": [ - "440 Series ; v. number -- 440 b0", - "490 Series ; v. number -- 490 0b", - "Author, of series. CMA Test Records. -- 800 1b", - "CMA (Cat). CMA Test Records -- 810 2b " - ], - "dateStartYear": [ - 201 - ], - "parallelCreatorLiteral": [ - "‏גלוגר,מרים פ." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Q-TAG (852 8b q tag. Staff call in bib.)" - }, - { - "type": "nypl:Bnumber", - "value": "22144813" - }, - { - "type": "bf:Isbn", - "value": "0123456789" - }, - { - "type": "bf:Isbn", - "value": "9780123456786 (qualifier)" - }, - { - "type": "bf:Isbn", - "value": "ISBN -- 020" - }, - { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "ISBN -- 020 $z" - }, - { - "type": "bf:Lccn", - "value": "LCCN -- 010" - }, - { - "type": "bf:Lccn", - "value": "9790001138673" - }, - { - "type": "bf:Lccn", - "value": "ISMN" - }, - { - "type": "bf:Lccn", - "value": "Danacode" - }, - { - "type": "bf:Lccn", - "value": "UPC" - }, - { - "type": "bf:Lccn", - "value": "EAN" - }, - { - "type": "bf:Issn", - "value": "ISSN -- 022" - }, - { - "type": "bf:Identifier", - "value": "Report number. -- 027" - }, - { - "type": "bf:Identifier", - "value": "Publisher no. -- 028 02 " - }, - { - "type": "bf:Identifier", - "value": "Standard number (old RLIN, etc.) -- 035" - }, - { - "type": "bf:Identifier", - "value": "Sudoc no. -- 086" - }, - { - "type": "bf:Identifier", - "value": "GPO Item number. -- 074" - } - ], - "formerTitle": [ - "Former title -- 247 00" - ], - "updatedAt": 1711656889146, - "publicationStatement": [ - "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", - "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "identifier": [ - "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", - "urn:bnum:22144813", - "urn:isbn:0123456789", - "urn:isbn:9780123456786 (qualifier)", - "urn:isbn:ISBN -- 020", - "urn:isbn:ISBN -- 020 $z", - "urn:lccn:LCCN -- 010", - "urn:lccn:9790001138673", - "urn:lccn:ISMN", - "urn:lccn:Danacode", - "urn:lccn:UPC", - "urn:lccn:EAN", - "urn:issn:ISSN -- 022", - "urn:identifier:Report number. -- 027", - "urn:identifier:Publisher no. -- 028 02 ", - "urn:identifier:Standard number (old RLIN, etc.) -- 035", - "urn:identifier:Sudoc no. -- 086", - "urn:identifier:GPO Item number. -- 074" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Starving artist -- 600 00.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term -- 653" - ], - "titleAlt": [ - "Abrev. title -- 210 ", - "Key title -- 222 ", - "T tagged 240 Uniform title -- t240", - "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", - "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", - "Portion of title 246 30", - "Parallel title 246 31", - "Distinctive title 246 12", - "Other title 246 13", - "Cover title 246 14", - "Cover title 246 04", - "Added title page title 246 15", - "Running title 246 17", - "Caption title 246 16", - "Spine title 246 18", - "No type of title specified 246 3 blank", - "246 1 blank", - "Zaglavie Russiĭi", - "Added title -- 740 0b" - ], - "tableOfContents": [ - "Complete table of contents. -- 505 0b", - "1. Incomplete table of contents. -- First instance.-- 505 1b", - "2. Incomplete table of contents -- Second instance. 505 1b", - "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", - "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." - ], - "note": [ - { - "noteType": "Note", - "label": "Ordinary note. -- 500", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "²³¹", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "⠀⠀⠀\\___( ツ )___", - "type": "bf:Note" - }, - { - "noteType": "With", - "label": "Bound with note. -- 501", - "type": "bf:Note" - }, - { - "noteType": "Thesis", - "label": "Thesis -- (degree) note. -- 502", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references (p. [1235]). -- 504", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Access -- 506 blank,any", - "type": "bf:Note" - }, - { - "noteType": "Access", - "label": "Restricted Access -- 506 1,any", - "type": "bf:Note" - }, - { - "noteType": "Scale", - "label": "Scale (graphic) -- 507", - "type": "bf:Note" - }, - { - "noteType": "Credits", - "label": "Credits (Creation/production credits note) -- 508", - "type": "bf:Note" - }, - { - "noteType": "Performer", - "label": "Cast --511 1b", - "type": "bf:Note" - }, - { - "noteType": "Type of Report", - "label": "Type of Report. -- 513", - "type": "bf:Note" - }, - { - "noteType": "Data Quality", - "label": "Data quality -- 514", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Completely irregular. -- 515", - "type": "bf:Note" - }, - { - "noteType": "File Type", - "label": "File type. -- 516", - "type": "bf:Note" - }, - { - "noteType": "Event", - "label": "Event. -- 518", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", - "type": "bf:Note" - }, - { - "noteType": "Audience", - "label": "Audience (2): Test of 2nd 521 field.", - "type": "bf:Note" - }, - { - "noteType": "Coverage", - "label": "Coverage -- 522", - "type": "bf:Note" - }, - { - "noteType": "Cite As", - "label": "Cite as: The Mega-MARC test record. -- 524", - "type": "bf:Note" - }, - { - "noteType": "Supplement", - "label": "Supplement -- 525", - "type": "bf:Note" - }, - { - "noteType": "Study Program", - "label": "Study program -- 526 8b ", - "type": "bf:Note" - }, - { - "noteType": "Additional Formats", - "label": "Other test records available. -- 530", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Original Location", - "label": "Original location in SASB -- 535", - "type": "bf:Note" - }, - { - "noteType": "Funding", - "label": "Funding -- 536", - "type": "bf:Note" - }, - { - "noteType": "System Details", - "label": "System Details -- 538", - "type": "bf:Note" - }, - { - "noteType": "Terms of Use", - "label": "Use as test record -- 540", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source display-- 5411b", - "type": "bf:Note" - }, - { - "noteType": "Source", - "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", - "type": "bf:Note" - }, - { - "noteType": "Location of Other Archival Materials", - "label": "Location of Other Archival Materials -- 544", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 545", - "type": "bf:Note" - }, - { - "noteType": "Biography", - "label": "Biography -- 5451 Administrative history", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In English and non-roman scripts. -- 546", - "type": "bf:Note" - }, - { - "noteType": "Former Title", - "label": "Former title (complexity note) -- 547", - "type": "bf:Note" - }, - { - "noteType": "Issued By", - "label": "Issued by CCO -- 550", - "type": "bf:Note" - }, - { - "noteType": "Indexes/Finding Aids", - "label": "Indexes -- 555 bb", - "type": "bf:Note" - }, - { - "noteType": "Documentation", - "label": "Documentation (information about, note) -- 556", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance display --5611b", - "type": "bf:Note" - }, - { - "noteType": "Provenance", - "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", - "type": "bf:Note" - }, - { - "noteType": "Copy/Version", - "label": "Copy/Version (identification note) -- 562", - "type": "bf:Note" - }, - { - "noteType": "Binding", - "label": "Binding -- 563", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Complemented by Linking entry: Bogus title -- 580", - "type": "bf:Note" - }, - { - "noteType": "Linking Entry", - "label": "Linking Entry (complexity note) -- 580", - "type": "bf:Note" - }, - { - "noteType": "Publications", - "label": "Publications (about described material note) -- 581", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action display --583 1b", - "type": "bf:Note" - }, - { - "noteType": "Processing Action", - "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", - "type": "bf:Note" - }, - { - "noteType": "Exhibitions", - "label": "Exhibitions -- 585", - "type": "bf:Note" - }, - { - "noteType": "Awards", - "label": "Awards -- 586", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: 1900/1901. -- 588 1b", - "type": "bf:Note" - } - ], - "subjectLiteral_exploded": [ - "Starving artist", - "Starving artist -- 600 00", - "Artist, Starving, 1900-1999", - "Artist, Starving, 1900-1999 -- Autobiography.", - "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", - "testing 4 testing a testing b testing c testing d testing e testing g", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Corporate body subject.", - "Corporate body subject. -- 610 20", - "Secret Society of Catalogers", - "Secret Society of Catalogers -- Periodicals.", - "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", - "testing x as first subfield", - "testing x as first subfield -- testing v as second subfield.", - "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", - "Conference subject entry.", - "Conference subject entry. -- 611 20", - "Stonecutters' Annual Picnic 1995 : Springfield)", - "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", - "testing 4 testing a testing c testing d testing e testing g", - "testing 4 testing a testing c testing d testing e testing g -- testing v", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Uniform title", - "Life is a common square.", - "Life is a common square. -- Criticism.", - "Life is a common square. -- Criticism. -- 630 00 $l, $x", - "testing 4 testing a testing d testing e testing g", - "testing 4 testing a testing d testing e testing g -- testing v", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Textile industry testing datetesting", - "Textile industry testing datetesting -- 650 b0 $z, $x", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India", - "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", - "testing 4 testing a testing b testing c testing d testing e", - "testing 4 testing a testing b testing c testing d testing e -- testing v", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", - "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", - "New York (N.Y.)", - "New York (N.Y.) -- 21st century", - "New York (N.Y.) -- 21st century -- Diaries.", - "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", - "Undiscovered country.", - "Undiscovered country. -- 651 b0", - "testing 4 testing a testing e testing g", - "testing 4 testing a testing e testing g -- testing v", - "testing 4 testing a testing e testing g -- testing v -- testing x", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", - "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", - "Indexed term", - "Indexed term -- 653" - ], - "numItemDatesParsed": [ - 0 - ], - "description": [ - "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", - "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" - ], - "numItemsTotal": [ - 2 - ], - "dateEndString": [ - "2011" - ], - "title": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "201" - ], - "creatorLiteral": [ - "Gloger, Miriam.", - "BookOps. Cataloging. --110 2b ab.", - "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" - ], - "numElectronicResources": [ - 4 - ], - "contributorLiteral": [ - "Cramer, Richard, 1948-.", - "Cramer, Richard, 1948-", - "Bayer, Jeffrey.", - "Bayer, Jeffrey", - "New York Public Library Database Management Group. -- 710 2b", - "Conference added author. 711 2b", - "Added entry (uncontrolled name) -- 7201", - "Cramer, Richard, 1948- fmo", - "Virtual collection -- 791 2b" - ], - "donor": [ - "Donor / Sponsor -- 799 bb" - ], - "creatorModifiedName": "Miriam Gloger", - "uniformTitle": [ - "T tagged 240 Uniform title -- t240", - "Added title -- 730 0b", - "CMA Test Records -- 830 b0" - ], - "dateEndYear": [ - 2011 - ], - "parallelTitleAlt": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "зглавие руссий" - ], - "genreForm": [ - "Genre heading.", - "Blank pages and looks – Someplace – 1990.", - "testing a – testing b – testing c – testing v – testing x – testing y – testing z" - ], - "idIsbn": [ - "0123456789", - "9780123456786 (qualifier)", - "ISBN -- 020" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "201" - ], - "titleDisplay": [ - "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." - ], - "uri": "b22144813", - "electronicResources": [ - { - "label": "856 40", - "url": "http://blogs.nypl.org/rcramer/" - }, - { - "label": "Yizkor Book (NYPL resource) 856 41", - "url": "http://yizkor.nypl.org/index.php?id=2936" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" - } - ], - "parallelTitleDisplay": [ - "‏כותר שאינו באותיות לטינית = зглавие руссий." - ], - "placeOfPublication": [ - "[s.l.]", - "Long Island CIty, N.Y.", - "Production -- 264 b0 (RDA) ", - "Publisher -- 264 b1 (RDA)", - "Distributor -- 264 b2 (RDA)", - "Manufacturer -- 264 b3 (RDA)", - "Copyright Date -- 264 b4 (RDA)", - "Earlier Publisher -- 264 21 (RDA)", - "Earlier Distributor -- 264 22 (RDA)", - "Earlier Manufacturer -- 264 23 (RDA)", - "Earlier Copyright Date -- 264 24 (RDA)", - "Latest Publisher -- 264 31 (RDA)", - "Latest Distributor -- 264 32 (RDA)", - "Latest Manufacturer -- 264 33 (RDA)", - "Latest Copyright Date -- 264 34 (RDA)" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "supplementaryContent": [ - { - "label": "Contents", - "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" - }, - { - "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" - } - ], - "dimensions": [ - "26 cm +", - "26 cm. +", - "More 3rd instance -- 300 (3rd instance)" - ], - "idIsbn_clean": [ - "0123456789", - "9780123456786", - "020" - ] - }, - "sort": [ - 11, - "b22144813" - ], - "inner_hits": { - "items": { - "hits": { - "total": { - "value": 2, - "relation": "eq" - }, - "max_score": null, - "hits": [ - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "uri": "i37857771", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - }, - { - "type": "bf:Barcode", - "value": "3333333333" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "enumerationChronology": [ - "v.1" - ], - "idBarcode": [ - "3333333333" - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ] - }, - "sort": [ - " 1-" - ] - }, - { - "_index": "resources-2024-07-11", - "_id": "b22144813", - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "uri": "i37857772", - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - }, - { - "type": "bf:Barcode", - "value": "44455533322211" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "enumerationChronology": [ - "nothing" - ], - "idBarcode": [ - "44455533322211" - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200 -} \ No newline at end of file diff --git a/test/fixtures/query-baef204c49fcae54bc769b4e4ca28fb1.json b/test/fixtures/query-e46a73c73ac4943085c62f711d0f5137.json similarity index 99% rename from test/fixtures/query-baef204c49fcae54bc769b4e4ca28fb1.json rename to test/fixtures/query-e46a73c73ac4943085c62f711d0f5137.json index 078c6355..d5bc5c61 100644 --- a/test/fixtures/query-baef204c49fcae54bc769b4e4ca28fb1.json +++ b/test/fixtures/query-e46a73c73ac4943085c62f711d0f5137.json @@ -1,6 +1,6 @@ { "body": { - "took": 17, + "took": 316, "timed_out": false, "_shards": { "total": 2, diff --git a/test/fixtures/query-eb286d1528c6b0524f8381d8f0b710d3.json b/test/fixtures/query-f7a718578555ea0507a069768f847556.json similarity index 99% rename from test/fixtures/query-eb286d1528c6b0524f8381d8f0b710d3.json rename to test/fixtures/query-f7a718578555ea0507a069768f847556.json index 2acba5b5..eca505c5 100644 --- a/test/fixtures/query-eb286d1528c6b0524f8381d8f0b710d3.json +++ b/test/fixtures/query-f7a718578555ea0507a069768f847556.json @@ -18,7 +18,7 @@ { "_index": "resources-2024-07-11", "_id": "b22144813", - "_score": 11, + "_score": 6, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -737,7 +737,7 @@ ] }, "sort": [ - 11, + 6, "b22144813" ], "inner_hits": { diff --git a/test/fixtures/scsb-by-barcode-49ee27f2d9834e5cb92d4018a9468a64.json b/test/fixtures/scsb-by-barcode-49ee27f2d9834e5cb92d4018a9468a64.json deleted file mode 100644 index dbd009b6..00000000 --- a/test/fixtures/scsb-by-barcode-49ee27f2d9834e5cb92d4018a9468a64.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "itemBarcode": "32101087644330", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "32101087644330", - "itemAvailabilityStatus": "Available", - "errorMessage": null - } -] \ No newline at end of file diff --git a/test/resources-responses.test.js b/test/resources-responses.test.js index edb3d5de..350807b2 100644 --- a/test/resources-responses.test.js +++ b/test/resources-responses.test.js @@ -815,7 +815,8 @@ describe('Test Resources responses', function () { b11826883: 'JQL 08-18', b13627363: 'VPS (Rice, E. Cats, cats, & cats)', b12423567: 'AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)', - pb1717: 'SF445.5 .C378', + // TODO: Temporarily disable until shelfmark.keywordLowercased is in production index: + // pb1717: 'SF445.5 .C378', b13565153: 'VQG (Loudon, J. W. Gardening for ladies. 1854)', b12709113: 'IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)' } diff --git a/test/resources.test.js b/test/resources.test.js index 336b26a5..ffbfdb44 100644 --- a/test/resources.test.js +++ b/test/resources.test.js @@ -155,14 +155,13 @@ describe('Resources query', function () { const params = resourcesPrivMethods.parseSearchParams({ isbn: '0689844921' }) const body = resourcesPrivMethods.buildElasticBody(params) expect(body).to.nested - .include({ 'query.bool.must[0].bool.should[0].term.idIsbn': '0689844921' }) - .include({ 'query.bool.must[0].bool.should[1].term.idIsbn_clean': '0689844921' }) + .include({ 'query.bool.must[0].term.idIsbn\\.clean': '0689844921' }) }) it('processes issn correctly', () => { const params = resourcesPrivMethods.parseSearchParams({ issn: '1234-5678' }) const body = resourcesPrivMethods.buildElasticBody(params) - expect(body).to.nested.include({ 'query.bool.must[0].term.idIssn': '1234-5678' }) + expect(body).to.nested.include({ 'query.bool.must[0].term.idIssn\\.clean': '1234-5678' }) }) it('processes lccn correctly', () => { From 635c3d103ed1092ebd574201ce7d952611dfacb0 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Thu, 17 Oct 2024 15:46:12 -0400 Subject: [PATCH 08/10] Don't deploy qa2 to qa --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index d3cc90d7..a755389f 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -21,7 +21,7 @@ jobs: contents: read runs-on: ubuntu-latest needs: tests - if: github.ref == 'refs/heads/qa2' # Note: Temporarily deploying qa2 branch to qa deployment for testing, pre-merge + if: github.ref == 'refs/heads/qa' steps: - name: Checkout repo uses: actions/checkout@v3 From de0409f76cc02ef76eb5c862ba9751e33d578447 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Fri, 18 Oct 2024 08:42:11 -0400 Subject: [PATCH 09/10] Use resources-2024-10-17 qa index --- config/qa.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/qa.env b/config/qa.env index 80611c37..e52908d3 100644 --- a/config/qa.env +++ b/config/qa.env @@ -1,6 +1,6 @@ # Greg built self-hosted qa domain: ENCRYPTED_ELASTICSEARCH_URI=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAJYwgZMGCSqGSIb3DQEHBqCBhTCBggIBADB9BgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDMIkDoQ9C/cCDCAq1wIBEIBQ+L3OgUGeOW9rs1CWkhpBjwM4LbbVRFIWedqew4UXIeSNMJ8cO9SNe4YGCUIoKwCDYt7W7ip3VtDRRRMVvz6QJw+Eg8ugTMVs2pbNFGNvaAQ= -ENCRYPTED_RESOURCES_INDEX=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAHIwcAYJKoZIhvcNAQcGoGMwYQIBADBcBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDKS+EEsLB1iiqsC/YwIBEIAvBJpaq8IQcbTPYdgywjBfeUcMaWENUOftxSiVsdG01Rh56dDv/ITrYTHAqqXK/DU= +ENCRYPTED_RESOURCES_INDEX=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAHIwcAYJKoZIhvcNAQcGoGMwYQIBADBcBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDGjIeRRI3cN5LwfcmgIBEIAvkB3K4sxagpqspNa3b3BnJQgbw6Ic0jDhuXzk8gmrCiGNMR90YjTZmyLj9aVUN3M= ENCRYPTED_ELASTICSEARCH_API_KEY=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAJ4wgZsGCSqGSIb3DQEHBqCBjTCBigIBADCBhAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAx+kryf2KUmGdBYD9sCARCAV3ygz3eXIdq8JX/wpG9JRWlTNMRcpNE1qT0zNlN4t+ZvXEoedLQa/3p1YjgHw06GIAdA9xtkMV4eH9a1K8uCvjP8XxxNKekcMj59TlResnu9QF3r7pGXuQ== ENCRYPTED_SCSB_URL=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAAAH8wfQYJKoZIhvcNAQcGoHAwbgIBADBpBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDBKllElmWYLxGOGopQIBEIA8JJyKde/8m8iCJGKR5D8HoTJhXHeyvw9eIDeuUNKiXLfJwoVz+PDAZSxkCQtM9O91zGhXbe3l6Bk1RlYJ @@ -13,7 +13,7 @@ ENCRYPTED_NYPL_OAUTH_SECRET=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAA NYPL_CORE_VERSION=v2.21 -LOG_LEVEL=debug +LOG_LEVEL=info FEATURES=on-site-edd SEARCH_ITEMS_SIZE=3 From f1ebec662e8ed5a05a56258dfbbe93b3f760b0f7 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Fri, 18 Oct 2024 09:51:27 -0400 Subject: [PATCH 10/10] Validate uri in findByUri route, add updatedAtDate --- config/qa.env | 2 +- lib/jsonld_serializers.js | 7 +- lib/resources.js | 20 +- ...uery-0f39119a22aa5841e0de10b925f52b03.json | 1012 + ...uery-1367bcab600250a7a9de31be9159d305.json | 15659 ++++ ...uery-1672a25f4faaa5ac3220a27d6b3ee209.json | 14215 ++++ ...uery-208e50ae5be56bf638ffa334c645bd28.json | 259 + ...uery-20eaf260256f67731232e18f3ed913ba.json | 10853 +++ ...uery-25f8b6079682d4c9909c28a2e4dc5f9a.json | 962 + ...uery-28334de699329f29fd8216e978db9ab0.json | 962 + ...uery-336a8bd999790190e5b3c220f9b24131.json | 962 + ...uery-3585b2f8ae148f3995a53d324153add9.json | 13636 +++ ...uery-35d68f33793bfb9d2fbdba771c57e684.json | 21 + ...uery-387cd36e697980db9c6df08559fb18ad.json | 678 + ...uery-3af324167ba414fdc93d9653363b3467.json | 11993 +++ ...uery-3cd09c0b3947abc6d077bd1dd619e9b3.json | 9370 +++ ...uery-3ed87b42da90b77094588269a1d55956.json | 962 + ...uery-513a801a0bfc235c73d734df84d7864d.json | 284 + ...uery-613faea3b2d4486d6900c2cc65743562.json | 1010 + ...uery-650ef843e1c82cc8d5dc73e14f251cbf.json | 27190 ++++++ ...uery-6882d302b36e0a02e9e9c66ebd549e88.json | 678 + ...uery-6f39d9a282fdf052ac7e297f238a0505.json | 14209 ++++ ...uery-707e82a5cfda241bcffe99ea0e972a10.json | 1336 + ...uery-779379fe87324b12ee6565a41852b7ab.json | 962 + ...uery-7d9e85a2de5e6521991d266f57ba0f04.json | 10853 +++ ...uery-7ea3d25bc2ad25798190ecc0c6daeb25.json | 440 + ...uery-800804c33f3dd64463efc65de4debe17.json | 354 + ...uery-83c45ae81dc3330eca3e0e80b07afae1.json | 13358 +++ ...uery-84acf41118ccc2510fafb67456030a54.json | 24 +- ...uery-8a61d1e125169b4bf8522edee49a2898.json | 962 + ...uery-929158ef6530babd48394ef5390512a2.json | 345 + ...uery-976e492000eb691a2edc2ffc622c074a.json | 306 + ...uery-97d0128acbc159596c4cca66a6e44df9.json | 18702 +++++ ...uery-98fe5ca79f11a69fa96548ec09895402.json | 12899 +++ ...uery-9b49275a1afdf6925422e7e13e1cd802.json | 962 + ...uery-9dfe3112eaf13c42a15f09f01c31b5da.json | 69228 ++++++++++++++++ ...uery-a6252f0d138cb5887b0e041eb458e31e.json | 13636 +++ ...uery-a6e109e187675808b16924585974dc12.json | 21 + ...uery-aa47ab1a757bc3119941d6f616d4c9fb.json | 962 + ...uery-ab73aebc8bb3ec0e872fa56634962025.json | 33867 ++++++++ ...uery-acc410f16d2dce9fc5ca6fcd59dc66ca.json | 575 + ...uery-adf9fb0cb6b2ddbf8a07ab7abd2a716d.json | 863 + ...uery-aff8b073578be5a837b2d529f2eb89aa.json | 536 + ...uery-b302e35ec2327d3bb996a1c5007bf06d.json | 47 + ...uery-b54f66f3a6910d5defa8e24cbe8a511a.json | 12657 +++ ...uery-be55ad0ba68e4cea3a3101fcaf7531d8.json | 962 + ...uery-bf6caf242f418048cb7522997f55f4fa.json | 300 + ...uery-c178ba58a9de32d9c6274c5a805d1c03.json | 962 + ...uery-c2444ae2e0ac7599c9104c10e840ee1a.json | 11437 +++ ...uery-ca108bf57a48e780696b62fa55b762c2.json | 13636 +++ ...uery-cc9ac8df079b01781a46b3b096602c9a.json | 962 + ...uery-cfdab06564def0f049e34e634bdf4f8a.json | 284 + ...uery-d52cc52e4a5296d15be088619ebc97e8.json | 13636 +++ ...uery-dbade4d529ac9bce432e4a425809a743.json | 1336 + ...uery-df30b31ca38a7e40cd8bd9778386e0ec.json | 962 + ...uery-e0064d3fe01d09801fa38287f31365f9.json | 710 + ...uery-ea3775938eb329a0a01dd120e48defee.json | 300 + ...uery-ea715b9e10b9a6e2e1ae6abcb7bc25bb.json | 255 + ...uery-f0fd1d37f511390ccffcfcd64f192dde.json | 5044 ++ ...uery-f48e601750e63fb834e0b606b1a8d98a.json | 13613 +++ ...uery-f9731419fa73fca9bfc8d8503f7eed89.json | 329 + ...uery-f99eed9516b2010a23376a1c2e692196.json | 9410 +++ ...uery-fc39fb8908503de1997da25e1a3c6fd2.json | 9212 ++ ...uery-fc51968906bb8570e190853920a1ff27.json | 962 + test/resources-responses.test.js | 3 +- test/resources.test.js | 17 +- 66 files changed, 403148 insertions(+), 23 deletions(-) create mode 100644 test/fixtures/query-0f39119a22aa5841e0de10b925f52b03.json create mode 100644 test/fixtures/query-1367bcab600250a7a9de31be9159d305.json create mode 100644 test/fixtures/query-1672a25f4faaa5ac3220a27d6b3ee209.json create mode 100644 test/fixtures/query-208e50ae5be56bf638ffa334c645bd28.json create mode 100644 test/fixtures/query-20eaf260256f67731232e18f3ed913ba.json create mode 100644 test/fixtures/query-25f8b6079682d4c9909c28a2e4dc5f9a.json create mode 100644 test/fixtures/query-28334de699329f29fd8216e978db9ab0.json create mode 100644 test/fixtures/query-336a8bd999790190e5b3c220f9b24131.json create mode 100644 test/fixtures/query-3585b2f8ae148f3995a53d324153add9.json create mode 100644 test/fixtures/query-35d68f33793bfb9d2fbdba771c57e684.json create mode 100644 test/fixtures/query-387cd36e697980db9c6df08559fb18ad.json create mode 100644 test/fixtures/query-3af324167ba414fdc93d9653363b3467.json create mode 100644 test/fixtures/query-3cd09c0b3947abc6d077bd1dd619e9b3.json create mode 100644 test/fixtures/query-3ed87b42da90b77094588269a1d55956.json create mode 100644 test/fixtures/query-513a801a0bfc235c73d734df84d7864d.json create mode 100644 test/fixtures/query-613faea3b2d4486d6900c2cc65743562.json create mode 100644 test/fixtures/query-650ef843e1c82cc8d5dc73e14f251cbf.json create mode 100644 test/fixtures/query-6882d302b36e0a02e9e9c66ebd549e88.json create mode 100644 test/fixtures/query-6f39d9a282fdf052ac7e297f238a0505.json create mode 100644 test/fixtures/query-707e82a5cfda241bcffe99ea0e972a10.json create mode 100644 test/fixtures/query-779379fe87324b12ee6565a41852b7ab.json create mode 100644 test/fixtures/query-7d9e85a2de5e6521991d266f57ba0f04.json create mode 100644 test/fixtures/query-7ea3d25bc2ad25798190ecc0c6daeb25.json create mode 100644 test/fixtures/query-800804c33f3dd64463efc65de4debe17.json create mode 100644 test/fixtures/query-83c45ae81dc3330eca3e0e80b07afae1.json create mode 100644 test/fixtures/query-8a61d1e125169b4bf8522edee49a2898.json create mode 100644 test/fixtures/query-929158ef6530babd48394ef5390512a2.json create mode 100644 test/fixtures/query-976e492000eb691a2edc2ffc622c074a.json create mode 100644 test/fixtures/query-97d0128acbc159596c4cca66a6e44df9.json create mode 100644 test/fixtures/query-98fe5ca79f11a69fa96548ec09895402.json create mode 100644 test/fixtures/query-9b49275a1afdf6925422e7e13e1cd802.json create mode 100644 test/fixtures/query-9dfe3112eaf13c42a15f09f01c31b5da.json create mode 100644 test/fixtures/query-a6252f0d138cb5887b0e041eb458e31e.json create mode 100644 test/fixtures/query-a6e109e187675808b16924585974dc12.json create mode 100644 test/fixtures/query-aa47ab1a757bc3119941d6f616d4c9fb.json create mode 100644 test/fixtures/query-ab73aebc8bb3ec0e872fa56634962025.json create mode 100644 test/fixtures/query-acc410f16d2dce9fc5ca6fcd59dc66ca.json create mode 100644 test/fixtures/query-adf9fb0cb6b2ddbf8a07ab7abd2a716d.json create mode 100644 test/fixtures/query-aff8b073578be5a837b2d529f2eb89aa.json create mode 100644 test/fixtures/query-b302e35ec2327d3bb996a1c5007bf06d.json create mode 100644 test/fixtures/query-b54f66f3a6910d5defa8e24cbe8a511a.json create mode 100644 test/fixtures/query-be55ad0ba68e4cea3a3101fcaf7531d8.json create mode 100644 test/fixtures/query-bf6caf242f418048cb7522997f55f4fa.json create mode 100644 test/fixtures/query-c178ba58a9de32d9c6274c5a805d1c03.json create mode 100644 test/fixtures/query-c2444ae2e0ac7599c9104c10e840ee1a.json create mode 100644 test/fixtures/query-ca108bf57a48e780696b62fa55b762c2.json create mode 100644 test/fixtures/query-cc9ac8df079b01781a46b3b096602c9a.json create mode 100644 test/fixtures/query-cfdab06564def0f049e34e634bdf4f8a.json create mode 100644 test/fixtures/query-d52cc52e4a5296d15be088619ebc97e8.json create mode 100644 test/fixtures/query-dbade4d529ac9bce432e4a425809a743.json create mode 100644 test/fixtures/query-df30b31ca38a7e40cd8bd9778386e0ec.json create mode 100644 test/fixtures/query-e0064d3fe01d09801fa38287f31365f9.json create mode 100644 test/fixtures/query-ea3775938eb329a0a01dd120e48defee.json create mode 100644 test/fixtures/query-ea715b9e10b9a6e2e1ae6abcb7bc25bb.json create mode 100644 test/fixtures/query-f0fd1d37f511390ccffcfcd64f192dde.json create mode 100644 test/fixtures/query-f48e601750e63fb834e0b606b1a8d98a.json create mode 100644 test/fixtures/query-f9731419fa73fca9bfc8d8503f7eed89.json create mode 100644 test/fixtures/query-f99eed9516b2010a23376a1c2e692196.json create mode 100644 test/fixtures/query-fc39fb8908503de1997da25e1a3c6fd2.json create mode 100644 test/fixtures/query-fc51968906bb8570e190853920a1ff27.json diff --git a/config/qa.env b/config/qa.env index e52908d3..820c359c 100644 --- a/config/qa.env +++ b/config/qa.env @@ -13,7 +13,7 @@ ENCRYPTED_NYPL_OAUTH_SECRET=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAA NYPL_CORE_VERSION=v2.21 -LOG_LEVEL=info +LOG_LEVEL=debug FEATURES=on-site-edd SEARCH_ITEMS_SIZE=3 diff --git a/lib/jsonld_serializers.js b/lib/jsonld_serializers.js index 1ab5a108..093eb674 100644 --- a/lib/jsonld_serializers.js +++ b/lib/jsonld_serializers.js @@ -107,6 +107,11 @@ class JsonLdItemSerializer extends JsonLdSerializer { } }) + // If updatedAt (int) found, add updatedAtDate (Date string) + if (stmts.updatedAt && /^\d+$/.test(stmts.updatedAt)) { + stmts.updatedAtDate = (new Date(stmts.updatedAt)).toISOString() + } + return stmts } @@ -228,8 +233,6 @@ class ResourceSerializer extends JsonLdItemSerializer { }) } - stmts.suppressed = this.body.suppressed === true - if (this.body.items) { stmts.items = this.body.items // Amend items to include source identifier (e.g. urn:SierraNypl:1234, urn:RecapCul:4567) diff --git a/lib/resources.js b/lib/resources.js index 72c4d8ec..e3fdbd57 100644 --- a/lib/resources.js +++ b/lib/resources.js @@ -62,7 +62,17 @@ const SORT_FIELDS = { } // The following fields can be excluded from ES responses because we don't pass them to client: -const EXCLUDE_FIELDS = ['uris', '*_packed', '*_sort', 'items.*_packed', 'contentsTitle'] +const EXCLUDE_FIELDS = [ + 'uris', + '*_packed', + '*_sort', + 'items.*_packed', + 'contentsTitle', + 'suppressed', + // Hide contributor and creator transformed fields: + '*WithoutDates', + '*Normalized' +] // Configure controller-wide parameter parsing: const parseSearchParams = function (params) { @@ -111,6 +121,12 @@ module.exports = function (app, _private = null) { include_item_aggregations: { type: 'boolean', default: true } }) + // Validate uri: + const { id, nyplSource } = NyplSourceMapper.instance().splitIdentifier(params.uri) + if (!id || !nyplSource) { + throw new errors.InvalidParameterError(`Invalid bnum: ${params.uri}`) + } + // If we need to return itemAggregations or filter on item_status, // then we need to pre-retrieve SCSB item statuses to incorporate them into // aggregations and filters. @@ -211,7 +227,7 @@ module.exports = function (app, _private = null) { .then((resp) => { // need to check that the query actually found an entry if (!resp.data) { - throw new errors.NotFoundError('Record not found') + throw new errors.NotFoundError(`Record not found: bibs/${nyplSource}/${id}`) } else { return resp.data } diff --git a/test/fixtures/query-0f39119a22aa5841e0de10b925f52b03.json b/test/fixtures/query-0f39119a22aa5841e0de10b925f52b03.json new file mode 100644 index 00000000..323999bb --- /dev/null +++ b/test/fixtures/query-0f39119a22aa5841e0de10b925f52b03.json @@ -0,0 +1,1012 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_score": 15.560745, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "From 1807-June 1837 title reads: Morgenblatt für gebildete stände.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Kunst-blatt. Stuttgart, 1816-1849.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Includes the current supplements Literatur-blatt 1817-1849; Kunstblatt 1816-1849; Intelligenz-blatt 1817-1847.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 4 + ], + "publisherLiteral": [ + "J. G. Cotta'sche buchhandlung." + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1855 + ], + "dateEndString": [ + "1uuu" + ], + "title": [ + "Morgenblatt für gebildete leser." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1855" + ], + "idLccn": [ + "cau08001961" + ], + "numElectronicResources": [ + 88 + ], + "dateStartYear": [ + 1855 + ], + "idOclc": [ + "1608345" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser)" + }, + { + "type": "nypl:Bnumber", + "value": "14937001" + }, + { + "type": "nypl:Oclc", + "value": "1608345" + }, + { + "type": "bf:Lccn", + "value": "cau08001961" + }, + { + "type": "bf:Identifier", + "value": "0494254" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)ret0001042" + } + ], + "dateEndYear": [ + 1 + ], + "updatedAt": 1711598098379, + "publicationStatement": [ + "Stuttgart, Tübingen [etc.], J. G. Cotta'sche buchhandlung." + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser)", + "urn:bnum:14937001", + "urn:oclc:1608345", + "urn:lccn:cau08001961", + "urn:identifier:0494254", + "urn:identifier:(WaOLN)ret0001042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1855" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Morgenblatt für gebildete leser." + ], + "uri": "b14937001", + "electronicResources": [ + { + "label": "Full text available via HathiTrust - jahrg.11:Jan.-June (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899526k" + }, + { + "label": "Full text available via HathiTrust - jahrg.11:July-Dec. (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899527i" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:Jan.-June (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899528g" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:July-Dec. (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899529e" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:Jan.-June (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899530t" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:July-Dec. (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899531r" + }, + { + "label": "Full text available via HathiTrust - jahrg.14:Jan.-June (1820)", + "url": "http://hdl.handle.net/2027/umn.31951001899532p" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:Jan.-June (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899534l" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:July-Dec. (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899535j" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:Jan.-June (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899536h" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:July-Dec. (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899537f" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:Jan.-June (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899538d" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:July-Dec. (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899539b" + }, + { + "label": "Full text available via HathiTrust - jahrg.18:July-Dec. (1824)", + "url": "http://hdl.handle.net/2027/umn.31951001899541o" + }, + { + "label": "Full text available via HathiTrust - jahrg.19:Jan.-June (1825)", + "url": "http://hdl.handle.net/2027/umn.31951001899542m" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:Jan.-June (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899505s" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:July-Dec. (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899506q" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:Jan.-June (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899544i" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:July-Dec. (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899545g" + }, + { + "label": "Full text available via HathiTrust - jahrg.21:July-Dec. (1827)", + "url": "http://hdl.handle.net/2027/umn.31951001899547c" + }, + { + "label": "Full text available via HathiTrust - jahrg.22 (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899548a" + }, + { + "label": "Full text available via HathiTrust - jahrg.22:suppl.:art (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899620s" + }, + { + "label": "Full text available via HathiTrust - jahrg.23:July-Dec. (1829)", + "url": "http://hdl.handle.net/2027/umn.31951001899550n" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:Jan.-June (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899551l" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:July-Dec. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899552j" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:suppl.:lit. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899624k" + }, + { + "label": "Full text available via HathiTrust - jahrg.25:July-Dec. (1831)", + "url": "http://hdl.handle.net/2027/umn.31951001899554f" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:Jan.-June (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899555d" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:July-Dec. (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899556b" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:Jan.-June (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995587" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:July-Dec. (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995595" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:Jan.-June (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899560k" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:July-Dec. (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899561i" + }, + { + "label": "Full text available via HathiTrust - jahrg.30:Oct.-Dec. (1836)", + "url": "http://hdl.handle.net/2027/umn.31951001899563e" + }, + { + "label": "Full text available via HathiTrust - jahrg.32:suppl.:lit. (1838)", + "url": "http://hdl.handle.net/2027/umn.31951001899641k" + }, + { + "label": "Full text available via HathiTrust - jahrg.33 (1839)", + "url": "http://hdl.handle.net/2027/umn.319510018995668" + }, + { + "label": "Full text available via HathiTrust - jahrg.33:suppl.:art (1839)", + "url": "http://hdl.handle.net/2027/umn.31951001899642i" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:art (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899645c" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:lit. (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899646a" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Jan.-Apr. (1842)", + "url": "http://hdl.handle.net/2027/umn.319510018995692" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Sept.-Dec. (1842)", + "url": "http://hdl.handle.net/2027/umn.31951001899571f" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Jan.-Apr. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899572d" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:May-Aug. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899573b" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Sept.-Dec. (1843)", + "url": "http://hdl.handle.net/2027/umn.319510018995749" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:Jan.-Apr. (1844)", + "url": "http://hdl.handle.net/2027/umn.31951p01107664f" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:May-Aug. (1844)", + "url": "http://hdl.handle.net/2027/umn.319510018995765" + }, + { + "label": "Full text available via HathiTrust - jahrg.39:Jan.-June (1845)", + "url": "http://hdl.handle.net/2027/umn.319510018995781" + }, + { + "label": "Full text available via HathiTrust - jahrg.4:Jan.-June (1810)", + "url": "http://hdl.handle.net/2027/umn.31951001899509k" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:Jan.-June (1847)", + "url": "http://hdl.handle.net/2027/umn.31951001899582a" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:July-Dec. (1847)", + "url": "http://hdl.handle.net/2027/umn.319510018995838" + }, + { + "label": "Full text available via HathiTrust - jahrg.44:July-Dec. (1850)", + "url": "http://hdl.handle.net/2027/umn.31951001899589w" + }, + { + "label": "Full text available via HathiTrust - jahrg.45:Jan.-June (1851)", + "url": "http://hdl.handle.net/2027/umn.31951001899590b" + }, + { + "label": "Full text available via HathiTrust - jahrg.49:July-Dec. (1855)", + "url": "http://hdl.handle.net/2027/umn.31951001899599t" + }, + { + "label": "Full text available via HathiTrust - jahrg.5:July-Dec. (1811)", + "url": "http://hdl.handle.net/2027/umn.31951001899512v" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:Jan.-June (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899600y" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:July-Dec. (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899601w" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:Jan.-June (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899602u" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:July-Dec. (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899603s" + }, + { + "label": "Full text available via HathiTrust - jahrg.52:July-Dec. (1858)", + "url": "http://hdl.handle.net/2027/umn.31951001899605o" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:Jan.-June (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899606m" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:July-Dec. (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899607k" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:Jan.-June (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899608i" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:July-Dec. (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899609g" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:Jan.-June (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899610v" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:July-Dec. (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899611t" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:Jan.-June (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899612r" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:July-Dec. (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899613p" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:Jan.-June (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899614n" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:July-Dec. (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899615l" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:Jan.-June (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899616j" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:July-Dec. (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899617h" + }, + { + "label": "Full text available via HathiTrust - jahrg.59:July-Dec. (1865)", + "url": "http://hdl.handle.net/2027/umn.31951001899619d" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:Jan.-June (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899513t" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:July-Dec. (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899514r" + }, + { + "label": "Full text available via HathiTrust - jahrg.7:July-Dec. (1813)", + "url": "http://hdl.handle.net/2027/umn.31951001899516n" + }, + { + "label": "Full text available via HathiTrust - jahrg.9:Jan.-June (1815)", + "url": "http://hdl.handle.net/2027/umn.31951001899521u" + }, + { + "label": "Full text available via HathiTrust - vol.13, pt.2 (1819)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054677" + }, + { + "label": "Full text available via HathiTrust - vol.15, pt.1 (1821)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054701" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.1 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054743" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.2 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054768" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.3 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054776" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.1 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054800" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.2 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054818" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.1 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054826" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.2 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054834" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.1 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054842" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.2 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054859" + }, + { + "label": "Full text available via HathiTrust - vol.40 (1846)", + "url": "http://hdl.handle.net/2027/njp.32101064488156" + } + ], + "placeOfPublication": [ + "Stuttgart, Tübingen [etc.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860", + "urn:barcode:33433097964930" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001860", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1860", + "lte": "1860" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1860" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + ], + "uri": "i28543800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + }, + { + "type": "bf:Barcode", + "value": "33433097964930" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "Jahrg. 1860" + ], + "idBarcode": [ + "33433097964930" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1860" + ] + } + ] + } + }, + "allItems": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933", + "urn:barcode:33433088646033" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 001933", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + ], + "uri": "i28309666", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + }, + { + "type": "bf:Barcode", + "value": "33433088646033" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. Mar.-May 1933" + ], + "idBarcode": [ + "33433088646033" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "urn:barcode:33433096425198" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1855", + "lte": "1855" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1855" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + ], + "uri": "i28309648", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + }, + { + "type": "bf:Barcode", + "value": "33433096425198" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 49 (1855)" + ], + "idBarcode": [ + "33433096425198" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861", + "urn:barcode:33433088646041" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001861", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1861", + "lte": "1861" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1861" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + ], + "uri": "i28309668", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + }, + { + "type": "bf:Barcode", + "value": "33433088646041" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 1861" + ], + "idBarcode": [ + "33433088646041" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 3 + }, + { + "key": "loc:mal92||Schwarzman Building M2 - General Research Room 315", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 4 + } + ] + } + }, + "item_status": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 4 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-1367bcab600250a7a9de31be9159d305.json b/test/fixtures/query-1367bcab600250a7a9de31be9159d305.json new file mode 100644 index 00000000..316dfd7d --- /dev/null +++ b/test/fixtures/query-1367bcab600250a7a9de31be9159d305.json @@ -0,0 +1,15659 @@ +{ + "body": { + "took": 119, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001080", + "_score": 0, + "_source": { + "extent": [ + "577 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"The first printed book in Malayalam\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Facsimile reproduction of old Malayalam and transcription, paraphrase, and notes in modern Malayalam, on opposite pages.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Original t.p. reads: Nasṟāṇikaḷ okkakkuṃ aṟiyeṇṭunna saṅkṣepavedārtthaṃ=Compendiosa legis explanatio omnibus Christianis scitu necessaria. Malabarico idiomate. Romāyilninn Miśihā pirṟannīṭṭ 1772 śṟȧṣṭa melpaṭṭakkāraruṭe anuvādattāl=Romae An. A nativit. Christi 1772, praisidum facultate\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Catholic Church. Syro-Malabar rite", + "Christianity", + "Christianity -- Philosophy" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ḍi. Ṣi. Buks ; Kārmel Pabḷiṣiṅg Senṟar" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "1772" + ], + "title": [ + "Saṅkṣēpavēdartthaṃ : tṟānsliṯṯaṟēṣanuṃ parāvarttanavuṃ vyākhayānavuṃ ataṅṅiya putiya patipp" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLD 84-299" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Piyāniyas, Kḷemanṟ, 1731-1782." + ], + "idLccn": [ + "82904075" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Choondal, Chummar, 1940-", + "Mathew, Ulakamthara." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG002000491-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-299" + }, + { + "type": "nypl:Bnumber", + "value": "10001080" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000491-B" + }, + { + "type": "bf:Lccn", + "value": "82904075" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201091" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201079" + } + ], + "dateEndYear": [ + 1772 + ], + "updatedAt": 1711256114731, + "publicationStatement": [ + "Kōṭṭayaṃ : Ḍi. Ṣi. Buks ; Tiruvanantapuraṃ : Kārmel Pabḷiṣiṅg Senṟar, 1980." + ], + "identifier": [ + "urn:shelfmark:*OLD 84-299", + "urn:bnum:10001080", + "urn:oclc:NYPG002000491-B", + "urn:lccn:82904075", + "urn:identifier:NNSZ00201091", + "urn:identifier:(WaOLN)nyp0201079" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Catholic Church. Syro-Malabar rite.", + "Christianity -- Philosophy." + ], + "titleDisplay": [ + "Saṅkṣēpavēdartthaṃ : tṟānsliṯṯaṟēṣanuṃ parāvarttanavuṃ vyākhayānavuṃ ataṅṅiya putiya patipp / Kḷemanṟ Piyāniyas = Samkshepa vedartham / by Clement Pianius ; introduction by Chummar Choondel ; commentary by Mathew Ulakamthara." + ], + "uri": "b10001080", + "placeOfPublication": [ + "Kōṭṭayaṃ : Tiruvanantapuraṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10001080" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001080", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLD 84-299", + "urn:barcode:33433011099029" + ], + "physicalLocation": [ + "*OLD 84-299" + ], + "shelfMark_sort": "a*OLD 84-000299", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLD 84-299" + ], + "uri": "i10000682", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-299" + }, + { + "type": "bf:Barcode", + "value": "33433011099029" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011099029" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003158", + "_score": 0, + "_source": { + "extent": [ + "608 p. in various pagings ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Reprint ed.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Chinese.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Medicine, Chinese" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si" + ], + "language": [ + { + "id": "lang:chi", + "label": "Chinese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "dateEndString": [ + "1670" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Zheng yin mo zhi : [4 juan]" + ], + "shelfMark": [ + "*OVL 84-1330" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Qin, Changyu, active 17th century." + ], + "idLccn": [ + "77839836" + ], + "seriesStatement": [ + "zhongguo yi yao zong shu." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Changyu Qin", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OVL 84-1330" + }, + { + "type": "nypl:Bnumber", + "value": "10003158" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000613-B" + }, + { + "type": "bf:Lccn", + "value": "77839836" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303509" + } + ], + "idOclc": [ + "NYPG003000613-B" + ], + "dateEndYear": [ + 1670 + ], + "updatedAt": 1711569598775, + "publicationStatement": [ + "Taipei xian yonghe zhen : Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si, Min'Guo 61[1972]" + ], + "identifier": [ + "urn:shelfmark:*OVL 84-1330", + "urn:bnum:10003158", + "urn:oclc:NYPG003000613-B", + "urn:lccn:77839836", + "urn:identifier:NNSZ00303509" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Medicine, Chinese." + ], + "titleDisplay": [ + "Zheng yin mo zhi : [4 juan] / Qin Jingming [Changyu] zhu ; Qin Zhizheng ji ; [Cao Binzhang quan dian]." + ], + "uri": "b10003158", + "lccClassification": [ + "R128.7 .C545" + ], + "placeOfPublication": [ + "Taipei xian yonghe zhen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10003158" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003158", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OVL 84-1330", + "urn:barcode:33433001746852" + ], + "physicalLocation": [ + "*OVL 84-1330" + ], + "shelfMark_sort": "a*OVL 84-001330", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OVL 84-1330" + ], + "uri": "i10002193", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OVL 84-1330" + }, + { + "type": "bf:Barcode", + "value": "33433001746852" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001746852" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003190", + "_score": 0, + "_source": { + "extent": [ + "606 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Basavapurāṇavu.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Kannaḍa sāhitya caritre.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Basava, active 1160", + "Basava, active 1160 -- Poetry", + "Lingayats", + "Lingayats -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n." + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1800 + ], + "dateEndString": [ + "1899" + ], + "title": [ + "Basavapurāṇavu" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA+ 82-1360" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1800" + ], + "creatorLiteral": [ + "Palakuriki Somanatha, active 13th century." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Bhīmakavi, active 1369." + ], + "dateStartYear": [ + 1800 + ], + "idOclc": [ + "NYPG003000645-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA+ 82-1360" + }, + { + "type": "nypl:Bnumber", + "value": "10003190" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000645-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303541" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203183" + } + ], + "uniformTitle": [ + "Basavapurāṇamu. Kannada" + ], + "dateEndYear": [ + 1899 + ], + "updatedAt": 1711109252605, + "publicationStatement": [ + "[S.1. : s.n., 18--?]" + ], + "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", + "urn:bnum:10003190", + "urn:oclc:NYPG003000645-B", + "urn:identifier:NNSZ00303541", + "urn:identifier:(WaOLN)nyp0203183" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1800" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Basava, active 1160 -- Poetry.", + "Lingayats -- Poetry." + ], + "titleDisplay": [ + "Basavapurāṇavu / [Bhīmakavi viracita ; Sōmanātha kaviya Telugu Basavapurāṇamuvina Kannaḍa anuvāda]." + ], + "uri": "b10003190", + "placeOfPublication": [ + "[S.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Basavapurāṇamu." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10003190" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003190", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", + "urn:barcode:33433069579674" + ], + "physicalLocation": [ + "*OLA+ 82-1360" + ], + "shelfMark_sort": "a*OLA+ 82-001360", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA+ 82-1360" + ], + "uri": "i13784381", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA+ 82-1360" + }, + { + "type": "bf:Barcode", + "value": "33433069579674" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433069579674" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., map, facsims. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and indexes.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kurds", + "Kurds -- Iran", + "Kurds -- Iran -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Chāpkhānah-ʼi Kūshish" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1981 + ], + "dateEndString": [ + "999" + ], + "title": [ + "Ḥarikat-i tārikhī-i Kurd bih Khurāsān dar difāʻ az istiqlāl-i Īrān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMR 84-1145" + ], + "numItemVolumesParsed": [ + 3 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Tavaḥḥudī Awghāzī, Kalīm Allāh." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG003000759-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145" + }, + { + "type": "nypl:Bnumber", + "value": "10003301" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000759-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303655" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0000007" + } + ], + "dateEndYear": [ + 999 + ], + "updatedAt": 1711249214227, + "publicationStatement": [ + "Mashhad : Chāpkhānah-ʼi Kūshish, 1359- [1981- ]" + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145", + "urn:bnum:10003301", + "urn:oclc:NYPG003000759-B", + "urn:identifier:NNSZ00303655", + "urn:identifier:(WaOLN)nyp0000007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kurds -- Iran -- History." + ], + "titleDisplay": [ + "Ḥarikat-i tārikhī-i Kurd bih Khurāsān dar difāʻ az istiqlāl-i Īrān / taʼlīf-i Kalīm Allāh Tavaḥḥudī (Awghāzi)" + ], + "uri": "b10003301", + "placeOfPublication": [ + "Mashhad" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003301" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 4", + "urn:barcode:33433013135854" + ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "shelfMark_sort": "a*OMR 84-1145 v. 000004", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMR 84-1145 v. 4" + ], + "uri": "i10002283", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145 v. 4" + }, + { + "type": "bf:Barcode", + "value": "33433013135854" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 4" + ], + "idBarcode": [ + "33433013135854" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + "sort": [ + " 4-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 3", + "urn:barcode:33433013135847" + ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "shelfMark_sort": "a*OMR 84-1145 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMR 84-1145 v. 3" + ], + "uri": "i10002282", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433013135847" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433013135847" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 1", + "urn:barcode:33433013136530" + ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "shelfMark_sort": "a*OMR 84-1145 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMR 84-1145 v. 1" + ], + "uri": "i10002281", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433013136530" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433013136530" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003857", + "_score": 0, + "_source": { + "extent": [ + "319 p. : ill., plates, maps ;" + ], + "parallelDisplayField": [ + { + "fieldName": "publicationStatement", + "index": 0, + "value": "‏بيروت : دار مكتبة الحياة, [196-؟]" + }, + { + "fieldName": "placeOfPublication", + "index": 0, + "value": "‏بيروت" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Yemen (Republic)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Maktabat al-Ḥayāh" + ], + "parallelPublisherLiteral": [ + "‏دار مكتبة الحياة" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 196 + ], + "parallelTitle": [ + "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة" + ], + "title": [ + "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFI 82-4419" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "196u" + ], + "creatorLiteral": [ + "Tarsīsī, ʻAdnān." + ], + "idLccn": [ + "ne 64003290" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 196 + ], + "parallelCreatorLiteral": [ + "‏ترسيسي, عدنان." + ], + "idOclc": [ + "11272192" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFI 82-4419" + }, + { + "type": "nypl:Bnumber", + "value": "10003857" + }, + { + "type": "nypl:Oclc", + "value": "11272192" + }, + { + "type": "bf:Lccn", + "value": "ne 64003290" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)11272192" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)221366702" + } + ], + "updatedAt": 1711087211898, + "publicationStatement": [ + "Bayrūt : Dār Maktabat al-Ḥayāh, [196-?]" + ], + "identifier": [ + "urn:shelfmark:*OFI 82-4419", + "urn:bnum:10003857", + "urn:oclc:11272192", + "urn:lccn:ne 64003290", + "urn:identifier:(OCoLC)11272192", + "urn:identifier:(OCoLC)221366702" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "196u" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Yemen (Republic)" + ], + "titleDisplay": [ + "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah / [taʼlīf] ʻAdnān Tarsīsī." + ], + "uri": "b10003857", + "lccClassification": [ + "DS247.Y4 T3" + ], + "parallelTitleDisplay": [ + "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة / [تاليف] عدنان ترسيسي." + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Includes musical score of national anthem of Yemen Arab Republic." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003857" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003857", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "urn:barcode:33433101143836" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + ], + "shelfMark_sort": "a*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + ], + "uri": "i29202258", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + }, + { + "type": "bf:Barcode", + "value": "33433101143836" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433101143836" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003857", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFI 82-4419", + "urn:barcode:33433002023293" + ], + "physicalLocation": [ + "*OFI 82-4419" + ], + "shelfMark_sort": "a*OFI 82-004419", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFI 82-4419" + ], + "uri": "i10002714", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFI 82-4419" + }, + { + "type": "bf:Barcode", + "value": "33433002023293" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002023293" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004080", + "_score": 0, + "_source": { + "extent": [ + "2v." + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Bengali.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Esosiẏeṭeḍa Pābaliśārsa" + ], + "language": [ + { + "id": "lang:ben", + "label": "Bengali" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1960 + ], + "dateEndString": [ + "62" + ], + "title": [ + "Junāpura Sṭīla." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKV 82-3891" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1960" + ], + "creatorLiteral": [ + "Mānnā, Guṇamaẏa, 1925-2010." + ], + "idLccn": [ + "sa 63003864" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1960 + ], + "idOclc": [ + "NYPG003001546-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-3891" + }, + { + "type": "nypl:Bnumber", + "value": "10004080" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001546-B" + }, + { + "type": "bf:Lccn", + "value": "sa 63003864" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304442" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204072" + } + ], + "dateEndYear": [ + 62 + ], + "updatedAt": 1711381454102, + "publicationStatement": [ + "[Kalakātā] Esosiẏeṭeḍa Pābaliśārsa [1960-1962]" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891", + "urn:bnum:10004080", + "urn:oclc:NYPG003001546-B", + "urn:lccn:sa 63003864", + "urn:identifier:NNSZ00304442", + "urn:identifier:(WaOLN)nyp0204072" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1960" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Junāpura Sṭīla. [Lekhaka] Guṇamaẏa Mānnā." + ], + "uri": "b10004080", + "lccClassification": [ + "PK1718.M253 53" + ], + "placeOfPublication": [ + "[Kalakātā]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10004080" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004080", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 2", + "urn:barcode:33433011168402" + ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "shelfMark_sort": "a*OKV 82-3891 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-3891 v. 2" + ], + "uri": "i10002917", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-3891 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433011168402" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433011168402" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004080", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 1", + "urn:barcode:33433011168394" + ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "shelfMark_sort": "a*OKV 82-3891 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-3891 v. 1" + ], + "uri": "i10002916", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-3891 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433011168394" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433011168394" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004504", + "_score": 0, + "_source": { + "extent": [ + "34 p.;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Pronunciation" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Naṭarācaṉ" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 197 + ], + "title": [ + "Tamiḻ valliṉa eḻuttukkaḷ: olikaḷum vitikaḷum" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 83-2757" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "197 " + ], + "creatorLiteral": [ + "Natarajan, Subbiah, 1911-" + ], + "idLccn": [ + "75906338" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 197 + ], + "creatorModifiedName": "Subbiah Natarajan", + "idOclc": [ + "NYPG003001973-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-2757" + }, + { + "type": "nypl:Bnumber", + "value": "10004504" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001973-B" + }, + { + "type": "bf:Lccn", + "value": "75906338" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304869" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204496" + } + ], + "updatedAt": 1711409769504, + "publicationStatement": [ + "[Tūttukkuṭi]: Naṭarācaṉ, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2757", + "urn:bnum:10004504", + "urn:oclc:NYPG003001973-B", + "urn:lccn:75906338", + "urn:identifier:NNSZ00304869", + "urn:identifier:(WaOLN)nyp0204496" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "197 " + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Pronunciation." + ], + "titleDisplay": [ + "Tamiḻ valliṉa eḻuttukkaḷ: olikaḷum vitikaḷum/ Cu. Naṭarājaṉ." + ], + "uri": "b10004504", + "lccClassification": [ + "PL4754 .N33 1974" + ], + "placeOfPublication": [ + "[Tūttukkuṭi]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10004504" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004504", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2757", + "urn:barcode:33433061296681" + ], + "physicalLocation": [ + "*OLB 83-2757" + ], + "shelfMark_sort": "a*OLB 83-002757", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 83-2757" + ], + "uri": "i13784546", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-2757" + }, + { + "type": "bf:Barcode", + "value": "33433061296681" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061296681" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004672", + "_score": 0, + "_source": { + "extent": [ + "106 p. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "P. Vaillant" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1775 + ], + "title": [ + "All in the wrong a comedy, as it is acted at the Theatre-Royal in Drury-Lane" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZC-177" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1775" + ], + "creatorLiteral": [ + "Murphy, Arthur, 1727-1805." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1775 + ], + "creatorModifiedName": "Arthur Murphy", + "idOclc": [ + "NYPG004000033-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZC-177" + }, + { + "type": "nypl:Bnumber", + "value": "10004672" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000033-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405783" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204664" + } + ], + "updatedAt": 1711098232297, + "publicationStatement": [ + "London : P. Vaillant, 1775." + ], + "identifier": [ + "urn:shelfmark:*ZC-177", + "urn:bnum:10004672", + "urn:oclc:NYPG004000033-B", + "urn:identifier:NNSZ00405783", + "urn:identifier:(WaOLN)nyp0204664" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1775" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "All in the wrong [microform] : a comedy, as it is acted at the Theatre-Royal in Drury-Lane / by Mr. Murphy." + ], + "uri": "b10004672", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "12⁰." + ] + }, + "sort": [ + 0, + "b10004672" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004849", + "_score": 0, + "_source": { + "extent": [ + "[8], 48 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Samaritans" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sumtu Io. Bielckii" + ], + "language": [ + { + "id": "lang:lat", + "label": "Latin" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1688 + ], + "title": [ + "Christophori Cellarii Collectanea historiae Samaritanae : quibus praeter res geographicas, tam politia huius gentis, quam religio et res litteraria explicantur." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "**P 07-283" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1688" + ], + "creatorLiteral": [ + "Cellarius, Christoph, 1638-1707." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1688 + ], + "creatorModifiedName": "Christoph Cellarius", + "idOclc": [ + "NYPG004000212-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "**P 07-283" + }, + { + "type": "nypl:Bnumber", + "value": "10004849" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000212-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405962" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204839" + } + ], + "updatedAt": 1711119218548, + "publicationStatement": [ + "Cizae : Sumtu Io. Bielckii, 1688." + ], + "identifier": [ + "urn:shelfmark:**P 07-283", + "urn:bnum:10004849", + "urn:oclc:NYPG004000212-B", + "urn:identifier:NNSZ00405962", + "urn:identifier:(WaOLN)nyp0204839" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1688" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Samaritans." + ], + "titleDisplay": [ + "Christophori Cellarii Collectanea historiae Samaritanae : quibus praeter res geographicas, tam politia huius gentis, quam religio et res litteraria explicantur." + ], + "uri": "b10004849", + "placeOfPublication": [ + "Cizae" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Collectanea historiae Samaritanae." + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10004849" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004849", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:a||By appointment only" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:**P 07-283", + "urn:barcode:33433075470579" + ], + "physicalLocation": [ + "**P 07-283" + ], + "shelfMark_sort": "a**P 07-000283", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:a", + "label": "By appointment only" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "**P 07-283" + ], + "uri": "i14746564", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "**P 07-283" + }, + { + "type": "bf:Barcode", + "value": "33433075470579" + } + ], + "holdingLocation_packed": [ + "loc:maf88||Schwarzman Building - Dorot Jewish Division Room 111" + ], + "idBarcode": [ + "33433075470579" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maf88", + "label": "Schwarzman Building - Dorot Jewish Division Room 111" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005935", + "_score": 0, + "_source": { + "extent": [ + "[12] leaves : col. ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "J. Vlieger" + ], + "language": [ + { + "id": "lang:dut", + "label": "Dutch" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1800 + ], + "dateEndString": [ + "1899" + ], + "title": [ + "De 10 kleine nikkertjes." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare F 83-57" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1800" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1800 + ], + "idOclc": [ + "NYPG005000077-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare F 83-57" + }, + { + "type": "nypl:Bnumber", + "value": "10005935" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000077-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507149" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205924" + } + ], + "dateEndYear": [ + 1899 + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "Amsterdam : J. Vlieger, [18--?]" + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 83-57", + "urn:bnum:10005935", + "urn:oclc:NYPG005000077-B", + "urn:identifier:NNSZ00507149", + "urn:identifier:(WaOLN)nyp0205924" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1800" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "De 10 kleine nikkertjes." + ], + "uri": "b10005935", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tien Kleine nikkertjes." + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10005935" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005935", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 83-57", + "urn:barcode:33433036926669" + ], + "physicalLocation": [ + "Sc Rare F 83-57" + ], + "shelfMark_sort": "aSc Rare F 83-000057", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=Sc+Rare+F+83-57&Date=1800&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10005935&ItemISxN=i119005189&ItemNumber=33433036926669&ItemPlace=Amsterdam&ItemPublisher=J.+Vlieger%2C+%5B18--%3F%5D&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100059351&Site=SCHRB&Title=De+10+kleine+nikkertjes." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare F 83-57" + ], + "uri": "i11900518", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare F 83-57" + }, + { + "type": "bf:Barcode", + "value": "33433036926669" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036926669" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005945", + "_score": 0, + "_ignored": [ + "title.keyword", + "title.keywordLowercased", + "title.keywordLowercasedStripped" + ], + "_source": { + "extent": [ + "[4], iv, 5-62 p. ;" + ], + "note": [ + { + "noteType": "Indexed In", + "label": "Sabin", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "of Sidney Lapidus; ", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Copy in Sc Rare E 16-46 (Lapidus Collection) disbound.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Slave-trade", + "Slave-trade -- West Indies, British.", + "Slave-trade -- West Indies, British. -- Early works to 1800", + "Slavery", + "Slavery -- West Indies, British.", + "Slavery -- West Indies, British. -- Early works to 1800", + "Slavery -- Law and legislation", + "Slavery -- Law and legislation -- Jamaica", + "Slavery -- Law and legislation -- Jamaica -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Printed and sold by James Philips" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1789 + ], + "title": [ + "Notes on the two reports from the Committee of the Honourable House of Assembly of Jamaica: appointed to examine into, and to report to the House, the allegations and charges contained in the several petitions which have been presented to the British House of Commons, on the subject of the slave-trade, and the treatment of the Negroes,&c.&c.&c." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare F 83-78" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1789" + ], + "creatorLiteral": [ + "Fuller, Stephen, 1716-1808." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Jamaica. Assembly." + ], + "dateStartYear": [ + 1789 + ], + "creatorModifiedName": "Stephen Fuller", + "idOclc": [ + "NYPG005000087-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare F 83-78" + }, + { + "type": "nypl:Bnumber", + "value": "10005945" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000087-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507159" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205933" + } + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "London : Printed and sold by James Philips, 1789." + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 83-78", + "urn:bnum:10005945", + "urn:oclc:NYPG005000087-B", + "urn:identifier:NNSZ00507159", + "urn:identifier:(WaOLN)nyp0205933" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1789" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Slave-trade -- West Indies, British. -- Early works to 1800.", + "Slavery -- West Indies, British. -- Early works to 1800.", + "Slavery -- Law and legislation -- Jamaica -- Early works to 1800." + ], + "titleDisplay": [ + "Notes on the two reports from the Committee of the Honourable House of Assembly of Jamaica: appointed to examine into, and to report to the House, the allegations and charges contained in the several petitions which have been presented to the British House of Commons, on the subject of the slave-trade, and the treatment of the Negroes,&c.&c.&c. / by a Jamaica planter." + ], + "uri": "b10005945", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10005945" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005945", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 83-78", + "urn:barcode:33433076159494" + ], + "physicalLocation": [ + "Sc Rare F 83-78" + ], + "shelfMark_sort": "aSc Rare F 83-000078", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Fuller%2C+Stephen%2C+1716-1808.&CallNumber=Sc+Rare+F+83-78&Date=1789&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10005945&ItemISxN=i100039133&ItemNumber=33433076159494&ItemPlace=London&ItemPublisher=Printed+and+sold+by+James+Philips%2C+1789.&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100059454&Site=SCHRB&Title=Notes+on+the+two+reports+from+the+Committee+of+the+Honourable+House+of+Assembly+of+Jamaica%3A+appointed+to+examine+into%2C+and+to+report+to+the+House%2C+the+allegations+and+charges+contained+in+the+several+petitions+which+have+been+presented+to+the+British+Hou%E2%80%A6" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare F 83-78" + ], + "uri": "i10003913", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare F 83-78" + }, + { + "type": "bf:Barcode", + "value": "33433076159494" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433076159494" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005945", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare E 16-46 (Lapidus Collection)", + "urn:barcode:33433117263263" + ], + "physicalLocation": [ + "Sc Rare E 16-46 (Lapidus Collection)" + ], + "shelfMark_sort": "aSc Rare E 16-46 (Lapidus Collection)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Fuller%2C+Stephen%2C+1716-1808.&CallNumber=Sc+Rare+E+16-46+%28Lapidus+Collection%29&Date=1789&Form=30&Genre=book+non-circ&ItemInfo1=Request+in+advance&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10005945&ItemISxN=i340513159&ItemNumber=33433117263263&ItemPlace=London&ItemPublisher=Printed+and+sold+by+James+Philips%2C+1789.&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100059454&Site=SCHRB&Title=Notes+on+the+two+reports+from+the+Committee+of+the+Honourable+House+of+Assembly+of+Jamaica%3A+appointed+to+examine+into%2C+and+to+report+to+the+House%2C+the+allegations+and+charges+contained+in+the+several+petitions+which+have+been+presented+to+the+British+Hou%E2%80%A6" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare E 16-46 (Lapidus Collection)" + ], + "uri": "i34051315", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare E 16-46 (Lapidus Collection)" + }, + { + "type": "bf:Barcode", + "value": "33433117263263" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433117263263" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005945", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "owner": [ + { + "id": "orgs:1108", + "label": "Rare Book Division" + } + ], + "identifier": [ + "urn:shelfmark:8-*KF 1789 (Notes on the two reports)" + ], + "physicalLocation": [ + "8-*KF 1789 (Notes on the two reports)" + ], + "shelfMark_sort": "a8-*KF 1789 (Notes on the two reports)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Fuller%2C+Stephen%2C+1716-1808.&CallNumber=8-*KF+1789+%28Notes+on+the+two+reports%29&Date=1789&Form=30&Genre=book+non-circ&ItemInfo1=Restricted+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10005945&ItemISxN=i100039157&ItemPlace=London&ItemPublisher=Printed+and+sold+by+James+Philips%2C+1789.&Location=Schwarzman+Rare+Book+Division&ReferenceNumber=b100059454&Site=SASRB&Title=Notes+on+the+two+reports+from+the+Committee+of+the+Honourable+House+of+Assembly+of+Jamaica%3A+appointed+to+examine+into%2C+and+to+report+to+the+House%2C+the+allegations+and+charges+contained+in+the+several+petitions+which+have+been+presented+to+the+British+Hou%E2%80%A6" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "8-*KF 1789 (Notes on the two reports)" + ], + "uri": "i10003915", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "8-*KF 1789 (Notes on the two reports)" + } + ], + "holdingLocation_packed": [ + "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" + ], + "owner_packed": [ + "orgs:1108||Rare Book Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:marr2", + "label": "Schwarzman Building - Rare Book Collection Room 328" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005951", + "_score": 0, + "_source": { + "extent": [ + "150, [10] p. : folded col. map ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Bound in leather.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Almanacs, Jamaican", + "Jamaica", + "Jamaica -- Registers" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Printed by David Dickson for Thomas Stevenson" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1794 + ], + "title": [ + "The New Jamaica almanack, and register ... for the year of Our Lord 1795 ... ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare B 83-2" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1794" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1794 + ], + "idOclc": [ + "NYPG005000094-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare B 83-2" + }, + { + "type": "nypl:Bnumber", + "value": "10005951" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000094-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507166" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205940" + } + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "Kingston : Printed by David Dickson for Thomas Stevenson, [1794?]" + ], + "identifier": [ + "urn:shelfmark:Sc Rare B 83-2", + "urn:bnum:10005951", + "urn:oclc:NYPG005000094-B", + "urn:identifier:NNSZ00507166", + "urn:identifier:(WaOLN)nyp0205940" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1794" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Almanacs, Jamaican.", + "Jamaica -- Registers." + ], + "titleDisplay": [ + "The New Jamaica almanack, and register ... for the year of Our Lord 1795 ... ." + ], + "uri": "b10005951", + "placeOfPublication": [ + "Kingston" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "15 cm." + ] + }, + "sort": [ + 0, + "b10005951" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005951", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare B 83-2", + "urn:barcode:33433036926776" + ], + "physicalLocation": [ + "Sc Rare B 83-2" + ], + "shelfMark_sort": "aSc Rare B 83-000002", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=Sc+Rare+B+83-2&Date=1794&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10005951&ItemISxN=i119005281&ItemNumber=33433036926776&ItemPlace=Kingston&ItemPublisher=Printed+by+David+Dickson+for+Thomas+Stevenson%2C+%5B1794%3F%5D&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b10005951x&Site=SCHRB&Title=The+New+Jamaica+almanack%2C+and+register+...+for+the+year+of+Our+Lord+1795+...+.&Transaction.CustomFields.Custom651=Jamaica+Registers." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare B 83-2" + ], + "uri": "i11900528", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare B 83-2" + }, + { + "type": "bf:Barcode", + "value": "33433036926776" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036926776" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006047", + "_score": 0, + "_source": { + "extent": [ + "[12] p. of plates : all col. ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ethiopia", + "Ethiopia -- Pictorial works", + "Ethiopia -- Social life and customs" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "A. Vallardi" + ], + "language": [ + { + "id": "lang:ita", + "label": "Italian" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1800 + ], + "dateEndString": [ + "1899" + ], + "title": [ + "Usi e costumi dell' Abissinia e dei dintorni di Massaua" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1800" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Pasini, Lazzaro." + ], + "dateStartYear": [ + 1800 + ], + "idOclc": [ + "NYPG005000197-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + }, + { + "type": "nypl:Bnumber", + "value": "10006047" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000197-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507270" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206040" + } + ], + "dateEndYear": [ + 1899 + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "Milano : A. Vallardi, [18--]" + ], + "identifier": [ + "urn:shelfmark:Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)", + "urn:bnum:10006047", + "urn:oclc:NYPG005000197-B", + "urn:identifier:NNSZ00507270", + "urn:identifier:(WaOLN)nyp0206040" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1800" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ethiopia -- Pictorial works.", + "Ethiopia -- Social life and customs." + ], + "titleDisplay": [ + "Usi e costumi dell' Abissinia e dei dintorni di Massaua / da originali acquarelli di un indigeno, riprodotti da Laz. Pasini." + ], + "uri": "b10006047", + "placeOfPublication": [ + "Milano" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "16 x 21 cm." + ] + }, + "sort": [ + 0, + "b10006047" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006047", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 84-8", + "urn:barcode:33433076137185" + ], + "physicalLocation": [ + "Sc Rare C 84-8" + ], + "shelfMark_sort": "aSc Rare C 84-000008", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=Sc+Rare+C+84-8&Date=1800&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10006047&ItemISxN=i10003925x&ItemNumber=33433076137185&ItemPlace=Milano&ItemPublisher=A.+Vallardi%2C+%5B18--%5D&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b10006047x&Site=SCHRB&Title=Usi+e+costumi+dell%27+Abissinia+e+dei+dintorni+di+Massaua&Transaction.CustomFields.Custom651=Ethiopia+Social+life+and+customs." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare C 84-8" + ], + "uri": "i10003925", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 84-8" + }, + { + "type": "bf:Barcode", + "value": "33433076137185" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433076137185" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006047", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)", + "urn:barcode:33433019684897" + ], + "physicalLocation": [ + "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + ], + "shelfMark_sort": "aSc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + ], + "uri": "i10003926", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + }, + { + "type": "bf:Barcode", + "value": "33433019684897" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433019684897" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006718", + "_score": 0, + "_source": { + "extent": [ + "106 pages ;" + ], + "note": [ + { + "noteType": "Note", + "label": "At head of title: Regie- und Souffleurbuch.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Musical revues, comedies, etc.", + "Musical revues, comedies, etc. -- Librettos", + "Musical revues, comedies, etc. -- Stage guides", + "Musicals", + "Theaters", + "Theaters -- Stage-setting and scenery" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Doremi" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 193 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Liebelei : ein Wiener Stück mit Musik : nach dem gleichnamigen Schauspiel von Arthur Schnitzler" + ], + "shelfMark": [ + "JMC 84-130" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "193u" + ], + "creatorLiteral": [ + "Straus, Oscar, 1870-1954." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Schnitzler, Arthur, 1862-1931." + ], + "dateStartYear": [ + 193 + ], + "creatorModifiedName": "Oscar Straus", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 84-130" + }, + { + "type": "nypl:Bnumber", + "value": "10006718" + }, + { + "type": "nypl:Oclc", + "value": "80791734" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)80791734" + } + ], + "idOclc": [ + "80791734" + ], + "uniformTitle": [ + "Liebelei. Libretto" + ], + "updatedAt": 1711477480259, + "publicationStatement": [ + "Basel : Doremi, [193-?]" + ], + "identifier": [ + "urn:shelfmark:JMC 84-130", + "urn:bnum:10006718", + "urn:oclc:80791734", + "urn:identifier:(OCoLC)80791734" + ], + "genreForm": [ + "Librettos." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "193u" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Musical revues, comedies, etc. -- Librettos.", + "Musical revues, comedies, etc. -- Stage guides.", + "Musicals.", + "Theaters -- Stage-setting and scenery." + ], + "titleDisplay": [ + "Liebelei : ein Wiener Stück mit Musik : nach dem gleichnamigen Schauspiel von Arthur Schnitzler / Musik von Oscar Straus." + ], + "uri": "b10006718", + "placeOfPublication": [ + "Basel" + ], + "titleAlt": [ + "Liebelei." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm" + ] + }, + "sort": [ + 0, + "b10006718" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006718", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMC 84-130", + "urn:barcode:33433004734608" + ], + "physicalLocation": [ + "JMC 84-130" + ], + "shelfMark_sort": "aJMC 84-000130", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMC 84-130" + ], + "uri": "i10003952", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 84-130" + }, + { + "type": "bf:Barcode", + "value": "33433004734608" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433004734608" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10007423", + "_score": 0, + "_source": { + "extent": [ + "184 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Poems.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassisah-ʼi Khāvar" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1333 + ], + "dateEndString": [ + "1334" + ], + "title": [ + "ʻĀlam va Ādam" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMO 84-2676" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1333" + ], + "creatorLiteral": [ + "Vafā ʻAlī Shāh." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1333 + ], + "idOclc": [ + "NYPG005001594-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMO 84-2676" + }, + { + "type": "nypl:Bnumber", + "value": "10007423" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005001594-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00508668" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0207407" + } + ], + "dateEndYear": [ + 1334 + ], + "updatedAt": 1711665287401, + "publicationStatement": [ + "Tihrān : Muʼassisah-ʼi Khāvar, 1312 [1933 or 1934]" + ], + "identifier": [ + "urn:shelfmark:*OMO 84-2676", + "urn:bnum:10007423", + "urn:oclc:NYPG005001594-B", + "urn:identifier:NNSZ00508668", + "urn:identifier:(WaOLN)nyp0207407" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1333" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "ʻĀlam va Ādam / a̲sar-i khāmah-ʼi Mīrzā Hādī Mawlavī Rash̄tī ; bi-himmat-i Muḥammad Ramazānī." + ], + "uri": "b10007423", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10007423" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10007423", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMO 84-2676", + "urn:barcode:33433001898570" + ], + "physicalLocation": [ + "*OMO 84-2676" + ], + "shelfMark_sort": "a*OMO 84-002676", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMO 84-2676" + ], + "uri": "i10004294", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMO 84-2676" + }, + { + "type": "bf:Barcode", + "value": "33433001898570" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "idBarcode": [ + "33433001898570" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10007812", + "_score": 0, + "_source": { + "extent": [ + "176 p. : ill. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "French wit and humor", + "French wit and humor -- France" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "A. Pierret" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1800 + ], + "dateEndString": [ + "1899" + ], + "title": [ + "Sac à juifs recueil de scènes et récits satiriques et humoristiques" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZP-687 no. 9" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1800" + ], + "creatorLiteral": [ + "La Badine, C. de." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1800 + ], + "idOclc": [ + "NYPG006000062-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZP-687 no. 9" + }, + { + "type": "nypl:Bnumber", + "value": "10007812" + }, + { + "type": "nypl:Oclc", + "value": "NYPG006000062-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00609209" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0207795" + } + ], + "dateEndYear": [ + 1899 + ], + "updatedAt": 1711609327416, + "publicationStatement": [ + "Paris : A. Pierret, [18--?]" + ], + "identifier": [ + "urn:shelfmark:*ZP-687 no. 9", + "urn:bnum:10007812", + "urn:oclc:NYPG006000062-B", + "urn:identifier:NNSZ00609209", + "urn:identifier:(WaOLN)nyp0207795" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1800" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "French wit and humor -- France." + ], + "titleDisplay": [ + "Sac à juifs [microform] : recueil de scènes et récits satiriques et humoristiques / par C. de La Badine ; illus. de Bocardho." + ], + "uri": "b10007812", + "placeOfPublication": [ + "Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "12⁰." + ] + }, + "sort": [ + 0, + "b10007812" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008934", + "_score": 0, + "_source": { + "extent": [ + "536 p. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Porphyry, approximately 234-approximately 305", + "Aristotle" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "G. Olms" + ], + "language": [ + { + "id": "lang:lat", + "label": "Latin" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], + "dateEndString": [ + "1597" + ], + "title": [ + "In Porphyrii Isagogen et Aristotelis Organum : commentarius analyticus" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 85-2807" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1966" + ], + "creatorLiteral": [ + "Pace, Giulio, 1550-1635." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1966 + ], + "creatorModifiedName": "Giulio Pace", + "idOclc": [ + "NYPG008000060-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 85-2807" + }, + { + "type": "nypl:Bnumber", + "value": "10008934" + }, + { + "type": "nypl:Oclc", + "value": "NYPG008000060-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00810450" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0208909" + } + ], + "dateEndYear": [ + 1597 + ], + "updatedAt": 1711392473152, + "publicationStatement": [ + "Hildesheim : G. Olms, 1966." + ], + "identifier": [ + "urn:shelfmark:JFD 85-2807", + "urn:bnum:10008934", + "urn:oclc:NYPG008000060-B", + "urn:identifier:NNSZ00810450", + "urn:identifier:(WaOLN)nyp0208909" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Porphyry, approximately 234-approximately 305.", + "Aristotle." + ], + "titleDisplay": [ + "In Porphyrii Isagogen et Aristotelis Organum : commentarius analyticus / Julius Pacius." + ], + "uri": "b10008934", + "placeOfPublication": [ + "Hildesheim" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10008934" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10008934", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFD 85-2807", + "urn:barcode:33433038876987" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFD 85-2807" + ], + "shelfMark_sort": "aJFD 85-002807", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 85-2807" + ], + "uri": "i12858678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 85-2807" + }, + { + "type": "bf:Barcode", + "value": "33433038876987" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433038876987" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009127", + "_score": 0, + "_source": { + "extent": [ + "84 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "God (Islam)", + "God (Islam) -- Attributes" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "dateEndString": [ + "1268" + ], + "title": [ + "al-Fatwá al-Ḥamawīyah al-kubrá" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGM 85-1727" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Ibn Taymīyah, Aḥmad ibn ʻAbd al-Ḥalīm, 1263-1328." + ], + "idLccn": [ + "76961126" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG008000258-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGM 85-1727" + }, + { + "type": "nypl:Bnumber", + "value": "10009127" + }, + { + "type": "nypl:Oclc", + "value": "NYPG008000258-B" + }, + { + "type": "bf:Lccn", + "value": "76961126" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00810649" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209102" + } + ], + "dateEndYear": [ + 1268 + ], + "updatedAt": 1711097723405, + "publicationStatement": [ + "[al-Qāhirah, al-Maṭbaʻah al-Salafīyah wa-Maktabatuhā, 1967 or 8]" + ], + "identifier": [ + "urn:shelfmark:*OGM 85-1727", + "urn:bnum:10009127", + "urn:oclc:NYPG008000258-B", + "urn:lccn:76961126", + "urn:identifier:NNSZ00810649", + "urn:identifier:(WaOLN)nyp0209102" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "God (Islam) -- Attributes." + ], + "titleDisplay": [ + "al-Fatwá al-Ḥamawīyah al-kubrá, taʼlīf Taqī al-Dīn Aḥmad ibn Taymīyah. Nasharahā Quṣay Muḥibb al-Dīn al-Khaṭīb." + ], + "uri": "b10009127", + "lccClassification": [ + "BP166.2 .I24 1967" + ], + "placeOfPublication": [ + "[al-Qāhirah, al-Maṭbaʻah al-Salafīyah wa-Maktabatuhā, 1967 or 8]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10009127" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009127", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGM 85-1727", + "urn:barcode:33433001945694" + ], + "physicalLocation": [ + "*OGM 85-1727" + ], + "shelfMark_sort": "a*OGM 85-001727", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGM 85-1727" + ], + "uri": "i10004965", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGM 85-1727" + }, + { + "type": "bf:Barcode", + "value": "33433001945694" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001945694" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009912", + "_score": 0, + "_source": { + "extent": [ + "[4] p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Alva, Juan de" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Imprenta de Alonso del Riego" + ], + "language": [ + { + "id": "lang:spa", + "label": "Spanish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1700 + ], + "dateEndString": [ + "1799" + ], + "title": [ + "Romance famoso : en que se refieren las grandes hazañas del valiente negro en Flandes, llamado Juan de Alva, y la mucho que el Rey nuestro Señor premio sus hechos." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare+ F 82-61" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1700" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1700 + ], + "idOclc": [ + "NYPG009000608-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ F 82-61" + }, + { + "type": "nypl:Bnumber", + "value": "10009912" + }, + { + "type": "nypl:Oclc", + "value": "NYPG009000608-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00911389" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209888" + } + ], + "dateEndYear": [ + 1799 + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "Valladolid : Imprenta de Alonso del Riego, [17--?]" + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-61", + "urn:bnum:10009912", + "urn:oclc:NYPG009000608-B", + "urn:identifier:NNSZ00911389", + "urn:identifier:(WaOLN)nyp0209888" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1700" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Alva, Juan de." + ], + "titleDisplay": [ + "Romance famoso : en que se refieren las grandes hazañas del valiente negro en Flandes, llamado Juan de Alva, y la mucho que el Rey nuestro Señor premio sus hechos." + ], + "uri": "b10009912", + "placeOfPublication": [ + "Valladolid" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10009912" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009912", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-61", + "urn:barcode:33433036926867" + ], + "physicalLocation": [ + "Sc Rare+ F 82-61" + ], + "shelfMark_sort": "aSc Rare+ F 82-000061", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=Sc+Rare%2B+F+82-61&Date=1700&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10009912&ItemISxN=i11901001x&ItemNumber=33433036926867&ItemPlace=Valladolid&ItemPublisher=Imprenta+de+Alonso+del+Riego%2C+%5B17--%3F%5D&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100099129&Site=SCHRB&Title=Romance+famoso+%3A+en+que+se+refieren+las+grandes+haza%C3%B1as+del+valiente+negro+en+Flandes%2C+llamado+Juan+de+Alva%2C+y+la+mucho+que+el+Rey+nuestro+Se%C3%B1or+premio+sus+hechos." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare+ F 82-61" + ], + "uri": "i11901001", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ F 82-61" + }, + { + "type": "bf:Barcode", + "value": "33433036926867" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036926867" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009988", + "_score": 0, + "_source": { + "extent": [ + "5 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfiche.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Coutilien Coutard, Philippe-Jérome", + "Haiti", + "Haiti -- History", + "Haiti -- History -- Revolution, 1791-1804", + "Haiti -- History -- 1804-1844" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Impr. du gouvernement" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1800 + ], + "dateEndString": [ + "1899" + ], + "title": [ + "Discours aux Haïtiens, ou, Hommage au dévouement patriotique de Coutillien" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Micro F-10834" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1800" + ], + "creatorLiteral": [ + "Marion, Ignace Despontreaux." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1800 + ], + "creatorModifiedName": "Ignace Marion", + "idOclc": [ + "NYPG009000688-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Micro F-10834" + }, + { + "type": "nypl:Bnumber", + "value": "10009988" + }, + { + "type": "nypl:Oclc", + "value": "NYPG009000688-B" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209965" + } + ], + "dateEndYear": [ + 1899 + ], + "updatedAt": 1712885854959, + "publicationStatement": [ + "Aux Cayes : Impr. du gouvernement, [185-?]" + ], + "identifier": [ + "urn:shelfmark:Sc Micro F-10834", + "urn:bnum:10009988", + "urn:oclc:NYPG009000688-B", + "urn:identifier:(WaOLN)nyp0209965" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1800" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Coutilien Coutard, Philippe-Jérome.", + "Haiti -- History -- Revolution, 1791-1804.", + "Haiti -- History -- 1804-1844." + ], + "titleDisplay": [ + "Discours aux Haïtiens, ou, Hommage au dévouement patriotique de Coutillien [microform] / par A.J. Despontreau Marion." + ], + "uri": "b10009988", + "placeOfPublication": [ + "Aux Cayes" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Hommage au dévouement patriotique de Coutillien" + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10009988" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009988", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)", + "urn:barcode:33433058298906" + ], + "physicalLocation": [ + "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)" + ], + "shelfMark_sort": "aSc Micro F-10900 Library has: Vol. 3, no. 000005-v. 3, no. 7 (June-Aug. 1919)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)" + ], + "uri": "i13965122", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)" + }, + { + "type": "bf:Barcode", + "value": "33433058298906" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433058298906" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009988", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Micro F-10834", + "urn:barcode:33433058299276" + ], + "physicalLocation": [ + "Sc Micro F-10834" + ], + "shelfMark_sort": "aSc Micro F-010834", + "catalogItemType_packed": [ + "catalogItemType:26||microfiche" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Micro F-10834" + ], + "uri": "i13785539", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Micro F-10834" + }, + { + "type": "bf:Barcode", + "value": "33433058299276" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433058299276" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:26", + "label": "microfiche" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010607", + "_score": 0, + "_ignored": [ + "title.keyword", + "title.keywordLowercased", + "title.keywordLowercasedStripped" + ], + "_source": { + "extent": [ + "1 broadside ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Facsimile reproduction (photoreproduction).", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Diderot, Denis, 1713-1784", + "Alembert, Jean Le Rond d', 1717-1783", + "Encyclopédie" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ex Typographia Reverendae Camerae Apostolicae" + ], + "language": [ + { + "id": "lang:lat", + "label": "Latin" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1759 + ], + "title": [ + "Damnatio, et prohibitio operis in plures tomos distributi, cujus est titulus Encyclopedie, ou Dictionaire raisonné des sciences, des arts, & des metiers, par une société de gens de lettres, mis en ordre, & publié par Mr. Diderot de l'Academie royale des sciences, & des belles lettres de Prusse, & quant a la partie mathematique, par Mr. d'Alembert de l'Academie royale de Sciences de Paris, de celle de Prusse, & de la Société royale de Londres" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*Z-3852 no. 26" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1759" + ], + "creatorLiteral": [ + "Catholic Church. Pope (1758-1769 : Clement XIII)" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1759 + ], + "idOclc": [ + "13888170" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3852 no. 26" + }, + { + "type": "nypl:Bnumber", + "value": "10010607" + }, + { + "type": "nypl:Oclc", + "value": "13888170" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)13888170" + } + ], + "updatedAt": 1710989883913, + "publicationStatement": [ + "Romae : Ex Typographia Reverendae Camerae Apostolicae, 1759." + ], + "identifier": [ + "urn:shelfmark:*Z-3852 no. 26", + "urn:bnum:10010607", + "urn:oclc:13888170", + "urn:identifier:(OCoLC)13888170" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1759" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Diderot, Denis, 1713-1784.", + "Alembert, Jean Le Rond d', 1717-1783.", + "Encyclopédie." + ], + "titleDisplay": [ + "Damnatio, et prohibitio operis in plures tomos distributi, cujus est titulus Encyclopedie, ou Dictionaire raisonné des sciences, des arts, & des metiers, par une société de gens de lettres, mis en ordre, & publié par Mr. Diderot de l'Academie royale des sciences, & des belles lettres de Prusse, & quant a la partie mathematique, par Mr. d'Alembert de l'Academie royale de Sciences de Paris, de celle de Prusse, & de la Société royale de Londres [microform] / Clemens Papa XIII ad futuram rei memoriam." + ], + "uri": "b10010607", + "placeOfPublication": [ + "Romae" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "37 cm" + ] + }, + "sort": [ + 0, + "b10010607" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010607", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-3852 no. 1-27", + "urn:barcode:33433107973277" + ], + "physicalLocation": [ + "*Z-3852" + ], + "shelfMark_sort": "a*Z-3852 no. 000001-27", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-3852 no. 1-27" + ], + "uri": "i30458802", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3852 no. 1-27" + }, + { + "type": "bf:Barcode", + "value": "33433107973277" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-27" + ], + "idBarcode": [ + "33433107973277" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 27 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010675", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Description based on: No. 2 (1975).", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "English or Spanish.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "American literature", + "American literature -- Mexican American authors", + "American literature -- Mexican American authors -- Periodicals", + "American poetry", + "American poetry -- Mexican American authors", + "American poetry -- Mexican American authors -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "Pajarito Publications." + ], + "language": [ + { + "id": "lang:spa", + "label": "Spanish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 19 + ], + "dateEndString": [ + "19uu" + ], + "title": [ + "Flor y canto." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFL 81-111" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "19uu" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 19 + ], + "idOclc": [ + "NYPG0110-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 81-111" + }, + { + "type": "nypl:Bnumber", + "value": "10010675" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0110-S" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0210651" + } + ], + "dateEndYear": [ + 19 + ], + "updatedAt": 1711224711830, + "publicationStatement": [ + "Albuquerque : Pajarito Publications." + ], + "identifier": [ + "urn:shelfmark:JFL 81-111", + "urn:bnum:10010675", + "urn:oclc:NYPG0110-S", + "urn:identifier:(WaOLN)nyp0210651" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "19uu" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "American literature -- Mexican American authors -- Periodicals.", + "American poetry -- Mexican American authors -- Periodicals." + ], + "titleDisplay": [ + "Flor y canto." + ], + "uri": "b10010675", + "placeOfPublication": [ + "Albuquerque" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10010675" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010675", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1975", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFL 81-111 v. 2-5 1975-78" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 81-111 v. 2-5 1975-78" + }, + { + "type": "bf:Barcode", + "value": "33433005304187" + } + ], + "enumerationChronology": [ + "v. 2-5 1975-78" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 5 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFL 81-111 v. 2-5 1975-78", + "urn:barcode:33433005304187" + ], + "physicalLocation": [ + "JFL 81-111" + ], + "shelfMark_sort": "aJFL 81-111 v. 000002-5 1975-78", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-1975" + ], + "uri": "i10005340", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005304187" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 2-1975" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011031", + "_score": 0, + "_source": { + "extent": [ + "v. ill." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "State universities and colleges", + "State universities and colleges -- United States", + "State universities and colleges -- United States -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "AASCU studies." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLM 81-389" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "999" + ], + "creatorLiteral": [ + "American Association of State Colleges and Universities." + ], + "idLccn": [ + "72621307" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "7994181", + "NYPG0111-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-389" + }, + { + "type": "nypl:Bnumber", + "value": "10011031" + }, + { + "type": "nypl:Oclc", + "value": "7994181" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0111-S" + }, + { + "type": "bf:Lccn", + "value": "72621307" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211007" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)7994181" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711093358887, + "publicationStatement": [ + "[Washington]" + ], + "identifier": [ + "urn:shelfmark:JLM 81-389", + "urn:bnum:10011031", + "urn:oclc:7994181", + "urn:oclc:NYPG0111-S", + "urn:lccn:72621307", + "urn:identifier:(WaOLN)nyp0211007", + "urn:identifier:(OCoLC)7994181" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "State universities and colleges -- United States -- Periodicals." + ], + "titleDisplay": [ + "AASCU studies." + ], + "uri": "b10011031", + "lccClassification": [ + "LB2329.5.A43" + ], + "placeOfPublication": [ + "[Washington]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "A. A. S. C. U. studies." + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10011031" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011031", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-389 1970-1974", + "urn:barcode:33433017529995" + ], + "physicalLocation": [ + "JLM 81-389" + ], + "shelfMark_sort": "aJLM 81-389 1970-001974", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1970", + "lte": "1974" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-389 1970-1974" + ], + "uri": "i12540542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-389 1970-1974" + }, + { + "type": "bf:Barcode", + "value": "33433017529995" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1970-1974" + ], + "idBarcode": [ + "33433017529995" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1970" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011036", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Numbering", + "label": "Vols. for 1980- called 1st- annual supplement.", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Continues: Equal employment opportunity court cases, ISSN 0272-278x, issued by: United States. Civil Service Commission. Bureau of Intergovernmental Personnel Programs. (Earlier title cataloged as monograph. See entry under: United States. Civil Service Commission. Bureau of Intergovernmental Personnel Programs).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Discrimination in employment", + "Discrimination in employment -- Law and legislation", + "Discrimination in employment -- Law and legislation -- Digests", + "Discrimination in employment -- Law and legislation -- Digests -- United States", + "Discrimination in employment -- Law and legislation -- Digests -- United States -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "U.S. Office of Personnel Management, Office of Intergovernmental Programs : For sale by the Supt. of Docs., U.S. G.P.O." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Equal employment opportunity court cases." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLM 81-385" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "999" + ], + "idLccn": [ + "80647817" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "OIPP" + ], + "contributorLiteral": [ + "United States. Office of Intergovernmental Personnel Programs." + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "6784164", + "NYPG0116-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-385" + }, + { + "type": "nypl:Bnumber", + "value": "10011036" + }, + { + "type": "nypl:Oclc", + "value": "6784164" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0116-S" + }, + { + "type": "bf:Lccn", + "value": "80647817" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0011050" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0000038" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)6784164" + }, + { + "type": "bf:Identifier", + "value": "RCON-EPA" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711184589084, + "publicationStatement": [ + "Washington : U.S. Office of Personnel Management, Office of Intergovernmental Programs : For sale by the Supt. of Docs., U.S. G.P.O." + ], + "identifier": [ + "urn:shelfmark:JLM 81-385", + "urn:bnum:10011036", + "urn:oclc:6784164", + "urn:oclc:NYPG0116-S", + "urn:lccn:80647817", + "urn:identifier:(WaOLN)nyp0011050", + "urn:identifier:(WaOLN)nyp0000038", + "urn:identifier:(OCoLC)6784164", + "urn:identifier:RCON-EPA" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Discrimination in employment -- Law and legislation -- Digests -- United States -- Periodicals." + ], + "titleDisplay": [ + "Equal employment opportunity court cases." + ], + "uri": "b10011036", + "lccClassification": [ + "PAR" + ], + "placeOfPublication": [ + "Washington" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Equal employment opportunity court cases" + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 0, + "b10011036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-385 1980", + "urn:barcode:33433017529912" + ], + "physicalLocation": [ + "JLM 81-385" + ], + "shelfMark_sort": "aJLM 81-385 001980", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-385 1980" + ], + "uri": "i12540547", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-385 1980" + }, + { + "type": "bf:Barcode", + "value": "33433017529912" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1980" + ], + "idBarcode": [ + "33433017529912" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1980" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_score": 0, + "_source": { + "extent": [ + "v. ill., ports." + ], + "note": [ + { + "noteType": "Supplement", + "label": "Supplement accompany some issues.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Journalism", + "Journalism -- Periodicals" + ], + "numItemDatesParsed": [ + 9 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 9 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Bulletin." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "M-10 3102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "999" + ], + "creatorLiteral": [ + "American Society of Newspaper Editors." + ], + "idLccn": [ + "59037860 //r82" + ], + "idIssn": [ + "0003-1178" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "NYPG0120-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102" + }, + { + "type": "nypl:Bnumber", + "value": "10011041" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0120-S" + }, + { + "type": "bf:Lccn", + "value": "59037860 //r82" + }, + { + "type": "bf:Issn", + "value": "0003-1178" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0011055" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0000039" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711114099424, + "publicationStatement": [ + "Easton, Pa. [etc.]" + ], + "identifier": [ + "urn:shelfmark:M-10 3102", + "urn:bnum:10011041", + "urn:oclc:NYPG0120-S", + "urn:lccn:59037860 //r82", + "urn:issn:0003-1178", + "urn:identifier:(WaOLN)nyp0011055", + "urn:identifier:(WaOLN)nyp0000039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Journalism -- Periodicals." + ], + "titleDisplay": [ + "Bulletin." + ], + "uri": "b10011041", + "lccClassification": [ + "PN4700 .A58" + ], + "placeOfPublication": [ + "Easton, Pa. [etc.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "The Bulletin of the American Society of Newspaper Editors" + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10011041" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 9, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980", + "urn:barcode:33433010676884" + ], + "physicalLocation": [ + "M-10 3102" + ], + "shelfMark_sort": "aM-10 3102 nos. 601-629 Jan. 1977-Jan. 001980", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1977", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980" + ], + "uri": "i11901117", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980" + }, + { + "type": "bf:Barcode", + "value": "33433010676884" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "nos. 601-629 Jan. 1977-Jan. 1980" + ], + "idBarcode": [ + "33433010676884" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1977" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 574-600 1974-76", + "urn:barcode:33433010676876" + ], + "physicalLocation": [ + "M-10 3102" + ], + "shelfMark_sort": "aM-10 3102 nos. 574-600 1974-000076", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1974", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1974" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M-10 3102 nos. 574-600 1974-76" + ], + "uri": "i11901116", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102 nos. 574-600 1974-76" + }, + { + "type": "bf:Barcode", + "value": "33433010676876" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "nos. 574-600 1974-76" + ], + "idBarcode": [ + "33433010676876" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1974" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 547-57 1971-73", + "urn:barcode:33433010676868" + ], + "physicalLocation": [ + "M-10 3102" + ], + "shelfMark_sort": "aM-10 3102 nos. 547-57 1971-000073", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1971", + "lte": "1973" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M-10 3102 nos. 547-57 1971-73" + ], + "uri": "i11901115", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102 nos. 547-57 1971-73" + }, + { + "type": "bf:Barcode", + "value": "33433010676868" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "nos. 547-57 1971-73" + ], + "idBarcode": [ + "33433010676868" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1971" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011321", + "_score": 0, + "_source": { + "extent": [ + "[6], 72 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "German and Hebrew.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hebrew language", + "Hebrew language -- Grammar", + "Aramaic language", + "Aramaic language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wittwe Vandenhöck" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1770 + ], + "title": [ + "Johann Ernst Fabers Anmerkungen zur Erlernung des Talmudischen und Rabbinischen." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*PCQ 85-1669" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1770" + ], + "creatorLiteral": [ + "Faber, Johann Ernst, 1746-1774." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1770 + ], + "creatorModifiedName": "Johann Faber", + "idOclc": [ + "NYPG012000281-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*PCQ 85-1669" + }, + { + "type": "nypl:Bnumber", + "value": "10011321" + }, + { + "type": "nypl:Oclc", + "value": "NYPG012000281-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01213287" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211293" + } + ], + "updatedAt": 1711476019372, + "publicationStatement": [ + "Göttingen : Wittwe Vandenhöck, 1770." + ], + "identifier": [ + "urn:shelfmark:*PCQ 85-1669", + "urn:bnum:10011321", + "urn:oclc:NYPG012000281-B", + "urn:identifier:NNSZ01213287", + "urn:identifier:(WaOLN)nyp0211293" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1770" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hebrew language -- Grammar.", + "Aramaic language -- Grammar." + ], + "titleDisplay": [ + "Johann Ernst Fabers Anmerkungen zur Erlernung des Talmudischen und Rabbinischen." + ], + "uri": "b10011321", + "placeOfPublication": [ + "Göttingen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Anmerkungen zur Erlernung des Talmudischen und Rabbinischen." + ], + "dimensions": [ + "19cm." + ] + }, + "sort": [ + 0, + "b10011321" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011321", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:a||By appointment only" + ], + "identifier": [ + "urn:shelfmark:**P-*PCQ 85-1669", + "urn:barcode:33433089858876" + ], + "m2CustomerCode": [ + "XH" + ], + "physicalLocation": [ + "**P-*PCQ 85-1669" + ], + "shelfMark_sort": "a**P-*PCQ 85-001669", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:a", + "label": "By appointment only" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "**P-*PCQ 85-1669" + ], + "uri": "i14747226", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "**P-*PCQ 85-1669" + }, + { + "type": "bf:Barcode", + "value": "33433089858876" + } + ], + "holdingLocation_packed": [ + "loc:maf98||Schwarzman Building M2 - Dorot Jewish Division Room 111" + ], + "idBarcode": [ + "33433089858876" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maf98", + "label": "Schwarzman Building M2 - Dorot Jewish Division Room 111" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011751", + "_score": 0, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Results of a survey of RMA member banks.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "-1987." + ], + "subjectLiteral_exploded": [ + "Robert Morris Associates", + "Robert Morris Associates -- Periodicals", + "Bank loans", + "Bank loans -- United States", + "Bank loans -- United States -- Statistics", + "Bank loans -- United States -- Statistics -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "Robert Morris Associates." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 198 + ], + "dateEndString": [ + "1987" + ], + "title": [ + "Report on domestic and international loan charge-offs." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLM 81-449" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "198" + ], + "creatorLiteral": [ + "Robert Morris Associates." + ], + "idLccn": [ + "80640293" + ], + "idIssn": [ + "0196-724X" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 198 + ], + "idOclc": [ + "NYPG0129-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-449" + }, + { + "type": "nypl:Bnumber", + "value": "10011751" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0129-S" + }, + { + "type": "bf:Lccn", + "value": "80640293" + }, + { + "type": "bf:Issn", + "value": "0196-724X" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211718" + } + ], + "dateEndYear": [ + 1987 + ], + "updatedAt": 1711073758656, + "publicationStatement": [ + "Philadelphia, Robert Morris Associates." + ], + "identifier": [ + "urn:shelfmark:JLM 81-449", + "urn:bnum:10011751", + "urn:oclc:NYPG0129-S", + "urn:lccn:80640293", + "urn:issn:0196-724X", + "urn:identifier:(WaOLN)nyp0211718" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "198" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Robert Morris Associates -- Periodicals.", + "Bank loans -- United States -- Statistics -- Periodicals." + ], + "titleDisplay": [ + "Report on domestic and international loan charge-offs." + ], + "uri": "b10011751", + "lccClassification": [ + "HG1642.U5 R58a" + ], + "placeOfPublication": [ + "Philadelphia" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Report on domestic and international loan charge-offs" + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10011751" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011751", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-449 1978-1983, 1987.", + "urn:barcode:33433019908379" + ], + "physicalLocation": [ + "JLM 81-449" + ], + "shelfMark_sort": "aJLM 81-449 1978-1983, 1987.", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1978", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-449 1978-1983, 1987." + ], + "uri": "i12540558", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-449 1978-1983, 1987." + }, + { + "type": "bf:Barcode", + "value": "33433019908379" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1978-1983, 1987." + ], + "idBarcode": [ + "33433019908379" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1978" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10012379", + "_score": 0, + "_source": { + "extent": [ + "712 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "A service book of the Armenian church.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In classical Armenian (Grabar)", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Armenian Church", + "Armenian Church -- Liturgy" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tpeal hramanaw Teaṛn Zakʻariay azgasēr ev barekarg Patriargi" + ], + "language": [ + { + "id": "lang:arm", + "label": "Armenian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1795 + ], + "title": [ + "Kargavorutʻyun Hasarakatsʻ Aghotʻitsʻ Hayastaneaytsʻ Ekeghetsʻwoy." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ONN 86-1887" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1795" + ], + "creatorLiteral": [ + "Armenian Church." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1795 + ], + "idOclc": [ + "NYPG013000634-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONN 86-1887" + }, + { + "type": "nypl:Bnumber", + "value": "10012379" + }, + { + "type": "nypl:Oclc", + "value": "NYPG013000634-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01314364" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0212344" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "Kostandnupolis : Tpeal hramanaw Teaṛn Zakʻariay azgasēr ev barekarg Patriargi, 1795." + ], + "identifier": [ + "urn:shelfmark:*ONN 86-1887", + "urn:bnum:10012379", + "urn:oclc:NYPG013000634-B", + "urn:identifier:NNSZ01314364", + "urn:identifier:(WaOLN)nyp0212344" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1795" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Armenian Church -- Liturgy." + ], + "titleDisplay": [ + "Kargavorutʻyun Hasarakatsʻ Aghotʻitsʻ Hayastaneaytsʻ Ekeghetsʻwoy." + ], + "uri": "b10012379", + "placeOfPublication": [ + "Kostandnupolis" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "17 cm." + ] + }, + "sort": [ + 0, + "b10012379" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10012379", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "owner": [ + { + "id": "orgs:1108", + "label": "Rare Book Division" + } + ], + "identifier": [ + "urn:shelfmark:*ONN 86-1887", + "urn:barcode:33433057787578" + ], + "physicalLocation": [ + "*ONN 86-1887" + ], + "shelfMark_sort": "a*ONN 86-001887", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Armenian+Church.&CallNumber=*ONN+86-1887&Date=1795&Form=30&Genre=book+non-circ&ItemInfo1=Restricted+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10012379&ItemISxN=i125405972&ItemNumber=33433057787578&ItemPlace=Kostandnupolis&ItemPublisher=Tpeal+hramanaw+Tear%CC%A3n+Zak%CA%BBariay+azgas%C4%93r+ev+barekarg+Patriargi%2C+1795.&Location=Schwarzman+Rare+Book+Division&ReferenceNumber=b10012379x&Site=SASRB&Title=Kargavorut%CA%BByun+Hasarakats%CA%BB+Aghot%CA%BBits%CA%BB+Hayastaneayts%CA%BB+Ekeghets%CA%BBwoy.&Transaction.CustomFields.MapsLocationNote=%28Locked+cage%29" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ONN 86-1887" + ], + "uri": "i12540597", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONN 86-1887" + }, + { + "type": "bf:Barcode", + "value": "33433057787578" + } + ], + "holdingLocation_packed": [ + "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" + ], + "idBarcode": [ + "33433057787578" + ], + "owner_packed": [ + "orgs:1108||Rare Book Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:marr2", + "label": "Schwarzman Building - Rare Book Collection Room 328" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10012514", + "_score": 0, + "_source": { + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Genealogy", + "Clark County (Wash.)", + "Clark County (Wash.) -- Genealogy", + "Clark County (Wash.) -- Genealogy -- Periodicals", + "Washington (State)", + "Washington (State) -- Clark County", + "United States, Washington", + "United States, Washington -- Genealogy", + "United States, Washington -- Genealogy -- Periodicals" + ], + "numItemDatesParsed": [ + 25 + ], + "publisherLiteral": [ + "Clark County Genealogical Society." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 25 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Trail breakers." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "numItemVolumesParsed": [ + 25 + ], + "createdString": [ + "999" + ], + "idLccn": [ + "76641407" + ], + "idIssn": [ + "0362-0344" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Clark County Genealogical Society (Clark County, Wash.)" + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "2441280" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APR (Clark Co., Wash.) 81-297" + }, + { + "type": "nypl:Bnumber", + "value": "10012514" + }, + { + "type": "nypl:Oclc", + "value": "2441280" + }, + { + "type": "bf:Lccn", + "value": "76641407" + }, + { + "type": "bf:Issn", + "value": "0362-0344" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)2441280" + } + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 27 No. 1 (Fall 2000)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 27 No. 2 (Winter 2001)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 27 No. 3 (Spring 2001)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 27 No. 4 (Summer 2001)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 28 No. 1-3 (Fall 2001)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 29 No. 1 (Fall 2002)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 29 No. 2 (Winter 2003)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 29 No. 3/4 (Spring 2003)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 30 No. 1 (Fall 2003)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 30 No. 2 (Winter 2004)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 30 No. 3/4 (Spring 2004)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + }, + { + "coverage": "Vol. 31-32 No. 1 (2004)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Out of Print" + }, + { + "coverage": "No. 33 (Jul. 2006 - Jun. 2007)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "status": "Bind Prep" + } + ], + "holdingStatement": [ + "2:1(Sep 1975)-33(Jun. 2006-Jun. 2007).", + "Directory (of society's officers and other sources) 1984/1985 bound with v.10 & v.11" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "APR (Clark Co., Wash.) 81-297" + } + ], + "notes": [ + "QUARTERLY", + "\"Directory\" of same society collected and bound separately under : APR (Clark Co., Wash.) 83-333.", + "ISSN number: 0362-0344" + ], + "physicalLocation": [ + "APR (Clark Co., Wash.) 81-297" + ], + "format": [ + "CURRENT IN U.S. HISTORY & GENEALOGY + HOLDINGS" + ], + "location": [ + { + "code": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "uri": "h1031662" + } + ], + "updatedAt": 1711337301450, + "publicationStatement": [ + "Vancouver, Wash., Clark County Genealogical Society." + ], + "genreForm": [ + "Periodicals." + ], + "identifier": [ + "urn:shelfmark:APR (Clark Co., Wash.) 81-297", + "urn:bnum:10012514", + "urn:oclc:2441280", + "urn:lccn:76641407", + "urn:issn:0362-0344", + "urn:identifier:(OCoLC)2441280" + ], + "numCheckinCardItems": [ + 13 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Genealogy.", + "Clark County (Wash.) -- Genealogy -- Periodicals.", + "Washington (State) -- Clark County.", + "United States, Washington -- Genealogy -- Periodicals." + ], + "titleDisplay": [ + "Trail breakers." + ], + "uri": "b10012514", + "lccClassification": [ + "F897.C6 T7" + ], + "placeOfPublication": [ + "Vancouver, Wash." + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Trail breakers" + ], + "dimensions": [ + "28 cm" + ] + }, + "sort": [ + 0, + "b10012514" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 25, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10012514", + "_nested": { + "field": "items", + "offset": 14 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", + "dateRange": [ + { + "gte": "2006-07-01", + "lte": "2007-06-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "No. 33" + ], + "enumerationChronology_sort": [ + " 33-2006-07-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "uri": "i-h1031662-10", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APR (Clark Co., Wash.) 81-297" + } + ], + "holdingLocation_packed": [ + "loc:mag||Schwarzman Building - Milstein Division Room 121" + ], + "enumerationChronology": [ + "No. 33 (Jul. 2006 - Jun. 2007)" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + "sort": [ + " 33-2006-07-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10012514", + "_nested": { + "field": "items", + "offset": 12 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", + "dateRange": [ + { + "gte": "2004-01-01", + "lte": "2004-01-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 31-32 No. 1" + ], + "enumerationChronology_sort": [ + " 31-2004-01-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "uri": "i-h1031662-12", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APR (Clark Co., Wash.) 81-297" + } + ], + "holdingLocation_packed": [ + "loc:mag||Schwarzman Building - Milstein Division Room 121" + ], + "enumerationChronology": [ + "Vol. 31-32 No. 1 (2004)" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 32 + } + ] + }, + "sort": [ + " 31-2004-01-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10012514", + "_nested": { + "field": "items", + "offset": 15 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", + "dateRange": [ + { + "gte": "2004-04-01", + "lte": "2004-04-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 30 No. 3/4" + ], + "enumerationChronology_sort": [ + " 30-2004-04-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "uri": "i-h1031662-9", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APR (Clark Co., Wash.) 81-297" + } + ], + "holdingLocation_packed": [ + "loc:mag||Schwarzman Building - Milstein Division Room 121" + ], + "enumerationChronology": [ + "Vol. 30 No. 3/4 (Spring 2004)" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + "sort": [ + " 30-2004-04-01" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10012515", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Numbering", + "label": "Feb.-June 1928 also called year 3.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "no. -123; -June 22, 1928" + ], + "subjectLiteral_exploded": [ + "Jews", + "Jews -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "Jewish Graphic, Ltd." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 192 + ], + "dateEndString": [ + "1928" + ], + "title": [ + "The Jewish graphic." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZAN-*P519" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "192" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 192 + ], + "idOclc": [ + "NYPG0140-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-*P519" + }, + { + "type": "nypl:Bnumber", + "value": "10012515" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0140-S" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0212479" + } + ], + "dateEndYear": [ + 1928 + ], + "updatedAt": 1711482333052, + "publicationStatement": [ + "London : Jewish Graphic, Ltd." + ], + "identifier": [ + "urn:shelfmark:*ZAN-*P519", + "urn:bnum:10012515", + "urn:oclc:NYPG0140-S", + "urn:identifier:(WaOLN)nyp0212479" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "192" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jews -- Periodicals." + ], + "titleDisplay": [ + "The Jewish graphic." + ], + "uri": "b10012515", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "42 cm." + ] + }, + "sort": [ + 0, + "b10012515" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10012515", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", + "urn:barcode:33433092672512" + ], + "physicalLocation": [ + "*ZAN-*P519" + ], + "shelfMark_sort": "a*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1927", + "lte": "1928" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1927" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)" + ], + "uri": "i10006287", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)" + }, + { + "type": "bf:Barcode", + "value": "33433092672512" + } + ], + "holdingLocation_packed": [ + "loc:maf82||Schwarzman Building - Dorot Jewish Division Room 111" + ], + "enumerationChronology": [ + "Sept. 23, 1927-Jun 22, 1928 (Inc.)" + ], + "idBarcode": [ + "33433092672512" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maf82", + "label": "Schwarzman Building - Dorot Jewish Division Room 111" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1927" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013199", + "_score": 0, + "_source": { + "extent": [ + "1 v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Volume 1 only. No more published.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Administrative agencies", + "Administrative agencies -- Argentina", + "Argentina", + "Argentina -- Politics and government", + "Argentina -- Politics and government -- 1983-" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Asociación Argentina de Egresados en Ciencias Políticas" + ], + "language": [ + { + "id": "lang:spa", + "label": "Spanish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "dateEndString": [ + "999" + ], + "title": [ + "Estructura y organización de los ministerios de poder ejecutivo nacional : [aportes para el estudio de la estructura del poder durante el gobierno del Dr. Alfonsín]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLK 86-206" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1985" + ], + "creatorLiteral": [ + "Fardeso, José Horacio." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPG014000633-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLK 86-206" + }, + { + "type": "nypl:Bnumber", + "value": "10013199" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000633-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415604" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213163" + } + ], + "dateEndYear": [ + 999 + ], + "updatedAt": 1711158312516, + "publicationStatement": [ + "Buenos Aires : Asociación Argentina de Egresados en Ciencias Políticas, 1985." + ], + "identifier": [ + "urn:shelfmark:JLK 86-206", + "urn:bnum:10013199", + "urn:oclc:NYPG014000633-B", + "urn:identifier:NNSZ01415604", + "urn:identifier:(WaOLN)nyp0213163" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Administrative agencies -- Argentina.", + "Argentina -- Politics and government -- 1983-" + ], + "titleDisplay": [ + "Estructura y organización de los ministerios de poder ejecutivo nacional : [aportes para el estudio de la estructura del poder durante el gobierno del Dr. Alfonsín] / José Horacio Fardeso." + ], + "uri": "b10013199", + "placeOfPublication": [ + "Buenos Aires" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10013199" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013199", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLK 86-206 v. 1", + "urn:barcode:33433063254944" + ], + "physicalLocation": [ + "JLK 86-206" + ], + "shelfMark_sort": "aJLK 86-206 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLK 86-206 v. 1" + ], + "uri": "i14747397", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLK 86-206 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433063254944" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433063254944" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013321", + "_score": 0, + "_source": { + "extent": [ + "5 v. in 1." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Logic", + "Logic -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Minerva" + ], + "language": [ + { + "id": "lang:lat", + "label": "Latin" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "dateEndString": [ + "1597" + ], + "title": [ + "Problemata logica. Marburg 1597." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFB 86-112" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Goclenius, Rudolph, 1547-1628." + ], + "idLccn": [ + "68110653" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1965 + ], + "creatorModifiedName": "Rudolph Goclenius", + "idOclc": [ + "NYPG014000764-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 86-112" + }, + { + "type": "nypl:Bnumber", + "value": "10013321" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000764-B" + }, + { + "type": "bf:Lccn", + "value": "68110653" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415735" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213284" + } + ], + "dateEndYear": [ + 1597 + ], + "updatedAt": 1711255954713, + "publicationStatement": [ + "Frankfurt, Minerva, 1967." + ], + "identifier": [ + "urn:shelfmark:JFB 86-112", + "urn:bnum:10013321", + "urn:oclc:NYPG014000764-B", + "urn:lccn:68110653", + "urn:identifier:NNSZ01415735", + "urn:identifier:(WaOLN)nyp0213284" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Logic -- Early works to 1800." + ], + "titleDisplay": [ + "Problemata logica. Marburg 1597." + ], + "uri": "b10013321", + "lccClassification": [ + "BC60 .G62" + ], + "placeOfPublication": [ + "Frankfurt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "15 cm." + ] + }, + "sort": [ + 0, + "b10013321" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013321", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFB 86-112", + "urn:barcode:33433005151620" + ], + "physicalLocation": [ + "JFB 86-112" + ], + "shelfMark_sort": "aJFB 86-000112", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFB 86-112" + ], + "uri": "i10006744", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 86-112" + }, + { + "type": "bf:Barcode", + "value": "33433005151620" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005151620" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013473", + "_score": 0, + "_source": { + "extent": [ + "155 p. : ill. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Perspective" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "M. Tavernier" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1643 + ], + "title": [ + "La perspective speculative, et pratique ou sont demonstrez les fondemens de cet art, & de tout ce qui en a esté enseigné jusqu'ā present ..." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZM-189" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1643" + ], + "creatorLiteral": [ + "Aleaume, Jacques, -approximately 1627." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1643 + ], + "creatorModifiedName": "Jacques Aleaume", + "idOclc": [ + "NYPG014000922-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZM-189" + }, + { + "type": "nypl:Bnumber", + "value": "10013473" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000922-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415893" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213436" + } + ], + "updatedAt": 1711083113333, + "publicationStatement": [ + "Paris : M. Tavernier, 1643." + ], + "identifier": [ + "urn:shelfmark:*ZM-189", + "urn:bnum:10013473", + "urn:oclc:NYPG014000922-B", + "urn:identifier:NNSZ01415893", + "urn:identifier:(WaOLN)nyp0213436" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1643" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Perspective." + ], + "titleDisplay": [ + "La perspective speculative, et pratique [microform] : ou sont demonstrez les fondemens de cet art, & de tout ce qui en a esté enseigné jusqu'ā present ... / de l'invention du feu sieur Aleaume ..." + ], + "uri": "b10013473", + "placeOfPublication": [ + "Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10013473" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013473", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:3-MBF (Aleaume, J. Perspective speculative, et pratique)", + "urn:barcode:33433090700216" + ], + "physicalLocation": [ + "3-MBF (Aleaume, J. Perspective speculative, et pratique)" + ], + "shelfMark_sort": "a3-MBF (Aleaume, J. Perspective speculative, et pratique)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "3-MBF (Aleaume, J. Perspective speculative, et pratique)" + ], + "uri": "i10006752", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "3-MBF (Aleaume, J. Perspective speculative, et pratique)" + }, + { + "type": "bf:Barcode", + "value": "33433090700216" + } + ], + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + ], + "idBarcode": [ + "33433090700216" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013473", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZM-189", + "urn:barcode:33433110386137" + ], + "physicalLocation": [ + "*ZM-189" + ], + "shelfMark_sort": "a*ZM-000189", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZM-189" + ], + "uri": "i10006750", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZM-189" + }, + { + "type": "bf:Barcode", + "value": "33433110386137" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "idBarcode": [ + "33433110386137" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013537", + "_score": 0, + "_source": { + "extent": [ + "12 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Colonies. No. 10.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Signatures: A⁶.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Bibliothèque nationale (France). Catalogue de l’histoire de la Révolution française", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Racially mixed people", + "Racially mixed people -- Haiti", + "Racially mixed people -- Haiti -- Early works to 1800", + "Slavery", + "Slavery -- Haiti", + "Slavery -- Haiti -- Early works to 1800", + "Haiti", + "Haiti -- History", + "Haiti -- History -- Revolution, 1791-1804", + "Haiti -- History -- Revolution, 1791-1804 -- Early works to 1800", + "Haiti -- Politics and government", + "Haiti -- Politics and government -- Early works to 1800", + "France", + "France -- Colonies", + "France -- Colonies -- Administration", + "France -- Colonies -- Administration -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "De l'Imprimerie nationale" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1791 + ], + "title": [ + "Opinion de Jean-François Ducos sur l'exécution provisoire du concordat, & des arrêtés de l'Assemblée coloniale confirmatifs de cet accord : imprimée par ordre de l'Assemblée nationale." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare C 86-7" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1791" + ], + "creatorLiteral": [ + "Ducos, Jean François, 1765-1793." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "France. Assemblée nationale constituante (1789-1791)", + "Imprimerie nationale (France), publisher." + ], + "dateStartYear": [ + 1791 + ], + "donor": [ + "Home to Harlem Project funded by the Andrew W. Mellon Foundation." + ], + "creatorModifiedName": "Jean Ducos", + "idOclc": [ + "NYPG014000987-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-7" + }, + { + "type": "nypl:Bnumber", + "value": "10013537" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000987-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415958" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213499" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "A Paris : De l'Imprimerie nationale, 1791." + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-7", + "urn:bnum:10013537", + "urn:oclc:NYPG014000987-B", + "urn:identifier:NNSZ01415958", + "urn:identifier:(WaOLN)nyp0213499" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1791" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Racially mixed people -- Haiti -- Early works to 1800.", + "Slavery -- Haiti -- Early works to 1800.", + "Haiti -- History -- Revolution, 1791-1804 -- Early works to 1800.", + "Haiti -- Politics and government -- Early works to 1800.", + "France -- Colonies -- Administration -- Early works to 1800." + ], + "titleDisplay": [ + "Opinion de Jean-François Ducos sur l'exécution provisoire du concordat, & des arrêtés de l'Assemblée coloniale confirmatifs de cet accord : imprimée par ordre de l'Assemblée nationale." + ], + "uri": "b10013537", + "placeOfPublication": [ + "A Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10013537" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013537", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-7", + "urn:barcode:33433036927121" + ], + "physicalLocation": [ + "Sc Rare C 86-7" + ], + "shelfMark_sort": "aSc Rare C 86-000007", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Ducos%2C+Jean+Fran%C3%A7ois%2C+1765-1793.&CallNumber=Sc+Rare+C+86-7&Date=1791&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013537&ItemISxN=i11901189x&ItemNumber=33433036927121&ItemPlace=A+Paris&ItemPublisher=De+l%27Imprimerie+nationale%2C+1791.&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135377&Site=SCHRB&Title=Opinion+de+Jean-Fran%C3%A7ois+Ducos+sur+l%27ex%C3%A9cution+provisoire+du+concordat%2C+%26+des+arr%C3%AAt%C3%A9s+de+l%27Assembl%C3%A9e+coloniale+confirmatifs+de+cet+accord+%3A+imprim%C3%A9e+par+ordre+de+l%27Assembl%C3%A9e+nationale.&Transaction.CustomFields.Custom651=France+Colonies+Administration+Early+works+to+1800." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare C 86-7" + ], + "uri": "i11901189", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-7" + }, + { + "type": "bf:Barcode", + "value": "33433036927121" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036927121" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013539", + "_score": 0, + "_source": { + "extent": [ + "48 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "With a half-title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Avertissement. Quoique le titre de cet ouvrage semble announcer qu'on présentera la situation actuelle de toutes les colonies, je dois cependant prévenir le lecteur que, n'ayant en que des matériaux incomplets, j'ai été forcé pour le moment, de ne parler que de Saint-Domingue.\"--p. [2] (verso of half-title page). ", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Signatures: A-C⁸.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Bibliothèque nationale (France). Catalogue de l’histoire de la Révolution française", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "France. Marine", + "France. Marine -- Early works to 1800", + "Racially mixed people", + "Racially mixed people -- Haiti", + "Racially mixed people -- Haiti -- Early works to 1800", + "Haiti", + "Haiti -- History", + "Haiti -- History -- Revolution, 1791-1804", + "Haiti -- History -- Revolution, 1791-1804 -- Early works to 1800", + "Haiti -- Politics and government", + "Haiti -- Politics and government -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "de le Imprimerie de L.-P. Couret, rue Christine, no. 2" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1792 + ], + "title": [ + "De l'état actuel de la marine et des colonies" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare C 86-4" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1792" + ], + "creatorLiteral": [ + "Brasseur." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Couret de Villeneuve, Louis-Pierre, 1749-1806" + ], + "dateStartYear": [ + 1792 + ], + "donor": [ + "Home to Harlem Project funded by the Andrew W. Mellon Foundation." + ], + "idOclc": [ + "NYPG014000989-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-4" + }, + { + "type": "nypl:Bnumber", + "value": "10013539" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000989-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415960" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213501" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "A Paris : de le Imprimerie de L.-P. Couret, rue Christine, no. 2, 1792." + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-4", + "urn:bnum:10013539", + "urn:oclc:NYPG014000989-B", + "urn:identifier:NNSZ01415960", + "urn:identifier:(WaOLN)nyp0213501" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1792" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "France. Marine -- Early works to 1800.", + "Racially mixed people -- Haiti -- Early works to 1800.", + "Haiti -- History -- Revolution, 1791-1804 -- Early works to 1800.", + "Haiti -- Politics and government -- Early works to 1800." + ], + "titleDisplay": [ + "De l'état actuel de la marine et des colonies / par M. Le Brasseur, ci-devant intendant-général de la Marine." + ], + "uri": "b10013539", + "placeOfPublication": [ + "A Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10013539" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013539", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-4", + "urn:barcode:33433036927147" + ], + "physicalLocation": [ + "Sc Rare C 86-4" + ], + "shelfMark_sort": "aSc Rare C 86-000004", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Brasseur.&CallNumber=Sc+Rare+C+86-4&Date=1792&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013539&ItemISxN=i119011918&ItemNumber=33433036927147&ItemPlace=A+Paris&ItemPublisher=de+le+Imprimerie+de+L.-P.+Couret%2C+rue+Christine%2C+no.+2%2C+1792.&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135390&Site=SCHRB&Title=De+l%27%C3%A9tat+actuel+de+la+marine+et+des+colonies&Transaction.CustomFields.Custom651=Haiti+Politics+and+government+Early+works+to+1800." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare C 86-4" + ], + "uri": "i11901191", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-4" + }, + { + "type": "bf:Barcode", + "value": "33433036927147" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036927147" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013540", + "_score": 0, + "_source": { + "extent": [ + "7 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Haiti", + "Haiti -- History", + "Haiti -- History -- Revolution, 1791-1804", + "Haiti -- History -- Revolution, 1791-1804 -- Sources" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "De l'Impr. de P.F. Didot le jeune" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1791 + ], + "title": [ + "Pétition faite à l'Assemblée nationale par MM. les Commissaires de l'Assemblée générale de la partie française de St.-Domingue : le 2 décembre 1791, et lue le 3." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare C 86-3" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1791" + ], + "creatorLiteral": [ + "Saint-Domingue. Assemblée générale Commissaires." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "France. Assemblée nationale législative (1791-1792)" + ], + "dateStartYear": [ + 1791 + ], + "idOclc": [ + "NYPG014000990-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-3" + }, + { + "type": "nypl:Bnumber", + "value": "10013540" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000990-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415961" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213502" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "[Paris?] : De l'Impr. de P.F. Didot le jeune, [1791?]" + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-3", + "urn:bnum:10013540", + "urn:oclc:NYPG014000990-B", + "urn:identifier:NNSZ01415961", + "urn:identifier:(WaOLN)nyp0213502" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1791" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Haiti -- History -- Revolution, 1791-1804 -- Sources." + ], + "titleDisplay": [ + "Pétition faite à l'Assemblée nationale par MM. les Commissaires de l'Assemblée générale de la partie française de St.-Domingue : le 2 décembre 1791, et lue le 3." + ], + "uri": "b10013540", + "placeOfPublication": [ + "[Paris?]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10013540" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013540", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-3", + "urn:barcode:33433036927154" + ], + "physicalLocation": [ + "Sc Rare C 86-3" + ], + "shelfMark_sort": "aSc Rare C 86-000003", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Saint-Domingue.+Assembl%C3%A9e+g%C3%A9n%C3%A9rale+Commissaires.&CallNumber=Sc+Rare+C+86-3&Date=1791&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013540&ItemISxN=i11901192x&ItemNumber=33433036927154&ItemPlace=%5BParis%3F%5D&ItemPublisher=De+l%27Impr.+de+P.F.+Didot+le+jeune%2C+%5B1791%3F%5D&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135407&Site=SCHRB&Title=P%C3%A9tition+faite+%C3%A0+l%27Assembl%C3%A9e+nationale+par+MM.+les+Commissaires+de+l%27Assembl%C3%A9e+g%C3%A9n%C3%A9rale+de+la+partie+fran%C3%A7aise+de+St.-Domingue+%3A+le+2+d%C3%A9cembre+1791%2C+et+lue+le+3.&Transaction.CustomFields.Custom651=Haiti+History+Revolution%2C+1791-1804+Sources." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare C 86-3" + ], + "uri": "i11901192", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-3" + }, + { + "type": "bf:Barcode", + "value": "33433036927154" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036927154" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013541", + "_score": 0, + "_source": { + "extent": [ + "6, [2] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Imprint from colophon.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"No. 1606\" printed to right of head-piece above caption title. ", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Decree of the National Assembly.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Signed on p. 6: Louis. Et plus bas, Roland.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Last [2] p. blank.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Signatures: [A]⁴ ([A]4 blank)", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suffrage", + "Suffrage -- Haiti", + "Suffrage -- Haiti -- Early works to 1800", + "Racially mixed people", + "Racially mixed people -- Civil rights", + "Racially mixed people -- Civil rights -- Haiti", + "Racially mixed people -- Civil rights -- Haiti -- Early works to 1800", + "Black people", + "Black people -- Civil rights", + "Black people -- Civil rights -- Haiti", + "Black people -- Civil rights -- Haiti -- Early works to 1800", + "France", + "France -- Colonies", + "France -- Colonies -- Administration", + "France -- Colonies -- Administration -- Early works to 1800", + "Haiti", + "Haiti -- Politics and government", + "Haiti -- Politics and government -- 1791-1804", + "Haiti -- Politics and government -- 1791-1804 -- Early works to 1800", + "France -- Politics and government", + "France -- Politics and government -- 1789-1799", + "France -- Politics and government -- 1789-1799 -- Early works to 1800", + "Haiti -- History", + "Haiti -- History -- Revolution, 1791-1804", + "Haiti -- History -- Revolution, 1791-1804 -- Sources" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Chez Jean-Baptiste Lefranc-Elies, imprimeur de Dép. des Deux Sèvres" + ], + "description": [ + "Concerns suffrage rights given to men of color and free Blacks in all parish assemblies in all of the French West Indian colonies, specifically Saint-Domingue." + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1792 + ], + "title": [ + "Loi relative aux colonies, & aux moyens d'y appaiser les troubles : Donnée à Paris, le 4 avril 1792. " + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare+ F 82-68" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1792" + ], + "creatorLiteral": [ + "France." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Roland de La Platière, Jean-Marie, 1734-1793.", + "Lefranc-Elies, Jean-Baptiste, 1764-", + "France. Sovereign (1774-1792 : Louis XVI)", + "France. Assemblée nationale législative (1791-1792)" + ], + "dateStartYear": [ + 1792 + ], + "donor": [ + "Home to Harlem Project funded by the Andrew W. Mellon Foundation." + ], + "idOclc": [ + "NYPG014000991-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ F 82-68" + }, + { + "type": "nypl:Bnumber", + "value": "10013541" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000991-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415962" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213503" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "A Niort : Chez Jean-Baptiste Lefranc-Elies, imprimeur de Dép. des Deux Sèvres, 1792." + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-68", + "urn:bnum:10013541", + "urn:oclc:NYPG014000991-B", + "urn:identifier:NNSZ01415962", + "urn:identifier:(WaOLN)nyp0213503" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1792" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suffrage -- Haiti -- Early works to 1800.", + "Racially mixed people -- Civil rights -- Haiti -- Early works to 1800.", + "Black people -- Civil rights -- Haiti -- Early works to 1800.", + "France -- Colonies -- Administration -- Early works to 1800.", + "Haiti -- Politics and government -- 1791-1804 -- Early works to 1800.", + "France -- Politics and government -- 1789-1799 -- Early works to 1800.", + "Haiti -- History -- Revolution, 1791-1804 -- Sources." + ], + "titleDisplay": [ + "Loi relative aux colonies, & aux moyens d'y appaiser les troubles : Donnée à Paris, le 4 avril 1792. " + ], + "uri": "b10013541", + "placeOfPublication": [ + "A Niort" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Loi relative aux colonies, et aux moyens d'y appaiser les troubles" + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 0, + "b10013541" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013541", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-68", + "urn:barcode:33433036927162" + ], + "physicalLocation": [ + "Sc Rare+ F 82-68" + ], + "shelfMark_sort": "aSc Rare+ F 82-000068", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=France.&CallNumber=Sc+Rare%2B+F+82-68&Date=1792&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013541&ItemISxN=i119011931&ItemNumber=33433036927162&ItemPlace=A+Niort&ItemPublisher=Chez+Jean-Baptiste+Lefranc-Elies%2C+imprimeur+de+D%C3%A9p.+des+Deux+S%C3%A8vres%2C+1792.&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135419&Site=SCHRB&Title=Loi+relative+aux+colonies%2C+%26+aux+moyens+d%27y+appaiser+les+troubles+%3A+Donn%C3%A9e+%C3%A0+Paris%2C+le+4+avril+1792.+&Transaction.CustomFields.Custom651=Haiti+History+Revolution%2C+1791-1804+Sources." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare+ F 82-68" + ], + "uri": "i11901193", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ F 82-68" + }, + { + "type": "bf:Barcode", + "value": "33433036927162" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036927162" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013542", + "_score": 0, + "_source": { + "extent": [ + "3, [1] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Signed at end: Fait à Laon, le 6 Floréal, seconde année républicaine. Signé Lefevre, Président; Lelarge, Regnault, Partis, Caignart, Tranchant, Duchateau, Clouard, administrateurs. Contresigné M. J. J. P. Leleu, Secrétaire-Général du Département.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Pour copie conforme à l'Exemplaire qui nous a été adressé, certifié par l'Administration du Département de l'Aisne.\"--p. [3].", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Imprint from colophon.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At side of title: No. 3443.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Last page blank.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Signatures: [A]²", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Enslaved persons", + "Enslaved persons -- Emancipation", + "Enslaved persons -- Emancipation -- Colonies", + "Enslaved persons -- Emancipation -- Colonies -- France", + "Enslaved persons -- Emancipation -- Colonies -- France -- Early works to 1800", + "Slavery", + "Slavery -- France", + "Slavery -- France -- Colonies", + "Slavery -- France -- Colonies -- Early works to 1800", + "France", + "France -- Colonies", + "France -- Colonies -- Administration", + "France -- Colonies -- Administration -- Early works to 1800", + "France -- Politics and government", + "France -- Politics and government -- Early works to 1800", + "France -- Colonies -- Politics and government", + "France -- Colonies -- Politics and government -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "De l'Imprimerie de Veuve Melleville & fils, imprimeurs du Dép. de l'Aisne" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1794 + ], + "dateEndString": [ + "1795" + ], + "title": [ + "Decret de la Convention nationale, du 16.e jour de pluviôse, an 2.e de la République françoise, une & indivisible, qui abolit l'esclavage des Nègres dans les colonies." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare+ F 82-67" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1794" + ], + "creatorLiteral": [ + "France. Convention nationale." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Veuve Melleville & fils, printer." + ], + "dateStartYear": [ + 1794 + ], + "donor": [ + "Home to Harlem Project funded by the Andrew W. Mellon Foundation." + ], + "idOclc": [ + "NYPG014000992-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ F 82-67" + }, + { + "type": "nypl:Bnumber", + "value": "10013542" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000992-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415963" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213504" + } + ], + "dateEndYear": [ + 1795 + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "A Laon : De l'Imprimerie de Veuve Melleville & fils, imprimeurs du Dép. de l'Aisne, An 3 de la Républ. [1794 or 1795]" + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-67", + "urn:bnum:10013542", + "urn:oclc:NYPG014000992-B", + "urn:identifier:NNSZ01415963", + "urn:identifier:(WaOLN)nyp0213504" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1794" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Enslaved persons -- Emancipation -- Colonies -- France -- Early works to 1800.", + "Slavery -- France -- Colonies -- Early works to 1800.", + "France -- Colonies -- Administration -- Early works to 1800.", + "France -- Politics and government -- Early works to 1800.", + "France -- Colonies -- Politics and government -- Early works to 1800." + ], + "titleDisplay": [ + "Decret de la Convention nationale, du 16.e jour de pluviôse, an 2.e de la République françoise, une & indivisible, qui abolit l'esclavage des Nègres dans les colonies." + ], + "uri": "b10013542", + "placeOfPublication": [ + "A Laon" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Abolit l'esclavage des Nègres dans les colonies." + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10013542" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013542", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-67", + "urn:barcode:33433036927170" + ], + "physicalLocation": [ + "Sc Rare+ F 82-67" + ], + "shelfMark_sort": "aSc Rare+ F 82-000067", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=France.+Convention+nationale.&CallNumber=Sc+Rare%2B+F+82-67&Date=1794&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013542&ItemISxN=i119011943&ItemNumber=33433036927170&ItemPlace=A+Laon&ItemPublisher=De+l%27Imprimerie+de+Veuve+Melleville+%26+fils%2C+imprimeurs+du+D%C3%A9p.+de+l%27Aisne%2C+An+3+de+la+R%C3%A9publ.+%5B1794+or+1795%5D&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135420&Site=SCHRB&Title=Decret+de+la+Convention+nationale%2C+du+16.e+jour+de+pluvi%C3%B4se%2C+an+2.e+de+la+R%C3%A9publique+fran%C3%A7oise%2C+une+%26+indivisible%2C+qui+abolit+l%27esclavage+des+N%C3%A8gres+dans+les+colonies.&Transaction.CustomFields.Custom651=France+Colonies+Politics+and+government+Early+works+to+1800." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare+ F 82-67" + ], + "uri": "i11901194", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ F 82-67" + }, + { + "type": "bf:Barcode", + "value": "33433036927170" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036927170" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013544", + "_score": 0, + "_source": { + "extent": [ + "[23], 334 p., 81 leaves ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Suma del privilegio\" refers to the book under title: De instauranda aethiopum salute. Running title: Tract[atus] de inst[auranda] ethiop[um] sal[ute]", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jesuits", + "Jesuits -- Missions", + "Catholic Church", + "Catholic Church -- Missions", + "Black people", + "Black people -- Missions", + "Black people -- South America", + "Slave-trade", + "Slave-trade -- Africa", + "Africa", + "Africa -- Social life and customs" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Por Francisco de Lira, impresor" + ], + "language": [ + { + "id": "lang:spa", + "label": "Spanish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1627 + ], + "title": [ + "Naturaleza, policia sagrada i profana, costumbres i ritos, disciplina i catechismo evangelico de todos etiopes" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare F 82-70" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1627" + ], + "creatorLiteral": [ + "Sandoval, Alonso de, 1576-1652." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1627 + ], + "creatorModifiedName": "Alonso Sandoval", + "idOclc": [ + "NYPG014000994-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare F 82-70" + }, + { + "type": "nypl:Bnumber", + "value": "10013544" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014000994-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01415965" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213506" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "En Sevilla : Por Francisco de Lira, impresor, 1627." + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 82-70", + "urn:bnum:10013544", + "urn:oclc:NYPG014000994-B", + "urn:identifier:NNSZ01415965", + "urn:identifier:(WaOLN)nyp0213506" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1627" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jesuits -- Missions.", + "Catholic Church -- Missions.", + "Black people -- Missions.", + "Black people -- South America.", + "Slave-trade -- Africa.", + "Africa -- Social life and customs." + ], + "titleDisplay": [ + "Naturaleza, policia sagrada i profana, costumbres i ritos, disciplina i catechismo evangelico de todos etiopes / por el p. Alonso, de Sandoval ..." + ], + "uri": "b10013544", + "placeOfPublication": [ + "En Sevilla" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "De instauranda aethiopum salute.", + "Tractatus de instauranda ethiopum salute." + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10013544" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013544", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 82-70", + "urn:barcode:33433036927188" + ], + "physicalLocation": [ + "Sc Rare F 82-70" + ], + "shelfMark_sort": "aSc Rare F 82-000070", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Sandoval%2C+Alonso+de%2C+1576-1652.&CallNumber=Sc+Rare+F+82-70&Date=1627&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013544&ItemISxN=i119011955&ItemNumber=33433036927188&ItemPlace=En+Sevilla&ItemPublisher=Por+Francisco+de+Lira%2C+impresor%2C+1627.&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135444&Site=SCHRB&Title=Naturaleza%2C+policia+sagrada+i+profana%2C+costumbres+i+ritos%2C+disciplina+i+catechismo+evangelico+de+todos+etiopes&Transaction.CustomFields.Custom651=Africa+Social+life+and+customs." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare F 82-70" + ], + "uri": "i11901195", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare F 82-70" + }, + { + "type": "bf:Barcode", + "value": "33433036927188" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036927188" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013584", + "_score": 0, + "_source": { + "extent": [ + "6 v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Seventeen \"books\" in six vols.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Colonization", + "Colonization -- History", + "Commerce", + "Commerce -- History", + "East Indies", + "America", + "America -- Discovery and exploration" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[s.n.]" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1770 + ], + "title": [ + "Histoire philosophique et politique des établissemens & du commerce des Européens dans les deux Indes." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare C 86-2" + ], + "numItemVolumesParsed": [ + 3 + ], + "createdString": [ + "1770" + ], + "creatorLiteral": [ + "Raynal, abbé (Guillaume-Thomas-François), 1713-1796." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1770 + ], + "idOclc": [ + "NYPG014001035-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-2" + }, + { + "type": "nypl:Bnumber", + "value": "10013584" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014001035-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01416007" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213546" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "A Amsterdam : [s.n.], 1770." + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-2", + "urn:bnum:10013584", + "urn:oclc:NYPG014001035-B", + "urn:identifier:NNSZ01416007", + "urn:identifier:(WaOLN)nyp0213546" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1770" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Colonization -- History.", + "Commerce -- History.", + "East Indies.", + "America -- Discovery and exploration." + ], + "titleDisplay": [ + "Histoire philosophique et politique des établissemens & du commerce des Européens dans les deux Indes." + ], + "uri": "b10013584", + "placeOfPublication": [ + "A Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10013584" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013584", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-2 v. 6", + "urn:barcode:33433076137243" + ], + "physicalLocation": [ + "Sc Rare C 86-2" + ], + "shelfMark_sort": "aSc Rare C 86-2 v. 000006", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Raynal%2C+abb%C3%A9+%28Guillaume-Thomas-Fran%C3%A7ois%29%2C+1713-1796.&CallNumber=Sc+Rare+C+86-2&Date=1770&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013584&ItemISxN=i321960841&ItemNumber=33433076137243&ItemPlace=A+Amsterdam&ItemPublisher=%5Bs.n.%5D%2C+1770.&ItemVolume=v.+6&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135845&Site=SCHRB&Title=Histoire+philosophique+et+politique+des+%C3%A9tablissemens+%26+du+commerce+des+Europ%C3%A9ens+dans+les+deux+Indes.&Transaction.CustomFields.Custom651=America+Discovery+and+exploration." + ], + "enumerationChronology_sort": [ + " 6-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare C 86-2 v. 6" + ], + "uri": "i32196084", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-2 v. 6" + }, + { + "type": "bf:Barcode", + "value": "33433076137243" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "enumerationChronology": [ + "v. 6" + ], + "idBarcode": [ + "33433076137243" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ] + }, + "sort": [ + " 6-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013584", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-2 v. 2", + "urn:barcode:33433076137235" + ], + "physicalLocation": [ + "Sc Rare C 86-2" + ], + "shelfMark_sort": "aSc Rare C 86-2 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Raynal%2C+abb%C3%A9+%28Guillaume-Thomas-Fran%C3%A7ois%29%2C+1713-1796.&CallNumber=Sc+Rare+C+86-2&Date=1770&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013584&ItemISxN=i32196083x&ItemNumber=33433076137235&ItemPlace=A+Amsterdam&ItemPublisher=%5Bs.n.%5D%2C+1770.&ItemVolume=v.+2&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135845&Site=SCHRB&Title=Histoire+philosophique+et+politique+des+%C3%A9tablissemens+%26+du+commerce+des+Europ%C3%A9ens+dans+les+deux+Indes.&Transaction.CustomFields.Custom651=America+Discovery+and+exploration." + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare C 86-2 v. 2" + ], + "uri": "i32196083", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-2 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433076137235" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433076137235" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013584", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-2 v. 1", + "urn:barcode:33433036927279" + ], + "physicalLocation": [ + "Sc Rare C 86-2" + ], + "shelfMark_sort": "aSc Rare C 86-2 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Raynal%2C+abb%C3%A9+%28Guillaume-Thomas-Fran%C3%A7ois%29%2C+1713-1796.&CallNumber=Sc+Rare+C+86-2&Date=1770&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013584&ItemISxN=i119014671&ItemNumber=33433036927279&ItemPlace=A+Amsterdam&ItemPublisher=%5Bs.n.%5D%2C+1770.&ItemVolume=v.+1&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135845&Site=SCHRB&Title=Histoire+philosophique+et+politique+des+%C3%A9tablissemens+%26+du+commerce+des+Europ%C3%A9ens+dans+les+deux+Indes.&Transaction.CustomFields.Custom651=America+Discovery+and+exploration." + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare C 86-2 v. 1" + ], + "uri": "i11901467", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare C 86-2 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433036927279" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433036927279" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013594", + "_score": 0, + "_source": { + "extent": [ + "20 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Slavery", + "Slavery -- West Indies, British", + "Sugar trade", + "Sugar trade -- West Indies, British" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1792 + ], + "title": [ + "An Address to Her Royal Highness the Dutchess of York, against the use of sugar." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Rare+ G 86-31" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1792" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Frederica Charlotte Ulrica Catherina, Duchess of York, 1767-1820." + ], + "dateStartYear": [ + 1792 + ], + "idOclc": [ + "NYPG014001045-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ G 86-31" + }, + { + "type": "nypl:Bnumber", + "value": "10013594" + }, + { + "type": "nypl:Oclc", + "value": "NYPG014001045-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01416017" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213556" + } + ], + "updatedAt": 1712852432516, + "publicationStatement": [ + "[London? : s.n.], 1792." + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ G 86-31", + "urn:bnum:10013594", + "urn:oclc:NYPG014001045-B", + "urn:identifier:NNSZ01416017", + "urn:identifier:(WaOLN)nyp0213556" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1792" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Slavery -- West Indies, British.", + "Sugar trade -- West Indies, British." + ], + "titleDisplay": [ + "An Address to Her Royal Highness the Dutchess of York, against the use of sugar." + ], + "uri": "b10013594", + "placeOfPublication": [ + "[London?" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10013594" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013594", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ G 86-31", + "urn:barcode:33433036927360" + ], + "physicalLocation": [ + "Sc Rare+ G 86-31" + ], + "shelfMark_sort": "aSc Rare+ G 86-000031", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=Sc+Rare%2B+G+86-31&Date=1792&Form=30&Genre=book+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10013594&ItemISxN=i119014762&ItemNumber=33433036927360&ItemPlace=%5BLondon%3F&ItemPublisher=s.n.%5D%2C+1792.&Location=Schomburg+Center+Manuscripts%2C+Archives+and+Rare+Books&ReferenceNumber=b100135948&Site=SCHRB&Title=An+Address+to+Her+Royal+Highness+the+Dutchess+of+York%2C+against+the+use+of+sugar." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Rare+ G 86-31" + ], + "uri": "i11901476", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Rare+ G 86-31" + }, + { + "type": "bf:Barcode", + "value": "33433036927360" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "idBarcode": [ + "33433036927360" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013625", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Magazine for Filipinos.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Vol. 8, no. 1 (Oct. 1978)-" + ], + "subjectLiteral_exploded": [ + "Filipino Americans", + "Filipino Americans -- Periodicals", + "Philippines", + "Philippines -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "Ningas Corp." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "dateEndString": [ + "19uu" + ], + "title": [ + "Ningas." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFM 85-295" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1978" + ], + "idIssn": [ + "0164-6966" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "4417290", + "NYPG0144-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFM 85-295" + }, + { + "type": "nypl:Bnumber", + "value": "10013625" + }, + { + "type": "nypl:Oclc", + "value": "4417290" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0144-S" + }, + { + "type": "bf:Issn", + "value": "0164-6966" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213587" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)4417290" + } + ], + "dateEndYear": [ + 19 + ], + "updatedAt": 1711185514640, + "publicationStatement": [ + "New York : Ningas Corp., 1978-" + ], + "identifier": [ + "urn:shelfmark:JFM 85-295", + "urn:bnum:10013625", + "urn:oclc:4417290", + "urn:oclc:NYPG0144-S", + "urn:issn:0164-6966", + "urn:identifier:(WaOLN)nyp0213587", + "urn:identifier:(OCoLC)4417290" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Filipino Americans -- Periodicals.", + "Philippines -- Periodicals." + ], + "titleDisplay": [ + "Ningas." + ], + "uri": "b10013625", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10013625" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013625", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFM 85-295 v. 8 oct 1978- ma y1979" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFM 85-295 v. 8 oct 1978- ma y1979" + }, + { + "type": "bf:Barcode", + "value": "33433005091180" + } + ], + "enumerationChronology": [ + "v. 8 oct 1978- ma y1979" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFM 85-295 v. 8 oct 1978- ma y1979", + "urn:barcode:33433005091180" + ], + "physicalLocation": [ + "JFM 85-295" + ], + "shelfMark_sort": "aJFM 85-295 v. 000008 oct 1978- ma y1979", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 8-1978" + ], + "uri": "i10006769", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005091180" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 8-1978" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013626", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., plans ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Edited by M. Bontempelli and P.M. Bardi.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "3 (luglio [1933])-" + ], + "subjectLiteral_exploded": [ + "Architecture", + "Architecture -- Italy", + "Architecture -- Italy -- Periodicals", + "Fascism and architecture", + "Fascism and architecture -- Italy", + "Fascism and architecture -- Italy -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "[s.n.]" + ], + "language": [ + { + "id": "lang:ita", + "label": "Italian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1933 + ], + "dateEndString": [ + "19uu" + ], + "title": [ + "Quadrante" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZAN-M114" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1933" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Bontempelli, Massimo, 1878-1960.", + "Bardi, P. M. (Pietro Maria), 1900-" + ], + "dateStartYear": [ + 1933 + ], + "idOclc": [ + "NYPG0145-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-M114" + }, + { + "type": "nypl:Bnumber", + "value": "10013626" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0145-S" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213588" + } + ], + "uniformTitle": [ + "Quadrante (Milan, Italy)" + ], + "dateEndYear": [ + 19 + ], + "updatedAt": 1711051162341, + "publicationStatement": [ + "Milano : [s.n.], 1933-" + ], + "identifier": [ + "urn:shelfmark:*ZAN-M114", + "urn:bnum:10013626", + "urn:oclc:NYPG0145-S", + "urn:identifier:(WaOLN)nyp0213588" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1933" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Architecture -- Italy -- Periodicals.", + "Fascism and architecture -- Italy -- Periodicals." + ], + "titleDisplay": [ + "Quadrante [microform]." + ], + "uri": "b10013626", + "placeOfPublication": [ + "Milano" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10013626" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013626", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-M114 July 1933-July/Aug. 1935, inc.", + "urn:barcode:33433110459025" + ], + "physicalLocation": [ + "*ZAN-M114" + ], + "shelfMark_sort": "a*ZAN-M114 July 1933-July/Aug. 1935, inc.", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1933", + "lte": "1935" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-M114 July 1933-July/Aug. 1935, inc." + ], + "uri": "i30719650", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-M114 July 1933-July/Aug. 1935, inc." + }, + { + "type": "bf:Barcode", + "value": "33433110459025" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "July 1933-July/Aug. 1935, inc." + ], + "idBarcode": [ + "33433110459025" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1933" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013628", + "_score": 0, + "_source": { + "extent": [ + "13 v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Description based on: Vol. 1, no. 22 (July 21, 1977).", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 4, no. 24 repeated in numbering.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "-v. 13, no. 27 (May 22, 1989)." + ], + "subjectLiteral_exploded": [ + "Savings and loan associations", + "Savings and loan associations -- United States", + "Savings and loan associations -- United States -- Periodicals" + ], + "numItemDatesParsed": [ + 17 + ], + "publisherLiteral": [ + "National Thrift News" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 17 + ], + "createdYear": [ + 198 + ], + "dateEndString": [ + "1989" + ], + "title": [ + "National thrift news" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZAN-T5363" + ], + "numItemVolumesParsed": [ + 15 + ], + "createdString": [ + "198" + ], + "idLccn": [ + "79005118 /sn" + ], + "idIssn": [ + "0193-287X" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 198 + ], + "idOclc": [ + "NYPG0147-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-T5363" + }, + { + "type": "nypl:Bnumber", + "value": "10013628" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0147-S" + }, + { + "type": "bf:Lccn", + "value": "79005118 /sn" + }, + { + "type": "bf:Issn", + "value": "0193-287X" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213589" + } + ], + "dateEndYear": [ + 1989 + ], + "updatedAt": 1711480149930, + "publicationStatement": [ + "New York : National Thrift News, -1989." + ], + "identifier": [ + "urn:shelfmark:*ZAN-T5363", + "urn:bnum:10013628", + "urn:oclc:NYPG0147-S", + "urn:lccn:79005118 /sn", + "urn:issn:0193-287X", + "urn:identifier:(WaOLN)nyp0213589" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "198" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Savings and loan associations -- United States -- Periodicals." + ], + "titleDisplay": [ + "National thrift news [microform]." + ], + "uri": "b10013628", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "National thrift news" + ], + "dimensions": [ + "43 cm." + ] + }, + "sort": [ + 0, + "b10013628" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 17, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013628", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)", + "urn:barcode:33433062614056" + ], + "physicalLocation": [ + "*ZAN-T5363" + ], + "shelfMark_sort": "a*ZAN-T5363 v. 000013, no. 1-27 (Oct. 1988-May 22, 1989)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1988", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 13-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)" + ], + "uri": "i14747442", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433062614056" + } + ], + "holdingLocation_packed": [ + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" + ], + "enumerationChronology": [ + "v. 13, no. 1-27 (Oct. 1988-May 22, 1989)" + ], + "idBarcode": [ + "33433062614056" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ] + }, + "sort": [ + " 13-1988" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013628", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1988", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)" + }, + { + "type": "bf:Barcode", + "value": "33433093588832" + } + ], + "enumerationChronology": [ + "v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)", + "urn:barcode:33433093588832" + ], + "physicalLocation": [ + "*ZAN-T5363" + ], + "shelfMark_sort": "a*ZAN-T5363 v. 000013, Issue 1-27, Oct. (1988) - May 22 (1989)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 13-1988" + ], + "uri": "i27646161", + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "idBarcode": [ + "33433093588832" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 13-1988" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013628", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)", + "urn:barcode:33433062614098" + ], + "physicalLocation": [ + "*ZAN-T5363" + ], + "shelfMark_sort": "a*ZAN-T5363 v. 000013 (Oct. 3, 1988-May 22, 1989)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1988", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 13-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)" + ], + "uri": "i14747445", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433062614098" + } + ], + "holdingLocation_packed": [ + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" + ], + "enumerationChronology": [ + "v. 13 (Oct. 3, 1988-May 22, 1989)" + ], + "idBarcode": [ + "33433062614098" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ] + }, + "sort": [ + " 13-1988" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013630", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Music", + "Music -- Periodicals", + "Music, Latvian", + "Music, Latvian -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "Latvijas muziku biedrība" + ], + "language": [ + { + "id": "lang:lav", + "label": "Latvian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 19 + ], + "dateEndString": [ + "19uu" + ], + "title": [ + "Latvijas muzikis" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZAN-*Q1241" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "19uu" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Latvijas muziku biedrība." + ], + "dateStartYear": [ + 19 + ], + "idOclc": [ + "NYPG0149-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-*Q1241" + }, + { + "type": "nypl:Bnumber", + "value": "10013630" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0149-S" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213591" + } + ], + "dateEndYear": [ + 19 + ], + "updatedAt": 1711305895118, + "publicationStatement": [ + "Riga : Latvijas muziku biedrība" + ], + "identifier": [ + "urn:shelfmark:*ZAN-*Q1241", + "urn:bnum:10013630", + "urn:oclc:NYPG0149-S", + "urn:identifier:(WaOLN)nyp0213591" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "19uu" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Music -- Periodicals.", + "Music, Latvian -- Periodicals." + ], + "titleDisplay": [ + "Latvijas muzikis [microform]." + ], + "uri": "b10013630", + "placeOfPublication": [ + "Riga" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10013630" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013630", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-*Q1241 1929-May 1934", + "urn:barcode:33433110389370" + ], + "physicalLocation": [ + "*ZAN-*Q1241" + ], + "shelfMark_sort": "a*ZAN-*Q1241 1929-May 001934", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1929", + "lte": "1934" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1929" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-*Q1241 1929-May 1934" + ], + "uri": "i30780148", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-*Q1241 1929-May 1934" + }, + { + "type": "bf:Barcode", + "value": "33433110389370" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "1929-May 1934" + ], + "idBarcode": [ + "33433110389370" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1929" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013632", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "1-" + ], + "subjectLiteral_exploded": [ + "American poetry", + "American poetry -- Women authors", + "American poetry -- Women authors -- Periodicals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Brainchild Collective" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Brainchild." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFK 81-88" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "999" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Brainchild Collective (Springfield, Ill.)" + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "NYPG015-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 81-88" + }, + { + "type": "nypl:Bnumber", + "value": "10013632" + }, + { + "type": "nypl:Oclc", + "value": "NYPG015-S" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213593" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711114546305, + "publicationStatement": [ + "[Springfield, Ill. : Brainchild Collective, 197?- ]" + ], + "identifier": [ + "urn:shelfmark:JFK 81-88", + "urn:bnum:10013632", + "urn:oclc:NYPG015-S", + "urn:identifier:(WaOLN)nyp0213593" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "American poetry -- Women authors -- Periodicals." + ], + "titleDisplay": [ + "Brainchild." + ], + "uri": "b10013632", + "placeOfPublication": [ + "[Springfield, Ill." + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10013632" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013632", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFK 81-88 v. 2-4", + "urn:barcode:33433005347897" + ], + "physicalLocation": [ + "JFK 81-88" + ], + "shelfMark_sort": "aJFK 81-88 v. 000002-4", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFK 81-88 v. 2-4" + ], + "uri": "i10006770", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 81-88 v. 2-4" + }, + { + "type": "bf:Barcode", + "value": "33433005347897" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2-4" + ], + "idBarcode": [ + "33433005347897" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 4 + } + ] + }, + "sort": [ + " 2-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013633", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "1981-" + ], + "subjectLiteral_exploded": [ + "Statesmen", + "Statesmen -- Directories", + "International agencies", + "International agencies -- Directories" + ], + "numItemDatesParsed": [ + 3 + ], + "publisherLiteral": [ + "Lambert Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1981 + ], + "dateEndString": [ + "198u" + ], + "title": [ + "Lambert's worldwide government directory with inter-governmental organizations." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLM 81-504" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "7426456", + "NYPG0150-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-504" + }, + { + "type": "nypl:Bnumber", + "value": "10013633" + }, + { + "type": "nypl:Oclc", + "value": "7426456" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0150-S" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213594" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)7426456" + }, + { + "type": "bf:Identifier", + "value": "RCON-EPA" + } + ], + "dateEndYear": [ + 198 + ], + "updatedAt": 1711200875472, + "publicationStatement": [ + "Washington : Lambert Publications, 1981-" + ], + "identifier": [ + "urn:shelfmark:JLM 81-504", + "urn:bnum:10013633", + "urn:oclc:7426456", + "urn:oclc:NYPG0150-S", + "urn:identifier:(WaOLN)nyp0213594", + "urn:identifier:(OCoLC)7426456", + "urn:identifier:RCON-EPA" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Statesmen -- Directories.", + "International agencies -- Directories." + ], + "titleDisplay": [ + "Lambert's worldwide government directory with inter-governmental organizations." + ], + "uri": "b10013633", + "placeOfPublication": [ + "Washington" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Worldwide government directory with inter-governmental organizations" + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10013633" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10013633", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-504 1984", + "urn:barcode:33433019909617" + ], + "physicalLocation": [ + "JLM 81-504" + ], + "shelfMark_sort": "aJLM 81-504 001984", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-504 1984" + ], + "uri": "i12540645", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-504 1984" + }, + { + "type": "bf:Barcode", + "value": "33433019909617" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1984" + ], + "idBarcode": [ + "33433019909617" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1984" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013633", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-504 1982", + "urn:barcode:33433019909609" + ], + "physicalLocation": [ + "JLM 81-504" + ], + "shelfMark_sort": "aJLM 81-504 001982", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1982", + "lte": "1982" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1982" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-504 1982" + ], + "uri": "i12540644", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-504 1982" + }, + { + "type": "bf:Barcode", + "value": "33433019909609" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1982" + ], + "idBarcode": [ + "33433019909609" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1982" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10013633", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-504 1981", + "urn:barcode:33433019909591" + ], + "physicalLocation": [ + "JLM 81-504" + ], + "shelfMark_sort": "aJLM 81-504 001981", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-504 1981" + ], + "uri": "i12540643", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-504 1981" + }, + { + "type": "bf:Barcode", + "value": "33433019909591" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1981" + ], + "idBarcode": [ + "33433019909591" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1981" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10014637", + "_score": 0, + "_source": { + "extent": [ + "v. tables" + ], + "note": [ + { + "noteType": "Note", + "label": "At head of title: U.S. Dept. of Commerce.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tides", + "Tides -- Washington (State)", + "Tides -- Washington (State) -- Puget Sound", + "Tides -- Tables" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "U.S. Govt. Print. Off." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Tide and current tables, Puget Sound and vicinity." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZV-191, no. 3" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "999" + ], + "creatorLiteral": [ + "U.S. Coast and Geodetic Survey." + ], + "idLccn": [ + "31026236" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "United States. Coast and Geodetic Survey. Serial" + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "NYPG0153-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZV-191, no. 3" + }, + { + "type": "nypl:Bnumber", + "value": "10014637" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0153-S" + }, + { + "type": "bf:Lccn", + "value": "31026236" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0214599" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711338895027, + "publicationStatement": [ + "Washington, U.S. Govt. Print. Off." + ], + "identifier": [ + "urn:shelfmark:*ZV-191, no. 3", + "urn:bnum:10014637", + "urn:oclc:NYPG0153-S", + "urn:lccn:31026236", + "urn:identifier:(WaOLN)nyp0214599" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tides -- Washington (State) -- Puget Sound.", + "Tides -- Tables." + ], + "titleDisplay": [ + "Tide and current tables, Puget Sound and vicinity." + ], + "uri": "b10014637", + "lccClassification": [ + "VK748.W2A3" + ], + "placeOfPublication": [ + "Washington" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "14 cm." + ] + }, + "sort": [ + 0, + "b10014637" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10014713", + "_score": 0, + "_source": { + "extent": [ + "64 pages ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Ballad opera.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Libretto.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ballad operas", + "Ballad operas -- Librettos" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Moffat, Yard" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 192 + ], + "title": [ + "Polly : an opera : being a sequel to The beggar's opera" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMC 86-151" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "192u" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Gay, John, 1685-1732.", + "Bax, Clifford, 1886-1962." + ], + "dateStartYear": [ + 192 + ], + "idOclc": [ + "20774854" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 86-151" + }, + { + "type": "nypl:Bnumber", + "value": "10014713" + }, + { + "type": "nypl:Oclc", + "value": "20774854" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)20774854" + } + ], + "uniformTitle": [ + "Polly. Libretto.", + "Beggar's opera." + ], + "updatedAt": 1711460737024, + "publicationStatement": [ + "New York : Moffat, Yard, [192-?]" + ], + "genreForm": [ + "Ballad operas." + ], + "identifier": [ + "urn:shelfmark:JMC 86-151", + "urn:bnum:10014713", + "urn:oclc:20774854", + "urn:identifier:(OCoLC)20774854" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "192u" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ballad operas -- Librettos." + ], + "titleDisplay": [ + "Polly : an opera : being a sequel to The beggar's opera / by Mr. Gay ; now freely adapted by Clifford Bax." + ], + "uri": "b10014713", + "lccClassification": [ + "ML50.G29 P6" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm" + ] + }, + "sort": [ + 0, + "b10014713" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10014713", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMC 86-151", + "urn:barcode:33433004725283" + ], + "physicalLocation": [ + "JMC 86-151" + ], + "shelfMark_sort": "aJMC 86-000151", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMC 86-151" + ], + "uri": "i10007090", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 86-151" + }, + { + "type": "bf:Barcode", + "value": "33433004725283" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433004725283" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10014799", + "_score": 0, + "_source": { + "extent": [ + "2 v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "T.p. of v. 2 (1790): Homeri Ilias ad Homeri editionem Vindobonensem Latine expressa. Recensuit cum varietate lectionis ex codicibus Bibliothecae Palatino-Vindobonensis Franciscus Carolus Alter.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 1 includes list of errata and \"Vitia codicis\".", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "\"Elenchus opusculorum a Francisco Carolo Alter editorium\": v. 1, p. [644-653].", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Typis Joannis Thomae nobilis de Trattnern ..." + ], + "language": [ + { + "id": "lang:grc", + "label": "Greek, Ancient (to 1453)" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1789 + ], + "dateEndString": [ + "1790" + ], + "title": [ + "Homeri Ilias : ad codicem Vindobonensem Graece expressa" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFK 84-208" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1789" + ], + "creatorLiteral": [ + "Homer." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Alter, Franz Carl, 1749-1804." + ], + "dateStartYear": [ + 1789 + ], + "idOclc": [ + "NYPG016000310-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 84-208" + }, + { + "type": "nypl:Bnumber", + "value": "10014799" + }, + { + "type": "nypl:Oclc", + "value": "NYPG016000310-B" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0214758" + } + ], + "dateEndYear": [ + 1790 + ], + "updatedAt": 1711248428262, + "publicationStatement": [ + "Viennae : Typis Joannis Thomae nobilis de Trattnern ..., 1789-1790." + ], + "identifier": [ + "urn:shelfmark:JFK 84-208", + "urn:bnum:10014799", + "urn:oclc:NYPG016000310-B", + "urn:identifier:(WaOLN)nyp0214758" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1789" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Homeri Ilias : ad codicem Vindobonensem Graece expressa / recensuit Franciscus Carolus Alter ..." + ], + "uri": "b10014799", + "placeOfPublication": [ + "Viennae" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10014799" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10014799", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFK 84-208 v. 1", + "urn:barcode:33433003416611" + ], + "physicalLocation": [ + "JFK 84-208" + ], + "shelfMark_sort": "aJFK 84-208 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFK 84-208 v. 1" + ], + "uri": "i10007128", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 84-208 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433003416611" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433003416611" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-1672a25f4faaa5ac3220a27d6b3ee209.json b/test/fixtures/query-1672a25f4faaa5ac3220a27d6b3ee209.json new file mode 100644 index 00000000..2a9e4336 --- /dev/null +++ b/test/fixtures/query-1672a25f4faaa5ac3220a27d6b3ee209.json @@ -0,0 +1,14215 @@ +{ + "body": { + "took": 105, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_score": 0, + "_source": { + "extent": [ + "ix, 368 p., [1] leaf of plates : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Contributions in German and Italian.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dante Alighieri, 1265-1321", + "Dante Alighieri, 1265-1321 -- Criticism and interpretation", + "Gmelin, Hermann, 1900-1958" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Stauffenburg" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "title": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1985" + ], + "idLccn": [ + "86124252" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], + "contributorLiteral": [ + "Gmelin, Hermann, 1900-1958.", + "Baum, Richard.", + "Hirdt, Willi." + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPGNYPG-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "nypl:Bnumber", + "value": "10000002" + }, + { + "type": "bf:Isbn", + "value": "3923721544" + }, + { + "type": "nypl:Oclc", + "value": "NYPGNYPG-B" + }, + { + "type": "bf:Lccn", + "value": "86124252" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200001" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "Tübingen : Stauffenburg, c1985." + ], + "idIsbn": [ + "3923721544" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:bnum:10000002", + "urn:isbn:3923721544", + "urn:oclc:NYPGNYPG-B", + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dante Alighieri, 1265-1321 -- Criticism and interpretation.", + "Gmelin, Hermann, 1900-1958." + ], + "titleDisplay": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin / herausgegeben von Richard Baum und Willi Hirdt." + ], + "uri": "b10000002", + "lccClassification": [ + "PQ4390 .D274 1985" + ], + "placeOfPublication": [ + "Tübingen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "3923721544" + ] + }, + "sort": [ + 0, + "b10000002" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "uri": "i12858031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "bf:Barcode", + "value": "33433046113795" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433046113795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_score": 0, + "_source": { + "extent": [ + "199 p. : col. ill. maps ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hebrides (Scotland)", + "Hebrides (Scotland) -- Pictorial works" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Constable" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1989 + ], + "title": [ + "Scottish islands" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1989" + ], + "creatorLiteral": [ + "Waite, Charlie." + ], + "idLccn": [ + "gb 89012970" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1989 + ], + "donor": [ + "Gift of the Drue Heinz Book Fund for English Literature" + ], + "creatorModifiedName": "Charlie Waite", + "idOclc": [ + "NYPGUKBPGP8917-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "nypl:Bnumber", + "value": "10000003" + }, + { + "type": "bf:Isbn", + "value": "0094675708" + }, + { + "type": "nypl:Oclc", + "value": "NYPGUKBPGP8917-B" + }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200002" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "London : Constable, 1989." + ], + "idIsbn": [ + "0094675708" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:bnum:10000003", + "urn:isbn:0094675708", + "urn:oclc:NYPGUKBPGP8917-B", + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1989" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hebrides (Scotland) -- Pictorial works." + ], + "titleDisplay": [ + "Scottish islands / Charlie Waite." + ], + "uri": "b10000003", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ], + "idIsbn_clean": [ + "0094675708" + ] + }, + "sort": [ + 0, + "b10000003" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "uri": "i13783780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "bf:Barcode", + "value": "33433050409147" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433050409147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000126", + "_score": 0, + "_source": { + "extent": [ + "72 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ramana, Maharshi" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śrī Ramaṇāśrama" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Śrī Ramaṇa Maharshi : eka saṃkshipta jīvanī : sacitra." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-4666" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000074-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-4666" + }, + { + "type": "nypl:Bnumber", + "value": "10000126" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000074-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100074" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200125" + } + ], + "updatedAt": 1711329093444, + "publicationStatement": [ + "Tirūvaṇṇāmalai : Śrī Ramaṇāśrama, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLY 82-4666", + "urn:bnum:10000126", + "urn:oclc:NYPG001000074-B", + "urn:identifier:NNSZ00100074", + "urn:identifier:(WaOLN)nyp0200125" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ramana, Maharshi." + ], + "titleDisplay": [ + "Śrī Ramaṇa Maharshi : eka saṃkshipta jīvanī : sacitra." + ], + "uri": "b10000126", + "placeOfPublication": [ + "Tirūvaṇṇāmalai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000126" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000126", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-4666", + "urn:barcode:33433060417551" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-4666" + ], + "shelfMark_sort": "a*OLY 82-004666", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-4666" + ], + "uri": "i13783800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-4666" + }, + { + "type": "bf:Barcode", + "value": "33433060417551" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417551" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000177", + "_score": 0, + "_source": { + "extent": [ + "4, 4, 354 p. col. illus." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [349]-354.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rām Sanehīs" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rāmasnehī Sāhitya Śodha Saṃsthāna" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Rāmasnehī-sampradāya kī dārśanika prshṭhabhūmi." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-85" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Pāṇḍeya, Śivāśaṅkara, 1935-" + ], + "idLccn": [ + "74901467" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Rāmasnehī sāhitya śodha saṃsthāna, pushpa 1" + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000125-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-85" + }, + { + "type": "nypl:Bnumber", + "value": "10000177" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000125-B" + }, + { + "type": "bf:Lccn", + "value": "74901467" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100125" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200176" + } + ], + "updatedAt": 1711606528351, + "publicationStatement": [ + "Dillī, Rāmasnehī Sāhitya Śodha Saṃsthāna [1973]" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-85", + "urn:bnum:10000177", + "urn:oclc:NYPG001000125-B", + "urn:lccn:74901467", + "urn:identifier:NNSZ00100125", + "urn:identifier:(WaOLN)nyp0200176" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rām Sanehīs." + ], + "titleDisplay": [ + "Rāmasnehī-sampradāya kī dārśanika prshṭhabhūmi. Lekhaka Śivāśaṅkara Pāṇḍeya." + ], + "uri": "b10000177", + "lccClassification": [ + "BL1245.R35 P36" + ], + "placeOfPublication": [ + "Dillī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000177" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000177", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-85", + "urn:barcode:33433060419680" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-85" + ], + "shelfMark_sort": "a*OLY 84-000085", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-85" + ], + "uri": "i13783812", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-85" + }, + { + "type": "bf:Barcode", + "value": "33433060419680" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060419680" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000203", + "_score": 0, + "_source": { + "extent": [ + "201 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ramana, Maharshi" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śivalāla Agravāla eṇḍa Kampanī" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Ramaṇa Maharshi : evaṃ ātma-jñāna kā mārga. [́Hindi edition of Ramana Maharshi and the Path of Self-Knowledge by Arthur Osbourne]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-3981" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Vedālaṅkāra, Vedarāja." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Osbourne, Arthur." + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "NYPG001000151-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3981" + }, + { + "type": "nypl:Bnumber", + "value": "10000203" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000151-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100151" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200202" + } + ], + "updatedAt": 1711329131068, + "publicationStatement": [ + "Āgarā : Śivalāla Agravāla eṇḍa Kampanī, 1978." + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3981", + "urn:bnum:10000203", + "urn:oclc:NYPG001000151-B", + "urn:identifier:NNSZ00100151", + "urn:identifier:(WaOLN)nyp0200202" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ramana, Maharshi." + ], + "titleDisplay": [ + "Ramaṇa Maharshi : evaṃ ātma-jñāna kā mārga. [́Hindi edition of Ramana Maharshi and the Path of Self-Knowledge by Arthur Osbourne] / lekhaka Ārthara Āsaborna ; bhūmikā lekhaka Ḍā. Sarvapallī Rādhākṛshṇana ; anuvādaka Vedarāja Vedālankāra." + ], + "uri": "b10000203", + "placeOfPublication": [ + "Āgarā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000203" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000203", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3981", + "urn:barcode:33433060417486" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-3981" + ], + "shelfMark_sort": "a*OLY 82-003981", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-3981" + ], + "uri": "i13783820", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3981" + }, + { + "type": "bf:Barcode", + "value": "33433060417486" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417486" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000229", + "_score": 0, + "_source": { + "extent": [ + "97, 5 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Running title: Silver jubilee souvenir '72", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Tamil or English.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Advertising matter included in paging.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindu devotional literature, Tamil", + "Vaishnavites", + "Vaishnavites -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[Thirumazhisaiars' Association" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "The Thirumazhisaiars' Association : (Mahisara Abhijana Sabha) silver jubilee souvenir, 1972." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-1084" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "idLccn": [ + "73902510" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Thirumazhisaiars' Association." + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000177-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1084" + }, + { + "type": "nypl:Bnumber", + "value": "10000229" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000177-B" + }, + { + "type": "bf:Lccn", + "value": "73902510" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100177" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200228" + } + ], + "updatedAt": 1711605282327, + "publicationStatement": [ + "Madras : [Thirumazhisaiars' Association, 1972]" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1084", + "urn:bnum:10000229", + "urn:oclc:NYPG001000177-B", + "urn:lccn:73902510", + "urn:identifier:NNSZ00100177", + "urn:identifier:(WaOLN)nyp0200228" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindu devotional literature, Tamil.", + "Vaishnavites -- Biography." + ], + "titleDisplay": [ + "The Thirumazhisaiars' Association : (Mahisara Abhijana Sabha) silver jubilee souvenir, 1972." + ], + "uri": "b10000229", + "placeOfPublication": [ + "Madras" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000229" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000229", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1084", + "urn:barcode:33433060419979" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-1084" + ], + "shelfMark_sort": "a*OLY 84-001084", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-1084" + ], + "uri": "i13783829", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1084" + }, + { + "type": "bf:Barcode", + "value": "33433060419979" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060419979" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000292", + "_score": 0, + "_source": { + "extent": [ + "56 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit and English on opposite pages.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ramana, Maharshi" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sri Ramanasramam" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Revelation : Śrīramaṇahṛdayam. A Sanskrit Version of the Ulladu Narpadu of Bhagavan Sri Ramana with an English translation" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-3739" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Sarma, K. Lakshmana." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "K Sarma", + "idOclc": [ + "NYPG001000245-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3739" + }, + { + "type": "nypl:Bnumber", + "value": "10000292" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000245-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100245" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200291" + } + ], + "updatedAt": 1711076537595, + "publicationStatement": [ + "Tiruvannamalai : Sri Ramanasramam, 1980." + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3739", + "urn:bnum:10000292", + "urn:oclc:NYPG001000245-B", + "urn:identifier:NNSZ00100245", + "urn:identifier:(WaOLN)nyp0200291" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ramana, Maharshi." + ], + "titleDisplay": [ + "Revelation : Śrīramaṇahṛdayam. A Sanskrit Version of the Ulladu Narpadu of Bhagavan Sri Ramana with an English translation / by K. Lakshmana Sarma, \"WHO.\"" + ], + "uri": "b10000292", + "placeOfPublication": [ + "Tiruvannamalai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000292" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000292", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3739", + "urn:barcode:33433060417452" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-3739" + ], + "shelfMark_sort": "a*OLY 82-003739", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-3739" + ], + "uri": "i13783845", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3739" + }, + { + "type": "bf:Barcode", + "value": "33433060417452" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417452" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000338", + "_score": 0, + "_source": { + "extent": [ + "8, 323 p. illus." + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindu hymns" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Khemarāja Śrīkṛshṇadāsa" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1963 + ], + "title": [ + "Bṛhatstotraratrākaraḥ, sacitraḥ; stotrasaṃkhyā 224." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-3968" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1963" + ], + "idLccn": [ + "sa 68013360" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1963 + ], + "idOclc": [ + "NYPG001000291-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3968" + }, + { + "type": "nypl:Bnumber", + "value": "10000338" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000291-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68013360" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100291" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200337" + } + ], + "updatedAt": 1711113935043, + "publicationStatement": [ + "Bambaī, Khemarāja Śrīkṛshṇadāsa, 1963." + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3968", + "urn:bnum:10000338", + "urn:oclc:NYPG001000291-B", + "urn:lccn:sa 68013360", + "urn:identifier:NNSZ00100291", + "urn:identifier:(WaOLN)nyp0200337" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindu hymns." + ], + "titleDisplay": [ + "Bṛhatstotraratrākaraḥ, sacitraḥ; stotrasaṃkhyā 224." + ], + "uri": "b10000338", + "lccClassification": [ + "BL1226.3 .B7" + ], + "placeOfPublication": [ + "Bambaī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000338" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000338", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3968", + "urn:barcode:33433060417478" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-3968" + ], + "shelfMark_sort": "a*OLY 82-003968", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-3968" + ], + "uri": "i13783847", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3968" + }, + { + "type": "bf:Barcode", + "value": "33433060417478" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417478" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000344", + "_score": 0, + "_source": { + "extent": [ + "194 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Persian or Arabic", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Translation of: Ṭibb al-Imām al-Ṣādiq.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jaʻfar al-Ṣādiq, 702?-765 or 6", + "Medicine, Medieval", + "Hygiene" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bungāh-i Maṭbūʻātī-i ʻAṭāʼī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1961 + ], + "dateEndString": [ + "1962" + ], + "title": [ + "Ṭibb al-Ṣādiq, ṭibb va bihdāsht az naẓar-i Imām Jaʻfar Ṣādiq." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGI 82-3991" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1961" + ], + "creatorLiteral": [ + "Khalīlī, Muḥammad." + ], + "idLccn": [ + "72274632" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Tihrānī, Nāṣir al-Dīn Ṣādiq." + ], + "dateStartYear": [ + 1961 + ], + "idOclc": [ + "NYPG001000297-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 82-3991" + }, + { + "type": "nypl:Bnumber", + "value": "10000344" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000297-B" + }, + { + "type": "bf:Lccn", + "value": "72274632" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100297" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200343" + } + ], + "dateEndYear": [ + 1962 + ], + "updatedAt": 1711578298731, + "publicationStatement": [ + "Tihrān, Bungāh-i Maṭbūʻātī-i ʻAṭāʼī, 1339 [1961 or 1962]" + ], + "identifier": [ + "urn:shelfmark:*OGI 82-3991", + "urn:bnum:10000344", + "urn:oclc:NYPG001000297-B", + "urn:lccn:72274632", + "urn:identifier:NNSZ00100297", + "urn:identifier:(WaOLN)nyp0200343" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1961" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jaʻfar al-Ṣādiq, 702?-765 or 6.", + "Medicine, Medieval.", + "Hygiene." + ], + "titleDisplay": [ + "Ṭibb al-Ṣādiq, ṭibb va bihdāsht az naẓar-i Imām Jaʻfar Ṣādiq. Taʼlīf-i Muḥammad Khalī̄li. Tarjumah va sharḥ az Naṣīr al-Dīn Ṣādiq Tihrānī." + ], + "uri": "b10000344", + "lccClassification": [ + "BP193.16. K516 1961" + ], + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000344" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000344", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGI 82-3991", + "urn:barcode:33433058031224" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGI 82-3991" + ], + "shelfMark_sort": "a*OGI 82-003991", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGI 82-3991" + ], + "uri": "i12858044", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 82-3991" + }, + { + "type": "bf:Barcode", + "value": "33433058031224" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058031224" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000345", + "_score": 0, + "_source": { + "extent": [ + "5, 247 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Persian or Arabic.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "ʻAlī al-Riḍāʼs Risālah dhahabīyah: p.191-220.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʻAlī al-Riḍā ibn Mūsá, -818 or 19", + "Medicine, Medieval", + "Hygiene" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muḥammad Rizā Lavāsānī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1961 + ], + "title": [ + "Ṭibb va bihdāsht az naẓar-i Imām ʻAlī ibn Mūsā al-Rizā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGI 82-3989" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1961" + ], + "creatorLiteral": [ + "Tihrānī, Nāṣir al-Dīn Ṣādiq." + ], + "idLccn": [ + "74214957" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "ʻAlī al-Riḍā ibn Mūsá, -818 or 19." + ], + "dateStartYear": [ + 1961 + ], + "idOclc": [ + "NYPG001000298-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 82-3989" + }, + { + "type": "nypl:Bnumber", + "value": "10000345" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000298-B" + }, + { + "type": "bf:Lccn", + "value": "74214957" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100298" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200344" + } + ], + "updatedAt": 1711329188355, + "publicationStatement": [ + "Tihrān, Muḥammad Rizā Lavāsānī, 1340 [1961]" + ], + "identifier": [ + "urn:shelfmark:*OGI 82-3989", + "urn:bnum:10000345", + "urn:oclc:NYPG001000298-B", + "urn:lccn:74214957", + "urn:identifier:NNSZ00100298", + "urn:identifier:(WaOLN)nyp0200344" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1961" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʻAlī al-Riḍā ibn Mūsá, -818 or 19.", + "Medicine, Medieval.", + "Hygiene." + ], + "titleDisplay": [ + "Ṭibb va bihdāsht az naẓar-i Imām ʻAlī ibn Mūsā al-Rizā, nivishtah-ʼi Naṣīr al-Dīn Mīr Ṣādiqī Tihrānī." + ], + "uri": "b10000345", + "lccClassification": [ + "R141. T53" + ], + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000345" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000345", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGI 82-3989", + "urn:barcode:33433058030721" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGI 82-3989" + ], + "shelfMark_sort": "a*OGI 82-003989", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGI 82-3989" + ], + "uri": "i12858045", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 82-3989" + }, + { + "type": "bf:Barcode", + "value": "33433058030721" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058030721" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000348", + "_score": 0, + "_source": { + "extent": [ + "[28], 573 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [7-10] (1st group)", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Iran", + "Iran -- Description and travel" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Mīrzā Ḥabīb Allāh" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1879 + ], + "dateEndString": [ + "1880" + ], + "title": [ + "Kitāb-i mustaṭāb-i ganj-i dānish" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ONA+ 82-2677" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1879" + ], + "creatorLiteral": [ + "Muʻtamid al-Sulṭān, Muḥammad Taqī khān Ḥakīm, mutakhalliṣ bih Ḥakīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1879 + ], + "idOclc": [ + "NYPG001000301-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONA+ 82-2677" + }, + { + "type": "nypl:Bnumber", + "value": "10000348" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000301-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100301" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200347" + } + ], + "dateEndYear": [ + 1880 + ], + "updatedAt": 1711231369937, + "publicationStatement": [ + "Ṭihrān : Mīrzā Ḥabīb Allāh, 1305 [1879 or 1880]" + ], + "identifier": [ + "urn:shelfmark:*ONA+ 82-2677", + "urn:bnum:10000348", + "urn:oclc:NYPG001000301-B", + "urn:identifier:NNSZ00100301", + "urn:identifier:(WaOLN)nyp0200347" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1879" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Iran -- Description and travel." + ], + "titleDisplay": [ + "Kitāb-i mustaṭāb-i ganj-i dānish / az taʼlīfāt-i Muʻtamid al-Sulṭān Muḥammad Taqī Khān mutikhalliṣ bih Ḥakīm ; bi-saʻī va ihtimām-i Mullā Maḥmūd va Mullā Rizā Kitābfurūsh." + ], + "uri": "b10000348", + "placeOfPublication": [ + "Ṭihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Ganj-i dānish." + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 0, + "b10000348" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000348", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*ONA+ 82-2677 ", + "urn:barcode:33433059840763" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*ONA+ 82-2677 " + ], + "shelfMark_sort": "a*ONA+ 82-2677 ", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ONA+ 82-2677 " + ], + "uri": "i13783848", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONA+ 82-2677 " + }, + { + "type": "bf:Barcode", + "value": "33433059840763" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433059840763" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000379", + "_score": 0, + "_source": { + "extent": [ + "2 v. in 1. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Persian or Arabic.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Shiites", + "Shiites -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i Markazī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1949 + ], + "title": [ + "Favāʼid al-Razavīyah : zindigānī-i ʻulamāʼī maẕ hab-i shīʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGI 83-4798" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1949" + ], + "creatorLiteral": [ + "Qummī, ʻAbbās ibn Muḥammad Riḍā, -1941." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1949 + ], + "idOclc": [ + "NYPG001000332-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 83-4798" + }, + { + "type": "nypl:Bnumber", + "value": "10000379" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000332-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100332" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200378" + } + ], + "updatedAt": 1711567342711, + "publicationStatement": [ + "[Tihrān?] : Intishārāt-i Markazī, 1327 [1949]" + ], + "identifier": [ + "urn:shelfmark:*OGI 83-4798", + "urn:bnum:10000379", + "urn:oclc:NYPG001000332-B", + "urn:identifier:NNSZ00100332", + "urn:identifier:(WaOLN)nyp0200378" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1949" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Shiites -- Biography." + ], + "titleDisplay": [ + "Favāʼid al-Razavīyah : zindigānī-i ʻulamāʼī maẕ hab-i shīʻah / taʼlīf-i Shaykh ʻAbbās Qummī." + ], + "uri": "b10000379", + "placeOfPublication": [ + "[Tihrān?]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000379" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000379", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGI 83-4798", + "urn:barcode:33433058030051" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGI 83-4798" + ], + "shelfMark_sort": "a*OGI 83-004798", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGI 83-4798" + ], + "uri": "i12858047", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 83-4798" + }, + { + "type": "bf:Barcode", + "value": "33433058030051" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058030051" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000392", + "_score": 0, + "_source": { + "extent": [ + "228 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Fasts and feasts", + "Fasts and feasts -- Hinduism", + "Hindu temples", + "Hindu temples -- India", + "Hindu temples -- India -- Tamil Nadu" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Cāstā Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Aimperu viḻākkaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-1823" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Gopalakrishnan, Sattanathapuram Subramania, 1916-" + ], + "idLccn": [ + "74913252" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "creatorModifiedName": "Sattanathapuram Gopalakrishnan", + "idOclc": [ + "NYPG001000346-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1823" + }, + { + "type": "nypl:Bnumber", + "value": "10000392" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000346-B" + }, + { + "type": "bf:Lccn", + "value": "74913252" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100346" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200391" + } + ], + "updatedAt": 1711096801176, + "publicationStatement": [ + "Tiruccentūr, Cāstā Patippakam [1970]" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1823", + "urn:bnum:10000392", + "urn:oclc:NYPG001000346-B", + "urn:lccn:74913252", + "urn:identifier:NNSZ00100346", + "urn:identifier:(WaOLN)nyp0200391" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Fasts and feasts -- Hinduism.", + "Hindu temples -- India -- Tamil Nadu." + ], + "titleDisplay": [ + "Aimperu viḻākkaḷ. Tokuppāciriyar Centil Tuṟavi." + ], + "uri": "b10000392", + "lccClassification": [ + "BL1212 .G66" + ], + "placeOfPublication": [ + "Tiruccentūr" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000392" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000392", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1823", + "urn:barcode:33433060420118" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-1823" + ], + "shelfMark_sort": "a*OLY 84-001823", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-1823" + ], + "uri": "i13783870", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1823" + }, + { + "type": "bf:Barcode", + "value": "33433060420118" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060420118" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000397", + "_score": 0, + "_source": { + "extent": [ + "87 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Revision of a speech delivered at the 41st annual day celebration of the Saivasiddhanta Sabha, Tuticorin, 1924.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindu philosophy", + "Śaivism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Araci Puk Ṭippō" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Caivattiṉ camaracam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-1838" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "idLccn": [ + "73913694" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Saivasiddhanta Sabha." + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000351-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1838" + }, + { + "type": "nypl:Bnumber", + "value": "10000397" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000351-B" + }, + { + "type": "bf:Lccn", + "value": "73913694" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100351" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200396" + } + ], + "updatedAt": 1711113919978, + "publicationStatement": [ + "Ceṉṉai, Araci Puk Ṭippō, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1838", + "urn:bnum:10000397", + "urn:oclc:NYPG001000351-B", + "urn:lccn:73913694", + "urn:identifier:NNSZ00100351", + "urn:identifier:(WaOLN)nyp0200396" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindu philosophy.", + "Śaivism." + ], + "titleDisplay": [ + "Caivattiṉ camaracam. Ākkiyōr Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "uri": "b10000397", + "lccClassification": [ + "B131 .K343 1970" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000397" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000397", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1838", + "urn:barcode:33433060420126" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-1838" + ], + "shelfMark_sort": "a*OLY 84-001838", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-1838" + ], + "uri": "i13783872", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1838" + }, + { + "type": "bf:Barcode", + "value": "33433060420126" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060420126" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000406", + "_score": 0, + "_source": { + "extent": [ + "220 p. port." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Murugan (Hindu deity)", + "Murugan (Hindu deity) -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Acciṭṭōr Kāntitācaṉ Accakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Ōtāḷar kuṟavañci; eṉum, Alakumalaikkuṟavañci." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-1725" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Ciṉṉattampi Nāvalar, active 18th century." + ], + "idLccn": [ + "74914694" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Paḻaṉiccāmip Pulavar, K." + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000360-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1725" + }, + { + "type": "nypl:Bnumber", + "value": "10000406" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000360-B" + }, + { + "type": "bf:Lccn", + "value": "74914694" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100360" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200405" + } + ], + "updatedAt": 1711099839602, + "publicationStatement": [ + "[Kōvai, Acciṭṭōr Kāntitācaṉ Accakam, 1969]" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1725", + "urn:bnum:10000406", + "urn:oclc:NYPG001000360-B", + "urn:lccn:74914694", + "urn:identifier:NNSZ00100360", + "urn:identifier:(WaOLN)nyp0200405" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Murugan (Hindu deity) -- Poetry." + ], + "titleDisplay": [ + "Ōtāḷar kuṟavañci; eṉum, Alakumalaikkuṟavañci. Patipp̲aciriyar Ka. Paḻaṉiccāmip Pulavar." + ], + "uri": "b10000406", + "lccClassification": [ + "PL4758.9.C4985 O8" + ], + "placeOfPublication": [ + "[Kōvai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000406" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000406", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1725", + "urn:barcode:33433060420076" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-1725" + ], + "shelfMark_sort": "a*OLY 84-001725", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-1725" + ], + "uri": "i13783876", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1725" + }, + { + "type": "bf:Barcode", + "value": "33433060420076" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060420076" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000421", + "_score": 0, + "_source": { + "extent": [ + "4, 80 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nammāḻvār", + "Hindu philosophy", + "Vaishnavism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Araci Puk Ṭippō" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Tamiḻnāṭum Nammāḻvārum." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-1736" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "idLccn": [ + "74913567" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000375-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1736" + }, + { + "type": "nypl:Bnumber", + "value": "10000421" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000375-B" + }, + { + "type": "bf:Lccn", + "value": "74913567" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100375" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200420" + } + ], + "updatedAt": 1711409756392, + "publicationStatement": [ + "Ceṉṉai, Araci Puk Ṭippō, 1969." + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1736", + "urn:bnum:10000421", + "urn:oclc:NYPG001000375-B", + "urn:lccn:74913567", + "urn:identifier:NNSZ00100375", + "urn:identifier:(WaOLN)nyp0200420" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nammāḻvār.", + "Hindu philosophy.", + "Vaishnavism." + ], + "titleDisplay": [ + "Tamiḻnāṭum Nammāḻvārum. Ākkiyōr Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "uri": "b10000421", + "lccClassification": [ + "B131 .K346 1969" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000421" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000421", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1736", + "urn:barcode:33433060420092" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-1736" + ], + "shelfMark_sort": "a*OLY 84-001736", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-1736" + ], + "uri": "i13783883", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1736" + }, + { + "type": "bf:Barcode", + "value": "33433060420092" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060420092" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000424", + "_score": 0, + "_source": { + "extent": [ + "7, 79 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1931 as an appendix to v.4 of Mīmāṃsādarśana.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jaimini", + "Mimamsa" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ānandāśramasaṃsthā" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Śrīmajjaiminipraṇītamīmāṃsādarśaneʼṅgāṅgi-bhāvavimarśakaḥ \"Aṅgatvaniruktiḥ\" nāma prabandhaḥ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKM 97-3015" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Murārimiśra." + ], + "idLccn": [ + "76903136" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Ānandāśramasaṃskrtagranthāvaliḥ; granthāṇkaḥ 137" + ], + "contributorLiteral": [ + "Ānandāśramasaṃsthā." + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000378-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKM 97-3015" + }, + { + "type": "nypl:Bnumber", + "value": "10000424" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000378-B" + }, + { + "type": "bf:Lccn", + "value": "76903136" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100378" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200423" + } + ], + "uniformTitle": [ + "Aṅgatvanirukti" + ], + "updatedAt": 1711222510050, + "publicationStatement": [ + "Puṇyākhyapattane : Ānandāśramasaṃsthā, 1973." + ], + "identifier": [ + "urn:shelfmark:*OKM 97-3015", + "urn:bnum:10000424", + "urn:oclc:NYPG001000378-B", + "urn:lccn:76903136", + "urn:identifier:NNSZ00100378", + "urn:identifier:(WaOLN)nyp0200423" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jaimini.", + "Mimamsa." + ], + "titleDisplay": [ + "Śrīmajjaiminipraṇītamīmāṃsādarśaneʼṅgāṅgi-bhāvavimarśakaḥ \"Aṅgatvaniruktiḥ\" nāma prabandhaḥ / Śrīmanmurārimiśraviracitaḥ ; etatpustakaṃ Ānandāśramasthapaṇḍitaiḥ sampāditam." + ], + "uri": "b10000424", + "lccClassification": [ + "B132.M5 M87" + ], + "placeOfPublication": [ + "Puṇyākhyapattane" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Aṅgatvanirukti" + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000424" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000424", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OKM 97-3015", + "urn:barcode:33433058597968" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKM 97-3015" + ], + "shelfMark_sort": "a*OKM 97-003015", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKM 97-3015" + ], + "uri": "i13783885", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKM 97-3015" + }, + { + "type": "bf:Barcode", + "value": "33433058597968" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058597968" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000461", + "_score": 0, + "_source": { + "extent": [ + "2v." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Caracuvatimāl] Nūlnilaiyak kaurava kāriyatarici S. Kōpālaiyaravarkaḷ" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1961 + ], + "dateEndString": [ + "1963" + ], + "title": [ + "Ativīra Rāma Pāṇtiyar iyaṟṟiya Kūrma Purāṇa mūlam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKOK 81-2812" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1961" + ], + "idLccn": [ + "sa 65009124" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Tañcai Caracuvati Māl. Veḷiyīṭu eṇ 91, 100" + ], + "contributorLiteral": [ + "Ativira Rama Pandian, active 1562.", + "Govindaswami Pillai, R." + ], + "dateStartYear": [ + 1961 + ], + "idOclc": [ + "NYPG001000416-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKOK 81-2812" + }, + { + "type": "nypl:Bnumber", + "value": "10000461" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000416-B" + }, + { + "type": "bf:Lccn", + "value": "sa 65009124" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100416" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200460" + } + ], + "uniformTitle": [ + "Puranas. Kūrmapurāṇa. Tamil" + ], + "dateEndYear": [ + 1963 + ], + "updatedAt": 1711105451599, + "publicationStatement": [ + "[Tañcai, Caracuvatimāl] Nūlnilaiyak kaurava kāriyatarici S. Kōpālaiyaravarkaḷ, 1961-1963." + ], + "identifier": [ + "urn:shelfmark:*OKOK 81-2812", + "urn:bnum:10000461", + "urn:oclc:NYPG001000416-B", + "urn:lccn:sa 65009124", + "urn:identifier:NNSZ00100416", + "urn:identifier:(WaOLN)nyp0200460" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1961" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Ativīra Rāma Pāṇtiyar iyaṟṟiya Kūrma Purāṇa mūlam. Pala piratikaḷaik konṭu paricōtittup patittavar Irāma. Kōvintacāmipiḷḷai." + ], + "uri": "b10000461", + "lccClassification": [ + "PK3621 .K817" + ], + "placeOfPublication": [ + "[Tañcai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Puranas. Kūrmapurāṇa.", + "Kūrma Purāṇa." + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000461" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000461", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OKOK 81-2812 v. 2", + "urn:barcode:33433058648977" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKOK 81-2812" + ], + "shelfMark_sort": "a*OKOK 81-2812 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKOK 81-2812 v. 2" + ], + "uri": "i13783891", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKOK 81-2812 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433058648977" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433058648977" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000461", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OKOK 81-2812 v. 1", + "urn:barcode:33433058648969" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKOK 81-2812" + ], + "shelfMark_sort": "a*OKOK 81-2812 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKOK 81-2812 v. 1" + ], + "uri": "i13783890", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKOK 81-2812 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433058648969" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433058648969" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000468", + "_score": 0, + "_source": { + "extent": [ + "16, 312 p. port." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Banārasa Hindū Yūnivarsiṭī dvārā Pī-eca. Ḍī. kī upādhi ke lie svīkrta śodha-prabandha.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [282]-294.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ahiṃsā" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sohanalāla Jainadharma Pracāraka Samiti; prāpti-sthāna: Pārśvanātha Vidyāśrama Śodha Saṃsthāna, Vārāṇasī" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Jaina-dharma meṃ ahiṃsā." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLX 83-155" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Sinha, Bashistha Narayan, 1935-" + ], + "idLccn": [ + "73900921" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Pārśvanātha Vidyāśrama granthamālā, 17" + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Bashistha Sinha", + "idOclc": [ + "NYPG001000423-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-155" + }, + { + "type": "nypl:Bnumber", + "value": "10000468" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000423-B" + }, + { + "type": "bf:Lccn", + "value": "73900921" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100423" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200467" + } + ], + "updatedAt": 1711167104160, + "publicationStatement": [ + "Amrtasara, Sohanalāla Jainadharma Pracāraka Samiti; prāpti-sthāna: Pārśvanātha Vidyāśrama Śodha Saṃsthāna, Vārāṇasī [1972]" + ], + "identifier": [ + "urn:shelfmark:*OLX 83-155", + "urn:bnum:10000468", + "urn:oclc:NYPG001000423-B", + "urn:lccn:73900921", + "urn:identifier:NNSZ00100423", + "urn:identifier:(WaOLN)nyp0200467" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ahiṃsā." + ], + "titleDisplay": [ + "Jaina-dharma meṃ ahiṃsā. Lekhaka Baśishṭhanārāyaṇa Sinhā." + ], + "uri": "b10000468", + "lccClassification": [ + "BL1375.A35 S56" + ], + "placeOfPublication": [ + "Amrtasara" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000468" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000468", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLX 83-155", + "urn:barcode:33433060359332" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLX 83-155" + ], + "shelfMark_sort": "a*OLX 83-000155", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLX 83-155" + ], + "uri": "i13783893", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-155" + }, + { + "type": "bf:Barcode", + "value": "33433060359332" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060359332" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000627", + "_score": 0, + "_source": { + "extent": [ + "363, 53 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: The travels of Ibn Jubayr. Edited from a ms. in the University Library of Leyden by William Wright.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Original ed. issued as v. 5 of \"E.J.W. Gibb memorial\" series.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islamic Empire", + "Islamic Empire -- Description and travel" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "AMS Press" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1973 + ], + "dateEndString": [ + "1907" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Riḥlat Abī al-Husayn Muhammad ibn Ahmad ibn Jubayr al-Kinānī al-Andalusī al-Balinsī." + ], + "shelfMark": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Ibn Jubayr, Muḥammad ibn Aḥmad, 1145-1217." + ], + "idLccn": [ + "77173005" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Wright, William, 1830-1889.", + "Goeje, M. J. de (Michael Jan), 1836-1909." + ], + "dateStartYear": [ + 1973 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + }, + { + "type": "nypl:Bnumber", + "value": "10000627" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000036-B" + }, + { + "type": "bf:Lccn", + "value": "77173005" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200636" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200626" + } + ], + "idOclc": [ + "NYPG002000036-B" + ], + "uniformTitle": [ + "\"E.J.W. Gibb memorial\" series ; v.5." + ], + "dateEndYear": [ + 1907 + ], + "updatedAt": 1711078635240, + "publicationStatement": [ + "[New York, AMS Press, 1973] 1907." + ], + "identifier": [ + "urn:shelfmark:*OAC (\"E. J. W. Gibb memorial\" series. v. 5)", + "urn:bnum:10000627", + "urn:oclc:NYPG002000036-B", + "urn:lccn:77173005", + "urn:identifier:NNSZ00200636", + "urn:identifier:(WaOLN)nyp0200626" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islamic Empire -- Description and travel." + ], + "titleDisplay": [ + "Riḥlat Abī al-Husayn Muhammad ibn Ahmad ibn Jubayr al-Kinānī al-Andalusī al-Balinsī." + ], + "uri": "b10000627", + "lccClassification": [ + "DS36.6 .I26 1973" + ], + "placeOfPublication": [ + "[New York" + ], + "titleAlt": [ + "Travels of Ibn Jubayr." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000627" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000627", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFV 87-659", + "urn:barcode:33433014525079" + ], + "physicalLocation": [ + "*OFV 87-659" + ], + "shelfMark_sort": "a*OFV 87-000659", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFV 87-659" + ], + "uri": "i10000366", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFV 87-659" + }, + { + "type": "bf:Barcode", + "value": "33433014525079" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014525079" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000627", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OAC (\"E. J. W. Gibb memorial\" series. v. 5)", + "urn:barcode:33433115326104" + ], + "physicalLocation": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + ], + "shelfMark_sort": "a*OAC (\"E. J. W. Gibb memorial\" series. v. 000005)", + "catalogItemType_packed": [ + "catalogItemType:66||book, poor condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + ], + "uri": "i31207836", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + }, + { + "type": "bf:Barcode", + "value": "33433115326104" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433115326104" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000627", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OAC (\"E. J. W. Gibb memorial\" series. v. 5)", + "urn:barcode:33433096515220" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + ], + "shelfMark_sort": "a*OAC (\"E. J. W. Gibb memorial\" series. v. 000005)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + ], + "uri": "i10000365", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + }, + { + "type": "bf:Barcode", + "value": "33433096515220" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433096515220" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000628", + "_score": 0, + "_source": { + "extent": [ + "22, 484 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Historical dramas in Sanskrit literature.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Rājasthāna Viśvavidyālaya kī Pī.eca. Ḍī. kī upādhi ke lie svīkrta śodha prabandha.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliography and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Historical drama, Sanskrit", + "Historical drama, Sanskrit -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Devanāgara Prakāśana" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Saṃskrta ke aitihāsika nāṭaka : [...aitihāsika, sāhityika, evaṃ saṃskrtika anuśīlana]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKB 83.388" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Sharma, Shyama." + ], + "idLccn": [ + "75900847" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "creatorModifiedName": "Shyama Sharma", + "idOclc": [ + "NYPG002000037-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 83.388" + }, + { + "type": "nypl:Bnumber", + "value": "10000628" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000037-B" + }, + { + "type": "bf:Lccn", + "value": "75900847" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200637" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200627" + } + ], + "updatedAt": 1711329233146, + "publicationStatement": [ + "Jayapura : Devanāgara Prakāśana, [1974]" + ], + "identifier": [ + "urn:shelfmark:*OKB 83.388", + "urn:bnum:10000628", + "urn:oclc:NYPG002000037-B", + "urn:lccn:75900847", + "urn:identifier:NNSZ00200637", + "urn:identifier:(WaOLN)nyp0200627" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Historical drama, Sanskrit -- History and criticism." + ], + "titleDisplay": [ + "Saṃskrta ke aitihāsika nāṭaka : [...aitihāsika, sāhityika, evaṃ saṃskrtika anuśīlana] / Śyāma Śarmā." + ], + "uri": "b10000628", + "lccClassification": [ + "PK2932 .S5" + ], + "placeOfPublication": [ + "Jayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000628" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000628", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OKB 83.388", + "urn:barcode:33433058548284" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKB 83.388" + ], + "shelfMark_sort": "a*OKB 83.000388", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKB 83.388" + ], + "uri": "i12858062", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 83.388" + }, + { + "type": "bf:Barcode", + "value": "33433058548284" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058548284" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000647", + "_score": 0, + "_source": { + "extent": [ + "360 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Bhagavān Mahāvīra kī pacīsavīṃ nirvāṇa śatābdī ke upalaksha meṃ.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Mahāvīra" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Jaina Viśva Bhāratī Prakāśana" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Śramaṇa Mahāvīra" + ], + "shelfMark": [ + "*OLX 83-353" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Nathamal, Muni, 1920-" + ], + "createdString": [ + "1974" + ], + "idLccn": [ + "75900818" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "creatorModifiedName": "Muni Nathamal", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-353" + }, + { + "type": "nypl:Bnumber", + "value": "10000647" + }, + { + "type": "bf:Lccn", + "value": "75900818" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000056-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200656" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200646" + } + ], + "idOclc": [ + "NYPG002000056-B" + ], + "holdings": [], + "updatedAt": 1674870772746, + "publicationStatement": [ + "Lāḍnūṃ : Jaina Viśva Bhāratī Prakāśana, 1974." + ], + "identifier": [ + "urn:bnum:10000647", + "urn:lccn:75900818", + "urn:oclc:NYPG002000056-B", + "urn:undefined:NNSZ00200656", + "urn:undefined:(WaOLN)nyp0200646" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Mahāvīra." + ], + "titleDisplay": [ + "Śramaṇa Mahāvīra / Muni Nathamala; Sampādaka Muni Dulaharāja." + ], + "uri": "b10000647", + "lccClassification": [ + "BL1371 .N36" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Lāḍnūṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000647" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000647", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:33433060359365" + ], + "physicalLocation": [ + "*OLX 83-353" + ], + "shelfMark_sort": "a*OLX 83-000353", + "m2CustomerCode": [ + "XA" + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13783899", + "shelfMark": [ + "*OLX 83-353" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-353" + }, + { + "type": "bf:Barcode", + "value": "33433060359365" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060359365" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000654", + "_score": 0, + "_source": { + "extent": [ + "200 p." + ], + "note": [ + { + "noteType": "Language", + "label": "English and Sanskrit; introd. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sokappadu, Ramanaidoo" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tapovanam Pub. House" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Śrī Viṣṇusahasranāmastotram. Sri Vishnu sahasranama stotram, with namavali." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-374" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "idLccn": [ + "sa 68001969" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Vimalananda, Swami." + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG002000063-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-374" + }, + { + "type": "nypl:Bnumber", + "value": "10000654" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000063-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68001969" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200663" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200653" + } + ], + "uniformTitle": [ + "Viṣṇusahasranāma." + ], + "updatedAt": 1711025102070, + "publicationStatement": [ + "Tirupparaitturai; Tapovanam Pub. House [1965]" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-374", + "urn:bnum:10000654", + "urn:oclc:NYPG002000063-B", + "urn:lccn:sa 68001969", + "urn:identifier:NNSZ00200663", + "urn:identifier:(WaOLN)nyp0200653" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sokappadu, Ramanaidoo." + ], + "titleDisplay": [ + "Śrī Viṣṇusahasranāmastotram. Sri Vishnu sahasranama stotram, with namavali. Introd., English rendering and index by Swami Vimalananda." + ], + "uri": "b10000654", + "lccClassification": [ + "BL1130.A353 V5" + ], + "placeOfPublication": [ + "Tirupparaitturai;" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vishnu sahasranama stotram.", + "Viṣṇusahasranāmastotram." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000654" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000654", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-374", + "urn:barcode:33433060417890" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-374" + ], + "shelfMark_sort": "a*OLY 83-000374", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-374" + ], + "uri": "i13783901", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-374" + }, + { + "type": "bf:Barcode", + "value": "33433060417890" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417890" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000737", + "_score": 0, + "_source": { + "extent": [ + "44, 56, 36 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Running title: Māmuṉivaṉ tivya sūkti sārārtta mālikai.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Each work has also separate t.p.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Sātāraṇa vaippacittirumūla malariṉ anupantam.\"", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vaishnavism", + "Vaishnavism -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "kiṭaikkumiṭam Krantamālā Āpīs]" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Vicatavākcikāmaṇikaḷāṉa Maṇavāḷamāmuṉikaḷ aruḷicceyta upatēcarattiṉamālai. Tiruvāymoḻi nūṟṟantāti. Ārttippirapantam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-2976" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Maṇavāḷa Māmuṉi, 1370-1444." + ], + "idLccn": [ + "73906525" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maṇavāḷa Māmuṉi, 1370-1444.", + "Annangaracharya, Prativadi Bhayankara, Swami, 1891-" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG002000146-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-2976" + }, + { + "type": "nypl:Bnumber", + "value": "10000737" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000146-B" + }, + { + "type": "bf:Lccn", + "value": "73906525" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200746" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200736" + } + ], + "uniformTitle": [ + "Upatēcarattiṉamālai" + ], + "updatedAt": 1711256551737, + "publicationStatement": [ + "[Kāñcīpuram, kiṭaikkumiṭam Krantamālā Āpīs] 1970." + ], + "identifier": [ + "urn:shelfmark:*OLY 83-2976", + "urn:bnum:10000737", + "urn:oclc:NYPG002000146-B", + "urn:lccn:73906525", + "urn:identifier:NNSZ00200746", + "urn:identifier:(WaOLN)nyp0200736" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vaishnavism -- Poetry." + ], + "titleDisplay": [ + "Vicatavākcikāmaṇikaḷāṉa Maṇavāḷamāmuṉikaḷ aruḷicceyta upatēcarattiṉamālai. Tiruvāymoḻi nūṟṟantāti. Ārttippirapantam. Aṇṇaṅkarācāryatāsaṉ iyaṟṟiya eḷiya teḷiya uraiyuṭaṉ kūṭiyavai." + ], + "uri": "b10000737", + "lccClassification": [ + "PL4758.9.M242 U6" + ], + "placeOfPublication": [ + "[Kāñcīpuram" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Upatēcarattiṉamālai" + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10000737" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000737", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-2976", + "urn:barcode:33433060418666" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-2976" + ], + "shelfMark_sort": "a*OLY 83-002976", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-2976" + ], + "uri": "i13783922", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-2976" + }, + { + "type": "bf:Barcode", + "value": "33433060418666" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060418666" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000739", + "_score": 0, + "_source": { + "extent": [ + "968 p. col. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "On cover: Upaniṣad-bhāṣya, sānuvāda, khaṇḍa 3.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Hindi and Sanskrit; introductory matter in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Gītā Presa" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], + "dateEndString": [ + "1967" + ], + "title": [ + "Chāndogyopaniṣad." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKLB 83-2978" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1966" + ], + "idLccn": [ + "sa 68015169" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Saṅkarācārya." + ], + "dateStartYear": [ + 1966 + ], + "idOclc": [ + "NYPG002000148-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKLB 83-2978" + }, + { + "type": "nypl:Bnumber", + "value": "10000739" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000148-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68015169" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200748" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200738" + } + ], + "uniformTitle": [ + "Upanishads. Chāndogyopaniṣad." + ], + "dateEndYear": [ + 1967 + ], + "updatedAt": 1711119434593, + "publicationStatement": [ + "Gorakhapura, Gītā Presa [1966 or 7]" + ], + "identifier": [ + "urn:shelfmark:*OKLB 83-2978", + "urn:bnum:10000739", + "urn:oclc:NYPG002000148-B", + "urn:lccn:sa 68015169", + "urn:identifier:NNSZ00200748", + "urn:identifier:(WaOLN)nyp0200738" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Chāndogyopaniṣad. sānuvāda Śaṅkarabhāṣyasahita." + ], + "uri": "b10000739", + "lccClassification": [ + "PK3521 .C5 1966" + ], + "placeOfPublication": [ + "Gorakhapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000739" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000739", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OKLB 83-2978", + "urn:barcode:33433058574710" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKLB 83-2978" + ], + "shelfMark_sort": "a*OKLB 83-002978", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKLB 83-2978" + ], + "uri": "i13783923", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKLB 83-2978" + }, + { + "type": "bf:Barcode", + "value": "33433058574710" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058574710" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000795", + "_score": 0, + "_source": { + "extent": [ + "XV, 453 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Sanskrit or Tamil.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Vālmīki Rāmāyṇam\" (p. 389-453) comprises selected verses from the Valmīki Rāmāyaṇa.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kampar, active 9th century", + "Vālmīki" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Es. Sukumār; kiṭaikkumiṭam Pāri Nilaiyam, Ceṉṉai" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "Kāvya Rāmāyaṇam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-1781" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Srinivasan, K. S. (Karur Soundara), 1920-" + ], + "idLccn": [ + "72904732" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "creatorModifiedName": "K Srinivasan", + "idOclc": [ + "NYPG002000204-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-1781" + }, + { + "type": "nypl:Bnumber", + "value": "10000795" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000204-B" + }, + { + "type": "bf:Lccn", + "value": "72904732" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200804" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200794" + } + ], + "updatedAt": 1711255285695, + "publicationStatement": [ + "[Putu Tilli, Es. Sukumār; kiṭaikkumiṭam Pāri Nilaiyam, Ceṉṉai, 1971]" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-1781", + "urn:bnum:10000795", + "urn:oclc:NYPG002000204-B", + "urn:lccn:72904732", + "urn:identifier:NNSZ00200804", + "urn:identifier:(WaOLN)nyp0200794" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kampar, active 9th century.", + "Vālmīki." + ], + "titleDisplay": [ + "Kāvya Rāmāyaṇam. [Eḻutiyavar] Kē. Es. Śrīṉivāsaṉ." + ], + "uri": "b10000795", + "lccClassification": [ + "PL4758.9.K27 R35695" + ], + "placeOfPublication": [ + "[Putu Tilli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000795" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000795", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-1781", + "urn:barcode:33433060417288" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-1781" + ], + "shelfMark_sort": "a*OLY 82-001781", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-1781" + ], + "uri": "i13783961", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-1781" + }, + { + "type": "bf:Barcode", + "value": "33433060417288" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417288" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000818", + "_score": 0, + "_source": { + "extent": [ + "190 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 190.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Muḥammad, Prophet, -632" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Azhar, Majmaʻal-Buḥūth al-Islāmīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "al-Rasūl, ṣallá Allāh ʻalayhi wa-sallam, lamḁhāt min ̥hayātih .... wa-nafaḥāt min hadyih" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGE 82-2828" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Maḥmūd, ʻAbd al-Ḥalīm." + ], + "idLccn": [ + "76960922" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Silsilat al-buḥūth al-Islāmīyah, al-kitāb 1" + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG002000227-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGE 82-2828" + }, + { + "type": "nypl:Bnumber", + "value": "10000818" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000227-B" + }, + { + "type": "bf:Lccn", + "value": "76960922" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200827" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200817" + } + ], + "updatedAt": 1711584907189, + "publicationStatement": [ + "[al-Qāhirah] al-Azhar, Majmaʻal-Buḥūth al-Islāmīyah, 1969." + ], + "identifier": [ + "urn:shelfmark:*OGE 82-2828", + "urn:bnum:10000818", + "urn:oclc:NYPG002000227-B", + "urn:lccn:76960922", + "urn:identifier:NNSZ00200827", + "urn:identifier:(WaOLN)nyp0200817" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Muḥammad, Prophet, -632." + ], + "titleDisplay": [ + "al-Rasūl, ṣallá Allāh ʻalayhi wa-sallam, lamḁhāt min ̥hayātih .... wa-nafaḥāt min hadyih [taʻlīf] ʻAbd al-Ḥalīm Maḥmūd." + ], + "uri": "b10000818", + "lccClassification": [ + "BP75.2 .M32" + ], + "placeOfPublication": [ + "[al-Qāhirah]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000818" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000818", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGE 82-2828", + "urn:barcode:33433057993358" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGE 82-2828" + ], + "shelfMark_sort": "a*OGE 82-002828", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGE 82-2828" + ], + "uri": "i12858070", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGE 82-2828" + }, + { + "type": "bf:Barcode", + "value": "33433057993358" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433057993358" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000912", + "_score": 0, + "_source": { + "extent": [ + "245 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tulasīdāsa, 1532-1623" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Granthama" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Tulasī kā mānasa." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-31" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Sharma, Munshi Ram, 1901-" + ], + "idLccn": [ + "72901165" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Munshi Sharma", + "idOclc": [ + "NYPG002000322-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-31" + }, + { + "type": "nypl:Bnumber", + "value": "10000912" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000322-B" + }, + { + "type": "bf:Lccn", + "value": "72901165" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200922" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200911" + } + ], + "updatedAt": 1711605430237, + "publicationStatement": [ + "Kānapura, Granthama [1972]" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-31", + "urn:bnum:10000912", + "urn:oclc:NYPG002000322-B", + "urn:lccn:72901165", + "urn:identifier:NNSZ00200922", + "urn:identifier:(WaOLN)nyp0200911" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tulasīdāsa, 1532-1623." + ], + "titleDisplay": [ + "Tulasī kā mānasa. [Lekhaka] Munśīrāma Śarmā." + ], + "uri": "b10000912", + "lccClassification": [ + "PK2095.T8 R3394" + ], + "placeOfPublication": [ + "Kānapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000912" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000912", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-31", + "urn:barcode:33433060417726" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-31" + ], + "shelfMark_sort": "a*OLY 83-000031", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-31" + ], + "uri": "i13783983", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-31" + }, + { + "type": "bf:Barcode", + "value": "33433060417726" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417726" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001029", + "_score": 0, + "_source": { + "extent": [ + "xivi, 400, 52 p., [14] leaves of plates : ill. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil, foreword in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cēsatri, Swami, 1870-1929", + "Hindus", + "Hindus -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Srī Satkuru Cēsātri Svāmikaḷ Matyasta Pracārasapā" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Tiruvaṇṇāmalai Srī Cēṣātri Svāmikaḷ carittiram" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-4924" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Nārāyaṇa Cāstirikal, Kuḻumaṇi." + ], + "idLccn": [ + "76902259" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG002000439-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-4924" + }, + { + "type": "nypl:Bnumber", + "value": "10001029" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000439-B" + }, + { + "type": "bf:Lccn", + "value": "76902259" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201039" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201028" + } + ], + "updatedAt": 1711329394547, + "publicationStatement": [ + "Kōyamputtūr : Srī Satkuru Cēsātri Svāmikaḷ Matyasta Pracārasapā, 1975." + ], + "identifier": [ + "urn:shelfmark:*OLY 83-4924", + "urn:bnum:10001029", + "urn:oclc:NYPG002000439-B", + "urn:lccn:76902259", + "urn:identifier:NNSZ00201039", + "urn:identifier:(WaOLN)nyp0201028" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cēsatri, Swami, 1870-1929.", + "Hindus -- Biography." + ], + "titleDisplay": [ + "Tiruvaṇṇāmalai Srī Cēṣātri Svāmikaḷ carittiram / eḻutiyatu Kuḻumaṇi Nārāyaṇa Cāstirikaḷ." + ], + "uri": "b10001029", + "lccClassification": [ + "BL1175.C47 N37 1975" + ], + "placeOfPublication": [ + "Kōyamputtūr" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10001029" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001029", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-4924", + "urn:barcode:33433060419664" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-4924" + ], + "shelfMark_sort": "a*OLY 83-004924", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-4924" + ], + "uri": "i13783994", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-4924" + }, + { + "type": "bf:Barcode", + "value": "33433060419664" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060419664" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001042", + "_score": 0, + "_source": { + "extent": [ + "30, 122 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Tarkabhasha & Anekantavadanirasa of Mokshakaragupta and Jitaripad.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Running title: Bauddha-tarkabhāṣā.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Hindi and Sanskrit; introductory matter in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Buddhist logic" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prācya Prakāśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Mokṣākaraguptaviracitā Bauddha-tarkabhāṣā. Hindīanuvādapariśiṣṭadvayasaṃvalitā." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLWF 83-4679" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Mokṣākara Gupta." + ], + "idLccn": [ + "71901168" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Jitāri, active 940-980.", + "Giri, Ragunath." + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG002000452-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLWF 83-4679" + }, + { + "type": "nypl:Bnumber", + "value": "10001042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000452-B" + }, + { + "type": "bf:Lccn", + "value": "71901168" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201052" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201041" + } + ], + "updatedAt": 1711024351869, + "publicationStatement": [ + "Vārāṇasī, Prācya Prakāśana [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLWF 83-4679", + "urn:bnum:10001042", + "urn:oclc:NYPG002000452-B", + "urn:lccn:71901168", + "urn:identifier:NNSZ00201052", + "urn:identifier:(WaOLN)nyp0201041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Buddhist logic." + ], + "titleDisplay": [ + "Mokṣākaraguptaviracitā Bauddha-tarkabhāṣā. Hindīanuvādapariśiṣṭadvayasaṃvalitā. Jitāripādaviracitaḥ Anekāntavādanirāsaḥ, Hindīanuvādasahitaḥ. Sampādakaḥ anuvādakaśca Raghunāthagiriḥ." + ], + "uri": "b10001042", + "lccClassification": [ + "BC25 .M65" + ], + "placeOfPublication": [ + "Vārāṇasī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Bauddha-tarkabhāṣā.", + "Tarkabhasha.", + "Anekantavadanirasa." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10001042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLWF 83-4679", + "urn:barcode:33433059862981" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLWF 83-4679" + ], + "shelfMark_sort": "a*OLWF 83-004679", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLWF 83-4679" + ], + "uri": "i13783998", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLWF 83-4679" + }, + { + "type": "bf:Barcode", + "value": "33433059862981" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433059862981" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001083", + "_score": 0, + "_source": { + "extent": [ + "9, 142 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Text in Sanskrit; prefatory matter in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jaina logic" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bhāratīya Prācyatatva-Prakāśana Samiti ; prāptisthāna, Śā. Ramaṇala Vajecanda" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "dateEndString": [ + "1975" + ], + "title": [ + "Vādasaṅgraha" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLX 84-289" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Yaśovijaya, 1624-1688." + ], + "idLccn": [ + "76902374" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG002000494-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 84-289" + }, + { + "type": "nypl:Bnumber", + "value": "10001083" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000494-B" + }, + { + "type": "bf:Lccn", + "value": "76902374" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201094" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201082" + } + ], + "dateEndYear": [ + 1975 + ], + "updatedAt": 1711620360032, + "publicationStatement": [ + "Pindabāṛā : Bhāratīya Prācyatatva-Prakāśana Samiti ; Ȧhamadābāda : prāptisthāna, Śā. Ramaṇala Vajecanda, Vikrama Saṃ 2031 [1974 or 1975]" + ], + "identifier": [ + "urn:shelfmark:*OLX 84-289", + "urn:bnum:10001083", + "urn:oclc:NYPG002000494-B", + "urn:lccn:76902374", + "urn:identifier:NNSZ00201094", + "urn:identifier:(WaOLN)nyp0201082" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jaina logic." + ], + "titleDisplay": [ + "Vādasaṅgraha / Yaśovijayopādhyāyaviracita." + ], + "uri": "b10001083", + "lccClassification": [ + "BC25 .Y38" + ], + "placeOfPublication": [ + "Pindabāṛā : Ȧhamadābāda" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10001083" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001083", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLX 84-289", + "urn:barcode:33433060359589" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLX 84-289" + ], + "shelfMark_sort": "a*OLX 84-000289", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLX 84-289" + ], + "uri": "i13784009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 84-289" + }, + { + "type": "bf:Barcode", + "value": "33433060359589" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060359589" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001094", + "_score": 0, + "_source": { + "extent": [ + "2 v. : ports. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Church history", + "Coptic church", + "Coptic church -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Maḥabbah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1964 + ], + "title": [ + "al-Kharīdah al-nafīsah fī tārīkh al-kanīsah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OCF 81-3103" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Īsīdhūrūs, Bishop, 1867-1942." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Arsānyūs al-Muḥarraqī." + ], + "dateStartYear": [ + 1964 + ], + "idOclc": [ + "NYPG002000506-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OCF 81-3103" + }, + { + "type": "nypl:Bnumber", + "value": "10001094" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000506-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201106" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201093" + } + ], + "updatedAt": 1711570619466, + "publicationStatement": [ + "[S.l.] : Maktabat al-Maḥabbah, 1964" + ], + "identifier": [ + "urn:shelfmark:*OCF 81-3103", + "urn:bnum:10001094", + "urn:oclc:NYPG002000506-B", + "urn:identifier:NNSZ00201106", + "urn:identifier:(WaOLN)nyp0201093" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Church history.", + "Coptic church -- History." + ], + "titleDisplay": [ + "al-Kharīdah al-nafīsah fī tārīkh al-kanīsah / qām bi-ṭabʻihi al-Qummuṣ ʻAṭā Allāh Arsānyūs al-Muḥarraqī ... ʻan al-nuskhah al-aṣlīyah lil-Usquf al-Anbā Īsīdhūrūs." + ], + "uri": "b10001094", + "placeOfPublication": [ + "[S.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10001094" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001094", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OCF 81-3103 v. 2", + "urn:barcode:33433017339361" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OCF 81-3103" + ], + "shelfMark_sort": "a*OCF 81-3103 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OCF 81-3103 v. 2" + ], + "uri": "i11900431", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OCF 81-3103 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433017339361" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433017339361" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001094", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OCF 81-3103 v. 1", + "urn:barcode:33433017339353" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OCF 81-3103" + ], + "shelfMark_sort": "a*OCF 81-3103 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OCF 81-3103 v. 1" + ], + "uri": "i11900430", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OCF 81-3103 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433017339353" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433017339353" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001112", + "_score": 0, + "_source": { + "extent": [ + "80 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Muḥammad, Prophet, -632", + "Muḥammad, Prophet, -632 -- Prayers and devotions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Mukhtār Abū al-ʻAzāʼim" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "al-Bashāʼir fī mawlid al-Mukhtār ..." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGE 82-1575" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Abū al-ʻAzāʼim, Muḥammad Māḍī." + ], + "idLccn": [ + "74960195" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG002000524-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGE 82-1575" + }, + { + "type": "nypl:Bnumber", + "value": "10001112" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000524-B" + }, + { + "type": "bf:Lccn", + "value": "74960195" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201124" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201111" + } + ], + "updatedAt": 1711097720021, + "publicationStatement": [ + "[al. Qāhirah] : Mukhtār Abū al-ʻAzāʼim, [1973]" + ], + "identifier": [ + "urn:shelfmark:*OGE 82-1575", + "urn:bnum:10001112", + "urn:oclc:NYPG002000524-B", + "urn:lccn:74960195", + "urn:identifier:NNSZ00201124", + "urn:identifier:(WaOLN)nyp0201111" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Muḥammad, Prophet, -632 -- Prayers and devotions." + ], + "titleDisplay": [ + "al-Bashāʼir fī mawlid al-Mukhtār ... / lil-sayyid Muḥammad Māḍī Abū al-ʻAzāʼim." + ], + "uri": "b10001112", + "lccClassification": [ + "BP75.2 .A18" + ], + "placeOfPublication": [ + "[al. Qāhirah]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10001112" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001112", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGE 82-1575", + "urn:barcode:33433057993127" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGE 82-1575" + ], + "shelfMark_sort": "a*OGE 82-001575", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGE 82-1575" + ], + "uri": "i12858081", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGE 82-1575" + }, + { + "type": "bf:Barcode", + "value": "33433057993127" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433057993127" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001164", + "_score": 0, + "_source": { + "extent": [ + "36, 608, 40 p. port." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: The philosophy of oriental music, by Michael Allawerdi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Music, Oriental", + "Music, Oriental -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1950 + ], + "title": [ + "Falsafat al-mūsīqá al-Sharqīyah fī asrār al-fann al-ʻArabī, kitāb yunaẓẓim ʻulūm al-mūsīqá wa-yadʻū ilá tawḥīd lughatihā ʻilmīyan" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JME 82-175" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1950" + ], + "creatorLiteral": [ + "Allawerdi, Michael." + ], + "idLccn": [ + "ne 66001433 /MN" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Otto Kinkeldey Memorial Collection." + ], + "dateStartYear": [ + 1950 + ], + "creatorModifiedName": "Michael Allawerdi", + "idOclc": [ + "NYPG002000577-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JME 82-175" + }, + { + "type": "nypl:Bnumber", + "value": "10001164" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000577-B" + }, + { + "type": "bf:Lccn", + "value": "ne 66001433 /MN" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201177" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201163" + } + ], + "updatedAt": 1712147043803, + "publicationStatement": [ + "Dimashq [1950]" + ], + "identifier": [ + "urn:shelfmark:JME 82-175", + "urn:bnum:10001164", + "urn:oclc:NYPG002000577-B", + "urn:lccn:ne 66001433 /MN", + "urn:identifier:NNSZ00201177", + "urn:identifier:(WaOLN)nyp0201163" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1950" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Music, Oriental -- History and criticism." + ], + "titleDisplay": [ + "Falsafat al-mūsīqá al-Sharqīyah fī asrār al-fann al-ʻArabī, kitāb yunaẓẓim ʻulūm al-mūsīqá wa-yadʻū ilá tawḥīd lughatihā ʻilmīyan [+aʼlīf] M. Allāh Wīrdī." + ], + "uri": "b10001164", + "lccClassification": [ + "ML330. A44" + ], + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Philosophy of oriental music." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10001164" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001164", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JME 82-175", + "urn:barcode:33433032678454" + ], + "physicalLocation": [ + "JME 82-175" + ], + "shelfMark_sort": "aJME 82-000175", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JME 82-175" + ], + "uri": "i10942096", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JME 82-175" + }, + { + "type": "bf:Barcode", + "value": "33433032678454" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032678454" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001164", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OG (Allawerdi. Falsafat al-mūsīqá al-Sharqīyah)", + "urn:barcode:33433098691227" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OG (Allawerdi. Falsafat al-mūsīqá al-Sharqīyah)" + ], + "shelfMark_sort": "a*OG (Allawerdi. Falsafat al-mūsīqá al-Sharqīyah)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OG (Allawerdi. Falsafat al-mūsīqá al-Sharqīyah)" + ], + "uri": "i28274409", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OG (Allawerdi. Falsafat al-mūsīqá al-Sharqīyah)" + }, + { + "type": "bf:Barcode", + "value": "33433098691227" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433098691227" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001190", + "_score": 0, + "_source": { + "extent": [ + "320p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Colophon title.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 313-320.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Chinese literature", + "Chinese literature -- Qing dynasty, 1644-1912", + "Chinese literature -- Qing dynasty, 1644-1912 -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wen jin chu ban she" + ], + "language": [ + { + "id": "lang:chi", + "label": "Chinese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Tʻung-Chʻeng pʻai wen hsueh shih" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OVK 82-796" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Ye, Long." + ], + "idLccn": [ + "76838266" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "creatorModifiedName": "Long Ye", + "idOclc": [ + "NYPG002000603-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OVK 82-796" + }, + { + "type": "nypl:Bnumber", + "value": "10001190" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000603-B" + }, + { + "type": "bf:Lccn", + "value": "76838266" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201203" + } + ], + "updatedAt": 1711329486315, + "publicationStatement": [ + "[Taipei] : Wen jin chu ban she, Min'guo 64 [1975]" + ], + "identifier": [ + "urn:shelfmark:*OVK 82-796", + "urn:bnum:10001190", + "urn:oclc:NYPG002000603-B", + "urn:lccn:76838266", + "urn:identifier:NNSZ00201203" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Chinese literature -- Qing dynasty, 1644-1912 -- History and criticism." + ], + "titleDisplay": [ + "Tʻung-Chʻeng pʻai wen hsueh shih / Zhu zuo zhe Ye Long." + ], + "uri": "b10001190", + "lccClassification": [ + "PL2297 .Y4" + ], + "placeOfPublication": [ + "[Taipei]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10001190" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001190", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OVK 82-796", + "urn:barcode:33433011952243" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OVK 82-796" + ], + "shelfMark_sort": "a*OVK 82-000796", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OVK 82-796" + ], + "uri": "i10000788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OVK 82-796" + }, + { + "type": "bf:Barcode", + "value": "33433011952243" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433011952243" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001240", + "_score": 0, + "_source": { + "extent": [ + "[8], 8, lxv, 888 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Introductory matter in English, Hindi, or Sanskrit; extant portion of the autocommentary, Bhāvadīpkā, in Sanskrit.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Title on spine: The Vedānta-kaumudī, with Bhāva-dīpika of Rāmādvayācārya, a critical edition.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Caption title: Śrī Rāmādvayācāryakrtā Vedāntakaumudī.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bādarāyaṇa", + "Advaita" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kāśī Hindū Viśvavidyālaya Śodhaprakáśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Vedāntakaumudī; Bhāvadīpikāsaṃvalitā." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 84-1977" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Rāmādvaya, active 14th century." + ], + "idLccn": [ + "74903417" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kāśī Hindū Viśvavidyālaya Saṃskrtagranthamālā, puṣpa 9", + "Śodhaprakāśanayojanā" + ], + "contributorLiteral": [ + "Caturvedī, Rādheśyāma, 1940-" + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG002000653-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1977" + }, + { + "type": "nypl:Bnumber", + "value": "10001240" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000653-B" + }, + { + "type": "bf:Lccn", + "value": "74903417" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201253" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201238" + } + ], + "uniformTitle": [ + "Vedāntakaumudī. Hindi & Sanskrit." + ], + "updatedAt": 1711101511163, + "publicationStatement": [ + "Vārāṇasī] Kāśī Hindū Viśvavidyālaya Śodhaprakáśana, 1973." + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1977", + "urn:bnum:10001240", + "urn:oclc:NYPG002000653-B", + "urn:lccn:74903417", + "urn:identifier:NNSZ00201253", + "urn:identifier:(WaOLN)nyp0201238" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bādarāyaṇa.", + "Advaita." + ], + "titleDisplay": [ + "Vedāntakaumudī; Bhāvadīpikāsaṃvalitā. [Sampādaka, anuvādaka, tathā ṭippaṇīkāra] Rādheśyāma Caturvedī." + ], + "uri": "b10001240", + "lccClassification": [ + "B132.A3 R2815" + ], + "placeOfPublication": [ + "Vārāṇasī]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vedāntakaumudī." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10001240" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001240", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1977", + "urn:barcode:33433058618418" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKN 84-1977" + ], + "shelfMark_sort": "a*OKN 84-001977", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKN 84-1977" + ], + "uri": "i13784033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1977" + }, + { + "type": "bf:Barcode", + "value": "33433058618418" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058618418" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001316", + "_score": 0, + "_source": { + "extent": [ + "xxvi. 90 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Parvati (Hindu deity)", + "Parvati (Hindu deity) -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Amuta Nilaiyam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Apirāmi antāti." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-1631" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Apirāmi Paṭṭar, active 18th century." + ], + "idLccn": [ + "77904332" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Amutam, 171" + ], + "contributorLiteral": [ + "Jakannātaṉ, Ki. Vā., 1906-" + ], + "dateStartYear": [ + 1968 + ], + "idOclc": [ + "NYPG002000730-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1631" + }, + { + "type": "nypl:Bnumber", + "value": "10001316" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000730-B" + }, + { + "type": "bf:Lccn", + "value": "77904332" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201330" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201314" + } + ], + "updatedAt": 1711099824426, + "publicationStatement": [ + "Ceṉṉai, Amuta Nilaiyam [1968]" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1631", + "urn:bnum:10001316", + "urn:oclc:NYPG002000730-B", + "urn:lccn:77904332", + "urn:identifier:NNSZ00201330", + "urn:identifier:(WaOLN)nyp0201314" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Parvati (Hindu deity) -- Poetry." + ], + "titleDisplay": [ + "Apirāmi antāti. Āciriyar Apirāmi Paṭṭar. Urai Āciriyar Ki. Vā. Jakannātaṉ." + ], + "uri": "b10001316", + "lccClassification": [ + "PL4758.9.A6 A8 1968" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10001316" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001316", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1631", + "urn:barcode:33433060418252" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-1631" + ], + "shelfMark_sort": "a*OLY 83-001631", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-1631" + ], + "uri": "i13784062", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1631" + }, + { + "type": "bf:Barcode", + "value": "33433060418252" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060418252" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001378", + "_score": 0, + "_source": { + "extent": [ + "7, 367 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Siva (Hindu deity)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vācu Piracuram" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Śrī Liṅka purāṇam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-1666" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "idLccn": [ + "77904612" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ramanathan, S., 1931-" + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG002000794-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1666" + }, + { + "type": "nypl:Bnumber", + "value": "10001378" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000794-B" + }, + { + "type": "bf:Lccn", + "value": "77904612" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201394" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201376" + } + ], + "uniformTitle": [ + "Puranas. Liṅgapurāṇa. Tamil." + ], + "updatedAt": 1710979841304, + "publicationStatement": [ + "Ceṉṉai, Vācu Piracuram [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1666", + "urn:bnum:10001378", + "urn:oclc:NYPG002000794-B", + "urn:lccn:77904612", + "urn:identifier:NNSZ00201394", + "urn:identifier:(WaOLN)nyp0201376" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Siva (Hindu deity)" + ], + "titleDisplay": [ + "Śrī Liṅka purāṇam. [Moḻipeyarppāciriyar] Kārttikēyaṉ." + ], + "uri": "b10001378", + "lccClassification": [ + "BL1218 .P86" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10001378" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001378", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1666", + "urn:barcode:33433060418278" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-1666" + ], + "shelfMark_sort": "a*OLY 83-001666", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-1666" + ], + "uri": "i13784074", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1666" + }, + { + "type": "bf:Barcode", + "value": "33433060418278" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060418278" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001379", + "_score": 0, + "_source": { + "extent": [ + "12, 197 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Includes the commentary Ālokaprakāśa, by C.K. Raman Nambia and others.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Naya" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[Director, Research Institute, Varanaseya Sanskrit Vishvavidyalaya; Prāptisthānam: Prakāśanavibhāgaḥ, Vārāṇaseyasaṃskṛta viśvavidyālayaḥ]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "ʻNa caʼ ratnamālikā; Svopajñanūtanālokaṭīkāsamvalitā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKM 83-1701" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Sarmā, Sāstṛ." + ], + "idLccn": [ + "sa 68010892" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Saravati Bhavana granthamala, 93" + ], + "contributorLiteral": [ + "Raman Nambiar, C. K." + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG002000795-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKM 83-1701" + }, + { + "type": "nypl:Bnumber", + "value": "10001379" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000795-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68010892" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201395" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201377" + } + ], + "updatedAt": 1711329538223, + "publicationStatement": [ + "Vārāṇasyām [Director, Research Institute, Varanaseya Sanskrit Vishvavidyalaya; Prāptisthānam: Prakāśanavibhāgaḥ, Vārāṇaseyasaṃskṛta viśvavidyālayaḥ] 1887 tame śakābde [1965]" + ], + "identifier": [ + "urn:shelfmark:*OKM 83-1701", + "urn:bnum:10001379", + "urn:oclc:NYPG002000795-B", + "urn:lccn:sa 68010892", + "urn:identifier:NNSZ00201395", + "urn:identifier:(WaOLN)nyp0201377" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Naya." + ], + "titleDisplay": [ + "ʻNa caʼ ratnamālikā; Svopajñanūtanālokaṭīkāsamvalitā, Śrīśāstṛśarmaṇā viracitā granthakāraśiṣyaiḥ saṃkalitayā ālokaprakāśaṭippaṇyopab̄rhita ca." + ], + "uri": "b10001379", + "lccClassification": [ + "B132.N8 S2" + ], + "placeOfPublication": [ + "Vārāṇasyām" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10001379" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001379", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OKM 83-1701", + "urn:barcode:33433058602826" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKM 83-1701" + ], + "shelfMark_sort": "a*OKM 83-001701", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKM 83-1701" + ], + "uri": "i13784075", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKM 83-1701" + }, + { + "type": "bf:Barcode", + "value": "33433058602826" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058602826" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001388", + "_score": 0, + "_source": { + "extent": [ + "36 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Originally broadcast over All India Radio, Madras.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Without the music.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Songs, Tamil", + "Songs, Tamil -- Texts", + "Parvati (Hindu deity)", + "Parvati (Hindu deity) -- Songs and music" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Śrī Tēvi Mahātmiyam; kīrttaṉaikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-1674" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Thiagarajan, K. C." + ], + "idLccn": [ + "70903904" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "All India Radio." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "K Thiagarajan", + "idOclc": [ + "NYPG002000804-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1674" + }, + { + "type": "nypl:Bnumber", + "value": "10001388" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000804-B" + }, + { + "type": "bf:Lccn", + "value": "70903904" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201404" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201386" + } + ], + "updatedAt": 1711654281622, + "publicationStatement": [ + "[Ceṉṉai, 1968]" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1674", + "urn:bnum:10001388", + "urn:oclc:NYPG002000804-B", + "urn:lccn:70903904", + "urn:identifier:NNSZ00201404", + "urn:identifier:(WaOLN)nyp0201386" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Songs, Tamil -- Texts.", + "Parvati (Hindu deity) -- Songs and music." + ], + "titleDisplay": [ + "Śrī Tēvi Mahātmiyam; kīrttaṉaikaḷ. Ākkiyōṉ Kē. Si. Tiyākarājaṉ." + ], + "uri": "b10001388", + "lccClassification": [ + "M1808.T53 S7" + ], + "placeOfPublication": [ + "[Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10001388" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001388", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1674", + "urn:barcode:33433060418286" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-1674" + ], + "shelfMark_sort": "a*OLY 83-001674", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-1674" + ], + "uri": "i13784080", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1674" + }, + { + "type": "bf:Barcode", + "value": "33433060418286" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060418286" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001413", + "_score": 0, + "_source": { + "extent": [ + "240 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Aḥmad, Gẖulām, 1839?-1908", + "Ahmadiyya" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Idārah-yi Tarjumān-i al-Sanah" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Mirzāʼiyyat aur Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGI 82-3756" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Ẓahīr, Iḥsān Ilāhī." + ], + "idLccn": [ + "72930209" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG002000832-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 82-3756" + }, + { + "type": "nypl:Bnumber", + "value": "10001413" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000832-B" + }, + { + "type": "bf:Lccn", + "value": "72930209" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201432" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201411" + } + ], + "updatedAt": 1711255602707, + "publicationStatement": [ + "Lāhaur, Idārah-yi Tarjumān-i al-Sanah [1972]" + ], + "identifier": [ + "urn:shelfmark:*OGI 82-3756", + "urn:bnum:10001413", + "urn:oclc:NYPG002000832-B", + "urn:lccn:72930209", + "urn:identifier:NNSZ00201432", + "urn:identifier:(WaOLN)nyp0201411" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Aḥmad, Gẖulām, 1839?-1908.", + "Ahmadiyya." + ], + "titleDisplay": [ + "Mirzāʼiyyat aur Islām, az Iḥsān Ilāhī Ẓahīr." + ], + "uri": "b10001413", + "lccClassification": [ + "BP195.A5 Z33" + ], + "placeOfPublication": [ + "Lāhaur" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10001413" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001413", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGI 82-3756", + "urn:barcode:33433058030986" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGI 82-3756" + ], + "shelfMark_sort": "a*OGI 82-003756", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGI 82-3756" + ], + "uri": "i12858091", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI 82-3756" + }, + { + "type": "bf:Barcode", + "value": "33433058030986" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058030986" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001530", + "_score": 0, + "_source": { + "extent": [ + "240 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Muḥammad, Prophet, -632", + "Muḥammad, Prophet, -632 -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bārgāh-i Muʻallā" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Ḥayāt-i ̤tayyibah va sīrat-i mṳtahhirah Hazrat Muḥammad; manẓūm." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGE 82-1671" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Dil ̤Tālibnagarī, Zamīr ʻAlī." + ], + "idLccn": [ + "74932368" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG002000963-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGE 82-1671" + }, + { + "type": "nypl:Bnumber", + "value": "10001530" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000963-B" + }, + { + "type": "bf:Lccn", + "value": "74932368" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201563" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201528" + } + ], + "updatedAt": 1711249214227, + "publicationStatement": [ + "Lāhaur, Bārgāh-i Muʻallā [1970]" + ], + "identifier": [ + "urn:shelfmark:*OGE 82-1671", + "urn:bnum:10001530", + "urn:oclc:NYPG002000963-B", + "urn:lccn:74932368", + "urn:identifier:NNSZ00201563", + "urn:identifier:(WaOLN)nyp0201528" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Muḥammad, Prophet, -632 -- Poetry." + ], + "titleDisplay": [ + "Ḥayāt-i ̤tayyibah va sīrat-i mṳtahhirah Hazrat Muḥammad; manẓūm. [Shāʻir] Sayyid Zamīr ʻAlī Dil ̤Tālibnagarī." + ], + "uri": "b10001530", + "lccClassification": [ + "PK2200.D49 H3" + ], + "placeOfPublication": [ + "Lāhaur" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sīrat-i mṳtahhirah Ḥazrat Muḥammad." + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10001530" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001530", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGE 82-1671", + "urn:barcode:33433057993622" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGE 82-1671" + ], + "shelfMark_sort": "a*OGE 82-001671", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGE 82-1671" + ], + "uri": "i12858095", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGE 82-1671" + }, + { + "type": "bf:Barcode", + "value": "33433057993622" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433057993622" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001547", + "_score": 0, + "_source": { + "extent": [ + "3, 316 p. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Abi Bakr Mohammadi filii Zachariae raghensis (Razis) opera philosophica, fragmentaque quae supersunt.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islamic philosophy", + "Islamic philosophy -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Āfāq al-Jadīdah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "dateEndString": [ + "1939" + ], + "title": [ + "Rasāʼil falsafīyah, muḍāfun ilayhā qiṭaʻan [sic] min kutubihi al-mafqūdah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGL 82-3426" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Rāzī, Abū Bakr Muḥammad ibn Zakarīyā, 865?-925?" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kraus, Paul, 1904-1944." + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "NYPG002000982-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGL 82-3426" + }, + { + "type": "nypl:Bnumber", + "value": "10001547" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000982-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201582" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201545" + } + ], + "dateEndYear": [ + 1939 + ], + "updatedAt": 1711061443735, + "publicationStatement": [ + "Bayrūt, Dār al-Āfāq al-Jadīdah [1977]" + ], + "identifier": [ + "urn:shelfmark:*OGL 82-3426", + "urn:bnum:10001547", + "urn:oclc:NYPG002000982-B", + "urn:identifier:NNSZ00201582", + "urn:identifier:(WaOLN)nyp0201545" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islamic philosophy -- Early works to 1800." + ], + "titleDisplay": [ + "Rasāʼil falsafīyah, muḍāfun ilayhā qiṭaʻan [sic] min kutubihi al-mafqūdah [allafahu] Abū Bakr Muḥammad ibn Zakarīyā al-Rāzī." + ], + "uri": "b10001547", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10001547" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001547", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGL 82-3426", + "urn:barcode:33433058069364" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGL 82-3426" + ], + "shelfMark_sort": "a*OGL 82-003426", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGL 82-3426" + ], + "uri": "i12858096", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGL 82-3426" + }, + { + "type": "bf:Barcode", + "value": "33433058069364" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433058069364" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001598", + "_score": 0, + "_source": { + "extent": [ + "226 p. : geneal. table ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Assamese.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vaishnavites", + "Vaishnavites -- India", + "Vaishnavites -- India -- Assam", + "Vaishnavism", + "Vaishnavism -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Guwāhāṭī Buka Shṭala" + ], + "language": [ + { + "id": "lang:asm", + "label": "Assamese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "title": [ + "Baradowā-gurucarita : Baradowā Thānata powā gurucaritaraparā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-1909" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Mahanta, Puwārāma." + ], + "idLccn": [ + "79901950" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Neog, Maheswar, 1915-1995." + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "NYPG002001033-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1909" + }, + { + "type": "nypl:Bnumber", + "value": "10001598" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001033-B" + }, + { + "type": "bf:Lccn", + "value": "79901950" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201633" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201596" + } + ], + "updatedAt": 1711108548806, + "publicationStatement": [ + "Guwāhāṭī : Guwāhāṭī Buka Shṭala, 1977." + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1909", + "urn:bnum:10001598", + "urn:oclc:NYPG002001033-B", + "urn:lccn:79901950", + "urn:identifier:NNSZ00201633", + "urn:identifier:(WaOLN)nyp0201596" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vaishnavites -- India -- Assam.", + "Vaishnavism -- Rituals." + ], + "titleDisplay": [ + "Baradowā-gurucarita : Baradowā Thānata powā gurucaritaraparā / Puwārāma Mahantara dwārā saṃgrhita ; sampādaka Maheśwara Neoga." + ], + "uri": "b10001598", + "lccClassification": [ + "BL1245.V3 M29" + ], + "placeOfPublication": [ + "Guwāhāṭī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10001598" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001598", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1909", + "urn:barcode:33433060418377" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-1909" + ], + "shelfMark_sort": "a*OLY 83-001909", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-1909" + ], + "uri": "i13784102", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1909" + }, + { + "type": "bf:Barcode", + "value": "33433060418377" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060418377" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001617", + "_score": 0, + "_source": { + "extent": [ + "90, [1] p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [91]", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Assamese.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Shaktism", + "Shaktism -- India", + "Shaktism -- India -- Assam", + "Assam (India)", + "Assam (India) -- Religion" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bāṇī Prakāśa" + ], + "language": [ + { + "id": "lang:asm", + "label": "Assamese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "title": [ + "Asamata Śaktipūjā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-1953" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Bhattacharyya, Debendra Nath." + ], + "idLccn": [ + "78902703" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "creatorModifiedName": "Debendra Bhattacharyya", + "idOclc": [ + "NYPG002001052-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1953" + }, + { + "type": "nypl:Bnumber", + "value": "10001617" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001052-B" + }, + { + "type": "bf:Lccn", + "value": "78902703" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201652" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201615" + } + ], + "updatedAt": 1711205970977, + "publicationStatement": [ + "Pāṭhaśālā, [Asama] : Bāṇī Prakāśa, 1977." + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1953", + "urn:bnum:10001617", + "urn:oclc:NYPG002001052-B", + "urn:lccn:78902703", + "urn:identifier:NNSZ00201652", + "urn:identifier:(WaOLN)nyp0201615" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Shaktism -- India -- Assam.", + "Assam (India) -- Religion." + ], + "titleDisplay": [ + "Asamata Śaktipūjā / Śrīdebendranātha Bhaṭṭācārya." + ], + "uri": "b10001617", + "lccClassification": [ + "BL1245.S4 47" + ], + "placeOfPublication": [ + "Pāṭhaśālā, [Asama]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10001617" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001617", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1953", + "urn:barcode:33433060418385" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-1953" + ], + "shelfMark_sort": "a*OLY 83-001953", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-1953" + ], + "uri": "i13784105", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-1953" + }, + { + "type": "bf:Barcode", + "value": "33433060418385" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060418385" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001628", + "_score": 0, + "_source": { + "extent": [ + "5 v. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Religious life", + "Religious life -- Jainism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sañjaya Sāhitya Saṅgama ; prāpti kendra, Viśanadayāla Goyala" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Vaktrtva-kalā ke bīja" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLX 83-4230" + ], + "numItemVolumesParsed": [ + 5 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Dhanarāja, Muni." + ], + "idLccn": [ + "73903206" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG002001063-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-4230" + }, + { + "type": "nypl:Bnumber", + "value": "10001628" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001063-B" + }, + { + "type": "bf:Lccn", + "value": "73903206" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201663" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201626" + } + ], + "updatedAt": 1711329650496, + "publicationStatement": [ + "[Āgarā : Sañjaya Sāhitya Saṅgama ; Kalakattā : prāpti kendra, Viśanadayāla Goyala, 1972]" + ], + "identifier": [ + "urn:shelfmark:*OLX 83-4230", + "urn:bnum:10001628", + "urn:oclc:NYPG002001063-B", + "urn:lccn:73903206", + "urn:identifier:NNSZ00201663", + "urn:identifier:(WaOLN)nyp0201626" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Religious life -- Jainism." + ], + "titleDisplay": [ + "Vaktrtva-kalā ke bīja / Dhanamuni." + ], + "uri": "b10001628", + "placeOfPublication": [ + "[Āgarā : Kalakattā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18cm." + ] + }, + "sort": [ + 0, + "b10001628" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 5, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001628", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLX 83-4230 v. 5", + "urn:barcode:33433060362658" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLX 83-4230" + ], + "shelfMark_sort": "a*OLX 83-4230 v. 000005", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLX 83-4230 v. 5" + ], + "uri": "i13784112", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-4230 v. 5" + }, + { + "type": "bf:Barcode", + "value": "33433060362658" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 5" + ], + "idBarcode": [ + "33433060362658" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + "sort": [ + " 5-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001628", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLX 83-4230 v. 4", + "urn:barcode:33433060362641" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLX 83-4230" + ], + "shelfMark_sort": "a*OLX 83-4230 v. 000004", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLX 83-4230 v. 4" + ], + "uri": "i13784111", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-4230 v. 4" + }, + { + "type": "bf:Barcode", + "value": "33433060362641" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 4" + ], + "idBarcode": [ + "33433060362641" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + "sort": [ + " 4-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001628", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLX 83-4230 v. 3", + "urn:barcode:33433060362633" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLX 83-4230" + ], + "shelfMark_sort": "a*OLX 83-4230 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLX 83-4230 v. 3" + ], + "uri": "i13784110", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLX 83-4230 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433060362633" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433060362633" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001645", + "_score": 0, + "_source": { + "extent": [ + "2, 128 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Selections from Tantric literature in Sanskrit; introductory matter and commentary in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindu devotional literature, Sanskrit" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kalyāṇa Mandira" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Vāmamārga." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 83-4909" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Sukul, Vanshi Dhar, 1885-" + ], + "idLccn": [ + "73901356" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Sādhanamālā, varsha 7, maṇi 5-6" + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Vanshi Sukul", + "idOclc": [ + "NYPG002001080-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-4909" + }, + { + "type": "nypl:Bnumber", + "value": "10001645" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001080-B" + }, + { + "type": "bf:Lccn", + "value": "73901356" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201680" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201643" + } + ], + "updatedAt": 1711620367575, + "publicationStatement": [ + "Prayāga, Kalyāṇa Mandira, Sambat 2025 [1968]" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-4909", + "urn:bnum:10001645", + "urn:oclc:NYPG002001080-B", + "urn:lccn:73901356", + "urn:identifier:NNSZ00201680", + "urn:identifier:(WaOLN)nyp0201643" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindu devotional literature, Sanskrit." + ], + "titleDisplay": [ + "Vāmamārga. Lekhaka Vanśīdhara Sukula." + ], + "uri": "b10001645", + "lccClassification": [ + "BL1145.5 .S9" + ], + "placeOfPublication": [ + "Prayāga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10001645" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001645", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-4909", + "urn:barcode:33433060419656" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-4909" + ], + "shelfMark_sort": "a*OLY 83-004909", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-4909" + ], + "uri": "i13784127", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-4909" + }, + { + "type": "bf:Barcode", + "value": "33433060419656" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060419656" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001717", + "_score": 0, + "_source": { + "extent": [ + "133 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Pahlavi literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i bunyād-i Farhang-i Īrān" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Manẓūmah-ʼi Dirakht-i Āsūrīg, matn-i Pahlavi, āvānivisht, tarjumah-ʼi Fārsī, fihrist-i vāzhahʹhā va yāddāshthā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMI 82-897" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "idLccn": [ + "70268536" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Intishārāt-i Bunyād-i Farhang-i Īrān, 25.", + "Vāzhahnāmahʹhā-yi Pahlavī, 2." + ], + "contributorLiteral": [ + "Nawabi, Y. M." + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG002001152-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMI 82-897" + }, + { + "type": "nypl:Bnumber", + "value": "10001717" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001152-B" + }, + { + "type": "bf:Lccn", + "value": "70268536" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201752" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201715" + } + ], + "uniformTitle": [ + "Dirakht-i Āsūrīg. Persian and Pahlavi." + ], + "updatedAt": 1711145865395, + "publicationStatement": [ + "Tihrān, Intishārāt-i bunyād-i Farhang-i Īrān, 1346 [1967]" + ], + "identifier": [ + "urn:shelfmark:*OMI 82-897", + "urn:bnum:10001717", + "urn:oclc:NYPG002001152-B", + "urn:lccn:70268536", + "urn:identifier:NNSZ00201752", + "urn:identifier:(WaOLN)nyp0201715" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Pahlavi literature." + ], + "titleDisplay": [ + "Manẓūmah-ʼi Dirakht-i Āsūrīg, matn-i Pahlavi, āvānivisht, tarjumah-ʼi Fārsī, fihrist-i vāzhahʹhā va yāddāshthā, az Māhyār Navvābī." + ], + "uri": "b10001717", + "lccClassification": [ + "PK6198 .D5" + ], + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10001717" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001717", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OMI 82-897", + "urn:barcode:33433013106772" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OMI 82-897" + ], + "shelfMark_sort": "a*OMI 82-000897", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMI 82-897" + ], + "uri": "i10001146", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMI 82-897" + }, + { + "type": "bf:Barcode", + "value": "33433013106772" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433013106772" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001746", + "_score": 0, + "_source": { + "extent": [ + "216 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [209]-214.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kampar, active 9th century", + "Kampar, active 9th century -- Aṉumaṉ" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "kiṭaikkumiṭaṅkaḷ, Jeyakumāri Stōrs" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Aṉumaṉ, āyvum vaḻipāṭum" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-920" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Civakāmi, Ca., 1951-" + ], + "idLccn": [ + "75906269" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG002001181-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-920" + }, + { + "type": "nypl:Bnumber", + "value": "10001746" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001181-B" + }, + { + "type": "bf:Lccn", + "value": "75906269" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201781" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201744" + } + ], + "updatedAt": 1711109105125, + "publicationStatement": [ + "Nākarkōvil : kiṭaikkumiṭaṅkaḷ, Jeyakumāri Stōrs, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLY 82-920", + "urn:bnum:10001746", + "urn:oclc:NYPG002001181-B", + "urn:lccn:75906269", + "urn:identifier:NNSZ00201781", + "urn:identifier:(WaOLN)nyp0201744" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kampar, active 9th century.", + "Kampar, active 9th century -- Aṉumaṉ." + ], + "titleDisplay": [ + "Aṉumaṉ, āyvum vaḻipāṭum / Āciriyai Ca. Civakāmi ; Ka. Veḷḷaivāraṇaṉār avarkaḷatu aṇinturaiyuṭaṉ kūṭiyatu." + ], + "uri": "b10001746", + "lccClassification": [ + "PL4758.9.K27 R355444" + ], + "placeOfPublication": [ + "Nākarkōvil" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10001746" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001746", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-920", + "urn:barcode:33433060417247" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-920" + ], + "shelfMark_sort": "a*OLY 82-000920", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-920" + ], + "uri": "i13784174", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-920" + }, + { + "type": "bf:Barcode", + "value": "33433060417247" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417247" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001769", + "_score": 0, + "_source": { + "extent": [ + "2 v. ports." + ], + "note": [ + { + "noteType": "Note", + "label": "Title in Coptic at head of title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Authorship traditionally attributed, in whole or in part, to Michael, Bishop of Atrib and Malig. Cf. Graf, G. Gesch. d. Christl. arab. Lit., v. 2 (1947) p. 416f.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 2 revised by Kāmil Ṣāliḥ Nakhlah.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Maḥabbah al-Qibṭīyah al-Urthūdhuksīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1951 + ], + "dateEndString": [ + "1969" + ], + "title": [ + "Kitāb al-sankasār al-jāmiʻ li-akhbār al-Anbiyāʼ wa-al-Rusul wa-al-Shuhadāʼ wa-al-Qiddīsīn al-mustaʻmal fī kanāʼis al-Karāzah al-Marqusīyah fī ayyām wa-Āḥād al-sanah al-tūtīyah." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OCF 82-382" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1951" + ], + "creatorLiteral": [ + "Coptic Church." + ], + "idLccn": [ + "79961719" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Mikhāʼīl, Bishop of Atrib and Malig." + ], + "dateStartYear": [ + 1951 + ], + "idOclc": [ + "NYPG002001206-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OCF 82-382" + }, + { + "type": "nypl:Bnumber", + "value": "10001769" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001206-B" + }, + { + "type": "bf:Lccn", + "value": "79961719" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201806" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201767" + } + ], + "uniformTitle": [ + "Synaxary. Arabic." + ], + "dateEndYear": [ + 1969 + ], + "updatedAt": 1711293929251, + "publicationStatement": [ + "al-Qāhirah, Maktabat al-Maḥabbah al-Qibṭīyah al-Urthūdhuksīyah, 1951-[69]" + ], + "identifier": [ + "urn:shelfmark:*OCF 82-382", + "urn:bnum:10001769", + "urn:oclc:NYPG002001206-B", + "urn:lccn:79961719", + "urn:identifier:NNSZ00201806", + "urn:identifier:(WaOLN)nyp0201767" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1951" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Kitāb al-sankasār al-jāmiʻ li-akhbār al-Anbiyāʼ wa-al-Rusul wa-al-Shuhadāʼ wa-al-Qiddīsīn al-mustaʻmal fī kanāʼis al-Karāzah al-Marqusīyah fī ayyām wa-Āḥād al-sanah al-tūtīyah. Waḍʻ al-Anbā Buṭrus al-Jamīl Usquf Malīj wa-al-Anbā Mīkhāʼīl Usquf Atrīb wa-al-Anbā Yuḥannā Usquf al-Burlus wa-ghayruhum min al-Ābāʼ al-Qiddīsīn." + ], + "uri": "b10001769", + "lccClassification": [ + "BX137.A5 A7 1969b" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Synaxary.", + "Sankasār." + ], + "tableOfContents": [ + "Juzʼ 1. Min awwal shahr Tūt ḥattā niḥāyat shahr Amshīr. 1969. -- Juzʼ 2. Min awwal shahr Baramhāt ḥattá nihāyat al-sanah al-Qibṭīyah. 1951." + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10001769" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001769", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OCF 82-382 v. 2", + "urn:barcode:33433017339387" + ], + "physicalLocation": [ + "*OCF 82-382" + ], + "shelfMark_sort": "a*OCF 82-382 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OCF 82-382 v. 2" + ], + "uri": "i11900433", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OCF 82-382 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433017339387" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433017339387" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001769", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OCF 82-382 v. 1", + "urn:barcode:33433017339379" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OCF 82-382" + ], + "shelfMark_sort": "a*OCF 82-382 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OCF 82-382 v. 1" + ], + "uri": "i11900432", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OCF 82-382 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433017339379" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433017339379" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-208e50ae5be56bf638ffa334c645bd28.json b/test/fixtures/query-208e50ae5be56bf638ffa334c645bd28.json new file mode 100644 index 00000000..230ad551 --- /dev/null +++ b/test/fixtures/query-208e50ae5be56bf638ffa334c645bd28.json @@ -0,0 +1,259 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12423567", + "_score": 1607.4841, + "_source": { + "extent": [ + "202 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Campanella, Tommaso, 1568-1639" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "S. Neaulme" + ], + "language": [ + { + "id": "lang:lat", + "label": "Latin" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1741 + ], + "title": [ + "Vita Th. Campanellae." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1741" + ], + "creatorLiteral": [ + "Cyprian, Ernst Salomon, 1673-1745." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1741 + ], + "creatorModifiedName": "Ernst Cyprian", + "idOclc": [ + "34529242" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" + }, + { + "type": "nypl:Bnumber", + "value": "12423567" + }, + { + "type": "nypl:Oclc", + "value": "34529242" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp2408048" + } + ], + "updatedAt": 1711326027341, + "publicationStatement": [ + "Trajecti ad Rhenum, S. Neaulme, 1741." + ], + "identifier": [ + "urn:shelfmark:AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", + "urn:bnum:12423567", + "urn:oclc:34529242", + "urn:identifier:(WaOLN)nyp2408048" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1741" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Campanella, Tommaso, 1568-1639." + ], + "titleDisplay": [ + "Vita Th. Campanellae. Autore Ern. Sal. Cypriano. Accedunt hac secunda editione appendices IV. doctorum virorum de Campanellae vita, philosophia & libris schediasmata complectentes." + ], + "uri": "b12423567", + "placeOfPublication": [ + "Trajecti ad Rhenum" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "16 cm." + ] + }, + "sort": [ + 1607.4841, + "b12423567" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12423567", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", + "urn:barcode:33433104031624" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" + ], + "shelfMark_sort": "aAN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" + ], + "uri": "i16020288", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" + }, + { + "type": "bf:Barcode", + "value": "33433104031624" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433104031624" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-20eaf260256f67731232e18f3ed913ba.json b/test/fixtures/query-20eaf260256f67731232e18f3ed913ba.json new file mode 100644 index 00000000..c58c902c --- /dev/null +++ b/test/fixtures/query-20eaf260256f67731232e18f3ed913ba.json @@ -0,0 +1,10853 @@ +{ + "body": { + "took": 93, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 30, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb1808514", + "_score": 536.016, + "_source": { + "extent": [ + "1 score (3 unnumbered pages, 12 pages) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Program notes by Jack Gottlieb.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 2:30.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Recorded by the Israel Philharmonic, the composer conducting, on Deutsche Grammophon 2532 052.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Also available in a version for symphonic band.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "publisherLiteral": [ + "Jalni Publications ; Boosey & Hawkes, sole selling agent" + ], + "dateEndString": [ + "1980" + ], + "createdYear": [ + 1984 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A musical toast" + ], + "creatorLiteral": [ + "Bernstein, Leonard, 1918-1990." + ], + "createdString": [ + "1984" + ], + "seriesStatement": [ + "Hawkes pocket scores" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1984 + ], + "creatorModifiedName": "Leonard Bernstein", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "1808514" + }, + { + "type": "nypl:Oclc", + "value": "ocm11578466" + }, + { + "type": "bf:Identifier", + "value": "H.P.S. 976 Boosey & Hawkes" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm11578466" + }, + { + "type": "bf:Identifier", + "value": "(NNC)1808514" + }, + { + "type": "bf:Identifier", + "value": "1808514" + } + ], + "idOclc": [ + "ocm11578466" + ], + "uniformTitle": [ + "Musical toast", + "Hawkes pocket scores." + ], + "dateEndYear": [ + 1980 + ], + "holdings": [], + "updatedAt": 1664590433971, + "publicationStatement": [ + "[Place of publication not identified] : Jalni Publications ; New York, N.Y. : Boosey & Hawkes, sole selling agent, 1984, ©1980." + ], + "identifier": [ + "urn:bnum:1808514", + "urn:oclc:ocm11578466", + "urn:undefined:H.P.S. 976 Boosey & Hawkes", + "urn:undefined:(OCoLC)ocm11578466", + "urn:undefined:(NNC)1808514", + "urn:undefined:1808514" + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "A musical toast / Leonard Bernstein." + ], + "uri": "cb1808514", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "[Place of publication not identified] : New York, N.Y." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Musical toast" + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 536.016, + "cb1808514" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb1808514", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:MR61509485" + ], + "physicalLocation": [ + "61 B458 M9" + ], + "shelfMark_sort": "a61 B458 M000009", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci2278358", + "shelfMark": [ + "61 B458 M9" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "61 B458 M9" + }, + { + "type": "bf:Barcode", + "value": "MR61509485" + } + ], + "idBarcode": [ + "MR61509485" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10981311", + "_score": 509.76538, + "_source": { + "extent": [ + "1 miniature score (12 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Pl. no.: H.P.S. 976.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Fondly dedicated to the memory of André Kostelanetz.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 2:30.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Jalni Publications : Boosey & Hawkes, sole selling agent" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1984 + ], + "dateEndString": [ + "1980" + ], + "title": [ + "A musical toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNF 87-27" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1984" + ], + "creatorLiteral": [ + "Bernstein, Leonard, 1918-1990." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kostelanetz, Andre, 1901-1980." + ], + "dateStartYear": [ + 1984 + ], + "creatorModifiedName": "Leonard Bernstein", + "idOclc": [ + "11578466", + "NYPG85-C1260" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNF 87-27" + }, + { + "type": "nypl:Bnumber", + "value": "10981311" + }, + { + "type": "nypl:Oclc", + "value": "11578466" + }, + { + "type": "nypl:Oclc", + "value": "NYPG85-C1260" + }, + { + "type": "bf:Identifier", + "value": "HPS 976. Boosey & Hawkes" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0988546" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)11578466" + } + ], + "dateEndYear": [ + 1980 + ], + "updatedAt": 1711307724968, + "publicationStatement": [ + "[United States] : Jalni Publications : Boosey & Hawkes, sole selling agent, 1984, c1980." + ], + "identifier": [ + "urn:shelfmark:JNF 87-27", + "urn:bnum:10981311", + "urn:oclc:11578466", + "urn:oclc:NYPG85-C1260", + "urn:identifier:HPS 976. Boosey & Hawkes", + "urn:identifier:(WaOLN)nyp0988546", + "urn:identifier:(OCoLC)11578466" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "A musical toast / Leonard Bernstein." + ], + "uri": "b10981311", + "placeOfPublication": [ + "[United States]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 509.76538, + "b10981311" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10981311", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JNF 87-27", + "urn:barcode:33433047232982" + ], + "physicalLocation": [ + "JNF 87-27" + ], + "shelfMark_sort": "aJNF 87-000027", + "catalogItemType_packed": [ + "catalogItemType:57||printed music limited circ MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JNF 87-27" + ], + "uri": "i13956002", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNF 87-27" + }, + { + "type": "bf:Barcode", + "value": "33433047232982" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433047232982" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:57", + "label": "printed music limited circ MaRLI" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11294632", + "_score": 508.07278, + "_source": { + "extent": [ + "xxi, 273 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Originally published ... by Charles Scribner's Sons ... in 1940\"--T.p. verso.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vintage Books" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1990 + ], + "dateEndString": [ + "1940" + ], + "title": [ + "Angels on toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 90-6303" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1990" + ], + "creatorLiteral": [ + "Powell, Dawn." + ], + "idLccn": [ + "89040281" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1990 + ], + "creatorModifiedName": "Dawn Powell", + "idOclc": [ + "70304237", + "NYPG90-B53168" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 90-6303" + }, + { + "type": "nypl:Bnumber", + "value": "11294632" + }, + { + "type": "bf:Isbn", + "value": "0679726861" + }, + { + "type": "nypl:Oclc", + "value": "70304237" + }, + { + "type": "nypl:Oclc", + "value": "NYPG90-B53168" + }, + { + "type": "bf:Lccn", + "value": "89040281" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1302350" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)70304237" + } + ], + "dateEndYear": [ + 1940 + ], + "updatedAt": 1711585322970, + "publicationStatement": [ + "New York : Vintage Books, 1990, c1940." + ], + "idIsbn": [ + "0679726861" + ], + "identifier": [ + "urn:shelfmark:JFD 90-6303", + "urn:bnum:11294632", + "urn:isbn:0679726861", + "urn:oclc:70304237", + "urn:oclc:NYPG90-B53168", + "urn:lccn:89040281", + "urn:identifier:(WaOLN)nyp1302350", + "urn:identifier:(OCoLC)70304237" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1990" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Angels on toast / Dawn Powell ; with an introduction by Gore Vidal." + ], + "uri": "b11294632", + "lccClassification": [ + "PS3531.O936 A83 1989" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ], + "idIsbn_clean": [ + "0679726861" + ] + }, + "sort": [ + 508.07278, + "b11294632" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11294632", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFD 90-6303", + "urn:barcode:33433040606604" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFD 90-6303" + ], + "shelfMark_sort": "aJFD 90-006303", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 90-6303" + ], + "uri": "i13160245", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 90-6303" + }, + { + "type": "bf:Barcode", + "value": "33433040606604" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433040606604" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13111567", + "_score": 452.51852, + "_source": { + "extent": [ + "v." + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The Nation Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1909 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Verse and toast. Series 1-" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NBI (Rowe, W. H. Verse and toast)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1909" + ], + "creatorLiteral": [ + "Rowe, William H., Jr." + ], + "idLccn": [ + "09014147" + ], + "numElectronicResources": [ + 2 + ], + "dateStartYear": [ + 1909 + ], + "creatorModifiedName": "William Rowe", + "idOclc": [ + "12310878" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NBI (Rowe, W. H. Verse and toast)" + }, + { + "type": "nypl:Bnumber", + "value": "13111567" + }, + { + "type": "nypl:Oclc", + "value": "12310878" + }, + { + "type": "bf:Lccn", + "value": "09014147" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3090092" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711009811615, + "publicationStatement": [ + "New York, The Nation Press, 1909-" + ], + "identifier": [ + "urn:shelfmark:NBI (Rowe, W. H. Verse and toast)", + "urn:bnum:13111567", + "urn:oclc:12310878", + "urn:lccn:09014147", + "urn:identifier:(WaOLN)nyp3090092" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1909" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Verse and toast. Series 1- By Col. William H. Rowe, Jr." + ], + "uri": "b13111567", + "electronicResources": [ + { + "label": "Full text available via HathiTrust--ser. 1", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433066644091" + }, + { + "label": "Full text available via HathiTrust--ser. 2", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433066644109" + } + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 452.51852, + "b13111567" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13111567", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:NBI (Rowe, W. H. Verse and toast) ser. 2", + "urn:barcode:33433066644109" + ], + "physicalLocation": [ + "NBI (Rowe, W. H. Verse and toast)" + ], + "shelfMark_sort": "aNBI (Rowe, W. H. Verse and toast) ser. 000002", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NBI (Rowe, W. H. Verse and toast) ser. 2" + ], + "uri": "i16815166", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NBI (Rowe, W. H. Verse and toast) ser. 2" + }, + { + "type": "bf:Barcode", + "value": "33433066644109" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "ser. 2" + ], + "idBarcode": [ + "33433066644109" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b13111567", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 1", + "urn:barcode:33433066644091" + ], + "physicalLocation": [ + "NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2" + ], + "shelfMark_sort": "aNBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 1" + ], + "uri": "i16257903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 1" + }, + { + "type": "bf:Barcode", + "value": "33433066644091" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "ser. 1" + ], + "idBarcode": [ + "33433066644091" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b18106748", + "_score": 393.8682, + "_source": { + "extent": [ + "24 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"A publication commemorating the bicentennial of the evacuation of the British from New York City on November 25, 1783, ...\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "The research and implementation of this project ... with the assistance of the Sons of the Revolution in the State of New York.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "\"Selected bibliography\": p. 24.", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "New York Genealogical and Biographical Society;", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Evacuation Day, New York, N.Y., 1783", + "Evacuation Day, New York, N.Y., 1783 -- Anniversaries, etc", + "New York (N.Y.)", + "New York (N.Y.) -- History", + "New York (N.Y.) -- History -- Revolution, 1775-1783" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Fraunces Tavern Museum" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1984 + ], + "title": [ + "A Toast to freedom : New York celebrates Evacuation Day." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NYGB N.Y. L M314.43 F73" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1984" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Fraunces Tavern Museum.", + "Sons of the American Revolution. New York State Society.", + "New York Genealogical and Biographical Society Collection." + ], + "dateStartYear": [ + 1984 + ], + "donor": [ + "Gift of the New York Genealogical and Biographical Society." + ], + "idOclc": [ + "15527116" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NYGB N.Y. L M314.43 F73" + }, + { + "type": "nypl:Bnumber", + "value": "18106748" + }, + { + "type": "nypl:Oclc", + "value": "15527116" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)15527116" + } + ], + "updatedAt": 1711602363339, + "publicationStatement": [ + "New York : Fraunces Tavern Museum, 1984." + ], + "identifier": [ + "urn:shelfmark:NYGB N.Y. L M314.43 F73", + "urn:bnum:18106748", + "urn:oclc:15527116", + "urn:identifier:(OCoLC)15527116" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Evacuation Day, New York, N.Y., 1783 -- Anniversaries, etc.", + "New York (N.Y.) -- History -- Revolution, 1775-1783." + ], + "titleDisplay": [ + "A Toast to freedom : New York celebrates Evacuation Day." + ], + "uri": "b18106748", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 393.8682, + "b18106748" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18106748", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NYGB N.Y. L M314.43 F73", + "urn:barcode:33433086370503" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NYGB N.Y. L M314.43 F73" + ], + "shelfMark_sort": "aNYGB N.Y. L M314.43 F000073", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NYGB N.Y. L M314.43 F73" + ], + "uri": "i24199542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NYGB N.Y. L M314.43 F73" + }, + { + "type": "bf:Barcode", + "value": "33433086370503" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "idBarcode": [ + "33433086370503" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b12382054", + "_score": 391.10846, + "_source": { + "extent": [ + "no." + ], + "note": [ + { + "noteType": "Issued By", + "label": "Name of institute: <1907-1911>, Institute of Chemistry of Great Britain and Ireland.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 1 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Anniversary dinner. [Program of toasts, company present, speeches]." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner)" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "999" + ], + "creatorLiteral": [ + "Royal Institute of Chemistry." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "33915019" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner)" + }, + { + "type": "nypl:Bnumber", + "value": "12382054" + }, + { + "type": "nypl:Oclc", + "value": "33915019" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp2367407" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711307100817, + "publicationStatement": [ + "London. 1" + ], + "identifier": [ + "urn:shelfmark:3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner)", + "urn:bnum:12382054", + "urn:oclc:33915019", + "urn:identifier:(WaOLN)nyp2367407" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Anniversary dinner. [Program of toasts, company present, speeches]." + ], + "uri": "b12382054", + "placeOfPublication": [ + "London." + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "8vo" + ] + }, + "sort": [ + 391.10846, + "b12382054" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12382054", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "catalogItemType_packed": [ + "catalogItemType:29||bundled materials (vols.)" + ], + "dateRange": [ + { + "gte": "1907", + "lte": "1911" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner) no. 30 (1907), 34 (1911)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner) no. 30 (1907), 34 (1911)" + }, + { + "type": "bf:Barcode", + "value": "33433116627567" + } + ], + "enumerationChronology": [ + "no. 30 (1907), 34 (1911)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:29", + "label": "bundled materials (vols.)" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner) no. 30 (1907), 34 (1911)", + "urn:barcode:33433116627567" + ], + "physicalLocation": [ + "3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner)" + ], + "shelfMark_sort": "a3-PKA (Royal Institute of Chemistry of Great Britain and Ireland. Anniversary dinner) no. 000030 (1907), 34 (1911)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 30-1907" + ], + "uri": "i32210654", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433116627567" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 30-1907" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10861042", + "_score": 390.62976, + "_source": { + "extent": [ + "24 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"A publication commemorating the bicentennial of the evacuation of the British from New York City on November 25, 1783, at the end of the Revolutionary War.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 24.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Evacuation Day, New York, N.Y., 1783", + "New York (N.Y.)", + "New York (N.Y.) -- History", + "New York (N.Y.) -- History -- Revolution, 1775-1783" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Fraunces Tavern Museum" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1984 + ], + "title": [ + "A toast to freedom New York celebrates Evacuation Day." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZI-437 no. 20" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1984" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Fraunces Tavern Museum.", + "Sons of the American Revolution. Empire State Society." + ], + "dateStartYear": [ + 1984 + ], + "idOclc": [ + "NYPG84-B40685" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZI-437 no. 20" + }, + { + "type": "nypl:Bnumber", + "value": "10861042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B40685" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0868084" + } + ], + "updatedAt": 1711309976175, + "publicationStatement": [ + "New York : Fraunces Tavern Museum, 1984." + ], + "identifier": [ + "urn:shelfmark:*ZI-437 no. 20", + "urn:bnum:10861042", + "urn:oclc:NYPG84-B40685", + "urn:identifier:(WaOLN)nyp0868084" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Evacuation Day, New York, N.Y., 1783.", + "New York (N.Y.) -- History -- Revolution, 1775-1783." + ], + "titleDisplay": [ + "A toast to freedom [microform] : New York celebrates Evacuation Day." + ], + "uri": "b10861042", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 390.62976, + "b10861042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10861042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1105", + "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" + } + ], + "identifier": [ + "urn:shelfmark:*ZI-437 r. 2", + "urn:barcode:33433110534520" + ], + "physicalLocation": [ + "*ZI-437" + ], + "shelfMark_sort": "a*ZI-437 r. 000002", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZI-437 r. 2" + ], + "uri": "i31168756", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZI-437 r. 2" + }, + { + "type": "bf:Barcode", + "value": "33433110534520" + } + ], + "holdingLocation_packed": [ + "loc:mag82||Schwarzman Building - Milstein Division Room 121" + ], + "enumerationChronology": [ + "r. 2" + ], + "idBarcode": [ + "33433110534520" + ], + "owner_packed": [ + "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag82", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10861042", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1105", + "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" + } + ], + "identifier": [ + "urn:shelfmark:*ZI-437 r. 1", + "urn:barcode:33433110534512" + ], + "physicalLocation": [ + "*ZI-437" + ], + "shelfMark_sort": "a*ZI-437 r. 000001", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZI-437 r. 1" + ], + "uri": "i24076491", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZI-437 r. 1" + }, + { + "type": "bf:Barcode", + "value": "33433110534512" + } + ], + "holdingLocation_packed": [ + "loc:mag82||Schwarzman Building - Milstein Division Room 121" + ], + "enumerationChronology": [ + "r. 1" + ], + "idBarcode": [ + "33433110534512" + ], + "owner_packed": [ + "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag82", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990084815100203941", + "_score": 348.65753, + "_source": { + "extent": [ + "301 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Originally published: New York : Rohde and Haskins, 1904.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "publisherLiteral": [ + "Omnigraphics," + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "dateEndString": [ + "1904" + ], + "createdYear": [ + 2000 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toasts and tributes : a happy book of good cheer, good health, good speed, devoted to the blessings and comforts of life south of the stars / edited by Arthur Gray." + ], + "createdString": [ + "2000" + ], + "idLccn": [ + "^^^99015291^" + ], + "contributorLiteral": [ + "Gray, Arthur." + ], + "dateStartYear": [ + 2000 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990084815100203941" + }, + { + "type": "bf:Isbn", + "value": "0780803051 (alk. paper)" + }, + { + "type": "bf:Lccn", + "value": "^^^99015291^" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)41156324" + } + ], + "dateEndYear": [ + 1904 + ], + "holdings": [], + "updatedAt": 1633058711066, + "publicationStatement": [ + "Detroit : Omnigraphics, 2000." + ], + "identifier": [ + "urn:bnum:990084815100203941", + "urn:isbn:0780803051 (alk. paper)", + "urn:lccn:^^^99015291^", + "urn:undefined:(OCoLC)41156324" + ], + "idIsbn": [ + "0780803051 (alk. paper)" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2000" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toasts and tributes : a happy book of good cheer, good health, good speed, devoted to the blessings and comforts of life south of the stars / edited by Arthur Gray." + ], + "uri": "hb990084815100203941", + "lccClassification": [ + "PN6341 .T62 1999" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Detroit :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 348.65753, + "hb990084815100203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990084815100203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:HXURI9" + ], + "physicalLocation": [ + "PN6341 .T62 2000x" + ], + "shelfMark_sort": "aPN6341 .T62 2000x", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "hi232058938590003941", + "shelfMark": [ + "PN6341 .T62 2000x" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN6341 .T62 2000x" + }, + { + "type": "bf:Barcode", + "value": "HXURI9" + } + ], + "idBarcode": [ + "HXURI9" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb1677200", + "_score": 313.34534, + "_source": { + "extent": [ + "193, vi pages ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Originally published: Chicago : Nakł. i drukiem Władysława Dyniewicza, 1896.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Toasts", + "Toasts -- Poland" + ], + "publisherLiteral": [ + "Oficyna Wydawn. Kalliope" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "dateEndString": [ + "1896" + ], + "createdYear": [ + 1994 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast polski wierszem i prozą, czyli, Zbiór mów przy uroczystościach wszelkiego rodzaju : jako to, przy weselach, ważniejszych zebraniach, przy obchodach zebraniach, przy obchodach jubileuszowych itd." + ], + "createdString": [ + "1994" + ], + "idLccn": [ + " 95124368 " + ], + "dateStartYear": [ + 1994 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "1677200" + }, + { + "type": "bf:Isbn", + "value": "8385549323 (pbk.)" + }, + { + "type": "bf:Isbn", + "value": "8385549331(hardcover)" + }, + { + "type": "bf:Lccn", + "value": " 95124368 " + }, + { + "type": "nypl:Oclc", + "value": "ocm34576390" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm34576390" + }, + { + "type": "bf:Identifier", + "value": "1677200" + } + ], + "idOclc": [ + "ocm34576390" + ], + "dateEndYear": [ + 1896 + ], + "holdings": [], + "updatedAt": 1654826078096, + "publicationStatement": [ + "Warszawa : Oficyna Wydawn. Kalliope, 1994." + ], + "identifier": [ + "urn:bnum:1677200", + "urn:isbn:8385549323 (pbk.)", + "urn:isbn:8385549331(hardcover)", + "urn:lccn: 95124368 ", + "urn:oclc:ocm34576390", + "urn:undefined:(OCoLC)ocm34576390", + "urn:undefined:1677200" + ], + "idIsbn": [ + "8385549323 (pbk.)", + "8385549331(hardcover)" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1994" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts -- Poland." + ], + "titleDisplay": [ + "Toast polski wierszem i prozą, czyli, Zbiór mów przy uroczystościach wszelkiego rodzaju : jako to, przy weselach, ważniejszych zebraniach, przy obchodach zebraniach, przy obchodach jubileuszowych itd." + ], + "uri": "cb1677200", + "lccClassification": [ + "PN6347.P6 T63 1994" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Warszawa" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Zbiór mów przy uroczystościach wszelkiego rodzaju" + ], + "idIsbn_clean": [ + "8385549323", + "8385549331" + ], + "dimensions": [ + "17 cm" + ] + }, + "sort": [ + 313.34534, + "cb1677200" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb1677200", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:CU63297698" + ], + "physicalLocation": [ + "PN6347.P6 T63 1994" + ], + "shelfMark_sort": "aPN6347.P6 T63 001994", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci2131706", + "shelfMark": [ + "PN6347.P6 T63 1994" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN6347.P6 T63 1994" + }, + { + "type": "bf:Barcode", + "value": "CU63297698" + } + ], + "idBarcode": [ + "CU63297698" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "CU" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990060887580203941", + "_score": 41.282616, + "_source": { + "extent": [ + "48 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Serbo-Croatian (Cyrillic).", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Toasts", + "Toasts -- Yugoslavia", + "Yugoslavia", + "Yugoslavia -- Social life and customs" + ], + "publisherLiteral": [ + "Hipnos : Velvet," + ], + "language": [ + { + "id": "lang:srp", + "label": "Serbian" + } + ], + "dateEndString": [ + "1933" + ], + "createdYear": [ + 1995 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Srpska slavarica i narodne zdravice / [urednik Vladimir Maksimović]." + ], + "createdString": [ + "1995" + ], + "contributorLiteral": [ + "Maksimović, Vladimir." + ], + "dateStartYear": [ + 1995 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990060887580203941" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)35797336" + } + ], + "dateEndYear": [ + 1933 + ], + "holdings": [], + "updatedAt": 1631549990777, + "publicationStatement": [ + "Beograd : Hipnos : Velvet, 1995." + ], + "identifier": [ + "urn:bnum:990060887580203941", + "urn:undefined:(OCoLC)35797336" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1995" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts -- Yugoslavia.", + "Yugoslavia -- Social life and customs." + ], + "titleDisplay": [ + "Srpska slavarica i narodne zdravice / [urednik Vladimir Maksimović]." + ], + "uri": "hb990060887580203941", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Beograd :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 41.282616, + "hb990060887580203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990060887580203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:HN9W6Y" + ], + "shelfMark_sort": "bhi231972533450003941", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "hi231972533450003941", + "shelfMark": [], + "identifierV2": [ + { + "type": "bf:Barcode", + "value": "HN9W6Y" + } + ], + "idBarcode": [ + "HN9W6Y" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990093581870203941", + "_score": 33.641586, + "_source": { + "extent": [ + "xvi, 244 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 235-237) and indexes.", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "African Americans", + "African Americans -- Poetry", + "American poetry", + "American poetry -- African American authors", + "Folk poetry, American", + "Narrative poetry, American", + "Oral tradition", + "Oral tradition -- United States", + "Toasts (African American folk poetry)" + ], + "publisherLiteral": [ + "Routledge," + ], + "description": [ + "\"Originally published in 1974, this work is considered one of the great collections of black literature and folk poetry known as \"toasts\" - probably the only living form of oral narrative poetry in the U.S. which represent a vital genre of black folklore. Includes an audio CD\"--Amazon.com description." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "dateEndString": [ + "1974" + ], + "createdYear": [ + 2004 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Get your ass in the water and swim like me : African American narrative poetry from oral tradition / [compiled by] Bruce Jackson." + ], + "createdString": [ + "2004" + ], + "idLccn": [ + "^^2006295647" + ], + "contributorLiteral": [ + "Jackson, Bruce, 1936-" + ], + "dateStartYear": [ + 2004 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990093581870203941" + }, + { + "type": "bf:Isbn", + "value": "0415969964" + }, + { + "type": "bf:Isbn", + "value": "0415969972 (pbk.)" + }, + { + "type": "bf:Lccn", + "value": "^^2006295647" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1243869189" + } + ], + "dateEndYear": [ + 1974 + ], + "holdings": [], + "updatedAt": 1634179577715, + "publicationStatement": [ + "New York : Routledge, c2004." + ], + "identifier": [ + "urn:bnum:990093581870203941", + "urn:isbn:0415969964", + "urn:isbn:0415969972 (pbk.)", + "urn:lccn:^^2006295647", + "urn:undefined:(OCoLC)1243869189" + ], + "idIsbn": [ + "0415969964", + "0415969972 (pbk.)" + ], + "genreForm": [ + "Anthologie.", + "Folk poetry", + "Folk poetry.", + "Poetry" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2004" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "African Americans -- Poetry.", + "American poetry -- African American authors.", + "Folk poetry, American.", + "Narrative poetry, American.", + "Oral tradition -- United States.", + "Toasts (African American folk poetry)" + ], + "titleDisplay": [ + "Get your ass in the water and swim like me : African American narrative poetry from oral tradition / [compiled by] Bruce Jackson." + ], + "uri": "hb990093581870203941", + "lccClassification": [ + "PS477.5.T6 J3 2004" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New York :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "African American narrative poetry from oral tradition" + ], + "tableOfContents": [ + "Telling and learning toasts -- Functions and themes: violence, sex, and the failure of romance -- Pimps and their ladies: insult and reputation -- Badman and trickster: functional outsiders -- Shine and the Titanic: goodbye to Charlie -- Beyond poetry -- Badmen, crime, and jail -- Pimps, whores, and other lovers and friends -- Freaks and supersex -- Signifying and poolshooting monkey -- The Titanic toasts -- Miscellaneous narratives -- Short versus and drinking toasts." + ], + "dimensions": [ + "24 cm. +" + ] + }, + "sort": [ + 33.641586, + "hb990093581870203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990093581870203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:HXN3HY" + ], + "physicalLocation": [ + "PS477.5.T6 J3 2004" + ], + "shelfMark_sort": "aPS477.5.T6 J3 2004 +disc", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "hi232090588840003941", + "shelfMark": [ + "PS477.5.T6 J3 2004 +disc" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PS477.5.T6 J3 2004 +disc" + }, + { + "type": "bf:Barcode", + "value": "HXN3HY" + } + ], + "enumerationChronology": [ + "+disc" + ], + "idBarcode": [ + "HXN3HY" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11487687", + "_score": 20.750334, + "_source": { + "extent": [ + "<4> photoprints : silver gelatin, b&w ;", + "<1> photoprint : silver gelatin, b&w ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title devised by cataloger.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Photographers include Talbot, R.D. Jones and James Campbell.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "One photograph has airbrush marks; one has been cropped; one has been inscribed.", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Forms part of the Portrait Collection.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Mitchell, Abbie, 1884-1960", + "African American singers", + "African American actresses", + "Women singers", + "Women singers -- United States", + "Toasting", + "Toasting -- 1950-1959", + "African Americans", + "African Americans -- Social life and customs", + "African Americans -- Social life and customs -- 1950-1959" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "Views of singer, actress and the wife of composer Will Marion Cook, Abbie Mitchell. Includes individual studio portraits and a group portrait in which Mitchell is being toasted by unidentified individuals. Half and three-quarter length views are included." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1900 + ], + "dateEndString": [ + "1986" + ], + "title": [ + "Abbie Mitchell portrait collection" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Photo Mitchell, Abbie" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1900" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Talbot.", + "Campbell, James C.", + "Jones, R. D." + ], + "dateStartYear": [ + 1900 + ], + "donor": [ + "Schomburg NEH Automated Access to Special Collections Project." + ], + "idOclc": [ + "NYPG085000870-F" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Photo Mitchell, Abbie" + }, + { + "type": "nypl:Bnumber", + "value": "11487687" + }, + { + "type": "nypl:Oclc", + "value": "NYPG085000870-F" + }, + { + "type": "bf:Identifier", + "value": "(NN-Sc)08500870" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1495972" + } + ], + "dateEndYear": [ + 1986 + ], + "updatedAt": 1712854298116, + "publicationStatement": [ + "<1900?-1986?>" + ], + "genreForm": [ + "Portrait photographs – 1900-1959.", + "Group portraits – 1950-1959.", + "Silver gelatin photoprints – 1900-1959." + ], + "identifier": [ + "urn:shelfmark:Sc Photo Mitchell, Abbie", + "urn:bnum:11487687", + "urn:oclc:NYPG085000870-F", + "urn:identifier:(NN-Sc)08500870", + "urn:identifier:(WaOLN)nyp1495972" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:img", + "label": "Still image" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1900" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Mitchell, Abbie, 1884-1960.", + "African American singers.", + "African American actresses.", + "Women singers -- United States.", + "Toasting -- 1950-1959.", + "African Americans -- Social life and customs -- 1950-1959." + ], + "titleDisplay": [ + "Abbie Mitchell portrait collection [graphic]." + ], + "uri": "b11487687", + "issuance": [ + { + "id": "urn:biblevel:d", + "label": "subunit" + } + ], + "dimensions": [ + "26 x 21 cm. or smaller.", + "21 x 26 cm." + ] + }, + "sort": [ + 20.750334, + "b11487687" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11487687", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1118", + "label": "Schomburg Center for Research in Black Culture, Photographs and Prints Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Photo Mitchell, Abbie", + "urn:barcode:33433077473407" + ], + "physicalLocation": [ + "Sc Photo Mitchell, Abbie" + ], + "shelfMark_sort": "aSc Photo Mitchell, Abbie", + "catalogItemType_packed": [ + "catalogItemType:15||flat graphic" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=Sc+Photo+Mitchell%2C+Abbie&Date=1900&Form=30&Genre=flat+graphic&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db11487687&ItemISxN=i167345357&ItemNumber=33433077473407&ItemPublisher=%3C1900%3F-1986%3F%3E&Location=Schomburg+Center+Photographs+and+Prints&ReferenceNumber=b114876873&Site=SCHPP&Title=Abbie+Mitchell+portrait+collection" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Photo Mitchell, Abbie" + ], + "uri": "i16734535", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Photo Mitchell, Abbie" + }, + { + "type": "bf:Barcode", + "value": "33433077473407" + } + ], + "holdingLocation_packed": [ + "loc:scee2||Schomburg Center - Photographs & Prints" + ], + "idBarcode": [ + "33433077473407" + ], + "owner_packed": [ + "orgs:1118||Schomburg Center for Research in Black Culture, Photographs and Prints Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:15", + "label": "flat graphic" + } + ], + "formatLiteral": [ + "Still image" + ], + "holdingLocation": [ + { + "id": "loc:scee2", + "label": "Schomburg Center - Photographs & Prints" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b17948355", + "_score": 17.508217, + "_source": { + "extent": [ + "1 videodisc (130 min.) : sound, color ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Adaptation of the play by David Storey.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Videodisc release of the 1975 British motion picture by American Film Theatre.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Special features: interview with Alan Bates; interview with David Storey; \"David Storey and In celebration\" an essay by Michael Feingold; AFT Cinebill; stills gallery; AFT scrapbook.", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Executive producer, Otto Plaschkes.", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Alan Bates, James Bolam, Brian Cox, Constance Chapman, Gabrielle Daye, Bill Owen.", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "MPAA rating: PG.", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "DVD, NTSC, Region 1; letterboxed (1.85:1); monaural.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Storey, David, 1933-2017", + "Storey, David, 1933-2017 -- Film adaptations", + "1900-1999", + "Working class families", + "Working class families -- England", + "Working class families -- England -- Yorkshire", + "Working class families -- England -- Yorkshire -- Drama", + "Families", + "Families -- England", + "Families -- England -- Yorkshire", + "Families -- England -- Yorkshire -- Drama", + "Brothers", + "Brothers -- England", + "Brothers -- England -- Yorkshire", + "Brothers -- England -- Yorkshire -- Drama", + "Manners and customs", + "Yorkshire (England)", + "Yorkshire (England) -- Social life and customs", + "Yorkshire (England) -- Social life and customs -- 20th century", + "Yorkshire (England) -- Social life and customs -- 20th century -- Drama", + "England", + "England -- Social life and customs", + "England -- Social life and customs -- 20th century", + "England -- Social life and customs -- 20th century -- Drama", + "England -- Yorkshire" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kino on Video" + ], + "description": [ + "Three sons return to the primitive Yorkshire mining town of their birth to celebrate their parents' fortieth wedding anniversary. During the celebration, their submerged hatreds and fears emerge from behind their model blue collar family facade." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2003 + ], + "dateEndString": [ + "1975" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "In celebration" + ], + "shelfMark": [ + "NCOX 2003" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2003" + ], + "idLccn": [ + "738329029029" + ], + "seriesStatement": [ + "American film theatre collection ; 2" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "Landau, Ely", + "Storey, David, 1933-2017.", + "Bates, Alan, 1934-2003", + "Cox, Brian, 1946-", + "Anderson, Lindsay, 1923-1994", + "Bolam, James, 1935-", + "Chapman, Constance, 1912-2003", + "Daye, Gabrielle, 1911-2005", + "Owen, Bill, 1914-1999", + "Ely Landau Organization.", + "Cinevision (Firm)", + "American Film Theatre.", + "Kino International Corporation." + ], + "dateStartYear": [ + 2003 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NCOX 2003" + }, + { + "type": "nypl:Bnumber", + "value": "17948355" + }, + { + "type": "nypl:Oclc", + "value": "52778462" + }, + { + "type": "bf:Lccn", + "value": "738329029029" + }, + { + "type": "bf:Identifier", + "value": "K290 DVD Kino on Video" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)52778462" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)178797157 (OCoLC)671677241 (OCoLC)964418821 (OCoLC)980803395 (OCoLC)1006448934 (OCoLC)1020435485 (OCoLC)1037244606 (OCoLC)1043512195 (OCoLC)1050157347 (OCoLC)1059484844 (OCoLC)1066125835 (OCoLC)1104896887" + } + ], + "idOclc": [ + "52778462" + ], + "uniformTitle": [ + "American film theatre. Collection 2." + ], + "dateEndYear": [ + 1975 + ], + "updatedAt": 1711592760815, + "publicationStatement": [ + "New York, NY : Kino on Video, [2003]" + ], + "identifier": [ + "urn:shelfmark:NCOX 2003", + "urn:bnum:17948355", + "urn:oclc:52778462", + "urn:lccn:738329029029", + "urn:identifier:K290 DVD Kino on Video", + "urn:identifier:(OCoLC)52778462", + "urn:identifier:(OCoLC)178797157 (OCoLC)671677241 (OCoLC)964418821 (OCoLC)980803395 (OCoLC)1006448934 (OCoLC)1020435485 (OCoLC)1037244606 (OCoLC)1043512195 (OCoLC)1050157347 (OCoLC)1059484844 (OCoLC)1066125835 (OCoLC)1104896887" + ], + "genreForm": [ + "Feature films.", + "Biographical films.", + "Drama.", + "Film adaptations." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:mov", + "label": "Moving image" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2003" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Storey, David, 1933-2017 -- Film adaptations.", + "Storey, David, 1933-2017", + "1900-1999", + "Working class families -- England -- Yorkshire -- Drama.", + "Families -- England -- Yorkshire -- Drama.", + "Brothers -- England -- Yorkshire -- Drama.", + "Brothers.", + "Families.", + "Manners and customs.", + "Working class families.", + "Yorkshire (England) -- Social life and customs -- 20th century -- Drama.", + "England -- Social life and customs -- 20th century -- Drama.", + "England.", + "England -- Yorkshire." + ], + "titleDisplay": [ + "In celebration / the Ely Landau Organization, Inc. and Cinevision Ltée present The American Film Theatre ; produced by Ely Landau ; directed by Lindsay Anderson ; written by David Storey." + ], + "uri": "b17948355", + "lccClassification": [ + "PN1997 .I475 2003" + ], + "electronicResources": [ + { + "label": "Connect to IMDb information for this film", + "url": "http://www.imdb.com/title/tt0073158/" + } + ], + "placeOfPublication": [ + "New York, NY" + ], + "titleAlt": [ + "David Storey's In celebration" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "\"Hello Dad!\" \"Hello Mom!\" \"How does it feel to be home?\" Human hygiene \"Not my cup of tea\" Memories The truth A toast \"Family analysis\" \"What's going on?\" Andrew's vengeance \"We all have our problems\" Choices." + ], + "dimensions": [ + "4 3/4 in." + ] + }, + "sort": [ + 17.508217, + "b17948355" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b17948355", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:NCOX 2003", + "urn:barcode:33433063602100" + ], + "physicalLocation": [ + "NCOX 2003" + ], + "shelfMark_sort": "aNCOX 002003", + "catalogItemType_packed": [ + "catalogItemType:24||archival video recording" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:o||Use in library" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=NCOX+2003&Date=2003&Form=30&Genre=archival+video+recording&ItemInfo1=Restricted+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db17948355&ItemISxN=i315887023&ItemNumber=33433063602100&ItemPlace=New+York%2C+NY&ItemPublisher=Kino+on+Video&Location=Performing+Arts+Theatre+on+Film+and+Tape+Archive&ReferenceNumber=b179483559&Site=LPATF&Title=In+celebration&Transaction.CustomFields.Custom651=England+Yorkshire.+fast+%28OCoLC%29fst01213252" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NCOX 2003" + ], + "uri": "i31588702", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NCOX 2003" + }, + { + "type": "bf:Barcode", + "value": "33433063602100" + } + ], + "holdingLocation_packed": [ + "loc:paf28||Performing Arts Research Collections - TOFT" + ], + "idBarcode": [ + "33433063602100" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:24", + "label": "archival video recording" + } + ], + "formatLiteral": [ + "Moving image" + ], + "holdingLocation": [ + { + "id": "loc:paf28", + "label": "Performing Arts Research Collections - TOFT" + } + ], + "status": [ + { + "id": "status:o", + "label": "Use in library" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22159817", + "_score": 16.200977, + "_source": { + "extent": [ + "1 videodisc (28 min.) : sound, color and black and white ;" + ], + "note": [ + { + "noteType": "Note", + "label": "This disc is a recorded DVD and may not play on all DVD players or drives.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At head of title: A profile.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Documentary originally made in the late '90s.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Summary from videodisc container.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Source used: videodisc container.", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Producer, Claudia Schadeberg ; cinematographer, Jurgen Schadeberg ; editor, Jurgen Schadeberg ; the Schadeberg Movie Company ; commissioned by NNTV.", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "DVD-R, NTSC.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Narrated in English; musical numbers sung in English or Zulu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rathebe, Dolly", + "African Inkspots (Musical group)", + "Singers", + "Singers -- South Africa", + "Singers -- South Africa -- 20th century", + "Singers -- South Africa -- 20th century -- Biography", + "Popular music", + "Popular music -- South Africa", + "Popular music -- South Africa -- 20th century", + "Jazz", + "Jazz -- South Africa", + "Jazz -- South Africa -- 20th century", + "Doo-wop (Music)", + "Doo-wop (Music) -- South Africa", + "Doo-wop (Music) -- South Africa -- 20th century", + "Music", + "Music -- Social aspects", + "Music -- Social aspects -- South Africa", + "Music -- Social aspects -- South Africa -- 20th century", + "Apartheid", + "Apartheid -- South Africa" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Villon Films" + ], + "description": [ + "One of the most dynamic singing combinations to emerge in the early fifties was Dolly Rathebe and the African Inkspots. They were the toast of Sof'town, getting star billing in musical shows round the country and appearing in feature films such as 'Jim Comes to Jo'burg', 'The Magic Garden' and 'Song of Africa'. Our documentary pays tribute to the talents of these jazz greats who have made such a valuable contribution to the musical heritage of South Africa." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2006 + ], + "dateEndString": [ + "199u" + ], + "title": [ + "Dolly and the Inkspots" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Visual DVD-230 " + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2006" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Schadeberg, Jurgen, 1931-2020", + "Schadeberg, Claudia", + "Rathebe, Dolly.", + "African Inkspots (Musical group)", + "Schadeberg Movie Company, production company.", + "NNTV (Television station : Johannesburg, South Africa)", + "Villon Films." + ], + "dateStartYear": [ + 2006 + ], + "idOclc": [ + "85443392" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Visual DVD-230 " + }, + { + "type": "nypl:Bnumber", + "value": "22159817" + }, + { + "type": "nypl:Oclc", + "value": "85443392" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)85443392" + } + ], + "dateEndYear": [ + 199 + ], + "updatedAt": 1712871275453, + "publicationStatement": [ + "Vancouver, B.C. : Villon Films, [2006?]" + ], + "genreForm": [ + "Documentary television programs.", + "Nonfiction television programs." + ], + "identifier": [ + "urn:shelfmark:Sc Visual DVD-230 ", + "urn:bnum:22159817", + "urn:oclc:85443392", + "urn:identifier:(OCoLC)85443392" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:mov", + "label": "Moving image" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2006" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rathebe, Dolly.", + "African Inkspots (Musical group)", + "Singers -- South Africa -- 20th century -- Biography.", + "Popular music -- South Africa -- 20th century.", + "Jazz -- South Africa -- 20th century.", + "Doo-wop (Music) -- South Africa -- 20th century.", + "Music -- Social aspects -- South Africa -- 20th century.", + "Apartheid -- South Africa." + ], + "titleDisplay": [ + "Dolly and the Inkspots/ directed by Jurgen Schadeberg." + ], + "uri": "b22159817", + "lccClassification": [ + "ML410.R227 P76 2006" + ], + "placeOfPublication": [ + "Vancouver, B.C." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Dolly & the Inkspots", + "A profile, Dolly and the Inkspots" + ], + "dimensions": [ + "4 3/4 in." + ] + }, + "sort": [ + 16.200977, + "b22159817" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22159817", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1117", + "label": "Schomburg Center for Research in Black Culture, Moving Image and Recorded Sound Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Visual DVD-230", + "urn:barcode:33433124442363" + ], + "physicalLocation": [ + "Sc Visual DVD-230" + ], + "shelfMark_sort": "aSc Visual DVD-000230", + "catalogItemType_packed": [ + "catalogItemType:11||videorecording, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=Sc+Visual+DVD-230&Date=2006&Form=30&Genre=videorecording%2C+non-circ&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db22159817&ItemISxN=i378752017&ItemNumber=33433124442363&ItemPlace=Vancouver%2C+B.C.&ItemPublisher=Villon+Films%2C+%5B2006%3F%5D&Location=Schomburg+Moving+Image+and+Recorded+Sound&ReferenceNumber=b221598170&Site=SCHMIRS&Title=Dolly+and+the+Inkspots" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Visual DVD-230" + ], + "uri": "i37875201", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Visual DVD-230" + }, + { + "type": "bf:Barcode", + "value": "33433124442363" + } + ], + "holdingLocation_packed": [ + "loc:scbb2||Schomburg Center - Moving Image & Recorded Sound" + ], + "idBarcode": [ + "33433124442363" + ], + "owner_packed": [ + "orgs:1117||Schomburg Center for Research in Black Culture, Moving Image and Recorded Sound Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:11", + "label": "videorecording, non-circ" + } + ], + "formatLiteral": [ + "Moving image" + ], + "holdingLocation": [ + { + "id": "loc:scbb2", + "label": "Schomburg Center - Moving Image & Recorded Sound" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b15994132", + "_score": 16.17397, + "_source": { + "extent": [ + "1 videocassette (VHS, NTSC) (58 min.) : sd., col. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title from original container.", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Camera: Caro Thompson.", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Videotaped at Jacob's Pillow, Becket, Mass., June 23, Aug. 3 and other dates in summer 1984.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Morris dance", + "Break dancing" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This tape is a compilation of footage from special events during the 1984 season at Jacob's Pillow. The first segment includes footage from opening night festivities, including performances by the Pokingbrook Morris dancers and female garland dancers. The second segment records a brief presentation by Jacob's Pillow director Liz Thompson and dance patron Irene Hunter. Thompson speaks about the first appearance by the Martha Graham company at Jacob's Pillow and her own experience as a Graham dancer, and announces the naming of a building at Jacob's Pillow for Irene Hunter. Thompson proposes an audience toast to Hunter and Graham, and Hunter proposes a toast to Thompson. The third segment on the tape includes footage from outdoor daytime Gala festivities, including performances by two clowns making balloon sculptures, stilt-walkers, and breakdancers from the Rockwell Association. The fourth segment records a raffle held after a performance by the Hubbard Street Dance Company. The segment starts with the curtain calls following the performance; Marge Champion draws seat numbers and announces prizes for members of the audience. The last segment of the tape records breakdancing by a group of children and teenagers from Pittsfield." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1984 + ], + "title": [ + "Jacob's Pillow. special events." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*MGZIA 4-4451" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1984" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Champion, Marge.", + "Thompson, Caro.", + "Jacob's Pillow Dance Festival." + ], + "dateStartYear": [ + 1984 + ], + "donor": [ + "Gift of Jacob's Pillow Dance Festival." + ], + "idOclc": [ + "NYPT04-F167" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGZIA 4-4451" + }, + { + "type": "nypl:Bnumber", + "value": "15994132" + }, + { + "type": "nypl:Oclc", + "value": "NYPT04-F167" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)t280000016" + } + ], + "updatedAt": 1712867515154, + "publicationStatement": [ + "1984." + ], + "genreForm": [ + "Dance.", + "Video." + ], + "identifier": [ + "urn:shelfmark:*MGZIA 4-4451", + "urn:bnum:15994132", + "urn:oclc:NYPT04-F167", + "urn:identifier:(WaOLN)t280000016" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:mov", + "label": "Moving image" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Morris dance.", + "Break dancing." + ], + "titleDisplay": [ + "Jacob's Pillow. 1984 [videorecording] : special events." + ], + "uri": "b15994132", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "June, 1984. Opening night: Morris dancers (11 min.) -- Audience toast (4 min.)", + "June 23, 1984. Gala festivities (19 min.)", + "Aug. 3, 1984. Hubbard Street raffle (8 min.)", + "[n.d.] Breakdancers from Pittsfield (16 min.)" + ], + "dimensions": [ + "1/2 in." + ] + }, + "sort": [ + 16.17397, + "b15994132" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b15994132", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*MGZIA 4-4451", + "urn:barcode:33433064016748" + ], + "physicalLocation": [ + "*MGZIA 4-4451" + ], + "shelfMark_sort": "a*MGZIA 4-004451", + "catalogItemType_packed": [ + "catalogItemType:24||archival video recording" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*MGZIA+4-4451&Date=1984&Form=30&Genre=archival+video+recording&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db15994132&ItemISxN=i154045846&ItemNumber=33433064016748&ItemPublisher=1984.&Location=Performing+Arts+Dance+Division&ReferenceNumber=b159941325&Site=LPADNAMI&Title=Jacob%27s+Pillow.+special+events." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*MGZIA 4-4451" + ], + "uri": "i15404584", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGZIA 4-4451" + }, + { + "type": "bf:Barcode", + "value": "33433064016748" + } + ], + "holdingLocation_packed": [ + "loc:pad22||Performing Arts Research Collections - Dance" + ], + "idBarcode": [ + "33433064016748" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:24", + "label": "archival video recording" + } + ], + "formatLiteral": [ + "Moving image" + ], + "holdingLocation": [ + { + "id": "loc:pad22", + "label": "Performing Arts Research Collections - Dance" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b15557108", + "_score": 15.669971, + "_source": { + "extent": [ + "1 sound disc (64:00) : digital ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Program notes by Peter Dempsey inserted in container.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "All selections previously released.", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "Compact disc.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Musicals", + "Musicals -- Excerpts", + "Popular music", + "Popular music -- 1931-1940" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Naxos Nostalgia" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 2001 + ], + "dateEndString": [ + "1932" + ], + "title": [ + "Mad dogs and Englishmen the complete recordings, vol. 2 : 1932-1936" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*LDC 28494 (F)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2001" + ], + "creatorLiteral": [ + "Coward, Noël, 1899-1973." + ], + "idLccn": [ + "636943255926" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2001 + ], + "idOclc": [ + "48993177" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LDC 28494 (F)" + }, + { + "type": "nypl:Bnumber", + "value": "15557108" + }, + { + "type": "nypl:Oclc", + "value": "48993177" + }, + { + "type": "bf:Lccn", + "value": "636943255926" + }, + { + "type": "bf:Identifier", + "value": "8.120559 Naxos Nostalgia" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)M170000377" + } + ], + "dateEndYear": [ + 1932 + ], + "updatedAt": 1712866798575, + "publicationStatement": [ + "[S.l.] : Naxos Nostalgia, p2001." + ], + "identifier": [ + "urn:shelfmark:*LDC 28494 (F)", + "urn:bnum:15557108", + "urn:oclc:48993177", + "urn:lccn:636943255926", + "urn:identifier:8.120559 Naxos Nostalgia", + "urn:identifier:(WaOLN)M170000377" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2001" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Musicals -- Excerpts.", + "Popular music -- 1931-1940." + ], + "titleDisplay": [ + "Mad dogs and Englishmen [sound recording] : the complete recordings, vol. 2 : 1932-1936 / Noël Coward." + ], + "uri": "b15557108", + "placeOfPublication": [ + "[S.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Complete recordings. vol. 2, 1932-1936", + "Noël Coward. Vol. 2, Mad dogs and Englishmen" + ], + "tableOfContents": [ + "Mad dogs and Englishmen (2:50) -- Let's say goodbye (3:22) -- Party's over now (3:40) -- Something to do with spring (2:29) -- Noel Coward presents (9:00). Tokay ; World weary ; Caballero ; Green carnations ; I'll see you again ; Poor little rich girl ; Zigeuner ; Dear little cafe ; Call of life ; Ladies of the town -- I travel alone (2:29) -- Most of ev'ry day (2:31) -- Love in bloom (3:08) -- Fare thee well (2:44) -- Mrs. Worthington (2:00) -- We were so young (3:20) -- Family album : scenes (8:04). Here's a toast ; Hearts and flowers -- Shadow play : scenes (8:46). Then ; Play, orchestra ; You were there -- Red peppers : scenes (8:48). Has anybody seen our ship ; Men about town." + ], + "dimensions": [ + "4 3/4 in." + ] + }, + "sort": [ + 15.669971, + "b15557108" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b15557108", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*LDC 28494 (F) [Notes]", + "urn:barcode:33433015996212" + ], + "physicalLocation": [ + "*LDC 28494 (F) [Notes]" + ], + "shelfMark_sort": "a*LDC 28494 (F) [Notes]", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*LDC 28494 (F) [Notes]" + ], + "uri": "i12455194", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LDC 28494 (F) [Notes]" + }, + { + "type": "bf:Barcode", + "value": "33433015996212" + } + ], + "holdingLocation_packed": [ + "loc:pah32||Performing Arts Research Collections - Recorded Sound" + ], + "idBarcode": [ + "33433015996212" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Audio" + ], + "holdingLocation": [ + { + "id": "loc:pah32", + "label": "Performing Arts Research Collections - Recorded Sound" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b15557108", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*LDC 28494 (F) [CD]", + "urn:barcode:33433015996220" + ], + "physicalLocation": [ + "*LDC 28494 (F) [CD]" + ], + "shelfMark_sort": "a*LDC 28494 (F) [CD]", + "catalogItemType_packed": [ + "catalogItemType:12||musical sound recording" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Coward%2C+No%C3%ABl%2C+1899-1973.&CallNumber=*LDC+28494+%28F%29+%5BCD%5D&Date=2001&Form=30&Genre=musical+sound+recording&ItemInfo1=Use+in+library&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db15557108&ItemISxN=i124551932&ItemNumber=33433015996220&ItemPlace=%5BS.l.%5D&ItemPublisher=Naxos+Nostalgia%2C+p2001.&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b155571084&Site=LPAMRAMI&Title=Mad+dogs+and+Englishmen+the+complete+recordings%2C+vol.+2+%3A+1932-1936" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*LDC 28494 (F) [CD]" + ], + "uri": "i12455193", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LDC 28494 (F) [CD]" + }, + { + "type": "bf:Barcode", + "value": "33433015996220" + } + ], + "holdingLocation_packed": [ + "loc:pah22||Performing Arts Research Collections - Recorded Sound" + ], + "idBarcode": [ + "33433015996220" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:12", + "label": "musical sound recording" + } + ], + "formatLiteral": [ + "Audio" + ], + "holdingLocation": [ + { + "id": "loc:pah22", + "label": "Performing Arts Research Collections - Recorded Sound" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b16645835", + "_score": 15.552334, + "_source": { + "extent": [ + "1 sound cassette : analog, stereo." + ], + "note": [ + { + "noteType": "Note", + "label": "Cassette contains Joseph Papp toasting his friend and benefactor George T. Delacorte, the recipiant of the Alexander Hamilton medal (year unknown), and Papp singing several songs from the 1930's at Columbia University.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"J. Papp at Columbia Univ.\"--Cassette.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Credits and information taken from auditioning of cassette.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "On container spine: J Papp. Columbia.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "NYSF inventory no. 1729.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Forms part of the New York Shakespeare Festival records; for papers, see the Billy Rose Theatre Collection, *T-Mss 1993-028; for sheet music and scores, see the Music Division, JPB 04-03.", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "The New York Shakespeare Festival and Gail Merrifield Papp;", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Forms part of: New York Shakespeare Festival recordings collection.", + "type": "bf:Note" + } + ], + "partOf": [ + "New York Shakespeare Festival recordings collection." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Delacorte, George T. 1893-1991", + "Songs with instrumental ensemble", + "Award presentations", + "Award presentations -- New York (State)", + "Award presentations -- New York (State) -- New York" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "1989" + ], + "title": [ + "J. Papp at Columbia University [speech and performance]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*LTC 10267" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Papp, Joseph" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Papp, Joseph", + "Hart, Lorenz, 1895-1943", + "Rodgers, Richard, 1902-1979", + "Dixon, Mort, 1892-1956.", + "Rose, Billy, 1899-1966", + "Warren, Harry, 1893-1981.", + "Harburg, E. Y. (Edgar Yipsel), 1896-1981", + "Gorney, Jay, 1896-1990", + "Silverman, Stanley", + "Columbia University.", + "New York Shakespeare Festival Public Theater. dnr" + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "166556166" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LTC 10267" + }, + { + "type": "nypl:Bnumber", + "value": "16645835" + }, + { + "type": "nypl:Oclc", + "value": "166556166" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)166556166" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)M310000283" + } + ], + "dateEndYear": [ + 1989 + ], + "updatedAt": 1712869033543, + "publicationStatement": [ + "[198-?]" + ], + "identifier": [ + "urn:shelfmark:*LTC 10267", + "urn:bnum:16645835", + "urn:oclc:166556166", + "urn:identifier:(OCoLC)166556166", + "urn:identifier:(WaOLN)M310000283" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Delacorte, George T. 1893-1991.", + "Songs with instrumental ensemble.", + "Award presentations -- New York (State) -- New York." + ], + "titleDisplay": [ + "J. Papp at Columbia University [sound recording] : [speech and performance] / [toast and performance by J. Papp ; music arranged and conducted by Stanley Silverman.]" + ], + "uri": "b16645835", + "issuance": [ + { + "id": "urn:biblevel:d", + "label": "subunit" + } + ], + "titleAlt": [ + "Joseph Papp at Columbia", + "New York Shakespeare Festival recordings collection." + ], + "tableOfContents": [ + "What do you want with money? ; Hallelujah, I'm a bum again / Rodgers, Hart -- I found a million dollar baby (In a five-and ten cent store) / Warren, Dixon & Rose -- Brother, can you spare a dime? / Gorney, Harburg -- Hallelujah, I'm a bum again (reprise)" + ] + }, + "sort": [ + 15.552334, + "b16645835" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b16645835", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:*LTC 10267 [Cassette]", + "urn:barcode:33433077390452" + ], + "physicalLocation": [ + "*LTC 10267 [Cassette]" + ], + "shelfMark_sort": "a*LTC 10267 [Cassette]", + "catalogItemType_packed": [ + "catalogItemType:23||archival sound recording" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:v||Preservation" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Papp%2C+Joseph&CallNumber=*LTC+10267+%5BCassette%5D&Date=1980&Form=30&Genre=archival+sound+recording&ItemInfo1=Request+in+advance&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db16645835&ItemISxN=i173697550&ItemNumber=33433077390452&ItemPublisher=%5B198-%3F%5D&Location=ReCAP&ReferenceNumber=b166458351&Site=LPAMRAMI&SubLocation=rcph9&Title=J.+Papp+at+Columbia+University+%5Bspeech+and+performance%5D" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*LTC 10267 [Cassette]" + ], + "uri": "i17369755", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LTC 10267 [Cassette]" + }, + { + "type": "bf:Barcode", + "value": "33433077390452" + } + ], + "holdingLocation_packed": [ + "loc:rcph9||Offsite" + ], + "idBarcode": [ + "33433077390452" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:23", + "label": "archival sound recording" + } + ], + "formatLiteral": [ + "Audio" + ], + "holdingLocation": [ + { + "id": "loc:rcph9", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:v", + "label": "Preservation" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21889069", + "_score": 15.324522, + "_source": { + "extent": [ + "1 online resource (1 sound file)." + ], + "note": [ + { + "noteType": "Note", + "label": "Libretto by Henri Meilhac and Ludovic Halévy, based on the short story by Prosper Mérimée.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Previously released material.", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Recorded 1963.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Operas", + "Operas -- Excerpts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "RCA Victor Gold Seal", + "Distributed by BMG Music" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1990 + ], + "dateEndString": [ + "1963" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Carmen : highlights" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1990" + ], + "creatorLiteral": [ + "Bizet, Georges, 1838-1875." + ], + "idLccn": [ + "USBC16300177", + "USBC16300178", + "USBC16300179", + "USBC16300180", + "USBC16300181", + "USBC16300182", + "USBC16300183", + "USBC16300184", + "USBC16300185", + "USBC16300186", + "USBC16300187", + "USBC16300188", + "USBC16300189", + "USBC16300190", + "USBC16300191", + "USBC16300192", + "USBC16300193", + "USBC16300194", + "USBC16300195" + ], + "seriesStatement": [ + "Opera series" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "Meilhac, Henri, 1831-1897.", + "Halévy, Ludovic, 1834-1908.", + "Price, Leontyne.", + "Freni, Mirella, 1935-2020.", + "Corelli, Franco.", + "Merrill, Robert, 1917-2004.", + "Karajan, Herbert von.", + "Mérimée, Prosper, 1803-1870.", + "Konzertvereinigung Wiener Staatsopernchor.", + "Wiener Philharmoniker." + ], + "dateStartYear": [ + 1990 + ], + "creatorModifiedName": "Georges Bizet", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "21889069" + }, + { + "type": "nypl:Oclc", + "value": "906156941" + }, + { + "type": "bf:Lccn", + "value": "USBC16300177" + }, + { + "type": "bf:Lccn", + "value": "USBC16300178" + }, + { + "type": "bf:Lccn", + "value": "USBC16300179" + }, + { + "type": "bf:Lccn", + "value": "USBC16300180" + }, + { + "type": "bf:Lccn", + "value": "USBC16300181" + }, + { + "type": "bf:Lccn", + "value": "USBC16300182" + }, + { + "type": "bf:Lccn", + "value": "USBC16300183" + }, + { + "type": "bf:Lccn", + "value": "USBC16300184" + }, + { + "type": "bf:Lccn", + "value": "USBC16300185" + }, + { + "type": "bf:Lccn", + "value": "USBC16300186" + }, + { + "type": "bf:Lccn", + "value": "USBC16300187" + }, + { + "type": "bf:Lccn", + "value": "USBC16300188" + }, + { + "type": "bf:Lccn", + "value": "USBC16300189" + }, + { + "type": "bf:Lccn", + "value": "USBC16300190" + }, + { + "type": "bf:Lccn", + "value": "USBC16300191" + }, + { + "type": "bf:Lccn", + "value": "USBC16300192" + }, + { + "type": "bf:Lccn", + "value": "USBC16300193" + }, + { + "type": "bf:Lccn", + "value": "USBC16300194" + }, + { + "type": "bf:Lccn", + "value": "USBC16300195" + }, + { + "type": "bf:Identifier", + "value": "090266019021 RCA Records" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)906156941" + } + ], + "idOclc": [ + "906156941" + ], + "uniformTitle": [ + "Carmen. Selections", + "Opera series." + ], + "dateEndYear": [ + 1963 + ], + "updatedAt": 1710993350869, + "publicationStatement": [ + "New York, NY : RCA Victor Gold Seal, [1990]", + "Distributed by BMG Music", + "℗1990" + ], + "identifier": [ + "urn:bnum:21889069", + "urn:oclc:906156941", + "urn:lccn:USBC16300177", + "urn:lccn:USBC16300178", + "urn:lccn:USBC16300179", + "urn:lccn:USBC16300180", + "urn:lccn:USBC16300181", + "urn:lccn:USBC16300182", + "urn:lccn:USBC16300183", + "urn:lccn:USBC16300184", + "urn:lccn:USBC16300185", + "urn:lccn:USBC16300186", + "urn:lccn:USBC16300187", + "urn:lccn:USBC16300188", + "urn:lccn:USBC16300189", + "urn:lccn:USBC16300190", + "urn:lccn:USBC16300191", + "urn:lccn:USBC16300192", + "urn:lccn:USBC16300193", + "urn:lccn:USBC16300194", + "urn:lccn:USBC16300195", + "urn:identifier:090266019021 RCA Records", + "urn:identifier:(OCoLC)906156941" + ], + "genreForm": [ + "Streaming audio." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1990" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Operas -- Excerpts." + ], + "titleDisplay": [ + "Carmen : highlights / Bizet." + ], + "uri": "b21889069", + "lccClassification": [ + "M1505.B58 C37 1990" + ], + "electronicResources": [ + { + "label": "Access Naxos Music Library", + "url": "https://nypl.naxosmusiclibrary.com/catalogue/item.asp?cid=090266019021" + } + ], + "placeOfPublication": [ + "New York, NY" + ], + "titleAlt": [ + "Carmen." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Overture -- Dans l'air, nous suivons des yeux (Chorus of cigarette girls) -- La voilà, la voilà -- L'amour est un oiseau rebelle (Habanera) -- Près des remparts de Séville -- Act II Entr'acte -- Tringles des sistres tintaient (Gypsy song) -- Messieurs, pastia me dit -- Vivat! vvivat le Toréreo! -- Votre toast (Toreador song) -- Nous avons en tête une affaire (Quintet) -- Lalalala -- Attends un pueu, Carmen -- Fleur que tu m'avais jetée (Flowere song) -- Mêlons! Coupons! (Card scene) -- Je dis que rien ne m'épouvante (Micaela's air) -- Act IV Entr'acte -- C'est toi -- C'est moi! -- Où va-tu? -- Laisse-moi!" + ] + }, + "sort": [ + 15.324522, + "b21889069" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21977011", + "_score": 14.563528, + "_source": { + "extent": [ + "3 audio discs : digital, CD audio, stereo ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title from container.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Book contains lyrics and interview transcripts, as well as biographical and historical notes by Scott Barretta, David Evans, Tom Rankin, and others in English, in box with 3 CDs and 1 DVD.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes download code on card in box.", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Recorded and filmed by William Ferris.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "1900-1999", + "Blues (Music)", + "Blues (Music) -- Mississippi", + "Blues (Music) -- Mississippi -- 1961-1970", + "Blues (Music) -- Mississippi -- 1971-1980", + "Gospel music", + "Gospel music -- Mississippi", + "Interviews", + "Interviews -- Southern States", + "Southern States", + "Southern States -- Civilization", + "Southern States -- Civilization -- 20th century", + "Mississippi" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dust-to-Digital" + ], + "description": [ + "\"This watershed release represents the life's work of William Ferris, an audio recordist, filmmaker, folklorist, and teacher with an unwavering commitment to establish and to expand the study of the American South. William Ferris was born in Vicksburg, Mississippi in 1942. Growing up on a working farm, Ferris began at a young age documenting the artwork, music, and lives of the people on the farm and in his local community. The archive of recordings that he created and the documentary films that he had a hand in producing have served as powerful tools in institutions of higher learning for decades.\"--" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2018 + ], + "dateEndString": [ + "1966" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Voices of Mississippi : artists and musicians documented by William Ferris." + ], + "shelfMark": [ + "*LZZ 21-3522" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2018" + ], + "idLccn": [ + "880226005320" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ferris, William R.", + "Barretta, Scott", + "Evans, David, 1944-", + "Rankin, Tom" + ], + "dateStartYear": [ + 2018 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LZZ 21-3522" + }, + { + "type": "nypl:Bnumber", + "value": "21977011" + }, + { + "type": "nypl:Oclc", + "value": "1035954626" + }, + { + "type": "bf:Lccn", + "value": "880226005320" + }, + { + "type": "bf:Identifier", + "value": "DTD-53 Dust-to-Digital" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1035954626" + } + ], + "idOclc": [ + "1035954626" + ], + "dateEndYear": [ + 1966 + ], + "updatedAt": 1711590318279, + "publicationStatement": [ + "[Atlanta, Georgia] : Dust-to-Digital, 2018.", + "℗2018" + ], + "identifier": [ + "urn:shelfmark:*LZZ 21-3522", + "urn:bnum:21977011", + "urn:oclc:1035954626", + "urn:lccn:880226005320", + "urn:identifier:DTD-53 Dust-to-Digital", + "urn:identifier:(OCoLC)1035954626" + ], + "genreForm": [ + "Blues (Music)", + "Documentary films.", + "Gospel music.", + "Interviews.", + "Nonfiction films.", + "Short films.", + "Field recordings." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2018" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "1900-1999", + "Blues (Music) -- Mississippi -- 1961-1970.", + "Blues (Music) -- Mississippi -- 1971-1980.", + "Gospel music -- Mississippi.", + "Interviews -- Southern States.", + "Blues (Music)", + "Gospel music.", + "Southern States -- Civilization -- 20th century.", + "Mississippi." + ], + "titleDisplay": [ + "Voices of Mississippi : artists and musicians documented by William Ferris." + ], + "uri": "b21977011", + "lccClassification": [ + "M1630.18 .V65 2018" + ], + "placeOfPublication": [ + "[Atlanta, Georgia]" + ], + "titleAlt": [ + "Artists and musicians documented by William Ferris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "[Disc 1]. Blues. 44 blues / (James \"Son Ford\" Thomas) -- I feel so good / (Lovey Williams) -- Stackalee and Billy Lyons / (Wallace \"Pine-Top\" Johnson & Maudie Shirley with Jasper Love) -- Lil' Liza Jane / (Scott Dunbar) -- Big fat mama / (Mississippi Fred McDowell) -- Bottle blowing / (Louis Dotson) -- Bring me my shotgun / (Sonny Boy Watson) -- Eyesight to the blind / (Sam Myers) -- Cairo / (James \"Son Ford\" Thomas) -- Jaybird / (Scott Dunbar) -- Cotton eyed Joe / (Tom Dumas) -- Coal black mare / (Lovey Williams) -- I dreamed I went to the U.N. / (Unidentified musician with Mississippi Fred McDowell) -- Darling if you must leave / (Walter Lee Hood) -- I got a letter from Hot Springs / (Mississippi Fred McDowell) -- Baby loves to boogie / (Wallace \"Pine-Top\" Johnson & Maudie Shirley with Jasper Love) -- Nothing / (Wash Heron & \"Big\" Jack Johnson) -- Dust my broom / (James \"Son Ford\" Thomas) -- The Memphis mail / (Scott Dunbar) -- Have you seen my baby / (Sonny Boy Watson) -- Instrumental guitar piece in A / (James Hughes) -- Train I ride / (Lovey Williams) -- Little red rooster / (Unidentified musician with Mississippi Fred McDowell) -- Darlin' why you treat me so? / (Leland musician) -- Water boy drowned in the Mobile Bay / (Inmates at Parchman Farm) -- I ain't gonna live it no more / (George Lee \"Sun Bud\" Spears) -- I cannot stay here baby / (James \"Son Ford\" Thomas with Sonny Boy Watson).", + "[Disc 2]. Gospel. Lord, I'm in Your hand / (Mary & Amanda Gordon) -- You don't know like I know / (the Southland Hummingbirds) -- I'm standing in the safety zone / (Lovey Williams) -- Children, go where I send thee / (Reverend Smith and family) -- What could I do? / (Liddle Hines) -- So glad I got good religion / (Providence Missionary Baptist Church) -- I know the Lord will make a way : (Yes He will) / (Church of God in Christ) -- Home on high / (Walter Lee Hood and Parchman inmates) -- We're so glad to be here / (Fannie Bell Chapman) -- My mother's on that train / (Mary Alice & Alan McGowan) -- You don't knock, you just walk on in / (Reverend Ott & Family) -- They tell me of an uncloudy day / (Walter Lee Hood) -- Thanks for Bill Ferris ; Over yonder where the sun will never shine / (Rose Hill Church) -- I've been born again / (the Southland Hummingbirds) -- The Lord will make a way somehow / (Lovey Williams & family) -- How did you feel when you come out of the wilderness / (Providence Missionary Baptist Church) -- I don't have to worry about where I spend eternity / (Church of God in Christ) -- He's my rock, my sword, and shield / (Fannie Bell Chapman & family) -- Thank you Jesus / (Walter Lee Hood & Parchman inmates) -- Cross of Calvary / (Mary & Amanda Gordon) -- My grave's gonna be decorated on that day / (Church of God in Christ) -- There are days / (the Southland Hummingbirds) -- You can't hide, sinner / (Church of God in Christ) -- Lord, remember me / (Reverend Isaac Thomas & Rose Hill Church) -- Glory, glory : (Lay my burden down) / (Church of God in Christ).", + "[Disc 3]. Storytelling. On Bill / (Barry Hannah) -- Regions of the mind and heart / (Alice Walker) -- The South / (Alex Haley) -- A trader is / (Ray Lum) -- The blues to me / (Bobby Rush) -- On Son Thomas and tradition / (Barry Hannah) -- I know it's wrong to be playin' the blues / (James \"Son Ford\" Thomas) -- Jitterbug comes to town / (Sonny Boy Watson) -- You whistlin' / (James \"Son Ford\" Thomas) -- Mule toast and pool hall toast / (Joe \"Skeet\" Skillet) -- The preacher / (Joe Cooper) -- Lyin' / (Wallace \"Pine-Top\" Johnson, Jasper Love, & Maudie Shirley) -- Two brothers, Heaven and Hell ; Creekman killed Charlie Kirkland / (Shelby \"Poppa Jazz\" Brown) -- Lucille / (B.B. King) -- On blues composition / (Allen Ginsberg, James \"Son Ford\" Thomas, and Bill Ferris) -- The decline in human values / (Robert Penn Warren) -- The Bible salesman / (Pecolia Warner) -- Fast traders disguising mules ; Horses too tall to drown ; The ark and the cats ; The panther / (Ray Lum) -- Fixing Charles Lindbergh's engine / (Victor Bobb) -- Lying about being from Mississippi / (Barry Hannah) -- We shall overcome / (Pete Seeger) -- Cemetery conversations / (James \"Son Ford\" Thomas).", + "[Disc 4 (DVD)]. Films. Gravel Springs fife and drum / (Otha Turner) (10:00) -- Green Valley grandparents (12:00) -- Ray Lum : mule trader (18:00) -- Fannie Bell Chapman : gospel singer (42:00) -- Four women artists / (Pecolia Warner, Eudora Welty, Ethel Mohamed, Theora Hamblett) (24:00) -- Hush hoggies hush : Tom Johnson's praying pigs (4:00) -- Bottle up and go / (Louis Dotson) (18:00)." + ], + "dimensions": [ + "4 3/4 in. + 22 x 27 cm)" + ] + }, + "sort": [ + 14.563528, + "b21977011" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b21977011", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:*LZZ 21-3522", + "urn:barcode:33433125489173" + ], + "physicalLocation": [ + "*LZZ 21-3522" + ], + "shelfMark_sort": "a*LZZ 21-003522", + "catalogItemType_packed": [ + "catalogItemType:12||musical sound recording" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*LZZ+21-3522&Date=2018&Form=30&Genre=musical+sound+recording&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db21977011&ItemISxN=i387460792&ItemNumber=33433125489173&ItemPlace=%5BAtlanta%2C+Georgia%5D&ItemPublisher=Dust-to-Digital&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b219770116&Site=LPAMRAMI&Title=Voices+of+Mississippi+%3A+artists+and+musicians+documented+by+William+Ferris.&Transaction.CustomFields.Custom651=Mississippi.+fast+%28OCoLC%29fst01207034" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*LZZ 21-3522" + ], + "uri": "i38746079", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LZZ 21-3522" + }, + { + "type": "bf:Barcode", + "value": "33433125489173" + } + ], + "holdingLocation_packed": [ + "loc:pah22||Performing Arts Research Collections - Recorded Sound" + ], + "idBarcode": [ + "33433125489173" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:12", + "label": "musical sound recording" + } + ], + "formatLiteral": [ + "Audio" + ], + "holdingLocation": [ + { + "id": "loc:pah22", + "label": "Performing Arts Research Collections - Recorded Sound" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21903183", + "_score": 9.724907, + "_source": { + "extent": [ + "1 online resource (1 sound file)" + ], + "note": [ + { + "noteType": "Note", + "label": "Contains material previously released 1955-2003.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Sung in French, German, Italian and Russian.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Description based on hard copy version record.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Operas", + "Operas -- Excerpts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "EMI Classics" + ], + "language": [ + { + "id": "lang:mul", + "label": "Multiple languages" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 2006 + ], + "dateEndString": [ + "1955" + ], + "title": [ + "100 best opera classics." + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2006" + ], + "idLccn": [ + "GBAYC9000585", + "GBAYC9000587", + "GBAYC8401060", + "GBAYC8401079", + "DEC628600585", + "GBAYC9001019", + "GBAYC8805193", + "GBAYC9601618", + "GBAYC0001344", + "GBAYC9701116", + "GBAYC8905921", + "GBAYC9502658", + "GBAYC8804683", + "GBAYC0201550", + "GBAYC9704930", + "GBAYC9103775", + "GBAYC9302388", + "GBAYC8900427", + "GBAYC8704013", + "GBAYC0302254", + "GBAYC8903581", + "FRZ110200072", + "FRZ118306242", + "FRZ118201366", + "GBAYC0301121", + "FRZ118503335", + "FRZ110000085", + "GBAYC9704997", + "GBAYC9603021", + "FRZ116506252", + "FRZ110100171", + "DEA340703103", + "GBAYC0001193", + "GBAYC0001272", + "GBAYC9004965", + "GBAYC8804784", + "GBAYC8100412", + "DEC628600562", + "GBAYC9104344", + "FRZ118400035", + "GBAYC0001295", + "GBAYC9503506", + "GBAYC9701681", + "GBAYC0001373", + "GBAYC9602461", + "GBAYC9001881", + "GBAYC9401069", + "GBAYC8501583", + "GBAYC9701412", + "GBAYC8401258", + "FRZ116106176", + "GBAYC8700809", + "GBAYC0003709", + "GBAYC9701159", + "GBAYC0302226", + "GBAYC9402594", + "FRZ117806277", + "FRZ116106182", + "FRZ116401230", + "FRZ116105853", + "FRZ110000098", + "FRZ116806355", + "FRZ115901120", + "GBAYC9401453", + "GBAYC0101324", + "FRZ116106081", + "GBAYC8501416", + "GBAYC9402015", + "GBAYC8802512", + "GBAYC8600643", + "GBAYC0201426", + "GBAYC9001060", + "GBAYC9701139", + "GBAYC8301047", + "GBAYC9602783", + "GBAYC9701686", + "GBAYC8000072", + "GBAYC8801134", + "GBAYC8901353", + "GBAYC9005484", + "GBAYC9900737", + "DEC629200551", + "GBAYC0201886", + "GBAYC8603110", + "GBAYC9502659", + "FRZ110200604", + "GBAYC9704313", + "FRZ118901772", + "GBAYC0300835", + "GBAYC8600596", + "FRZ118900350", + "FRZ115707569", + "FRZ116806347", + "FRZ118703093", + "FRZ116105851", + "GBAYC0301920", + "GBAYC9103774", + "GBAYC8800934", + "GBAYC8501246" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "EMI (Firm)" + ], + "dateStartYear": [ + 2006 + ], + "idOclc": [ + "877956368" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "21903183" + }, + { + "type": "nypl:Oclc", + "value": "877956368" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9000585" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9000587" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8401060" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8401079" + }, + { + "type": "bf:Lccn", + "value": "DEC628600585" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9001019" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8805193" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9601618" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001344" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701116" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8905921" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9502658" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8804683" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0201550" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9704930" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9103775" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9302388" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8900427" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8704013" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0302254" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8903581" + }, + { + "type": "bf:Lccn", + "value": "FRZ110200072" + }, + { + "type": "bf:Lccn", + "value": "FRZ118306242" + }, + { + "type": "bf:Lccn", + "value": "FRZ118201366" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0301121" + }, + { + "type": "bf:Lccn", + "value": "FRZ118503335" + }, + { + "type": "bf:Lccn", + "value": "FRZ110000085" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9704997" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9603021" + }, + { + "type": "bf:Lccn", + "value": "FRZ116506252" + }, + { + "type": "bf:Lccn", + "value": "FRZ110100171" + }, + { + "type": "bf:Lccn", + "value": "DEA340703103" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001193" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001272" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9004965" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8804784" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8100412" + }, + { + "type": "bf:Lccn", + "value": "DEC628600562" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9104344" + }, + { + "type": "bf:Lccn", + "value": "FRZ118400035" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001295" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9503506" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701681" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001373" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9602461" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9001881" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9401069" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8501583" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701412" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8401258" + }, + { + "type": "bf:Lccn", + "value": "FRZ116106176" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8700809" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0003709" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701159" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0302226" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9402594" + }, + { + "type": "bf:Lccn", + "value": "FRZ117806277" + }, + { + "type": "bf:Lccn", + "value": "FRZ116106182" + }, + { + "type": "bf:Lccn", + "value": "FRZ116401230" + }, + { + "type": "bf:Lccn", + "value": "FRZ116105853" + }, + { + "type": "bf:Lccn", + "value": "FRZ110000098" + }, + { + "type": "bf:Lccn", + "value": "FRZ116806355" + }, + { + "type": "bf:Lccn", + "value": "FRZ115901120" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9401453" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0101324" + }, + { + "type": "bf:Lccn", + "value": "FRZ116106081" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8501416" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9402015" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8802512" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8600643" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0201426" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9001060" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701139" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8301047" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9602783" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701686" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8000072" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8801134" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8901353" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9005484" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9900737" + }, + { + "type": "bf:Lccn", + "value": "DEC629200551" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0201886" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8603110" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9502659" + }, + { + "type": "bf:Lccn", + "value": "FRZ110200604" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9704313" + }, + { + "type": "bf:Lccn", + "value": "FRZ118901772" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0300835" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8600596" + }, + { + "type": "bf:Lccn", + "value": "FRZ118900350" + }, + { + "type": "bf:Lccn", + "value": "FRZ115707569" + }, + { + "type": "bf:Lccn", + "value": "FRZ116806347" + }, + { + "type": "bf:Lccn", + "value": "FRZ118703093" + }, + { + "type": "bf:Lccn", + "value": "FRZ116105851" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0301920" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9103774" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8800934" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8501246" + }, + { + "type": "bf:Identifier", + "value": "0094637087954 EMI Classics" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)877956368" + } + ], + "dateEndYear": [ + 1955 + ], + "updatedAt": 1710991128225, + "publicationStatement": [ + "New York, NY : EMI Classics, [2006]" + ], + "genreForm": [ + "Streaming audio." + ], + "identifier": [ + "urn:bnum:21903183", + "urn:oclc:877956368", + "urn:lccn:GBAYC9000585", + "urn:lccn:GBAYC9000587", + "urn:lccn:GBAYC8401060", + "urn:lccn:GBAYC8401079", + "urn:lccn:DEC628600585", + "urn:lccn:GBAYC9001019", + "urn:lccn:GBAYC8805193", + "urn:lccn:GBAYC9601618", + "urn:lccn:GBAYC0001344", + "urn:lccn:GBAYC9701116", + "urn:lccn:GBAYC8905921", + "urn:lccn:GBAYC9502658", + "urn:lccn:GBAYC8804683", + "urn:lccn:GBAYC0201550", + "urn:lccn:GBAYC9704930", + "urn:lccn:GBAYC9103775", + "urn:lccn:GBAYC9302388", + "urn:lccn:GBAYC8900427", + "urn:lccn:GBAYC8704013", + "urn:lccn:GBAYC0302254", + "urn:lccn:GBAYC8903581", + "urn:lccn:FRZ110200072", + "urn:lccn:FRZ118306242", + "urn:lccn:FRZ118201366", + "urn:lccn:GBAYC0301121", + "urn:lccn:FRZ118503335", + "urn:lccn:FRZ110000085", + "urn:lccn:GBAYC9704997", + "urn:lccn:GBAYC9603021", + "urn:lccn:FRZ116506252", + "urn:lccn:FRZ110100171", + "urn:lccn:DEA340703103", + "urn:lccn:GBAYC0001193", + "urn:lccn:GBAYC0001272", + "urn:lccn:GBAYC9004965", + "urn:lccn:GBAYC8804784", + "urn:lccn:GBAYC8100412", + "urn:lccn:DEC628600562", + "urn:lccn:GBAYC9104344", + "urn:lccn:FRZ118400035", + "urn:lccn:GBAYC0001295", + "urn:lccn:GBAYC9503506", + "urn:lccn:GBAYC9701681", + "urn:lccn:GBAYC0001373", + "urn:lccn:GBAYC9602461", + "urn:lccn:GBAYC9001881", + "urn:lccn:GBAYC9401069", + "urn:lccn:GBAYC8501583", + "urn:lccn:GBAYC9701412", + "urn:lccn:GBAYC8401258", + "urn:lccn:FRZ116106176", + "urn:lccn:GBAYC8700809", + "urn:lccn:GBAYC0003709", + "urn:lccn:GBAYC9701159", + "urn:lccn:GBAYC0302226", + "urn:lccn:GBAYC9402594", + "urn:lccn:FRZ117806277", + "urn:lccn:FRZ116106182", + "urn:lccn:FRZ116401230", + "urn:lccn:FRZ116105853", + "urn:lccn:FRZ110000098", + "urn:lccn:FRZ116806355", + "urn:lccn:FRZ115901120", + "urn:lccn:GBAYC9401453", + "urn:lccn:GBAYC0101324", + "urn:lccn:FRZ116106081", + "urn:lccn:GBAYC8501416", + "urn:lccn:GBAYC9402015", + "urn:lccn:GBAYC8802512", + "urn:lccn:GBAYC8600643", + "urn:lccn:GBAYC0201426", + "urn:lccn:GBAYC9001060", + "urn:lccn:GBAYC9701139", + "urn:lccn:GBAYC8301047", + "urn:lccn:GBAYC9602783", + "urn:lccn:GBAYC9701686", + "urn:lccn:GBAYC8000072", + "urn:lccn:GBAYC8801134", + "urn:lccn:GBAYC8901353", + "urn:lccn:GBAYC9005484", + "urn:lccn:GBAYC9900737", + "urn:lccn:DEC629200551", + "urn:lccn:GBAYC0201886", + "urn:lccn:GBAYC8603110", + "urn:lccn:GBAYC9502659", + "urn:lccn:FRZ110200604", + "urn:lccn:GBAYC9704313", + "urn:lccn:FRZ118901772", + "urn:lccn:GBAYC0300835", + "urn:lccn:GBAYC8600596", + "urn:lccn:FRZ118900350", + "urn:lccn:FRZ115707569", + "urn:lccn:FRZ116806347", + "urn:lccn:FRZ118703093", + "urn:lccn:FRZ116105851", + "urn:lccn:GBAYC0301920", + "urn:lccn:GBAYC9103774", + "urn:lccn:GBAYC8800934", + "urn:lccn:GBAYC8501246", + "urn:identifier:0094637087954 EMI Classics", + "urn:identifier:(OCoLC)877956368" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2006" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Operas -- Excerpts." + ], + "titleDisplay": [ + "100 best opera classics." + ], + "uri": "b21903183", + "electronicResources": [ + { + "label": "Access Naxos Music Library", + "url": "https://nypl.naxosmusiclibrary.com/catalogue/item.asp?cid=0094637087954" + } + ], + "placeOfPublication": [ + "New York, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Hundred best opera classics", + "One hundred best opera classics" + ], + "tableOfContents": [ + "Le nozze di Figaro. Voi che sapete (2:50) ; Porgi amor (4:16) / Mozart -- Don Giovanni. Deh, vieni alla finestra (2:03) ; Batti, batti, o bel masetto (3:52) / Mozart -- Die Zauberflöte. Der hölle rache (2:56) ; O Isis und Osiris (3:12) / Mozart -- Cosí fan tutte. Temerari-- come scoglio / Mozart (5:51) -- Il Barbiere di Siviglia. La calunnia è un venticello / Rossini (4:53) -- Don Carlo. Nei giardin del bello / Verdi (4:56) -- Norma. Casta diva / Bellini (5:32) -- Aida. Se quel guerrier-- Celeste Aida / Verdi (4:41) -- La traviata. Tenesta la promessa-- Addio del passato / Verdi (5:43) -- Otello. Niun mi tema / Verdi (6:01) -- Madama Butterfly. Un bel di vendremo / Puccini (4:37) -- Tosca. E lucevan le stelle / Puccini (2:53) -- La Bohème. Si, mi chiamano Mimi / Puccini (4:52) -- Manon Lescaut. In quelle trine morbide / Puccini (2:17) -- Turandot. Signore, ascolta / Puccini (2:37) -- I Pagliacci. Recitar-- vesti la giubba / Leoncavallo (3:44) -- Fedora. Amor ti vieta di non amar / Giordano (1:46) --", + "Faust. Le veau d'or est toujours debout / Gounod (2:03) -- Lakmé. Oú va la jeune hindoue? / Delibes (6:29) -- Roméo et Juliette. L'amour, l'amour-- ah! Lève-toi, soleil / Gounod (4:18) -- Manon. Allons! Il le faut-- Adieu notre petite table / Massenet (3:49) -- Werther. Toute mon âme est là-- pourquoi me réveiller / Massenet (2:36) -- La jolie fille de Perth. Quand la flamme de l'amour / Bizet (4:57) -- Carmen. L'amour est un oiseua rebelle / Bizet (4:35) -- Les Pècheurs de perles. À cette voix-- je crois entendre encore / Bizet (4:32) -- La damnation de Faust. Une puce gentille / Berlioz (1:24) -- Les Troyens. Je vais mourir-- Adieu, fière cité / Berlioz (6:00) -- Samson et Delilah. Mon coeur s'ouvre à ta voix / Saint-Saëns (5:17) -- Tannhäuser. Wie todesahnung-- O du mein holder Abendstern / Wagner (4:15) -- Der fliegende Holländer. Johohoe! Traft ihr das schiff im Meere an? / Wagner (8:12) -- Lohengrin. In fernem land / Wagner (4:42) -- Siegfried. Heil dir, Sonne! / Wagner (5:17) -- Tristan und Isolde. Mild und leise / Wagner (7:19).", + "Orfeo ed Euridice. Che farò senza Euridice? / Gluck (5:26) -- Die Zauberflöte. Der Vogelfänger bin ich ja / Mozart (2:36) -- Don Giovanni. Finch'han dal vino / Mozart (1:27) -- Le nozze di Figaro. E Susanna non vien!-- Dove sono / Mozart (6:27) -- Fidelio. Abscheulicher! / Beethoven (8:18) -- Guillaume Tell. Ne m'abandonne pas, espoir de la vengeance-- Asile héréditaire / Rossini (6:59) -- Il barbiere di siviglia. Largo al factotum / rossini (4:42) -- Don Carlo. Ella giammai m'amò! / Verdi (7:32) -- Rigoletto. La donna è mobile / Rossini (2:14) -- Il trovatore. Di quella pira / Rossini (2:02) -- Otello. Esultate! (2:24) ; Dio! mi potevi scagliar (4:39) / Rossini -- Tosca. Vissi d'arte, vissi d'amore / Puccini (3:00) -- Turandot. In questa reggia (5:58) ; Tanto amore (2:22) / Puccini -- Gianni Schicchi. O mio babbino caro / Puccini (2:40) -- L'amico Fritz. Ed anche beppe amo / Mascagni (3:16) -- Adriana Lecouvreur. Poveri fiori / Cilea (3:10) -- Andrea Chénier. Come un bel di di maggio / Giordano (3:04).", + "Faust. Les grande seigneurs-- Ah! Je ris de me voir si belle / Gounod (5:50) -- Le Jongleur de Notre-Dame. Marie, avec l'enfant Jésus / Massenet (5:30) -- Mirielle. Heureux petit berger / Massenet (2:05) -- Mignon. Connais-tu le pays (5:39) ; Elle ne croyait pas dans sa candeur (3:31) / Thomas -- Carmen. Votre toast, je peux vous le rendre-- Toréadore / Bizet (4:55) -- Les contes d'Hoffmann. Les oiseaux dans la charmille / Offenbach (5:47) -- La damnation de Faust. Maintenant, chantons-- Devant la maison de celui qui t'adore / Berlioz (2:16) -- Louise. Depuis le jour / Charpentier (5:34) -- Der Rosenkavalier. Da geht er hin / Richard Strauss (5:22) -- Lohengrin. Einsam in trüben Tagen / Wagner (6:02) -- Tannhäuser. Dich, teure Halle / Wagner (4:44) -- Die Walküre. Leb wohl, du kühnes, herrliches Kind (15:41) ; Hojotoho hojotoho! (5:56) / Wagner.", + "Le nozze di Figaro. Non più andrai / Mozart (3:38) -- Don Giovanni. Là ci darem la mano / Mozart (3:14) -- Die Zauberflöte. Duo: pa-pa-pa / Mozart (2:22) -- Così fan tutte. Soava sia il vento / Mozart (3:02) -- Norma. Mira, o Norma / Bellini (7:28) -- Lucia di Lammermoor. Il dolce suono / Donizetti (16:43) -- Don Pasquale. Com'è gentil / Donizetti (3:50) -- Il Barbiere di Siviglia. Una voce poco fa / Rossini (6:18) -- La traviata. Libiamo ne' lieti calici / Verdi (2:51) -- Rigoletto. Gualtier malde!-- Como nome / Verdi (6:41) -- Aida. Ritorna vincitor / Verdi (6:24) -- Otello. Ave Maria / Verdi (5:11) -- Turandot. Nessum dorma / Puccini (2:49) -- La Bohème. Che gelida manina / Puccini (4:27) -- La Wally. Ebben? Ne andrò lantana / Catalani (4:20).", + "Le postillon de Lonjumeau. Mes amis, écoutez l'histoire / Adam (3:45) -- La muette de portici. Mieux vaut mourir-- Amour sacré de la patrie / Auber (5:46) -- Roméo et Juliette. Ah! je veux vivre dans ce rève / Gounod (3:50) -- Le roi d'Ys. Puisqu'on ne peut fléchir-- Vainement, ma bien-aimée / Lalo (3:28) -- Manon. Suis-je gentille ainsi?-- Je marche sur tous les chemins / Massenet (3:03) -- Les contes d'Hoffman. Belle nuit, ô nuit d'amour / Offenbach (4:19) -- Carmen. Le fleur que tu m'avais jetée / Bizet (4:26) -- Les pêcheurs de perles. C'est toi!-- Au fond du temple saint / Bizet (7:27) -- Werther. Werther, Werther, qui m'aurait dit-- Ces lettres! / Massenet (7:27) -- Lakmé. Viens, Malika / Delibes (5:52) -- Thaïs. Ah! Je suis seule enfin-- Dis-moi que je suis belle / Massenet (6:41) -- Faust. Alerte, alerte!-- Anges purs, anges radieux / Gounod (2:30) -- Boris Godunov. Boris's farewell / Mussorgsky (5:58) -- Oberon. Schreckensschwurl / Weber (2:12) -- Die Meistersinger von Nürnberg. Die \"selige Morgentraum-Deutweise\"-- Selig, wie die Sonne / Wagner (5:31) -- Siegfried. Was au besten er kann-- Nothung! Nothung! / Wagner (5:53)." + ] + }, + "sort": [ + 9.724907, + "b21903183" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21903200", + "_score": 9.7059765, + "_source": { + "extent": [ + "1 online resource (1 sound file)" + ], + "note": [ + { + "noteType": "Note", + "label": "Contains material previously released 1955-2003.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Sung in French, German, Italian and Russian.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Description based on hard copy version record.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Operas", + "Operas -- Excerpts" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:mul", + "label": "Multiple languages" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 2006 + ], + "dateEndString": [ + "1955" + ], + "title": [ + "100 best opera classics." + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2006" + ], + "idLccn": [ + "GBAYC9000585", + "GBAYC9000587", + "GBAYC8401060", + "GBAYC8401079", + "DEC628600585", + "GBAYC9001019", + "GBAYC8805193", + "GBAYC9601618", + "GBAYC0001344", + "GBAYC9701116", + "GBAYC8905921", + "GBAYC9502658", + "GBAYC8804683", + "GBAYC0201550", + "GBAYC9704930", + "GBAYC9103775", + "GBAYC9302388", + "GBAYC8900427", + "GBAYC8704013", + "GBAYC0302254", + "GBAYC8903581", + "FRZ110200072", + "FRZ118306242", + "FRZ118201366", + "GBAYC0301121", + "FRZ118503335", + "FRZ110000085", + "GBAYC9704997", + "GBAYC9603021", + "FRZ116506252", + "FRZ110100171", + "DEA340703103", + "GBAYC0001193", + "GBAYC0001272", + "GBAYC9004965", + "GBAYC8804784", + "GBAYC8100412", + "DEC628600562", + "GBAYC9104344", + "FRZ118400035", + "GBAYC0001295", + "GBAYC9503506", + "GBAYC9701681", + "GBAYC0001373", + "GBAYC9602461", + "GBAYC9001881", + "GBAYC9401069", + "GBAYC8501583", + "GBAYC9701412", + "GBAYC8401258", + "FRZ116106176", + "GBAYC8700809", + "GBAYC0003709", + "GBAYC9701159", + "GBAYC0302226", + "GBAYC9402594", + "FRZ117806277", + "FRZ116106182", + "FRZ116401230", + "FRZ116105853", + "FRZ110000098", + "FRZ116806355", + "FRZ115901120", + "GBAYC9401453", + "GBAYC0101324", + "FRZ116106081", + "GBAYC8501416", + "GBAYC9402015", + "GBAYC8802512", + "GBAYC8600643", + "GBAYC0201426", + "GBAYC9001060", + "GBAYC8600596", + "GBAYC0300835", + "FRZ118901772", + "GBAYC9704313", + "FRZ110200604", + "GBAYC9502659", + "GBAYC8603110", + "GBAYC0201886", + "DEC629200551", + "GBAYC9900737", + "GBAYC9005484", + "FRZ118900350", + "FRZ115707569", + "FRZ116806347", + "FRZ118703093", + "FRZ116105851", + "GBAYC0301920", + "GBAYC9103774", + "GBAYC8800934", + "GBAYC8501246", + "GBAYC8901353", + "GBAYC8801134", + "GBAYC8000072", + "GBAYC9701686", + "GBAYC9602783", + "GBAYC8301047", + "GBAYC9701139" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "EMI (Firm)" + ], + "dateStartYear": [ + 2006 + ], + "idOclc": [ + "878384789" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "21903200" + }, + { + "type": "nypl:Oclc", + "value": "878384789" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9000585" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9000587" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8401060" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8401079" + }, + { + "type": "bf:Lccn", + "value": "DEC628600585" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9001019" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8805193" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9601618" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001344" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701116" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8905921" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9502658" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8804683" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0201550" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9704930" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9103775" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9302388" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8900427" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8704013" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0302254" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8903581" + }, + { + "type": "bf:Lccn", + "value": "FRZ110200072" + }, + { + "type": "bf:Lccn", + "value": "FRZ118306242" + }, + { + "type": "bf:Lccn", + "value": "FRZ118201366" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0301121" + }, + { + "type": "bf:Lccn", + "value": "FRZ118503335" + }, + { + "type": "bf:Lccn", + "value": "FRZ110000085" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9704997" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9603021" + }, + { + "type": "bf:Lccn", + "value": "FRZ116506252" + }, + { + "type": "bf:Lccn", + "value": "FRZ110100171" + }, + { + "type": "bf:Lccn", + "value": "DEA340703103" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001193" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001272" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9004965" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8804784" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8100412" + }, + { + "type": "bf:Lccn", + "value": "DEC628600562" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9104344" + }, + { + "type": "bf:Lccn", + "value": "FRZ118400035" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001295" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9503506" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701681" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0001373" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9602461" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9001881" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9401069" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8501583" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701412" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8401258" + }, + { + "type": "bf:Lccn", + "value": "FRZ116106176" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8700809" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0003709" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701159" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0302226" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9402594" + }, + { + "type": "bf:Lccn", + "value": "FRZ117806277" + }, + { + "type": "bf:Lccn", + "value": "FRZ116106182" + }, + { + "type": "bf:Lccn", + "value": "FRZ116401230" + }, + { + "type": "bf:Lccn", + "value": "FRZ116105853" + }, + { + "type": "bf:Lccn", + "value": "FRZ110000098" + }, + { + "type": "bf:Lccn", + "value": "FRZ116806355" + }, + { + "type": "bf:Lccn", + "value": "FRZ115901120" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9401453" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0101324" + }, + { + "type": "bf:Lccn", + "value": "FRZ116106081" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8501416" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9402015" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8802512" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8600643" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0201426" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9001060" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8600596" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0300835" + }, + { + "type": "bf:Lccn", + "value": "FRZ118901772" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9704313" + }, + { + "type": "bf:Lccn", + "value": "FRZ110200604" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9502659" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8603110" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0201886" + }, + { + "type": "bf:Lccn", + "value": "DEC629200551" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9900737" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9005484" + }, + { + "type": "bf:Lccn", + "value": "FRZ118900350" + }, + { + "type": "bf:Lccn", + "value": "FRZ115707569" + }, + { + "type": "bf:Lccn", + "value": "FRZ116806347" + }, + { + "type": "bf:Lccn", + "value": "FRZ118703093" + }, + { + "type": "bf:Lccn", + "value": "FRZ116105851" + }, + { + "type": "bf:Lccn", + "value": "GBAYC0301920" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9103774" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8800934" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8501246" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8901353" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8801134" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8000072" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701686" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9602783" + }, + { + "type": "bf:Lccn", + "value": "GBAYC8301047" + }, + { + "type": "bf:Lccn", + "value": "GBAYC9701139" + }, + { + "type": "bf:Identifier", + "value": "0724358621150 EMI Classics" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)878384789" + } + ], + "dateEndYear": [ + 1955 + ], + "updatedAt": 1711340707671, + "genreForm": [ + "Streaming audio." + ], + "identifier": [ + "urn:bnum:21903200", + "urn:oclc:878384789", + "urn:lccn:GBAYC9000585", + "urn:lccn:GBAYC9000587", + "urn:lccn:GBAYC8401060", + "urn:lccn:GBAYC8401079", + "urn:lccn:DEC628600585", + "urn:lccn:GBAYC9001019", + "urn:lccn:GBAYC8805193", + "urn:lccn:GBAYC9601618", + "urn:lccn:GBAYC0001344", + "urn:lccn:GBAYC9701116", + "urn:lccn:GBAYC8905921", + "urn:lccn:GBAYC9502658", + "urn:lccn:GBAYC8804683", + "urn:lccn:GBAYC0201550", + "urn:lccn:GBAYC9704930", + "urn:lccn:GBAYC9103775", + "urn:lccn:GBAYC9302388", + "urn:lccn:GBAYC8900427", + "urn:lccn:GBAYC8704013", + "urn:lccn:GBAYC0302254", + "urn:lccn:GBAYC8903581", + "urn:lccn:FRZ110200072", + "urn:lccn:FRZ118306242", + "urn:lccn:FRZ118201366", + "urn:lccn:GBAYC0301121", + "urn:lccn:FRZ118503335", + "urn:lccn:FRZ110000085", + "urn:lccn:GBAYC9704997", + "urn:lccn:GBAYC9603021", + "urn:lccn:FRZ116506252", + "urn:lccn:FRZ110100171", + "urn:lccn:DEA340703103", + "urn:lccn:GBAYC0001193", + "urn:lccn:GBAYC0001272", + "urn:lccn:GBAYC9004965", + "urn:lccn:GBAYC8804784", + "urn:lccn:GBAYC8100412", + "urn:lccn:DEC628600562", + "urn:lccn:GBAYC9104344", + "urn:lccn:FRZ118400035", + "urn:lccn:GBAYC0001295", + "urn:lccn:GBAYC9503506", + "urn:lccn:GBAYC9701681", + "urn:lccn:GBAYC0001373", + "urn:lccn:GBAYC9602461", + "urn:lccn:GBAYC9001881", + "urn:lccn:GBAYC9401069", + "urn:lccn:GBAYC8501583", + "urn:lccn:GBAYC9701412", + "urn:lccn:GBAYC8401258", + "urn:lccn:FRZ116106176", + "urn:lccn:GBAYC8700809", + "urn:lccn:GBAYC0003709", + "urn:lccn:GBAYC9701159", + "urn:lccn:GBAYC0302226", + "urn:lccn:GBAYC9402594", + "urn:lccn:FRZ117806277", + "urn:lccn:FRZ116106182", + "urn:lccn:FRZ116401230", + "urn:lccn:FRZ116105853", + "urn:lccn:FRZ110000098", + "urn:lccn:FRZ116806355", + "urn:lccn:FRZ115901120", + "urn:lccn:GBAYC9401453", + "urn:lccn:GBAYC0101324", + "urn:lccn:FRZ116106081", + "urn:lccn:GBAYC8501416", + "urn:lccn:GBAYC9402015", + "urn:lccn:GBAYC8802512", + "urn:lccn:GBAYC8600643", + "urn:lccn:GBAYC0201426", + "urn:lccn:GBAYC9001060", + "urn:lccn:GBAYC8600596", + "urn:lccn:GBAYC0300835", + "urn:lccn:FRZ118901772", + "urn:lccn:GBAYC9704313", + "urn:lccn:FRZ110200604", + "urn:lccn:GBAYC9502659", + "urn:lccn:GBAYC8603110", + "urn:lccn:GBAYC0201886", + "urn:lccn:DEC629200551", + "urn:lccn:GBAYC9900737", + "urn:lccn:GBAYC9005484", + "urn:lccn:FRZ118900350", + "urn:lccn:FRZ115707569", + "urn:lccn:FRZ116806347", + "urn:lccn:FRZ118703093", + "urn:lccn:FRZ116105851", + "urn:lccn:GBAYC0301920", + "urn:lccn:GBAYC9103774", + "urn:lccn:GBAYC8800934", + "urn:lccn:GBAYC8501246", + "urn:lccn:GBAYC8901353", + "urn:lccn:GBAYC8801134", + "urn:lccn:GBAYC8000072", + "urn:lccn:GBAYC9701686", + "urn:lccn:GBAYC9602783", + "urn:lccn:GBAYC8301047", + "urn:lccn:GBAYC9701139", + "urn:identifier:0724358621150 EMI Classics", + "urn:identifier:(OCoLC)878384789" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2006" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Operas -- Excerpts." + ], + "titleDisplay": [ + "100 best opera classics." + ], + "uri": "b21903200", + "electronicResources": [ + { + "label": "Access Naxos Music Library", + "url": "https://nypl.naxosmusiclibrary.com/catalogue/item.asp?cid=0724358621150" + } + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Hundred best opera classics", + "One hundred best opera classics" + ], + "tableOfContents": [ + "Le nozze di Figaro. Voi che sapete (2:50) ; Porgi amor (4:16) / Mozart -- Don Giovanni. Deh, vieni alla finestra (2:03) ; Batti, batti, o bel masetto (3:52) / Mozart -- Die Zauberflöte. Der hölle rache (2:56) ; O Isis und Osiris (3:12) / Mozart -- Cosí fan tutte. Temerari-- come scoglio / Mozart (5:51) -- Il Barbiere di Siviglia. La calunnia è un venticello / Rossini (4:53) -- Don Carlo. Nei giardin del bello / Verdi (4:56) -- Norma. Casta diva / Bellini (5:32) -- Aida. Se quel guerrier-- Celeste Aida / Verdi (4:41) -- La traviata. Tenesta la promessa-- Addio del passato / Verdi (5:43) -- Otello. Niun mi tema / Verdi (6:01) -- Madama Butterfly. Un bel di vendremo / Puccini (4:37) -- Tosca. E lucevan le stelle / Puccini (2:53) -- La Bohème. Si, mi chiamano Mimi / Puccini (4:52) -- Manon Lescaut. In quelle trine morbide / Puccini (2:17) -- Turandot. Signore, ascolta / Puccini (2:37) -- I Pagliacci. Recitar-- vesti la giubba / Leoncavallo (3:44) -- Fedora. Amor ti vieta di non amar / Giordano (1:46).", + "Faust. Le veau d'or est toujours debout / Gounod (2:03) -- Lakmé. Oú va la jeune hindoue? / Delibes (6:29) -- Roméo et Juliette. L'amour, l'amour-- ah! Lève-toi, soleil / Gounod (4:18) -- Manon. Allons! Il le faut-- Adieu notre petite table / Massenet (3:49) -- Werther. Toute mon âme est là-- pourquoi me réveiller / Massenet (2:36) -- La jolie fille de Perth. Quand la flamme de l'amour / Bizet (4:57) -- Carmen. L'amour est un oiseua rebelle / Bizet (4:35) -- Les Pècheurs de perles. À cette voix-- je crois entendre encore / Bizet (4:32) -- La damnation de Faust. Une puce gentille / Berlioz (1:24) -- Les Troyens. Je vais mourir-- Adieu, fière cité / Berlioz (6:00) -- Samson et Delilah. Mon coeur s'ouvre à ta voix / Saint-Saëns (5:17) -- Tannhäuser. Wie todesahnung-- O du mein holder Abendstern / Wagner (4:15) -- Der fliegende Holländer. Johohoe! Traft ihr das schiff im Meere an? / Wagner (8:12) -- Lohengrin. In fernem land / Wagner (4:42) -- Siegfried. Heil dir, Sonne! / Wagner (5:17) -- Tristan und Isolde. Mild und leise / Wagner (7:19).", + "Orfeo ed Euridice. Che farò senza Euridice? / Gluck (5:26) -- Die Zauberflöte. Der Vogelfänger bin ich ja / Mozart (2:36) -- Don Giovanni. Finch'han dal vino / Mozart (1:27) -- Le nozze di Figaro. E Susanna non vien!-- Dove sono / Mozart (6:27) -- Fidelio. Abscheulicher! / Beethoven (8:18) -- Guillaume Tell. Ne m'abandonne pas, espoir de la vengeance-- Asile héréditaire / Rossini (6:59) -- Il barbiere di siviglia. Largo al factotum / rossini (4:42) -- Don Carlo. Ella giammai m'amò! / Verdi (7:32) -- Rigoletto. La donna è mobile / Rossini (2:14) -- Il trovatore. Di quella pira / Rossini (2:02) -- Otello. Esultate! (2:24) ; Dio! mi potevi scagliar (4:39) / Rossini -- Tosca. Vissi d'arte, vissi d'amore / Puccini (3:00) -- Turandot. In questa reggia (5:58) ; Tanto amore (2:22) / Puccini -- Gianni Schicchi. O mio babbino caro / Puccini (2:40) -- L'amico Fritz. Ed anche beppe amo / Mascagni (3:16) -- Adriana Lecouvreur. Poveri fiori / Cilea (3:10) -- Andrea Chénier. Come un bel di di maggio / Giordano (3:04).", + "Faust. Les grande seigneurs-- Ah! Je ris de me voir si belle / Gounod (5:50) -- Le Jongleur de Notre-Dame. Marie, avec l'enfant Jésus / Massenet (5:30) -- Mirielle. Heureux petit berger / Massenet (2:05) -- Mignon. Connais-tu le pays (5:39) ; Elle ne croyait pas dans sa candeur (3:31) / Thomas -- Carmen. Votre toast, je peux vous le rendre-- Toréadore / Bizet (4:55) -- Les contes d'Hoffmann. Les oiseaux dans la charmille / Offenbach (5:47) -- La damnation de Faust. Maintenant, chantons-- Devant la maison de celui qui t'adore / Berlioz (2:16) -- Louise. Depuis le jour / Charpentier (5:34) -- Der Rosenkavalier. Da geht er hin / Richard Strauss (5:22) -- Lohengrin. Einsam in trüben Tagen / Wagner (6:02) -- Tannhäuser. Dich, teure Halle / Wagner (4:44) -- Die Walküre. Leb wohl, du kühnes, herrliches Kind (15:41) ; Hojotoho hojotoho! (5:56) / Wagner.", + "Le nozze di Figaro. Non più andrai / Mozart (3:38) -- Don Giovanni. Là ci darem la mano / Mozart (3:14) -- Die Zauberflöte. Duo: pa-pa-pa / Mozart (2:22) -- Così fan tutte. Soava sia il vento / Mozart (3:02) -- Norma. Mira, o Norma / Bellini (7:28) -- Lucia di Lammermoor. Il dolce suono / Donizetti (16:43) -- Don Pasquale. Com'è gentil / Donizetti (3:50) -- Il Barbiere di Siviglia. Una voce poco fa / Rossini (6:18) -- La traviata. Libiamo ne' lieti calici / Verdi (2:51) -- Rigoletto. Gualtier malde!-- Como nome / Verdi (6:41) -- Aida. Ritorna vincitor / Verdi (6:24) -- Otello. Ave Maria / Verdi (5:11) -- Turandot. Nessum dorma / Puccini (2:49) -- La Bohème. Che gelida manina / Puccini (4:27) -- La Wally. Ebben? Ne andrò lantana / Catalani (4:20).", + "Le postillon de Lonjumeau. Mes amis, écoutez l'histoire / Adam (3:45) -- La muette de portici. Mieux vaut mourir-- Amour sacré de la patrie / Auber (5:46) -- Roméo et Juliette. Ah! je veux vivre dans ce rève / Gounod (3:50) -- Le roi d'Ys. Puisqu'on ne peut fléchir-- Vainement, ma bien-aimée / Lalo (3:28) -- Manon. Suis-je gentille ainsi?-- Je marche sur tous les chemins / Massenet (3:03) -- Les contes d'Hoffman. Belle nuit, ô nuit d'amour / Offenbach (4:19) -- Carmen. Le fleur que tu m'avais jetée / Bizet (4:26) -- Les pêcheurs de perles. C'est toi!-- Au fond du temple saint / Bizet (7:27) -- Werther. Werther, Werther, qui m'aurait dit-- Ces lettres! / Massenet (7:27) -- Lakmé. Viens, Malika / Delibes (5:52) -- Thaïs. Ah! Je suis seule enfin-- Dis-moi que je suis belle / Massenet (6:41) -- Faust. Alerte, alerte!-- Anges purs, anges radieux / Gounod (2:30) -- Boris Godunov. Boris's farewell / Mussorgsky (5:58) -- Oberon. Schreckensschwurl / Weber (2:12) -- Die Meistersinger von Nürnberg. Die \"selige Morgentraum-Deutweise\"-- Selig, wie die Sonne / Wagner (5:31) -- Siegfried. Was au besten er kann-- Nothung! Nothung! / Wagner (5:53)." + ] + }, + "sort": [ + 9.7059765, + "b21903200" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb3360572", + "_score": 9.69463, + "_source": { + "extent": [ + "xxi, 396 pages ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Translated from German.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Originally published: Richard Wagner's Prose works, v. 7 (In Paris and Dresden). London : Kegan Paul, Trench, Trübner, 1898.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Bison book\"--Verso t.p.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Wagner, Richard, 1813-1883", + "Music", + "Music -- 19th century", + "Music -- 19th century -- History and criticism" + ], + "publisherLiteral": [ + "University of Nebraska Press" + ], + "description": [ + "\"When Wagner published the first collection of his writings he was pleased to admit how well he wrote, even when young. Historians and musicians ever since have agreed that some of his most important and revelatory works were written when he was first establishing his reputation in Paris and Dresden. Pilgrimage to Beethoven and Other Essays provides translations of the first two volumes of his Gesammelte Schriften (1871-1873).", + "These works reveal how committed he was to emphasizing Germanic qualities in his music and define his opposition to the music of France and Italy.\" \"In addition to his influential essay on Beethoven's Ninth Symphony, this volume includes two early essays on Germanic myth - \"The Wibelungen\" and \"The Nibelungen-Myth\" - his homages to Carl Maria von Weber, and the complete text of his autobiographical A German Musician in Paris, with its famous \"Pilgrimage to Beethoven.\"\".", + "\"The volume concludes with his \"Plan of Organisation of a German National Theatre\" (1849), founded upon Beethoven's moral music. Listeners \"inspired by Beethoven's music have been more active and energetic citizens-of-State than those bewitched by Rossini, Bellini and Donizetti.\" Throughout these essays, as throughout his life, Wagner knew how to provoke.\"--BOOK JACKET." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1994 + ], + "dateEndString": [ + "1898" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Pilgrimage to Beethoven and other essays" + ], + "creatorLiteral": [ + "Wagner, Richard, 1813-1883." + ], + "createdString": [ + "1994" + ], + "idLccn": [ + " 94028468 " + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ellis, William Ashton, 1852-1919." + ], + "dateStartYear": [ + 1994 + ], + "creatorModifiedName": "Richard Wagner", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "3360572" + }, + { + "type": "bf:Isbn", + "value": "0803297637 (pbk.)" + }, + { + "type": "bf:Lccn", + "value": " 94028468 " + }, + { + "type": "nypl:Oclc", + "value": "ocm30813510" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-4314558" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm30813510" + }, + { + "type": "bf:Identifier", + "value": "(NNC)3360572" + }, + { + "type": "bf:Identifier", + "value": "3360572" + }, + { + "type": "bf:Identifier", + "value": "U5001 T480 -1994" + } + ], + "idOclc": [ + "ocm30813510", + "SCSB-4314558" + ], + "uniformTitle": [ + "Literary works. Selections. English" + ], + "dateEndYear": [ + 1898 + ], + "holdings": [], + "updatedAt": 1666403879557, + "publicationStatement": [ + "Lincoln : University of Nebraska Press, 1994." + ], + "identifier": [ + "urn:bnum:3360572", + "urn:isbn:0803297637 (pbk.)", + "urn:lccn: 94028468 ", + "urn:oclc:ocm30813510", + "urn:oclc:SCSB-4314558", + "urn:undefined:(OCoLC)ocm30813510", + "urn:undefined:(NNC)3360572", + "urn:undefined:3360572", + "urn:undefined:U5001 T480 -1994" + ], + "idIsbn": [ + "0803297637 (pbk.)" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1994" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wagner, Richard, 1813-1883.", + "Music -- 19th century -- History and criticism." + ], + "titleDisplay": [ + "Pilgrimage to Beethoven and other essays / by Richard Wagner ; translated by William Ashton Ellis." + ], + "uri": "cb3360572", + "lccClassification": [ + "ML410.W1 A1435 1994" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 0 + ], + "placeOfPublication": [ + "Lincoln" + ], + "titleAlt": [ + "Literary works." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "\"Das Liebesverbot\" -- A German Musician in Paris. 1. A Pilgrimage to Beethoven. 2. An End in Paris. 3. A Happy Evening. 4. On German Music. 4A. Pergolesi's \"Stabat Mater\" 5. The Virtuoso and the Artist. 5A. Du Metier De Virtuose. 6. The Artist and Publicity. 7. Rossini's \"Stabat Mater\" -- On the Overture -- Der Freischutz in Paris. 1. To the Paris Public. 2. Report to Germany -- Halevy's \"Reine De Chypre\" -- Author's Introduction to Vol. II. of the Ges. Schr -- Weber's Re-Interment. Report. Speech -- Beethoven's Choral Symphony at Dresden. Report. Programme -- The Wibelungen -- The Nibelungen-Myth -- Tercentenary Toast -- A German National Theatre." + ], + "idIsbn_clean": [ + "0803297637" + ], + "dimensions": [ + "21 cm" + ] + }, + "sort": [ + 9.69463, + "cb3360572" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb3360572", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:CU61479420" + ], + "physicalLocation": [ + "ML410.W1 A1435 1994" + ], + "shelfMark_sort": "aML410.W1 A1435 001994", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:na||Not available (ReCAP)" + ], + "uri": "ci3413067", + "shelfMark": [ + "ML410.W1 A1435 1994" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "ML410.W1 A1435 1994" + }, + { + "type": "bf:Barcode", + "value": "CU61479420" + } + ], + "idBarcode": [ + "CU61479420" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available (ReCAP)" + } + ], + "recapCustomerCode": [ + "CU" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990088488550203941", + "_score": 8.467016, + "_source": { + "extent": [ + "xxxiii, 296 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Originally published: Viking Press, 1945.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. xxx-xxxiii).", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Dinners and dining", + "Dinners and dining -- Fiction", + "Charleston (S.C.)", + "Charleston (S.C.) -- Fiction" + ], + "publisherLiteral": [ + "University of South Carolina Press" + ], + "description": [ + "\"Mortified when their son \"Tat\" elopes with the henna-haired daughter of the Hessenwinkles, an especially galling bourgeois clan, the Redcliffs are determined to respond with civility. They invite their son, his new wife, and her family for Sunday dinner, served at the traditional time of three in the afternoon. Tension builds across an expanse of white damask. After mint julep aperitifs, dinner claret, and Madeira toasts, a chance remark ignites the novel's climax amid a flurry of raised voices, hurt feelings, and broken china. Their new daughter-in-law's revelation further shatters the Redcliffs' well-ordered society but opens a door to forgiveness and redemption.\"--Page 4 of cover." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 2001 + ], + "dateEndString": [ + "1945" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Three o'clock dinner / Josephine Pinckney ; with a new introduction by Barbara L. Bellows." + ], + "creatorLiteral": [ + "Pinckney, Josephine, 1895-1957." + ], + "createdString": [ + "2001" + ], + "idLccn": [ + "^^2001037706" + ], + "seriesStatement": [ + "Southern classics series" + ], + "dateStartYear": [ + 2001 + ], + "creatorModifiedName": "Josephine Pinckney", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990088488550203941" + }, + { + "type": "bf:Isbn", + "value": "1570034230 (pbk. : alk. paper)" + }, + { + "type": "bf:Lccn", + "value": "^^2001037706" + }, + { + "type": "nypl:Oclc", + "value": "47216111" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)47216111" + } + ], + "idOclc": [ + "47216111" + ], + "uniformTitle": [ + "Southern classics series." + ], + "dateEndYear": [ + 1945 + ], + "holdings": [], + "updatedAt": 1656308149815, + "publicationStatement": [ + "Columbia, S.C. : University of South Carolina Press, c2001." + ], + "identifier": [ + "urn:bnum:990088488550203941", + "urn:isbn:1570034230 (pbk. : alk. paper)", + "urn:lccn:^^2001037706", + "urn:oclc:47216111", + "urn:undefined:(OCoLC)47216111" + ], + "idIsbn": [ + "1570034230 (pbk. : alk. paper)" + ], + "genreForm": [ + "Domestic fiction.", + "Domestic fiction", + "Fiction" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2001" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dinners and dining -- Fiction", + "Charleston (S.C.) -- Fiction." + ], + "titleDisplay": [ + "Three o'clock dinner / Josephine Pinckney ; with a new introduction by Barbara L. Bellows." + ], + "uri": "hb990088488550203941", + "lccClassification": [ + "PS3531.I7 T48 2001" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Columbia, S.C." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "1570034230" + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 8.467016, + "hb990088488550203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990088488550203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:HXFDCB" + ], + "physicalLocation": [ + "PS3531.I7 T48 2001" + ], + "shelfMark_sort": "aPS3531.I7 T48 002001", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "hi232074363770003941", + "shelfMark": [ + "PS3531.I7 T48 2001" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PS3531.I7 T48 2001" + }, + { + "type": "bf:Barcode", + "value": "HXFDCB" + } + ], + "idBarcode": [ + "HXFDCB" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "HW" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10685709", + "_score": 7.287669, + "_source": { + "extent": [ + "volumes <1-12> : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Volume 2 edited by Harold D. Moser and Sharon Macpherson.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Volume 5 edited by Harold D. Moser, David H. Roth, and George H. Hoemann.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Volume 6 edited by Harold D. Moser, J. Clint Clifft and assistant editor Wyatt C. Wells.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Volume 7 edited by Daniel Feller, Harold D. Moser, Laura-Eve Moss, and Thomas Coens.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Volume 8 edited by Daniel Feller, Thomas Coens, and Laura-Eve Moss.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Volume 9 edited by Daniel Feller, Laura-Eve Moss, Thomas Coens, and Erik B. Alexander.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Volumes 10-11 edited by Daniel Feller, Thomas Coens, and Laura-Eve Moss.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Volume 12 edited by Daniel Feller, Thomas Coens, Laura-Eve Moss, and Aaron Crawford.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jackson, Andrew, 1767-1845", + "1829-1837", + "Presidents", + "Presidents -- United States", + "Presidents -- United States -- Correspondence", + "Politics and government", + "United States", + "United States -- Politics and government", + "United States -- Politics and government -- 1829-1837", + "United States -- Politics and government -- 1829-1837 -- Sources" + ], + "numItemDatesParsed": [ + 2 + ], + "publisherLiteral": [ + "University of Tennessee Press" + ], + "description": [ + "\"Andrew Jackson is one of the most critical and controversial figures in American history. A dominant actor on the American scene in the period between the Revolution and Civil War, he stamped his name first on a mass political movement and then an era. At the same time Jackson's ascendancy accelerated the dispossession and death of Native Americans and spurred the expansion of slavery. 'The Papers of Andrew Jackson' is a project to collect and publish Jackson's entire extant literary record. The project is now producing a series of seventeen volumes that will bring Jackson's most important papers to the public in easily readable form.\"--", + "V. 6. This sixth volume of The Papers of Andrew Jackson documents the election on Andrew Jackson, the first westerner and the last veteran of the American Revolution, to the presidency. The four years of this volume chronicle the presidential campaign of 1828. Jackson, winner of the popular vote in 1824 but loser of the election, was once again the reluctant candidate, called into service by the voice of the voters. The campaign, one of the longest in American history, pitted Jackson against the incumbent John Quincy Adams; it was also one of the dirtiest campaigns in American history. The brunt of the mudslinging was aimed at Jackson, and it is covered in detail in this volume. Every aspect of the public and private life of the fifty-eight-year-old former major general in the United States Army came under scrutiny, and in both his opponents found him deficient. According to his detractors, he lacked the moral principles, the temperament, the education, and the family background requisite for a president of the United States. In sum, Jackson resembled the devil incarnate, to use his own words. The mudslinging left Jackson livid, anxious for retribution but constrained by the cause in which he was engaged. The presidential campaign of 1828, in the minds of Jackson and his supporters, was for the cause of truth and democracy against corrupt, self-seeking politicians, an aristocracy of power built upon bargains and dubious political alliances dedicated to its perpetuation in office. The four years covered in this volume were some of the most trying in Jackson s life, but the one event that hurt Jackson the most was the death of his wife. Until his dying day, Jackson contended that her death had been hastened by the slanders of his opponents in the campaign. As great as the loss was for him personally, Jackson nonetheless rejoiced in the results of the election for, in his eyes, the voice of the people had finally been heard. Liberty, not power, had triumphed. Reform was at hand, and retribution would surely follow.", + "V. 7. With this seventh volume, The Papers of Andrew Jackson enters the heart of Jackson's career: his tumultuous two terms as president of the United States. The year 1829 began with Jackson fresh from a triumphant victory over incumbent John Quincy Adams in the 1828 campaign, yet mourning the sudden death of his beloved wife, Rachel. In January, having hired an overseer for his Hermitage plantation and arranged for Rachel's tomb, he left Tennessee for Washington. Jackson assumed the presidency with two objectives already fixed in mind: purging the federal bureaucracy of recreant officeholders and removing the southern Indian tribes westward beyond state authority. By year's end he had added two more: purchasing Texas and destroying the Bank of the United States. But meanwhile he found himself diverted, and nearly consumed, by the notorious Peggy Eaton affair--a burgeoning scandal which pitted the president, his Secretary of War John Eaton, and the latter's vivacious wife against the Washington guardians of feminine propriety. This first presidential volume reveals all these stories, and many more, in a depth never seen before. It presents full texts of more than four hundred documents, most printed for the first time. Gathered from a vast array of libraries, archives, and individual owners, they include Jackson's intimate exchanges with family and friends, private notes and musings, and formative drafts of public addresses. Administrative papers range from presidential pardons to military promotions to plans for discharging the public debt. They exhibit Jackson's daily conduct of the executive office in close and sometimes startling detail, and cast new light on such controversial matters as Indian removal and political patronage. Included also are letters to the president from people in every corner of the country and every walk of life: Indian delegations presenting grievances, distraught mothers pleading help for wayward sons, aged veterans begging pensions, politicians offering advice and seeking jobs. Embracing a broad spectrum of actors and events, this volume offers an incomparable window not only into Jackson and his presidency, but into America itself in 1829.", + "V. 8. This eighth volume of Andrew Jackson s papers presents more than five hundred documents, many appearing here for the first time, from a core year in Jackson s tumultuous presidency. They include Jackson s handwritten drafts of his presidential messages, private notes and memoranda, and correspondence with government officials, Army and Navy officers, friends and family, Indian leaders, foreign diplomats, and ordinary citizens throughout the country. In 1830 Jackson pursued his controversial Indian removal policy, concluding treaties to compel the Choctaws and Chickasaws west of the Mississippi and refusing protection for the Cherokees against encroachments by Georgia. Jackson nurtured his opposition to the Bank of the United States and entered into an escalating confrontation with the Senate over presidential appointments to office. In April, Jackson pronounced his ban on nullification with the famous toast to Our Federal Union, and in May he began an explosive quarrel with Vice-President John C. Calhoun over the latter s conduct as secretary of war during Jackson s Seminole campaign of 1818. Also in May, Jackson delivered his first presidential veto, stopping federal funding for the Maysville Road and declaring opposition to Henry Clay s American System. In July, Jackson s refusal to use his pardoning power to save an Irish-born mail robber from the gallows provoked a near-riot in Philadelphia. By the end of the year, Jackson was preparing for his reelection campaign in 1832. Meanwhile the sex scandal surrounding Peggy Eaton, wife of the secretary of war, lurked throughout, dividing Jackson s cabinet, sundering his own family and household, and threatening to wreck the administration. Embracing all these stories and many more, this volume offers an incomparable window not only into Andrew Jackson and his presidency but into 1830s America itself.", + "V. 9. This volume presents more than five hundred original documents, many newly discovered, from Andrew Jackson s third presidential year. They include Jackson s private memoranda, intimate family letters, and correspondence with government and military officers, diplomats, Indians, political friends and foes, and ordinary citizens throughout the country. In 1831 Jackson finally cleared his contentious Cabinet, reluctantly accepting the resignations of Martin Van Buren and John Eaton and demanding that the other members follow. But in the aftermath, animosities among them boiled over, as Eaton sought duels with outgoing secretaries Samuel Ingham and John Berrien. The affair ended with gangs of armed high-government officers stalking each other in the Washington streets, and with Ingham publicly accusing Jackson of countenancing a plot to assassinate him. Meanwhile, Jackson pursued his feud with Vice-President John C. Calhoun, whom he had come to view as the diabolical manipulator of all his enemies. Enlisting a favorite Supreme Court justice to gather evidence, Jackson crafted an exposition, intended for publication, that leveled nearly fantastic charges against Calhoun and others. Through all this, the business of government ploughed on. Jackson pursued his drive to remove the Cherokees and other Indians west of the Mississippi and to undercut tribal leaders who dared resist. To squelch sectional controversy, Jackson moved to retire the national debt and reduce the tariff, while reiterating his ban on nullification and his opposition to the Bank of the United States. Nat Turner's Virginia slave revolt in August drew a quick administration response. By year s end, the dust over the Cabinet implosion was settling, as Jackson prepared to stand for reelection against his old nemesis Henry Clay. Embracing all these stories and many more, this volume offers an incomparable window not only into Andrew Jackson and his presidency but into America itself in 1831.", + "V. 10. This volume presents more than four hundred documents from Andrew Jackson s fourth presidential year. It includes private memoranda, intimate family letters, drafts of official messages, and correspondence with government and military officers, diplomats, Indians, political friends and foes, and ordinary citizens throughout the country. The year 1832 began with Jackson still pursuing his feud with Vice President John C. Calhoun, whom Jackson accused of secretly siding against him in the 1818 controversy over Jackson s Seminole campaign in Florida. The episode ended embarrassingly for Jackson when a key witness, called on to prove his charges, instead directly contradicted them. Indian removal remained a preoccupation for Jackson. The Choctaws began emigrating westward, the Creeks and Chickasaws signed but then immediately protested removal treaties, and the Cherokees won what proved to be an empty victory against removal in the Supreme Court. Illinois Indians mounted armed resistance in the Black Hawk War. In midsummer, a cholera epidemic swept the country, and Jackson was urged to proclaim a day of fasting and prayer. He refused, saying it would intermingle church and state. A bill to recharter the Bank of the United States passed Congress in July, and Jackson vetoed it with a ringing message that became the signature document of his presidency. In November, Jackson, with new running mate Martin Van Buren, won triumphant reelection over Henry Clay. But only days later, South Carolina nullified the federal tariff law and began preparing for armed resistance. Jackson answered with an official proclamation that disunion by armed force is treason. The year closed with Jackson immersed in plans to suppress nullification and destroy the Bank of the United States. Embracing all these stories and many more, this volume offers an incomparable window into Andrew Jackson, his presidency, and America itself in 1832.", + "V. 11. This volume presents full annotated text of five hundred documents from Andrew Jackson's fifth presidential year. They include his private memoranda, intimate family letters, presidential message drafts, and correspondence with government and military officers, diplomats, Indian leaders, political friends and foes, and citizens throughout the country.The year 1833 began with a crisis in South Carolina, where a state convention had declared the federal tariff law null and void and pledged resistance by armed force if necessary. Jackson countered by rallying public opinion against the nullifiers, quietly positioning troops and warships, and procuring a \"force bill\" from Congress to compel collection of customs duties. The episode ended peaceably after South Carolina accepted a compromise tariff devised by Jackson's arch-rival Henry Clay. But Clay's surprise cooperation with South Carolina's John C. Calhoun foretold a new opposition coalition against Jackson.With nullification checked, Jackson embarked in June on a triumphal tour to cement his newfound popularity in the North. Ecstatic crowds greeted him in Philadelphia, New York, and Boston, and Harvard awarded him a degree. But Jackson's fragile health broke under the strain, forcing him to cut the tour short. Meanwhile Jackson pursued his campaign against the Bank of the United States, whose recharter he had vetoed in 1832. Charging the Bank with political meddling and corruption, Jackson determined to cripple it by removing federal deposits to state banks. But Treasury secretary William John Duane refused either to give the necessary order or resign. In September Jackson dismissed him and installed Roger Taney to implement the removal. Jackson's bold assumption of authority energized supporters but outraged opponents, prompting Clay to introduce a Senate resolution of censure.The year closed with Jackson girding for further battle over the Bank, pursuing schemes to pry the province of Texas loose from Mexico, and trying to stem rampant land frauds that his own Indian removal policy had unleashed against Creek Indians in Alabama. Unfolding these stories and many more, this volume offers an incomparable window into Andrew Jackson, his presidency, and America itself in 1833.", + "V. 12. This volume presents more than five hundred annotated original documents from Andrew Jackson's sixth presidential year. They include his private memoranda, intimate family letters, official messages, and correspondence with government and military officers, diplomats, Indian leaders, political friends and foes, and plain citizens throughout the country. The year 1834 began with Jackson battling the United States Senate. Pursuing his campaign against the federally chartered Bank of the United States, Jackson in 1833 had installed Roger Taney as interim Treasury secretary to transfer the government's deposits to selected state-chartered \"pet\" banks. The Bank retaliated by curtailing its business, setting off a commercial crisis and a political frenzy. In 1834 the Senate, controlled by the new opposition Whig Party led by Jackson's old nemeses Henry Clay and John C. Calhoun, rejected a slew of Jackson's nominees for office, including Taney, and adopted an unprecedented (and still unparalleled) resolution of censure against Jackson himself. Jackson returned a scathing protest, which the Senate rejected. Meanwhile the administration struggled to implement its \"experiment\" of conducting government finances through state banks. Throughout the year Jackson pursued his aim of compelling eastern Indians to remove west of the Mississippi. In May the Chickasaws signed a removal treaty. But brazen frauds complicated the administration's scheme to induce individual Creeks to emigrate from Alabama, while the Cherokees, led by Principal Chief John Ross, stood fast in resistance. In June some unauthorized dissident Cherokees signed a removal treaty, but it died in the Senate. In 1834 Jackson continued his longstanding effort to pry the province of Texas loose from Mexico, while the U.S. hurtled toward confrontation with France over French failure to pay an indemnity due under an 1831 treaty. Other matters engaging Jackson included corruption scandals in the Post Office Department and at Mississippi land offices, fractious disputes over rank and seniority among Army and Navy officers, and a fire that gutted Jackson's Hermitage home in Tennessee. Unfolding these stories and many more, this volume offers a revelatory window into Andrew Jackson, his presidency, and America itself in 1834." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 11 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The papers of Andrew Jackson" + ], + "shelfMark": [ + "IAW (Jackson) 80-3099" + ], + "numItemVolumesParsed": [ + 11 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Jackson, Andrew, 1767-1845" + ], + "idLccn": [ + "79015078" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Smith, Sam B., 1929-2003", + "Owsley, Harriet Chappell, 1901-1999", + "Macpherson, Sharon C.", + "Remini, Robert V. (Robert Vincent), 1921-2013", + "Moser, Harold D.", + "Feller, Daniel, 1950-", + "Roth, David H.", + "Hoemann, George H., 1952-", + "Coens, Thomas, 1974-", + "Moss, Laura-Eve", + "Alexander, Erik B.", + "Crawford, Aaron" + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Andrew Jackson", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IAW (Jackson) 80-3099" + }, + { + "type": "nypl:Bnumber", + "value": "10685709" + }, + { + "type": "bf:Isbn", + "value": "0870492195" + }, + { + "type": "bf:Isbn", + "value": "9780870492198" + }, + { + "type": "bf:Isbn", + "value": "0870494414" + }, + { + "type": "bf:Isbn", + "value": "9780870494413" + }, + { + "type": "bf:Isbn", + "value": "0870496506" + }, + { + "type": "bf:Isbn", + "value": "9780870496509" + }, + { + "type": "bf:Isbn", + "value": "0870497782" + }, + { + "type": "bf:Isbn", + "value": "9780870497780" + }, + { + "type": "bf:Isbn", + "value": "0870498975" + }, + { + "type": "bf:Isbn", + "value": "9780870498978" + }, + { + "type": "bf:Isbn", + "value": "1572331747" + }, + { + "type": "bf:Isbn", + "value": "9781572331747" + }, + { + "type": "bf:Isbn", + "value": "9781572335936" + }, + { + "type": "bf:Isbn", + "value": "1572335939" + }, + { + "type": "bf:Isbn", + "value": "9781572337152" + }, + { + "type": "bf:Isbn", + "value": "157233715X" + }, + { + "type": "bf:Isbn", + "value": "9781621900047" + }, + { + "type": "bf:Isbn", + "value": "1621900045" + }, + { + "type": "bf:Isbn", + "value": "9781621902676" + }, + { + "type": "bf:Isbn", + "value": "1621902676" + }, + { + "type": "bf:Isbn", + "value": "9781621905387" + }, + { + "type": "bf:Isbn", + "value": "1621905381" + }, + { + "type": "bf:Isbn", + "value": "9781621907558" + }, + { + "type": "bf:Isbn", + "value": "1621907554" + }, + { + "type": "nypl:Oclc", + "value": "5029597" + }, + { + "type": "bf:Lccn", + "value": "79015078" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)5029597" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)609560879 (OCoLC)769265853 (OCoLC)769850561 (OCoLC)770876143 (OCoLC)777774362 (OCoLC)807573070 (OCoLC)876110400 (OCoLC)890078391 (OCoLC)890280620 (OCoLC)894132413 (OCoLC)913850526 (OCoLC)914132651 (OCoLC)922670928 (OCoLC)958221171 (OCoLC)1101360978 (OCoLC)1114108948 (OCoLC)1131934218 (OCoLC)1164180119 (OCoLC)1222878957 (OCoLC)1225660295" + } + ], + "idOclc": [ + "5029597" + ], + "uniformTitle": [ + "Works" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "No. 5 (1821 - 1824)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "IAW (Jackson) 80-3099" + ], + "status": "Bound" + }, + { + "coverage": "No. 6 (1825 - 1828)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "IAW (Jackson) 80-3099" + ], + "status": "Bound" + } + ], + "holdingStatement": [ + "1-7,10,12" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "IAW (Jackson) 80-3099" + } + ], + "physicalLocation": [ + "IAW (Jackson) 80-3099" + ], + "location": [ + { + "code": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "shelfMark": [ + "IAW (Jackson) 80-3099" + ], + "uri": "h1030920" + } + ], + "updatedAt": 1712577705364, + "publicationStatement": [ + "Knoxville : University of Tennessee Press, [1980-]", + "©1980" + ], + "identifier": [ + "urn:shelfmark:IAW (Jackson) 80-3099", + "urn:bnum:10685709", + "urn:isbn:0870492195", + "urn:isbn:9780870492198", + "urn:isbn:0870494414", + "urn:isbn:9780870494413", + "urn:isbn:0870496506", + "urn:isbn:9780870496509", + "urn:isbn:0870497782", + "urn:isbn:9780870497780", + "urn:isbn:0870498975", + "urn:isbn:9780870498978", + "urn:isbn:1572331747", + "urn:isbn:9781572331747", + "urn:isbn:9781572335936", + "urn:isbn:1572335939", + "urn:isbn:9781572337152", + "urn:isbn:157233715X", + "urn:isbn:9781621900047", + "urn:isbn:1621900045", + "urn:isbn:9781621902676", + "urn:isbn:1621902676", + "urn:isbn:9781621905387", + "urn:isbn:1621905381", + "urn:isbn:9781621907558", + "urn:isbn:1621907554", + "urn:oclc:5029597", + "urn:lccn:79015078", + "urn:identifier:(OCoLC)5029597", + "urn:identifier:(OCoLC)609560879 (OCoLC)769265853 (OCoLC)769850561 (OCoLC)770876143 (OCoLC)777774362 (OCoLC)807573070 (OCoLC)876110400 (OCoLC)890078391 (OCoLC)890280620 (OCoLC)894132413 (OCoLC)913850526 (OCoLC)914132651 (OCoLC)922670928 (OCoLC)958221171 (OCoLC)1101360978 (OCoLC)1114108948 (OCoLC)1131934218 (OCoLC)1164180119 (OCoLC)1222878957 (OCoLC)1225660295" + ], + "genreForm": [ + "Personal correspondence.", + "Sources.", + "Correspondence." + ], + "idIsbn": [ + "0870492195", + "9780870492198", + "0870494414", + "9780870494413", + "0870496506", + "9780870496509", + "0870497782", + "9780870497780", + "0870498975", + "9780870498978", + "1572331747", + "9781572331747", + "9781572335936", + "1572335939", + "9781572337152", + "157233715X", + "9781621900047", + "1621900045", + "9781621902676", + "1621902676", + "9781621905387", + "1621905381", + "9781621907558", + "1621907554" + ], + "numCheckinCardItems": [ + 2 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jackson, Andrew, 1767-1845.", + "1829-1837", + "Presidents -- United States -- Correspondence.", + "Politics and government.", + "Presidents.", + "United States -- Politics and government -- 1829-1837 -- Sources.", + "United States." + ], + "titleDisplay": [ + "The papers of Andrew Jackson / Sam B. Smith and Harriet Chappell Owsley, editors ; Robert V. Remini, consulting editor ; Sharon C. Macpherson, associate editor ; Linda D. Keeton, staff assistant." + ], + "uri": "b10685709", + "lccClassification": [ + "E302 .J35 1980" + ], + "placeOfPublication": [ + "Knoxville" + ], + "titleAlt": [ + "Works" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Book review (H-Net)", + "url": "http://www.h-net.org/review/hrev-a0c8q7-aa" + }, + { + "label": "Book review (H-Net)", + "url": "http://www.h-net.org/reviews/showrev.php?id=25345" + }, + { + "label": "Book review (H-Net)", + "url": "http://www.h-net.org/reviews/showrev.php?id=7356" + } + ], + "tableOfContents": [ + "Volume I: 1770-1803 -- Volume II: 1804-1813 -- Volume III: 1814-1815 -- Volume IV: 1816-1820 -- Volume V: 1825-1828 -- Volume VI: 1825-1828 -- Volume VII: 1829 -- Volume VIII: 1830 -- Volume IX: 1831 -- Volume X: 1832 -- Volume XI: 1833 -- Volume XII: 1834" + ], + "dimensions": [ + "25 cm" + ], + "idIsbn_clean": [ + "0870492195", + "9780870492198", + "0870494414", + "9780870494413", + "0870496506", + "9780870496509", + "0870497782", + "9780870497780", + "0870498975", + "9780870498978", + "1572331747", + "9781572331747", + "9781572335936", + "1572335939", + "9781572337152", + "157233715X", + "9781621900047", + "1621900045", + "9781621902676", + "1621902676", + "9781621905387", + "1621905381", + "9781621907558", + "1621907554" + ] + }, + "sort": [ + 7.287669, + "b10685709" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 11, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10685709", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:IAW (Jackson) 80-3099 v. 12", + "urn:barcode:33433137385237" + ], + "physicalLocation": [ + "IAW (Jackson) 80-3099" + ], + "shelfMark_sort": "aIAW (Jackson) 80-3099 v. 000012", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 12-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "IAW (Jackson) 80-3099 v. 12" + ], + "uri": "i40826956", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IAW (Jackson) 80-3099 v. 12" + }, + { + "type": "bf:Barcode", + "value": "33433137385237" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 12" + ], + "idBarcode": [ + "33433137385237" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ] + }, + "sort": [ + " 12-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10685709", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:IAW (Jackson) 80-3099 v. 10", + "urn:barcode:33433119383762" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "IAW (Jackson) 80-3099" + ], + "shelfMark_sort": "aIAW (Jackson) 80-3099 v. 000010", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 10-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "IAW (Jackson) 80-3099 v. 10" + ], + "uri": "i34456277", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IAW (Jackson) 80-3099 v. 10" + }, + { + "type": "bf:Barcode", + "value": "33433119383762" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 10" + ], + "idBarcode": [ + "33433119383762" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ] + }, + "sort": [ + " 10-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10685709", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:IAW (Jackson) 80-3099 v. 7", + "urn:barcode:33433079269134" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "IAW (Jackson) 80-3099" + ], + "shelfMark_sort": "aIAW (Jackson) 80-3099 v. 000007", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 7-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "IAW (Jackson) 80-3099 v. 7" + ], + "uri": "i17468525", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IAW (Jackson) 80-3099 v. 7" + }, + { + "type": "bf:Barcode", + "value": "33433079269134" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 7" + ], + "idBarcode": [ + "33433079269134" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ] + }, + "sort": [ + " 7-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb299666", + "_score": 6.7489405, + "_source": { + "extent": [ + "201 pages : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"A Peregrine Smith book\"--Title page verso.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Rare Book copy: In original dust jacket.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (pages 191-199).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Folk poetry, American", + "Cowboys", + "Cowboys -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "G.M. Smith" + ], + "description": [ + "This collection of poems was chosen from among 10,000 gathered from cowboy reciters, ranch poets and from a library of over 200 published works of cowboy verse. One third of the poems are classics that have proven their vitality by having lived in the hearts and minds of cowboys and ranchers for decades. The remaining two-thirds are new, created within the last few years." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Cowboy poetry : a gathering" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1985" + ], + "idLccn": [ + " 85010833 " + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Cannon, Hal, 1948-", + "Knudson, J. Scott" + ], + "dateStartYear": [ + 1985 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "299666" + }, + { + "type": "bf:Isbn", + "value": "0879052082" + }, + { + "type": "bf:Isbn", + "value": "9780879052089" + }, + { + "type": "bf:Isbn", + "value": "087905204X" + }, + { + "type": "bf:Isbn", + "value": "9780879052041" + }, + { + "type": "bf:Isbn", + "value": "0879052112" + }, + { + "type": "bf:Isbn", + "value": "9780879052119" + }, + { + "type": "bf:Lccn", + "value": " 85010833 " + }, + { + "type": "nypl:Oclc", + "value": "ocm12107195" + }, + { + "type": "nypl:Oclc", + "value": "12107195" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-2362365" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm12107195" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)12107195" + }, + { + "type": "bf:Identifier", + "value": "299666" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1003845379" + } + ], + "idOclc": [ + "ocm12107195", + "12107195", + "SCSB-2362365" + ], + "holdings": [], + "updatedAt": 1680822073165, + "publicationStatement": [ + "Salt Lake City : G.M. Smith, 1985." + ], + "identifier": [ + "urn:bnum:299666", + "urn:isbn:0879052082", + "urn:isbn:9780879052089", + "urn:isbn:087905204X", + "urn:isbn:9780879052041", + "urn:isbn:0879052112", + "urn:isbn:9780879052119", + "urn:lccn: 85010833 ", + "urn:oclc:ocm12107195", + "urn:oclc:12107195", + "urn:oclc:SCSB-2362365", + "urn:undefined:(OCoLC)ocm12107195", + "urn:undefined:(OCoLC)12107195", + "urn:undefined:299666", + "urn:undefined:(OCoLC)1003845379" + ], + "idIsbn": [ + "0879052082", + "9780879052089", + "087905204X", + "9780879052041", + "0879052112", + "9780879052119" + ], + "genreForm": [ + "Cowboy poetry.", + "Poetry." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Folk poetry, American.", + "Cowboys -- Poetry.", + "Cowboys." + ], + "titleDisplay": [ + "Cowboy poetry : a gathering / edited and with an introduction by Hal Cannon." + ], + "uri": "cb299666", + "lccClassification": [ + "PS477.5.C67 C68 1985" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Salt Lake City" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Cowboy's soliloquy / Allen McCanless -- Sierry Petes / Gail Gardner -- Duded wrangler / Gail Gardner -- Zebra dun / Anonymous -- Gol-darned wheel / Anonymous -- Rain on the range / S. Omar Barker -- Bear ropin' buckaroo / S. Omar Barker -- Jack Potter's courtin' / S. Omar Barker -- Cowboy's Christmas Ball / Larry Chittendon -- Alkali Pete hits town / T.J. McCoy -- Silver Jack / Anonymous -- Blizzard / Eugene Ware -- Windy Bill / Anonymous -- D-2 horse wrangler / D.J. O'Malley -- Cowboy's dance song / James Barton Adams -- That little blue roan / Bruce Kiskaddon -- When they've finished shipping cattle in the Fall / Bruce Kiskaddon -- Cowboy's dream / Bruce Kiskaddon -- Old night hawk / Bruce Kiskaddon -- Boomer Johnson / Henry Herbert Knibbs -- Murph and McClop / Anonymous -- Silver Bells and Golden Spurs / Anonymous -- Hell in Texas / Anonymous -- Strawberry Roan / Curley Fletcher -- Flyin' outlaw / Curley Fletcher -- Cowboy's prayer / Curley Fletcher -- Cowboy's prayer / Badger Clark -- \"Bueno,\" which in Spanish means good / Nyle A. Henderson -- How many cows? / Nyle A. Henderson -- Ol' Edgar Martin / Carlos Ashley -- To be a top hand / Georgie sicking -- Old Tuff / Georgie Sicking -- For Jeff / Jon Bowerman -- Tribute to Freckles and Tornado / Jon Bowerman -- Grey's River Roundup / Howard Norskog -- Book / Waddie Mitchell -- Throw-back / Waddie Mitchell -- One Red Rose / Ernie Fanning -- Vanishing Valley / Ernie Fanning -- Saturday Night in Woody / Jesse Smith -- Saddle tramp / Buck Wilkerson -- Kid solos / Bob Schild -- Two of a kind / Bob Schild -- Matching green ribbon / Jim Hofer -- Time to stay, a time to go / Baxter Black -- Big high and lonesome / Baxter Black -- Poets gathering, 1985 / Charles A. Kortes -- Greasin' the miles / Nick Johnson -- Dudes / Nick Johnson -- Bellerin' and bawlin' / Linda Ash -- Great Wanagan Creek flood / Bill Lowman -- So long / Ross Knox -- Easy chairs and saddle sores / Ross Knox -- Dying times / Ross Knox -- Old horse / Don Ian Smith -- Open range / Melvin L. Whipple -- Voices in the night / Melvin L. Whipple -- Chookaloski Mare / Lucky Whipple -- Buckin' horse ballet / Lucky Whipple -- Buckskin Flats / Gorden Eastman -- No imposter / Duane Reece -- Cows and logs / Harold Otto -- Range cow in winter / Vern Mortensen -- Young fellers / R.O. Munn -- Gathering cattle in the Deertracks Pasture / Drummond Hadley -- Old Cowman / Dick Gibford -- Cowboy's toast / Dick Gibford -- Last Buckaroo / Dick Gibford -- Glow / Bill Simpson -- Like it or not / Bill Simpson -- Cowboy's favorite / Barney Nelson -- Fill up those glasses, Bartender / Jim Bollers -- Early morning roundup / Owen Barton -- My Ol' Stetson / Owen Barton -- Going to the Shawnee Rodeo / Don Bell -- Reincarnation / Wallace McRae -- Lease hound / Wallace McRae -- Spring / Vess Quinlan." + ], + "idIsbn_clean": [ + "0879052082", + "9780879052089", + "087905204X", + "9780879052041", + "0879052112", + "9780879052119" + ], + "dimensions": [ + "18 cm" + ] + }, + "sort": [ + 6.7489405, + "cb299666" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb299666", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:CU71452699" + ], + "physicalLocation": [ + "PS477.5.C67 C68 1985" + ], + "shelfMark_sort": "aPS477.5.C67 C68 001985", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "ci4249477", + "shelfMark": [ + "PS477.5.C67 C68 1985" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PS477.5.C67 C68 1985" + }, + { + "type": "bf:Barcode", + "value": "CU71452699" + } + ], + "idBarcode": [ + "CU71452699" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "CU" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb11012105", + "_score": 5.178694, + "_source": { + "extent": [ + "1 audio disc : analog, 33 1/3 rpm, stereo ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Popular instrumental music.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Popular instrumental music", + "Popular instrumental music -- Italy" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Beat Records Co." + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1984 + ], + "dateEndString": [ + "1984" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A way to remember" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Alessandroni, Alessandro" + ], + "createdString": [ + "1984" + ], + "seriesStatement": [ + "Serie Orbiter" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Alessandro Alessandroni Orchestra, instrumentalist. http://id.loc.gov/vocabulary/relators/itr" + ], + "dateStartYear": [ + 1984 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "11012105" + }, + { + "type": "nypl:Oclc", + "value": "ocn894917168" + }, + { + "type": "nypl:Oclc", + "value": "894917168" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-5772470" + }, + { + "type": "bf:Identifier", + "value": "BL 4022 Beat Records" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn894917168" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)894917168" + }, + { + "type": "bf:Identifier", + "value": "(NNC)11012105" + }, + { + "type": "bf:Identifier", + "value": "11012105" + } + ], + "idOclc": [ + "ocn894917168", + "894917168", + "SCSB-5772470" + ], + "uniformTitle": [ + "Serie Orbiter." + ], + "dateEndYear": [ + 1984 + ], + "holdings": [], + "updatedAt": 1684548572680, + "publicationStatement": [ + "Roma : Beat Records Co., [1984], ℗1984." + ], + "identifier": [ + "urn:bnum:11012105", + "urn:oclc:ocn894917168", + "urn:oclc:894917168", + "urn:oclc:SCSB-5772470", + "urn:undefined:BL 4022 Beat Records", + "urn:undefined:(OCoLC)ocn894917168", + "urn:undefined:(OCoLC)894917168", + "urn:undefined:(NNC)11012105", + "urn:undefined:11012105" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:s", + "label": "audio" + } + ], + "subjectLiteral": [ + "Popular instrumental music -- Italy." + ], + "titleDisplay": [ + "A way to remember / music by Alessandro Alessandroni." + ], + "uri": "cb11012105", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Roma" + ], + "titleAlt": [ + "Enchanted coast.", + "Woman\\u0027s perfume.", + "Toast for two.", + "Down the market.", + "Taormina sand.", + "Hopeful trip.", + "Romantic nature.", + "Portrait of love.", + "Romantic story.", + "Little tale.", + "Brightfull path.", + "Back in Venice." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Romantic nature (2:34) -- Portrait of love (3:20) -- A romantic story (3:15) -- Little tale (3:26) -- Brightfull path (3:20) -- Back in Venice (2:42) -- Enchanted coast (2:51) -- Woman\\u0027s perfume (2:45) -- Toast for two (2:48) -- Down the market (2:45) -- Taormina sand (2:25) -- Hopeful trip (2:37)." + ], + "dimensions": [ + "12 in." + ] + }, + "sort": [ + 5.178694, + "cb11012105" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb11012105", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:MRS0146692" + ], + "physicalLocation": [ + "SNK14669" + ], + "shelfMark_sort": "aSNK014669", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "ci8609844", + "shelfMark": [ + "SNK14669" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "SNK14669" + }, + { + "type": "bf:Barcode", + "value": "MRS0146692" + } + ], + "idBarcode": [ + "MRS0146692" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ], + "formatLiteral": [ + "Audio" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb13231291", + "_score": 3.116293, + "_source": { + "extent": [ + "1 audio disc ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Popular songs with dance orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Title from disc label.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Descriptive notes by Harry Bridges on container.", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Recorded during the 1930s.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Popular music", + "Popular music -- 1931-1940" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Halcyon" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1989 + ], + "dateEndString": [ + "193" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Penny serenade." + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1989" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Bowlly, Al", + "Geraldo", + "Carless, Dorothy", + "Grantham, Cyril", + "Cousins, Carlyle", + "Rey, Monte", + "Gaucho Tango Orchestra, instrumentalist. http://id.loc.gov/vocabulary/relators/itr", + "Top Hatters (Musical group), singer. http://id.loc.gov/vocabulary/relators/sng" + ], + "dateStartYear": [ + 1989 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "13231291" + }, + { + "type": "nypl:Oclc", + "value": "on1031714916" + }, + { + "type": "nypl:Oclc", + "value": "1031714916" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-9351913" + }, + { + "type": "bf:Identifier", + "value": "HAL 13 Halcyon" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)on1031714916" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1031714916" + }, + { + "type": "bf:Identifier", + "value": "(NNC)13231291" + }, + { + "type": "bf:Identifier", + "value": "13231291" + } + ], + "idOclc": [ + "on1031714916", + "1031714916", + "SCSB-9351913" + ], + "dateEndYear": [ + 193 + ], + "holdings": [], + "updatedAt": 1674872609635, + "publicationStatement": [ + "London : Halcyon, [1978]", + "℗1978" + ], + "identifier": [ + "urn:bnum:13231291", + "urn:oclc:on1031714916", + "urn:oclc:1031714916", + "urn:oclc:SCSB-9351913", + "urn:undefined:HAL 13 Halcyon", + "urn:undefined:(OCoLC)on1031714916", + "urn:undefined:(OCoLC)1031714916", + "urn:undefined:(NNC)13231291", + "urn:undefined:13231291" + ], + "genreForm": [ + "Popular music.", + "Songs." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:sd", + "label": "audio disc" + } + ], + "dateString": [ + "1989" + ], + "mediaType": [ + { + "id": "mediatypes:s", + "label": "audio" + } + ], + "subjectLiteral": [ + "Popular music -- 1931-1940." + ], + "titleDisplay": [ + "Penny serenade." + ], + "uri": "cb13231291", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "London" + ], + "titleAlt": [ + "Music from the thirties : all previousely unissued", + "Continental.", + "Stormy weather.", + "Nobody's sweetheart.", + "Love in bloom.", + "It's a sin to tell a lie.", + "Pennies from heaven.", + "Star fell out of heaven.", + "At the Cafe Continental.", + "Scrapin' the toast.", + "Robins and roses.", + "One, two, button your shoe.", + "I get a kick out of you.", + "Fine romance.", + "You're a sweet little headache.", + "Goodnight, my love." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Penny serenade / Halifax ; Weersmal (Al Bowlly with chorus and orchestra) -- The continental / Magidson ; Conrad (Geraldo & his orchestra) -- Stormy weather / Koehler ; Arlen (Dorothy Carless with orchestra) -- Nobody's sweetheart / Kahn ; Erdman ; Meyers ; Schoebel (Cyril Grantham with the Carlyle Cousins and orchestra) -- Love in bloom / Robin ; Rainger (Geraldo & his orchestra ; Cyril Grantham, vocals) -- It's a sin to tell a lie / Mayhew (Cyril Grantham with Carlyle Cousins and orchestra -- Pennies from heaven / Burke ; Johnston (Geraldo & his orchestra ; Cyril Grantham, vocals) -- A star fell out of heaven / Gordon ; Revel (Geraldo & his orchestra ; Cyril grantham, vocals) -- At the Cafe Continental / Kennedy ; Grosz (Monte Rey with the Gaucho Tango Band) -- Scrapin' the toast / Adamson ; McHugh (Cyril Grantham & The Top Hatters ; with Geraldo & his orchestra) -- Robins and roses / Burke ; Leslie (Geraldo & his orchestra ; Cyril Grantham, vocals) -- One, two, button your shoe / Burke ; Johnston (Cril Grantham & The Top Hatters, with Geraldo and his orchestra -- I get a kick out of you / Porter (Dorothy Carless with orchestral accompaniment) -- A fine romance / Fields ; Kern (Geraldo & his orchestra (Cyril Grantham vocal) -- You're a sweet little headache / Robin ; Rainger (Geraldo & his orchestra) -- Goodnight, my love / Gordon ; Revel (Monte Rey with Geraldo and his Gaucho Tango Concert Orchestra)" + ], + "dimensions": [ + "12 in." + ] + }, + "sort": [ + 3.116293, + "cb13231291" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb13231291", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:MRS0093670" + ], + "physicalLocation": [ + "SNK9367" + ], + "shelfMark_sort": "aSNK009367", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "ci9371874", + "shelfMark": [ + "SNK9367" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "SNK9367" + }, + { + "type": "bf:Barcode", + "value": "MRS0093670" + } + ], + "idBarcode": [ + "MRS0093670" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ], + "formatLiteral": [ + "Audio" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb10481947", + "_score": 2.6456795, + "_source": { + "extent": [ + "1 audio disc : analog, 33 1/3 rpm ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Jazz saxophone with ensembles, in part with vocals.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Contains previously released material.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Program notes by Kurt Mohr including listing of personnel on container.", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Recorded in New York August, 1946; and recorded in Los Angeles 1948 and May 1949.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Saxophone music (Jazz)", + "Big band music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Official Record Company" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1988 + ], + "dateEndString": [ + "1946" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The late forties" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Carter, Benny" + ], + "createdString": [ + "1988" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Catlett, Sid, 1910-1951", + "Welch, Emma-Lou", + "Enchanters (Musical group), performer. http://id.loc.gov/vocabulary/relators/prf" + ], + "dateStartYear": [ + 1988 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "10481947" + }, + { + "type": "nypl:Oclc", + "value": "ocn526544603" + }, + { + "type": "nypl:Oclc", + "value": "526544603" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-5706136" + }, + { + "type": "bf:Identifier", + "value": "3006 Official" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn526544603" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)526544603" + }, + { + "type": "bf:Identifier", + "value": "(NNC)10481947" + }, + { + "type": "bf:Identifier", + "value": "10481947" + } + ], + "idOclc": [ + "ocn526544603", + "526544603", + "SCSB-5706136" + ], + "dateEndYear": [ + 1946 + ], + "holdings": [], + "updatedAt": 1684547712288, + "publicationStatement": [ + "Copenhagen, Denmark : Official Record Company, [1988]" + ], + "identifier": [ + "urn:bnum:10481947", + "urn:oclc:ocn526544603", + "urn:oclc:526544603", + "urn:oclc:SCSB-5706136", + "urn:undefined:3006 Official", + "urn:undefined:(OCoLC)ocn526544603", + "urn:undefined:(OCoLC)526544603", + "urn:undefined:(NNC)10481947", + "urn:undefined:10481947" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1988" + ], + "mediaType": [ + { + "id": "mediatypes:s", + "label": "audio" + } + ], + "subjectLiteral": [ + "Saxophone music (Jazz)", + "Big band music." + ], + "titleDisplay": [ + "The late forties / Benny Carter." + ], + "uri": "cb10481947", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Copenhagen, Denmark" + ], + "titleAlt": [ + "Melodrama in a V-disc record room.", + "Prelude to a kiss.", + "Sweet Georgia Brown.", + "Out of my way.", + "What\\u0027ll it be.", + "Cadillac Slim.", + "Baby you\\u0027re mine for keeps.", + "You\\u0027ll never break my heart again.", + "Chilpancingo.", + "There\\u0027s a new side to an old love story.", + "Old love story.", + "Reina (my lovely queen)", + "Let us drink a toast together.", + "Cotton tail.", + "Time out for blues.", + "Surf board.", + "You are too beautiful." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Melodrama in a V-disc record room / Brenner (3:29) -- Prelude to a kiss / Ellington (3:03) -- Sweet Georgia Brown / Bernie, Pinkard, Casey (2:35) -- Out of my way / S. Catlett, T. Grimes, Sigman (3:00) -- What\\u0027ll be (2:45) ; Cadillac Slim (2:45) / Ben Webster -- Baby you\\u0027re mine for keeps (2:39) ; You\\u0027ll never break my heart again (2:51) ; Chilpancingo (2:51) ; (There\\u0027s a new side to) an old love story (2:56) ; Reina (my lovely queen) (2:56) ; Let us drink a toast together (2:40) / Harry Atwood, Louis Hersher -- Cotton tail / Ellington (2:38) -- Time out for blues / Taub (2:39) -- Surf board (3:04) ; You are too beautiful (3:09) / Carter." + ], + "dimensions": [ + "12 in." + ] + }, + "sort": [ + 2.6456795, + "cb10481947" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb10481947", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:MRS0098701" + ], + "physicalLocation": [ + "SNK9870" + ], + "shelfMark_sort": "aSNK009870", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "ci8337529", + "shelfMark": [ + "SNK9870" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "SNK9870" + }, + { + "type": "bf:Barcode", + "value": "MRS0098701" + } + ], + "idBarcode": [ + "MRS0098701" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ], + "formatLiteral": [ + "Audio" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb8273736", + "_score": 1.9672642, + "_source": { + "extent": [ + "2 audio discs : digital, stereo ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Compilation of excerpts from previously released material.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Various singers and orchestras.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Compact disc.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Playlist with credits and durations laid in container.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "CD 2. Faust. Jewel song (Marguerite): Les grands Seigneurs.. Ah! je ris de me voir si belle (Victoria de Los Angeles) / Gounod (5:47) -- The juggler of Notre Dame. Marie, avec l\\u0027Enfant Jesus (Jules Bastin) / Massenet (5:27) -- Mignon. Connais-tu le pays (Jane Rhodes) / Thomas (5:35) -- Carmen. Toredor song: Votre toast, je peux vous le rendre (Ernest Blanc) / Bizet (4:53) -- The tales of Hoffman. Les oiseaux dans la charmille (Mady Mesplé) / Offenbach (5:45) -- Louise. Depuis le jour (Beverly Sills) / Charpentier (5:32) -- Der Rosenkavalier. Da geht er hin (Elisabeth Schwarzkopf) / R. Straus (5:32) -- Lohengrin. Elsa\\u0027s dream: Einsam in truben Tagen (Régine Crespin) (6:01) ; Tannhäuser. Dich teure Halle (Hildegard Behrens) (4:43) ; The Walkyrie. Wotan\\u0027s farewell: Leb wohl, du kühnes, herrliches Kind (Dietrich Fischer-Dieskau) (15:38) / Wagner.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "EMI classics.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"This compilation by EMI France\"--Container.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Operas", + "Operas -- Excerpts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "EMI : Angel Records" + ], + "language": [ + { + "id": "lang:und", + "label": "Undetermined" + } + ], + "numItemsTotal": [ + 1 + ], + "dateEndString": [ + "1957" + ], + "createdYear": [ + 1992 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Opera collection II." + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1992" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1992 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "8273736" + }, + { + "type": "nypl:Oclc", + "value": "ocm30855993" + }, + { + "type": "nypl:Oclc", + "value": "30855993" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-5556418" + }, + { + "type": "bf:Identifier", + "value": "CDZB 7691312 EMI" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm30855993" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)30855993" + }, + { + "type": "bf:Identifier", + "value": "(NNC)8273736" + }, + { + "type": "bf:Identifier", + "value": "8273736" + } + ], + "idOclc": [ + "ocm30855993", + "30855993", + "SCSB-5556418" + ], + "dateEndYear": [ + 1957 + ], + "holdings": [], + "updatedAt": 1684459029675, + "publicationStatement": [ + "Hayes, Middlesex, England : EMI : Angel Records, 1992, ℗1987." + ], + "identifier": [ + "urn:bnum:8273736", + "urn:oclc:ocm30855993", + "urn:oclc:30855993", + "urn:oclc:SCSB-5556418", + "urn:undefined:CDZB 7691312 EMI", + "urn:undefined:(OCoLC)ocm30855993", + "urn:undefined:(OCoLC)30855993", + "urn:undefined:(NNC)8273736", + "urn:undefined:8273736" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1992" + ], + "mediaType": [ + { + "id": "mediatypes:s", + "label": "audio" + } + ], + "subjectLiteral": [ + "Operas -- Excerpts." + ], + "titleDisplay": [ + "Opera collection II." + ], + "uri": "cb8273736", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Hayes, Middlesex, England" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "CD 1. Orpheus and Euridice. Che faro senza Euridice (Agnes Baltsa) / Gluck (5:24) -- The magic flute. Der Vogelfänger bin ich ja (Walter Berry) (2:34) ; Don Giovanni. Finch \\u0027han dal vino (Nicolai Ghiaurov) (1:24) ; The marriage of Figaro. E Susanna non vien ... Dove sono (Barbara Hendricks) (6:25) / Mozart -- Fidelio. Abscheulicher! Wo einst du hin... Komm, Hoffnung (Christa Ludwig) / Beethoven (8:18) -- William Tell. Ne m\\u0027abandonne pas, espoir de la vengeance ... Asile héréditaire (Nicolai Gedda) (6:58) ; The barber of Seville. Largo al factorum (Tito Gobbi) (4:38) / Rossini -- Don Carlos. Ella giammai m\\u0027amo! (Ruggero Raimondo) (10:27) ; Rigoletto. La Donna é mobile (Alfredo Kraus) (2:12) ; Il Trovatore. Di quella pira (Franco Corelli) (2:00) ; Otello. Dio! mi potevi scagliar (Placido Domingo) (4:40) / Verdi -- Tosca. Vissi d\\u0027arte (Maria Callas) (2:58) ; Turandot. In questa reggia (Ghena Dimitrova) (5:56) ; Gianna Schicchi. O mio babbino caro (Montserrat Caballé) (2:38) / Puccini -- L\\u0027Amico Fritz. Ed anche Beppe amo (Luciano Pavarotti) / Mascagni (3:15)." + ], + "dimensions": [ + "4 3/4 in." + ] + }, + "sort": [ + 1.9672642, + "cb8273736" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb8273736", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:MR00349976" + ], + "physicalLocation": [ + "CD92108" + ], + "shelfMark_sort": "aCD092108", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "ci7602158", + "shelfMark": [ + "CD92108" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "CD92108" + }, + { + "type": "bf:Barcode", + "value": "MR00349976" + } + ], + "idBarcode": [ + "MR00349976" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ], + "formatLiteral": [ + "Audio" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb7580605", + "_score": 0.6001911, + "_source": { + "extent": [ + "4 sound discs (267 min.) : digital ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Compact discs.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Biographical notes on inserts.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Popular music", + "Musicals", + "Musicals -- Excerpts" + ], + "publisherLiteral": [ + "JSP" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 2009 + ], + "dateEndString": [ + "1928" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The revue and war years, 1928-1952" + ], + "creatorLiteral": [ + "Coward, Noel, 1899-1973." + ], + "createdString": [ + "2009" + ], + "idLccn": [ + "00788065190521", + "788065190521" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Lawrence, Gertrude.", + "Printemps, Yvonne, 1894-1977." + ], + "dateStartYear": [ + 2009 + ], + "creatorModifiedName": "Noel Coward", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "7580605" + }, + { + "type": "bf:Lccn", + "value": "00788065190521" + }, + { + "type": "bf:Lccn", + "value": "788065190521" + }, + { + "type": "nypl:Oclc", + "value": "ocn430847616" + }, + { + "type": "nypl:Oclc", + "value": "430847616" + }, + { + "type": "bf:Identifier", + "value": "JSP 1905 JSP" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn430847616" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)430847616" + }, + { + "type": "bf:Identifier", + "value": "(NNC)7580605" + } + ], + "idOclc": [ + "ocn430847616", + "430847616" + ], + "dateEndYear": [ + 1928 + ], + "holdings": [], + "updatedAt": 1664593376950, + "publicationStatement": [ + "London : JSP, p2009." + ], + "identifier": [ + "urn:bnum:7580605", + "urn:lccn:00788065190521", + "urn:lccn:788065190521", + "urn:oclc:ocn430847616", + "urn:oclc:430847616", + "urn:undefined:JSP 1905 JSP", + "urn:undefined:(OCoLC)ocn430847616", + "urn:undefined:(OCoLC)430847616", + "urn:undefined:(NNC)7580605" + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2009" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Popular music.", + "Musicals -- Excerpts." + ], + "titleDisplay": [ + "The revue and war years, 1928-1952 [sound recording] / Noel Coward." + ], + "uri": "cb7580605", + "numItems": [ + 4 + ], + "numAvailable": [ + 4 + ], + "placeOfPublication": [ + "London" + ], + "titleAlt": [ + "Room with a view.", + "Dance, little lady.", + "Mary Make-Believe.", + "Try to learn to love.", + "Lorelei.", + "Dream is over.", + "Zigeuner.", + "World weary.", + "Someday I'll find you.", + "I never realised.", + "If you were the only girl in the world.", + "Halt-caste woman.", + "Any little fish.", + "Soldiers of the queen.", + "Goodbye Dolly Gray.", + "Private Tommy Atkins.", + "Little bit off the top.", + "Blue bell.", + "I do like to be beside the seaside.", + "Alexander's ragtime band.", + "Everybody's doing it.", + "Pack up your troubles.", + "It's a long way to Tipperary.", + "I'll make a man of you.", + "There's a long trail.", + "Keep the home fires burning.", + "Land of hope and glory.", + "Lover of my dreams.", + "Goodbye my blue bell.", + "Let's all go down the Strand.", + "If you were the only gin.", + "Take me back to dear old Blighty.", + "Twentieth century blues.", + "Parisian Pierrot.", + "Poor little rich girl.", + "If you could only come with me.", + "I'll see you again.", + "Let's say goodbye.", + "Party's over now.", + "Soomething to do with spring.", + "Mad dogs and Englishmen.", + "Tokay.", + "Caballero.", + "Green carnation.", + "Dear Little Cafe.", + "Call of life.", + "Ladies of the town.", + "I'll follow my secret heart.", + "I travel alone.", + "Most of ev'ry day.", + "Love in bloom.", + "Fare thee well.", + "Mrs. Worthington.", + "We were so young.", + "Then play, orchestra, play.", + "You were there.", + "Has anybody seen our ship?", + "Man about town.", + "Toast.", + "Hearts and flowers.", + "We were dancing.", + "Dearest love.", + "Where are the songs we sung?", + "Stately homes of England.", + "Gipsy melody.", + "Just let me look at you.", + "London pride.", + "Last time I saw Paris.", + "Could you please oblige us with a bren gun?", + "There have been songs in England.", + "Imagine the Duchess's feelings.", + "It's only you.", + "Don't let's be beastly to the Germans.", + "Welcoming land.", + "I'm old fashioned.", + "You'd be so nice to come home to.", + "Sigh no more.", + "I wonder what happened to him.", + "Matelot.", + "Nina.", + "Never again.", + "Wait a bit, Joe.", + "Bright was the day.", + "This is a changing world.", + "His Excellency regrets.", + "Uncle Harry.", + "Josephine.", + "Don't make fun of the fair.", + "Sail away.", + "Play, orchestra, play.", + "Why does love get in the way?", + "I like America.", + "Time and again.", + "There are bad times just around the corner." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Early days 1928-1931: A room with a view -- Dance, little lady -- Mary Make-Believe -- Try to learn to love -- Lorelei -- The dream is over -- Zigeuner -- World weary -- Private lives - love scene act 1: Someday I'll find you -- Private lives - Scene from Act II: I never realised ; If you were the only girl in the world -- Half-caste woman -- Any little fish -- Cavalcade - Prologue: Soldiers of the queen ; Goodbye Dolly Gray ; Private Tommy Atkins ; A little bit off the top ; Blue bell ; I do like to be beside the seaside ; Alexander's ragtime band ; Everybody's doing it ; Pack up your troubles ; It's a long way to Tipperary ; I'll make a man of you ; There's a long trail ; Keep the home fires burning ; Dance little lady ; Land of hope and glory ; Epilogue -- Lover of my dreams -- Calvacade: Soldiers of the queen ; Goodbye Dolly Gray ; Lover of my dreams ; I do like to be beside the seaside ; Goodbye my bluebell ; Alexander's ragtime band ; Everybody's doing it now ; Let's all go down the Strand ; If you were the only gin ; Take me back to dear old Blighty ; There's a long, long trail ; Keep the home fires burning ; Twentieth century blues -- Noel Coward medley: Intro ; Parisian Pierrot ; Poor little rich girl ; A room with a view ; Dance little lady ; Someday I'll find you ; Any little fish ; If you could only come with me ; I'll see you again.", + "Established star 1932-1936: Let's say goodbye -- The party's over now -- Something to do with spring -- Mad dogs and Englishmen -- Tokay ; World weary ; Caballero ; Green carnation ; I'll see you again ; Poor little rich girl ; Zigeuner ; Dear Little Cafe ; Call of life ; Ladies of the town -- I'll follow my secret heart -- I travel alone -- Most of ev'ry day -- Love in bloom -- Fare thee well -- Mrs. Worthington -- We were so young -- Then play, orchestra, play -- You were there -- Has anybody seen our ship -- Man about town.", + "London pride 1936-1943: Family album - The toast -- Family album - Hearts and flowers -- Parisian Pierrot -- We were dancing -- Dearest love -- Where are the songs we sung -- The stately homes of England -- Gipsy melody -- Dearest love -- I'll see you again -- Just let me look at you -- Poor little rich girl -- London pride -- The last time I saw Paris -- Could you please oblige us with a bren gun -- There have been songs in England -- Imagine the Duchess's feelings -- It's only you -- Don't let's be beastly to the Germans -- The welcoming land.", + "A changing world 1943-1952: I'm old fashioned -- You'd be so nice to come home to -- Sigh no more -- I wonder what happened to him -- Matelot -- Nina -- Never again -- Wait a bit, Joe -- Bright was the day -- This is a changing world -- His Excellency regrets -- Unce Harry -- Josephine -- Don't make fun of the fair -- Sail away -- Noel Coward medley: I'll see you again ; Dance little lady ; Porr little rich girl ; A room with a view ; Parisian Pierrot ; Any little fish ; You were there ; Someday I'll find you ; Let's say goodbye ; I'll follow my secret heart ; If love were all ; Play orchestra play -- Why does love get in the way -- I like America -- Time and again -- There are bad times just around the corner -- London pride (alt take)." + ], + "dimensions": [ + "4 3/4 in." + ] + }, + "sort": [ + 0.6001911, + "cb7580605" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb7580605", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:MR75487543" + ], + "physicalLocation": [ + "CD17795" + ], + "shelfMark_sort": "aCD17795 CD-A", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci7347734", + "shelfMark": [ + "CD17795 CD-A" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "CD17795 CD-A" + }, + { + "type": "bf:Barcode", + "value": "MR75487543" + } + ], + "enumerationChronology": [ + "CD-A" + ], + "idBarcode": [ + "MR75487543" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "cb7580605", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:MR75487551" + ], + "physicalLocation": [ + "CD17795" + ], + "shelfMark_sort": "aCD17795 CD-B", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci7347735", + "shelfMark": [ + "CD17795 CD-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "CD17795 CD-B" + }, + { + "type": "bf:Barcode", + "value": "MR75487551" + } + ], + "enumerationChronology": [ + "CD-B" + ], + "idBarcode": [ + "MR75487551" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "cb7580605", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:MR75487560" + ], + "physicalLocation": [ + "CD17795" + ], + "shelfMark_sort": "aCD17795 CD-C", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci7347738", + "shelfMark": [ + "CD17795 CD-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "CD17795 CD-C" + }, + { + "type": "bf:Barcode", + "value": "MR75487560" + } + ], + "enumerationChronology": [ + "CD-C" + ], + "idBarcode": [ + "MR75487560" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-25f8b6079682d4c9909c28a2e4dc5f9a.json b/test/fixtures/query-25f8b6079682d4c9909c28a2e4dc5f9a.json new file mode 100644 index 00000000..81ac8919 --- /dev/null +++ b/test/fixtures/query-25f8b6079682d4c9909c28a2e4dc5f9a.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-28334de699329f29fd8216e978db9ab0.json b/test/fixtures/query-28334de699329f29fd8216e978db9ab0.json new file mode 100644 index 00000000..42c05ed0 --- /dev/null +++ b/test/fixtures/query-28334de699329f29fd8216e978db9ab0.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 346.8155, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 346.8155, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-336a8bd999790190e5b3c220f9b24131.json b/test/fixtures/query-336a8bd999790190e5b3c220f9b24131.json new file mode 100644 index 00000000..302de018 --- /dev/null +++ b/test/fixtures/query-336a8bd999790190e5b3c220f9b24131.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 35.5129, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 35.5129, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-3585b2f8ae148f3995a53d324153add9.json b/test/fixtures/query-3585b2f8ae148f3995a53d324153add9.json new file mode 100644 index 00000000..dd6fb7a2 --- /dev/null +++ b/test/fixtures/query-3585b2f8ae148f3995a53d324153add9.json @@ -0,0 +1,13636 @@ +{ + "body": { + "took": 651, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_score": 0, + "_source": { + "extent": [ + "ix, 368 p., [1] leaf of plates : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Contributions in German and Italian.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dante Alighieri, 1265-1321", + "Dante Alighieri, 1265-1321 -- Criticism and interpretation", + "Gmelin, Hermann, 1900-1958" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Stauffenburg" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "title": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1985" + ], + "idLccn": [ + "86124252" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], + "contributorLiteral": [ + "Gmelin, Hermann, 1900-1958.", + "Baum, Richard.", + "Hirdt, Willi." + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPGNYPG-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "nypl:Bnumber", + "value": "10000002" + }, + { + "type": "bf:Isbn", + "value": "3923721544" + }, + { + "type": "nypl:Oclc", + "value": "NYPGNYPG-B" + }, + { + "type": "bf:Lccn", + "value": "86124252" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200001" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "Tübingen : Stauffenburg, c1985." + ], + "idIsbn": [ + "3923721544" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:bnum:10000002", + "urn:isbn:3923721544", + "urn:oclc:NYPGNYPG-B", + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dante Alighieri, 1265-1321 -- Criticism and interpretation.", + "Gmelin, Hermann, 1900-1958." + ], + "titleDisplay": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin / herausgegeben von Richard Baum und Willi Hirdt." + ], + "uri": "b10000002", + "lccClassification": [ + "PQ4390 .D274 1985" + ], + "placeOfPublication": [ + "Tübingen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "3923721544" + ] + }, + "sort": [ + 0, + "b10000002" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "uri": "i12858031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "bf:Barcode", + "value": "33433046113795" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433046113795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_score": 0, + "_source": { + "extent": [ + "199 p. : col. ill. maps ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hebrides (Scotland)", + "Hebrides (Scotland) -- Pictorial works" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Constable" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1989 + ], + "title": [ + "Scottish islands" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1989" + ], + "creatorLiteral": [ + "Waite, Charlie." + ], + "idLccn": [ + "gb 89012970" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1989 + ], + "donor": [ + "Gift of the Drue Heinz Book Fund for English Literature" + ], + "creatorModifiedName": "Charlie Waite", + "idOclc": [ + "NYPGUKBPGP8917-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "nypl:Bnumber", + "value": "10000003" + }, + { + "type": "bf:Isbn", + "value": "0094675708" + }, + { + "type": "nypl:Oclc", + "value": "NYPGUKBPGP8917-B" + }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200002" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "London : Constable, 1989." + ], + "idIsbn": [ + "0094675708" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:bnum:10000003", + "urn:isbn:0094675708", + "urn:oclc:NYPGUKBPGP8917-B", + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1989" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hebrides (Scotland) -- Pictorial works." + ], + "titleDisplay": [ + "Scottish islands / Charlie Waite." + ], + "uri": "b10000003", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ], + "idIsbn_clean": [ + "0094675708" + ] + }, + "sort": [ + 0, + "b10000003" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "uri": "i13783780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "bf:Barcode", + "value": "33433050409147" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433050409147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_score": 0, + "_source": { + "extent": [ + "23, 216 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1956.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Mutaṟkuṟaḷ uvamai." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], + "idLccn": [ + "74915265" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000001-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "nypl:Bnumber", + "value": "10000004" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-B" + }, + { + "type": "bf:Lccn", + "value": "74915265" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100001" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200003" + } + ], + "updatedAt": 1711165211519, + "publicationStatement": [ + "Tirunelvēli, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1965." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:bnum:10000004", + "urn:oclc:NYPG001000001-B", + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Mutaṟkuṟaḷ uvamai. Āciriyar Ku. Kōtaṇṭapāṇi Piḷḷai." + ], + "uri": "b10000004", + "lccClassification": [ + "PL4758.9.T5 K6 1965" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000004" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], + "physicalLocation": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "uri": "i13783781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "bf:Barcode", + "value": "33433061301556" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301556" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_score": 0, + "_source": { + "extent": [ + "1 score (43 p.) + 1 part (12 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Acc. arr. for piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Soch. 22\"--Caption.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: 11049.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Concertos (Violin)", + "Concertos (Violin) -- Solo with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muzyka" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Henri Wieniawski", + "idOclc": [ + "NYPG001000001-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "nypl:Bnumber", + "value": "10000005" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-C" + }, + { + "type": "bf:Identifier", + "value": "11049. Muzyka" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100551" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200004" + } + ], + "uniformTitle": [ + "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Moskva : Muzyka, 1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:bnum:10000005", + "urn:oclc:NYPG001000001-C", + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Concertos (Violin) -- Solo with piano." + ], + "titleDisplay": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." + ], + "uri": "b10000005", + "placeOfPublication": [ + "Moskva" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Concertos, no. 2, op. 22" + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10000005" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" + ], + "physicalLocation": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "uri": "i10942022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "bf:Barcode", + "value": "33433032711909" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032711909" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_score": 0, + "_source": { + "extent": [ + "227 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Translation of The reconstruction of religious thought in Islam.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], + "idLccn": [ + "75962707" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maḥmūd, ʻAbbās." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Muhammad Iqbal", + "idOclc": [ + "NYPG001000002-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "nypl:Bnumber", + "value": "10000006" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-B" + }, + { + "type": "bf:Lccn", + "value": "75962707" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100002" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200005" + } + ], + "updatedAt": 1711567265610, + "publicationStatement": [ + "al-Qāhirah, Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr [1968]" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:bnum:10000006", + "urn:oclc:NYPG001000002-B", + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islam -- 20th century." + ], + "titleDisplay": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām, taʼlif Muhammad Iqbāl. Tarjamat ʻAbbās Maḥmūd. Rājaʻa muqaddimatahu wa-al-faṣl al-awwal minhu ʻAbd al-ʻAzīz al-Maraghī, wa-rājaʻa baqīyat al-Kitāb Mahdī ʻAllām." + ], + "uri": "b10000006", + "lccClassification": [ + "BP161 .I712 1968" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000006" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" + ], + "physicalLocation": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "uri": "i12540039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "bf:Barcode", + "value": "33433022691665" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691665" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_score": 0, + "_source": { + "extent": [ + "14 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 7:35.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: Z.8917.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Guitar music", + "Guitar", + "Guitar -- Studies and exercises" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Editio Musica" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Due studi per chitarra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Patachich, Iván." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000002-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "nypl:Bnumber", + "value": "10000007" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-C" + }, + { + "type": "bf:Identifier", + "value": "Z.8917. Editio Musica" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100552" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200006" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711149115321, + "publicationStatement": [ + "Budapest : Editio Musica, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:bnum:10000007", + "urn:oclc:NYPG001000002-C", + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Guitar music.", + "Guitar -- Studies and exercises." + ], + "titleDisplay": [ + "Due studi per chitarra / Patachich Iván." + ], + "uri": "b10000007", + "placeOfPublication": [ + "Budapest" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000007" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" + ], + "physicalLocation": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "uri": "i10942023", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "bf:Barcode", + "value": "33433032883591" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883591" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_score": 0, + "_source": { + "extent": [ + "351 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Parimaḷam Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aṇṇāviṉ ciṟukataikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], + "idLccn": [ + "72913998" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "creatorModifiedName": "C Annadurai", + "idOclc": [ + "NYPG001000003-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "nypl:Bnumber", + "value": "10000008" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-B" + }, + { + "type": "bf:Lccn", + "value": "72913998" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100003" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200007" + } + ], + "updatedAt": 1711102509897, + "publicationStatement": [ + "Ceṉṉai, Parimaḷam Patippakam [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:bnum:10000008", + "urn:oclc:NYPG001000003-B", + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aṇṇāviṉ ciṟukataikaḷ. [Eḻutiyavar] Ci. Eṉ. Aṇṇāturai." + ], + "uri": "b10000008", + "lccClassification": [ + "PL4758.9.A5 A84" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000008" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" + ], + "physicalLocation": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "uri": "i13783782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "bf:Barcode", + "value": "33433061301689" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301689" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_score": 0, + "_source": { + "extent": [ + "30 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Edition Peters Nr. 5489.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: E.P. 13028.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Edition Peters ; C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Miniaturen II : 13 kleine Klavierstücke" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000003-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "nypl:Bnumber", + "value": "10000009" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters Nr. 5489 Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "E.P. 13028. Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100553" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200008" + } + ], + "uniformTitle": [ + "Miniaturen, no. 2" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Edition Peters ; New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:bnum:10000009", + "urn:oclc:NYPG001000003-C", + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." + ], + "uri": "b10000009", + "placeOfPublication": [ + "Leipzig : New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen, no. 2" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000009" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" + ], + "physicalLocation": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "uri": "i10942024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "bf:Barcode", + "value": "33433032883617" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883617" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_score": 0, + "_source": { + "extent": [ + "46 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Boeijenga" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "dateEndString": [ + "1982" + ], + "title": [ + "Passie en pasen : suite voor orgel, opus 50" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Jan Berg", + "idOclc": [ + "NYPG001000004-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "nypl:Bnumber", + "value": "10000011" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000004-C" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200010" + } + ], + "dateEndYear": [ + 1982 + ], + "updatedAt": 1710978413661, + "publicationStatement": [ + "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:bnum:10000011", + "urn:oclc:NYPG001000004-C", + "urn:identifier:(WaOLN)nyp0200010" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music." + ], + "titleDisplay": [ + "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." + ], + "uri": "b10000011", + "placeOfPublication": [ + "Sneek [Netherlands]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Passie. I. Psalm 22. II. Leer mij O Heer. III. \"Mijn Verlosser hangt aan 't kruis.\" IV. \"O hoofd vol bloed en wonden.\" V. \"O kostbaar kruis.\" VI. \"Jezus, leven van mijn leven\" -- Pasen. VII. Toccata over \"Christus is opgestanden.\" VIII. Canon: \"Jesus unser Trost und Leben.\" IX. Trio: Ik zeg het allen dat Hij leeft.\" X. Trio: \"Staakt Uw rouwen Magdalene.\" XI. Postludium over \"Jesus leeft en wij met Hem\" (met \"Christus onze Heer verrees\" als tegenstem)." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000011" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" + ], + "physicalLocation": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "uri": "i10942025", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "bf:Barcode", + "value": "33433032883625" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883625" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_score": 0, + "_source": { + "extent": [ + "223 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p.221.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Thaqāfah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000005-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "nypl:Bnumber", + "value": "10000012" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100005" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200011" + } + ], + "updatedAt": 1711097905535, + "publicationStatement": [ + "Bayrūt : Dār al-Thaqāfah, 1970." + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:bnum:10000012", + "urn:oclc:NYPG001000005-B", + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "titleDisplay": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." + ], + "uri": "b10000012", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000012" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" + ], + "physicalLocation": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "uri": "i10000003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "bf:Barcode", + "value": "33433014514719" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514719" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_score": 0, + "_source": { + "extent": [ + "32 p. of music : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Popular music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Arr. for piano with chord symbols; superlinear German words.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Popular music", + "Popular music -- Germany (East)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Harth Musik Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Disko Treff 1 : Klavier." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000005-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "nypl:Bnumber", + "value": "10000013" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100555" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200012" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Harth Musik Verlag, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:bnum:10000013", + "urn:oclc:NYPG001000005-C", + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Popular music -- Germany (East)" + ], + "titleDisplay": [ + "Disko Treff 1 : Klavier." + ], + "uri": "b10000013", + "placeOfPublication": [ + "Leipzig" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Disko Treff eins." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000013" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" + ], + "physicalLocation": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "uri": "i10942026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "bf:Barcode", + "value": "33433032712204" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032712204" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_score": 0, + "_source": { + "extent": [ + "520 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on cover: Islamic unity or the Mutual approach among Muslim sects.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Panislamism", + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Shīrāzī, ʻAbd al-Karīm Bī Āzār." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000006-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "nypl:Bnumber", + "value": "10000014" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100006" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200013" + } + ], + "updatedAt": 1711097256805, + "publicationStatement": [ + "Bayrūt : Muʼassasat al-Aʻlamī lil-Maṭbūʻāt, 1975." + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:bnum:10000014", + "urn:oclc:NYPG001000006-B", + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Panislamism.", + "Islam -- 20th century." + ], + "titleDisplay": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah / Jamʻ wa-tartīb ʻAbd al-Karīm Bī Āzār al-Shīrāzī." + ], + "uri": "b10000014", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Islamic unity." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000014" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" + ], + "physicalLocation": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "uri": "i12540040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "bf:Barcode", + "value": "33433022691780" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691780" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000015", + "_score": 0, + "_source": { + "extent": [ + "25 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For organ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"A McAfee Music Publication.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: DM 220.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Belwin-Mills" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Suite no. 1 : 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hampton, Calvin." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Calvin Hampton", + "idOclc": [ + "NYPG001000006-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-102" + }, + { + "type": "nypl:Bnumber", + "value": "10000015" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-C" + }, + { + "type": "bf:Identifier", + "value": "DM 220. Belwin-Mills" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100556" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200014" + } + ], + "uniformTitle": [ + "Suite, organ, no. 1" + ], + "updatedAt": 1711491730703, + "publicationStatement": [ + "Melville, NY : Belwin-Mills, [1980?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-102", + "urn:bnum:10000015", + "urn:oclc:NYPG001000006-C", + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)" + ], + "titleDisplay": [ + "Suite no. 1 : 1977 / Calvin Hampton." + ], + "uri": "b10000015", + "placeOfPublication": [ + "Melville, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Suite, no. 1" + ], + "tableOfContents": [ + "Fanfares -- Antiphon -- Toccata." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000015" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_score": 0, + "_source": { + "extent": [ + "111 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuṟuntokai" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Manṅkaḷa Nūlakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Nalla Kuṟuntokaiyil nāṉilam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], + "idLccn": [ + "74913402" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000007-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "nypl:Bnumber", + "value": "10000016" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-B" + }, + { + "type": "bf:Lccn", + "value": "74913402" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100007" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200015" + } + ], + "updatedAt": 1711185167994, + "publicationStatement": [ + "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:bnum:10000016", + "urn:oclc:NYPG001000007-B", + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuṟuntokai." + ], + "titleDisplay": [ + "Nalla Kuṟuntokaiyil nāṉilam. [Eḻutiyavar] Cu. Cellappaṉ." + ], + "uri": "b10000016", + "lccClassification": [ + "PL4758.9.K794 Z6 1967" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000016" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" + ], + "physicalLocation": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "uri": "i13783785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "bf:Barcode", + "value": "33433061301580" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301580" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_score": 0, + "_source": { + "extent": [ + "1 score (17 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For baritone and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Words printed also as text.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 3:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Corbière, Tristan, 1845-1875", + "Corbière, Tristan, 1845-1875 -- Musical settings", + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Lettre du Mexique : pour baryton et piano, 1942" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Escher, Rudolf." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Corbière, Tristan, 1845-1875." + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Rudolf Escher", + "idOclc": [ + "NYPG001000007-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "nypl:Bnumber", + "value": "10000017" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100557" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200016" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Amsterdam : Donemus, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:bnum:10000017", + "urn:oclc:NYPG001000007-C", + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Corbière, Tristan, 1845-1875 -- Musical settings.", + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." + ], + "uri": "b10000017", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000017" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" + ], + "physicalLocation": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "uri": "i10942027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "bf:Barcode", + "value": "33433032735007" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032735007" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_score": 0, + "_source": { + "extent": [ + "68 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Lebanon" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Ṭalīʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], + "idLccn": [ + "78970449" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000008-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "nypl:Bnumber", + "value": "10000018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-B" + }, + { + "type": "bf:Lccn", + "value": "78970449" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100008" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200017" + } + ], + "updatedAt": 1711582848276, + "publicationStatement": [ + "Bayrūt : Dār al-Ṭalīʻah, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:bnum:10000018", + "urn:oclc:NYPG001000008-B", + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Lebanon." + ], + "titleDisplay": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā / Najlāʼ Naṣīr Bashshūr." + ], + "uri": "b10000018", + "lccClassification": [ + "HQ1728 .B37" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000018" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" + ], + "physicalLocation": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "uri": "i10000004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "bf:Barcode", + "value": "33433002031718" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031718" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: M 18.487.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Waltzes (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Zwölf Walzer und ein Epilog : für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Benary, Peter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Peter Benary", + "idOclc": [ + "NYPG001000008-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "nypl:Bnumber", + "value": "10000019" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-C" + }, + { + "type": "bf:Identifier", + "value": "Möseler M 18.487." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100558" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200018" + } + ], + "uniformTitle": [ + "Walzer und ein Epilog" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:bnum:10000019", + "urn:oclc:NYPG001000008-C", + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Waltzes (Piano)" + ], + "titleDisplay": [ + "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." + ], + "uri": "b10000019", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Walzer und ein Epilog", + "Walzer und ein Epilog." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000019" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" + ], + "physicalLocation": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "uri": "i10942028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "bf:Barcode", + "value": "33433032845053" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845053" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_score": 0, + "_source": { + "extent": [ + "xvi, 172, 320 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tolkāppiyar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Aṇṇāmalaip Palkalaik Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tolkāppiyam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1936" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], + "idLccn": [ + "74914844" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000009-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936" + }, + { + "type": "nypl:Bnumber", + "value": "10000020" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-B" + }, + { + "type": "bf:Lccn", + "value": "74914844" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100009" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200019" + } + ], + "updatedAt": 1711329059003, + "publicationStatement": [ + "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936", + "urn:bnum:10000020", + "urn:oclc:NYPG001000009-B", + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tolkāppiyar." + ], + "titleDisplay": [ + "Tolkāppiyam. [Eḻutiyavar] Ka. Veḷḷaivāraṇaṉ." + ], + "uri": "b10000020", + "lccClassification": [ + "PL4754.T583 V4 1970" + ], + "placeOfPublication": [ + "[Aṇṇāmalainakar]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], + "tableOfContents": [ + "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000020" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" + ], + "physicalLocation": [ + "*OLB 84-1936" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "uri": "i13783786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433061301572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433061301572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_score": 0, + "_source": { + "extent": [ + "1 score (51 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: NM 384.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Neue Musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Aurora : sinfonischer Prolog : Partitur" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "creatorModifiedName": "Heinz Weitzendorf", + "idOclc": [ + "NYPG001000009-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "nypl:Bnumber", + "value": "10000021" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-C" + }, + { + "type": "bf:Identifier", + "value": "NM 384. Verlag Neue Musik" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100559" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200020" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Berlin : Verlag Neue Musik, c1978." + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:bnum:10000021", + "urn:oclc:NYPG001000009-C", + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." + ], + "uri": "b10000021", + "placeOfPublication": [ + "Berlin" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000021" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" + ], + "physicalLocation": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "uri": "i10942029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "bf:Barcode", + "value": "33433032845079" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845079" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_score": 0, + "_source": { + "extent": [ + "19, 493 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1942.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], + "idLccn": [ + "73913714" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1388" + ], + "contributorLiteral": [ + "Peruntēvaṉār, active 11th century.", + "Kōvintarāja Mutaliyār, Kā. Ra., 1874-1952." + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000010-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "nypl:Bnumber", + "value": "10000022" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-B" + }, + { + "type": "bf:Lccn", + "value": "73913714" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100010" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200021" + } + ], + "updatedAt": 1711102698036, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:bnum:10000022", + "urn:oclc:NYPG001000010-B", + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Grammar." + ], + "titleDisplay": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ. Patippāciriyar Kā. Ra. Kōvintarāca Mutaliyār." + ], + "uri": "b10000022", + "lccClassification": [ + "PL4754 .P8 1970" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Viracōḻiyam." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000022" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" + ], + "physicalLocation": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "uri": "i13783787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "bf:Barcode", + "value": "33433061301564" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301564" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (18 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For band or wind ensemble.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Based on the composer's Veni creator spiritus.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: KC913.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Band music", + "Band music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Shawnee Press" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Musica sacra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Luigi Zaninelli", + "idOclc": [ + "NYPG001000010-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "nypl:Bnumber", + "value": "10000023" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-C" + }, + { + "type": "bf:Identifier", + "value": "KC913 Shawnee Press" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100560" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200022" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Delaware Water Gap, Pa. : Shawnee Press, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:bnum:10000023", + "urn:oclc:NYPG001000010-C", + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Band music -- Scores." + ], + "titleDisplay": [ + "Musica sacra / Luigi Zaninelli." + ], + "uri": "b10000023", + "placeOfPublication": [ + "Delaware Water Gap, Pa." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10000023" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" + ], + "physicalLocation": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "uri": "i10942030", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "bf:Barcode", + "value": "33433032709028" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709028" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_score": 0, + "_source": { + "extent": [ + "264 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bahrain", + "Bahrain -- History", + "Bahrain -- History -- 20th century", + "Bahrain -- Economic conditions", + "Bahrain -- Social conditions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Ibn Khaldūn" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], + "idLccn": [ + "79971032" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000011-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "nypl:Bnumber", + "value": "10000024" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-B" + }, + { + "type": "bf:Lccn", + "value": "79971032" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100011" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200023" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "[Bayrūt] : Dār Ibn Khaldūn, 1976." + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:bnum:10000024", + "urn:oclc:NYPG001000011-B", + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bahrain -- History -- 20th century.", + "Bahrain -- Economic conditions.", + "Bahrain -- Social conditions." + ], + "titleDisplay": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī / Muḥammad al-Rumayḥī." + ], + "uri": "b10000024", + "lccClassification": [ + "DS247.B28 R85" + ], + "placeOfPublication": [ + "[Bayrūt]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000024" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" + ], + "physicalLocation": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "uri": "i10000005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "bf:Barcode", + "value": "33433005548676" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005548676" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei Sonatinen für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stockmeier, Wolfgang." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 179" + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wolfgang Stockmeier", + "idOclc": [ + "NYPG001000011-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "nypl:Bnumber", + "value": "10000025" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100561" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200024" + } + ], + "uniformTitle": [ + "Sonatinas, piano" + ], + "updatedAt": 1711147751540, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:bnum:10000025", + "urn:oclc:NYPG001000011-C", + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Drei Sonatinen für Klavier / Wolfgang Stockmeier." + ], + "uri": "b10000025", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatinas" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000025" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" + ], + "physicalLocation": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "uri": "i10942031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "bf:Barcode", + "value": "33433032709697" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709697" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_score": 0, + "_source": { + "extent": [ + "222 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 217-220.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Syria" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], + "idLccn": [ + "76960987" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000012-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "nypl:Bnumber", + "value": "10000026" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-B" + }, + { + "type": "bf:Lccn", + "value": "76960987" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100012" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200025" + } + ], + "updatedAt": 1711584837414, + "publicationStatement": [ + "Dimashq : Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:bnum:10000026", + "urn:oclc:NYPG001000012-B", + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Syria." + ], + "titleDisplay": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975 / Nabīlah al-Razzāz." + ], + "uri": "b10000026", + "lccClassification": [ + "HQ402 .R39" + ], + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000026" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" + ], + "physicalLocation": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "uri": "i10000006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "bf:Barcode", + "value": "33433002031700" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031700" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Violin)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei kleine Sonaten : für Violine solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Köhler, Friedemann." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 172" + ], + "dateStartYear": [ + 1979 + ], + "idOclc": [ + "NYPG001000012-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "nypl:Bnumber", + "value": "10000027" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100562" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200026" + } + ], + "uniformTitle": [ + "Kleine Sonaten, violin" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler Verlag, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:bnum:10000027", + "urn:oclc:NYPG001000012-C", + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Violin)" + ], + "titleDisplay": [ + "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." + ], + "uri": "b10000027", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Kleine Sonaten" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000027" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" + ], + "physicalLocation": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "uri": "i10942032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "bf:Barcode", + "value": "33433032709572" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709572" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_score": 0, + "_source": { + "extent": [ + "9, 3, 3, 324 p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Prastuta śodha-prabandha Rājasthāna Viśvavidyālaya, Jayapura kī Pī-eca.Ḍī-upāthi ke nimitta viśvavidyālaya anudāna āyoga kī risarca phailośipa ke antargata likhā gayā thā.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [321]-324.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sūryamalla Miśraṇa, 1815-1868" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rājasthāna Sāhitya Akādamī (Saṅgama)" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Vaṃśabhāskara : eka adhyayana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], + "idLccn": [ + "75903689" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000013-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "nypl:Bnumber", + "value": "10000028" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-B" + }, + { + "type": "bf:Lccn", + "value": "75903689" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100013" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200027" + } + ], + "updatedAt": 1710972943549, + "publicationStatement": [ + "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:bnum:10000028", + "urn:oclc:NYPG001000013-B", + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sūryamalla Miśraṇa, 1815-1868." + ], + "titleDisplay": [ + "Vaṃśabhāskara : eka adhyayana / lekhaka Ālamaśāha Khāna." + ], + "uri": "b10000028", + "lccClassification": [ + "PK2708.9.S9 V334" + ], + "placeOfPublication": [ + "Udayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000028" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" + ], + "physicalLocation": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "uri": "i10942033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "bf:Barcode", + "value": "33433011094210" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011094210" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_score": 0, + "_source": { + "extent": [ + "16 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Wilhelm Hansen edition no. 4372.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: 29589.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Organ music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Hansen ; Distribution, Magnamusic-Baton" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Cruor : for organ solo, 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], + "idLccn": [ + "82771131" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Bent Lorentzen", + "idOclc": [ + "NYPG001000013-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "nypl:Bnumber", + "value": "10000029" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-C" + }, + { + "type": "bf:Lccn", + "value": "82771131" + }, + { + "type": "bf:Identifier", + "value": "Wilhelm Hansen edition no. 4372." + }, + { + "type": "bf:Identifier", + "value": "29589." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100563" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200028" + } + ], + "updatedAt": 1711207280267, + "publicationStatement": [ + "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:bnum:10000029", + "urn:oclc:NYPG001000013-C", + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Organ music." + ], + "titleDisplay": [ + "Cruor : for organ solo, 1977 / B. Lorentzen." + ], + "uri": "b10000029", + "lccClassification": [ + "M11 .L" + ], + "placeOfPublication": [ + "Copenhagen ; New York : [s.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000029" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" + ], + "physicalLocation": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "uri": "i10942034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "bf:Barcode", + "value": "33433032709556" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709556" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_score": 0, + "_source": { + "extent": [ + "21 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Müller" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Neun Miniaturen : für Klavier : op. 52" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wilhelm Petersen", + "idOclc": [ + "NYPG001000014-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "nypl:Bnumber", + "value": "10000031" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000014-C" + }, + { + "type": "bf:Identifier", + "value": "W. Müller WM 1713 SM." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100564" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200030" + } + ], + "uniformTitle": [ + "Miniaturen" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Heidelberg : W. Müller, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:bnum:10000031", + "urn:oclc:NYPG001000014-C", + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." + ], + "uri": "b10000031", + "placeOfPublication": [ + "Heidelberg" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen", + "Miniaturen." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000031" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" + ], + "physicalLocation": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "uri": "i10942035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "bf:Barcode", + "value": "33433032841631" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841631" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_score": 0, + "_source": { + "extent": [ + "1 score (20 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For voice and organ.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sacred songs (Medium voice) with organ", + "Psalms (Music)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Agápe" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Psalm settings" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Vaclav Nelhybel", + "idOclc": [ + "NYPG001000015-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "nypl:Bnumber", + "value": "10000033" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000015-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100565" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200032" + } + ], + "updatedAt": 1711343803471, + "publicationStatement": [ + "Carol Stream, Ill. : Agápe, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:bnum:10000033", + "urn:oclc:NYPG001000015-C", + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sacred songs (Medium voice) with organ.", + "Psalms (Music)" + ], + "titleDisplay": [ + "Psalm settings / Vaclav Nelhybel." + ], + "uri": "b10000033", + "placeOfPublication": [ + "Carol Stream, Ill." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Hear me when I call -- Be not far from me -- Hear my voice -- The Lord is my rock." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000033" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" + ], + "physicalLocation": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "uri": "i10942036", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "bf:Barcode", + "value": "33433032842035" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842035" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_score": 0, + "_source": { + "extent": [ + "366 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Brhatkathāślokasaṁgrahaḥ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Colophon: Iti Śrībhaṭṭabudhasvāminā krte ślokasaṁgrahe Brhatkathāyāṁ--", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Text in Sanskrit; apparatus in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prithivi Prakashan" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Brhatkathāślokasaṁgraha : a study" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Budhasvāmin." + ], + "idLccn": [ + "74903273" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], + "contributorLiteral": [ + "Guṇāḍhya.", + "Agrawala, Vasudeva Sharana.", + "Agrawala, Prithvi Kumar." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000016-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "nypl:Bnumber", + "value": "10000034" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-B" + }, + { + "type": "bf:Lccn", + "value": "74903273" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100016" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200033" + } + ], + "updatedAt": 1711113679649, + "publicationStatement": [ + "Varanasi : Prithivi Prakashan, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:bnum:10000034", + "urn:oclc:NYPG001000016-B", + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Brhatkathāślokasaṁgraha : a study / by V.S. Agrawala ; with Sanskrit text, edited by P.K. Agrawala." + ], + "uri": "b10000034", + "lccClassification": [ + "PK3794.B84 B7 1974" + ], + "placeOfPublication": [ + "Varanasi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000034" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" + ], + "physicalLocation": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "uri": "i10000009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "bf:Barcode", + "value": "33433011528696" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011528696" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_score": 0, + "_source": { + "extent": [ + "22 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Suite.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 12:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Serenade voor piano : 1980" + ], + "shelfMark": [ + "JMG 83-6" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Kasbergen, Marinus, 1936-" + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Marinus Kasbergen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "nypl:Bnumber", + "value": "10000035" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100566" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200034" + } + ], + "idOclc": [ + "NYPG001000016-C" + ], + "uniformTitle": [ + "Serenade, piano" + ], + "holdings": [], + "updatedAt": 1689901710976, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:bnum:10000035", + "urn:oclc:NYPG001000016-C", + "urn:undefined:NNSZ00100566", + "urn:undefined:(WaOLN)nyp0200034" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Piano)" + ], + "titleDisplay": [ + "Serenade voor piano : 1980 / Marinus Kasbergen." + ], + "uri": "b10000035", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Amsterdam" + ], + "titleAlt": [ + "Serenade" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Varianten -- Nocturne -- Toccata I -- Intermezzo -- Toccata II." + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000035" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433032841490" + ], + "physicalLocation": [ + "JMG 83-6" + ], + "shelfMark_sort": "aJMG 83-000006", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10942038", + "shelfMark": [ + "JMG 83-6" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "bf:Barcode", + "value": "33433032841490" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841490" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "formatLiteral": [ + "Notated music" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_score": 0, + "_source": { + "extent": [ + "viii, 38 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; prefatory matter in Sanskrit or Telegu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nārāyaṇatīrtha, 17th cent", + "Nārāyaṇatīrtha, 17th cent -- In literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], + "idLccn": [ + "75902755" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Garikapati Lakshmikantaiah", + "idOclc": [ + "NYPG001000017-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "nypl:Bnumber", + "value": "10000036" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-B" + }, + { + "type": "bf:Lccn", + "value": "75902755" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100017" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200035" + } + ], + "updatedAt": 1711355313989, + "publicationStatement": [ + "[s.1. : s.n.], 1972" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:bnum:10000036", + "urn:oclc:NYPG001000017-B", + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nārāyaṇatīrtha, 17th cent -- In literature." + ], + "titleDisplay": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic] / praṇetā Garikapāṭi Lakṣmīkāntaḥ." + ], + "uri": "b10000036", + "lccClassification": [ + "PK3799.L28 S68" + ], + "placeOfPublication": [ + "[s.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" + ], + "physicalLocation": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "uri": "i12858032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "bf:Barcode", + "value": "33433058548433" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058548433" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_score": 0, + "_source": { + "extent": [ + "13a p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 15:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Guitar)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Eight studies for guitar : in form of a suite : 1979" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hekster, Walter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Walter Hekster", + "idOclc": [ + "NYPG001000017-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000037" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100567" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200036" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711157193933, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:bnum:10000037", + "urn:oclc:NYPG001000017-C", + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Guitar)" + ], + "titleDisplay": [ + "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." + ], + "uri": "b10000037", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000037" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" + ], + "physicalLocation": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "uri": "i10942040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433032841482" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841482" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_score": 0, + "_source": { + "extent": [ + "4, 160 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit, with verse and prose translations in Hindi; prefatory matter in Hindi or Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Himācala Kalā-Saṃskrti-Bhāṣā Akādamī" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "76900772" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Prarthi, Lall Chand, 1916-" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000018-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "nypl:Bnumber", + "value": "10000038" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-B" + }, + { + "type": "bf:Lccn", + "value": "76900772" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100018" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200037" + } + ], + "updatedAt": 1711083015969, + "publicationStatement": [ + "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:bnum:10000038", + "urn:oclc:NYPG001000018-B", + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- India -- Himachal Pradesh." + ], + "titleDisplay": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana / mukhya sampādaka Lāla Canda Prārthī ; sampādaka maṇḍala, Manasā Rāma Śarmā 'Arūṇa'...[et al.]." + ], + "uri": "b10000038", + "lccClassification": [ + "PK3800.H52 R7" + ], + "placeOfPublication": [ + "Śimalā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000038" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" + ], + "physicalLocation": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "uri": "i13783788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "bf:Barcode", + "value": "33433058153572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_score": 0, + "_source": { + "extent": [ + "49 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Five sonatas for pianoforte" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Oberdoerffer, Fritz." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000018-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000039" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters no. 66799. C.F. Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100568" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200038" + } + ], + "uniformTitle": [ + "Sonatas, piano. Selections" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:bnum:10000039", + "urn:oclc:NYPG001000018-C", + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." + ], + "uri": "b10000039", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatas" + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000039" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" + ], + "physicalLocation": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "uri": "i10942041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032842100" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842100" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_score": 0, + "_source": { + "extent": [ + "146 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], + "idLccn": [ + "78913375" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000019-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "nypl:Bnumber", + "value": "10000040" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-B" + }, + { + "type": "bf:Lccn", + "value": "78913375" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100019" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200039" + } + ], + "updatedAt": 1711606511675, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:bnum:10000040", + "urn:oclc:NYPG001000019-B", + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "titleDisplay": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār. Āciriyar Pulavar Aracu." + ], + "uri": "b10000040", + "lccClassification": [ + "PL4758.9.K223 Z83" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000040" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" + ], + "physicalLocation": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "uri": "i13783789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "bf:Barcode", + "value": "33433061301622" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301622" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_score": 0, + "_source": { + "extent": [ + "1 score (23 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 5 clarinets.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Woodwind quintets (Clarinets (5))", + "Woodwind quintets (Clarinets (5)) -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Primavera" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Encounter" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Usher, Julia." + ], + "idLccn": [ + "81770739" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Julia Usher", + "idOclc": [ + "NYPG001000019-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000041" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-C" + }, + { + "type": "bf:Lccn", + "value": "81770739" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100569" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200040" + } + ], + "updatedAt": 1711567835800, + "publicationStatement": [ + "London : Primavera, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:bnum:10000041", + "urn:oclc:NYPG001000019-C", + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Woodwind quintets (Clarinets (5)) -- Scores." + ], + "titleDisplay": [ + "Encounter / Julia Usher." + ], + "uri": "b10000041", + "lccClassification": [ + "M557.2.U8 E5" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Greeting -- Circular argument -- Escape." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000041" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" + ], + "physicalLocation": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "uri": "i10942042", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032709291" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709291" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_score": 0, + "_source": { + "extent": [ + "2, 108 p." + ], + "note": [ + { + "noteType": "Language", + "label": "Hindi and Sanskrit: pref. in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Advaita", + "Vedanta" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Devabhāṣā Prakāśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "1972" + ], + "title": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "72902870" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Brahmashram, Śwami, 1915-" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000020-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "nypl:Bnumber", + "value": "10000042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-B" + }, + { + "type": "bf:Lccn", + "value": "72902870" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100020" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200041" + } + ], + "uniformTitle": [ + "Mahābhārata. Sanatsugātīya." + ], + "dateEndYear": [ + 1972 + ], + "updatedAt": 1711293892981, + "publicationStatement": [ + "Prayāga, Devabhāṣā Prakāśana, Samvat 2028, i.e. 1971 or 2]" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:bnum:10000042", + "urn:oclc:NYPG001000020-B", + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Advaita.", + "Vedanta." + ], + "titleDisplay": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita. Vyākhyātā Svāmī Brahmāśrama." + ], + "uri": "b10000042", + "lccClassification": [ + "B132.V3 M264" + ], + "placeOfPublication": [ + "Prayāga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" + ], + "physicalLocation": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "uri": "i13783790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "bf:Barcode", + "value": "33433058618392" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058618392" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (28 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 2 flutes, 2 oboes, 2 clarinets, 2 horns, and 2 bassoons.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 5:00-6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: D.15 579.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Wind ensembles", + "Wind ensembles -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Doblinger" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Capriccio : für 10 Blasinstrumente" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Eröd, Iván." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000020-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "nypl:Bnumber", + "value": "10000043" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-C" + }, + { + "type": "bf:Identifier", + "value": "Stp. 410 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "D.15 579 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100570" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200042" + } + ], + "updatedAt": 1711115789595, + "publicationStatement": [ + "Wien : Verlag Doblinger, c1980." + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:bnum:10000043", + "urn:oclc:NYPG001000020-C", + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wind ensembles -- Scores." + ], + "titleDisplay": [ + "Capriccio : für 10 Blasinstrumente / Iván Eröd." + ], + "uri": "b10000043", + "placeOfPublication": [ + "Wien" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000043" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" + ], + "physicalLocation": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "uri": "i10000010", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "bf:Barcode", + "value": "33433004744128" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433004744128" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_score": 0, + "_source": { + "extent": [ + "[99] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Biographies of Khri-chen Byaṅ-chub-chos-ʼphel and Śel-dkar Bla-ma Saṅs-rgyas-bstan-ʼphel.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from prints from blocks from Lhasa and Śel-dkar Dgaʼ-ldan-legs-bśad-gliṅ.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884", + "Lamas", + "Lamas -- Tibet", + "Lamas -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ngawang Sopa" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel" + ], + "shelfMark": [ + "*OZ+ 82-2361" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Rgal-dbaṅ Chos-rje Blo-bzaṅ-ʼphrin-las-rnam-rgyal, active 1840-1860." + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "77901316" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ngag-dbang-blo-bzang-rgya-mtsho, Dalai Lama V, 1617-1682." + ], + "dateStartYear": [ + 1976 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "nypl:Bnumber", + "value": "10000044" + }, + { + "type": "bf:Lccn", + "value": "77901316" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100021" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200043" + } + ], + "idOclc": [ + "NYPG001000021-B" + ], + "holdings": [], + "updatedAt": 1674870752089, + "publicationStatement": [ + "New Delhi : Ngawang Sopa, 1976." + ], + "identifier": [ + "urn:bnum:10000044", + "urn:lccn:77901316", + "urn:oclc:NYPG001000021-B", + "urn:undefined:NNSZ00100021", + "urn:undefined:(WaOLN)nyp0200043" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838.", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884.", + "Lamas -- Tibet -- Biography." + ], + "titleDisplay": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel / by Dar-han Mkhan-sprul Blo-bzaṅ-ʼphrin-las-rnam-rgyal. Bkaʼ-gdams bstan-paʼi mdzod-ʼdzin Rje-btsun Bla-ma Saṅs-rgyas-bstan-ʼphel dpal-bzaṅ-poʼi rnam par thar pa dad ldan yid kyi dgaʼ ston : the biography of Saṅs-rgyas-bstan-ʼphel of Śel-dkar / by Śel-dkar Bkaʼ-ʼgyur Bla-ma Ṅag-dbaṅ-blo-bzaṅ-bstan-ʼdzin-tshul-khrims-rgyal-mtshan." + ], + "uri": "b10000044", + "lccClassification": [ + "BQ942.Y367 R47 1976" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000044" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433015080645" + ], + "physicalLocation": [ + "*OZ+ 82-2361" + ], + "shelfMark_sort": "a*OZ+ 82-002361", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000011", + "shelfMark": [ + "*OZ+ 82-2361" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "bf:Barcode", + "value": "33433015080645" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080645" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_score": 0, + "_source": { + "extent": [ + "12 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Violin music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sole selling agents, Or-Tav" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Thoughts & feelings : for violin solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], + "idLccn": [ + "80770813" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Joachim Stutschewsky", + "idOclc": [ + "NYPG001000021-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "nypl:Bnumber", + "value": "10000045" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-C" + }, + { + "type": "bf:Lccn", + "value": "80770813" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100571" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200044" + } + ], + "updatedAt": 1711551616246, + "publicationStatement": [ + "Tel-Aviv : Sole selling agents, Or-Tav, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:bnum:10000045", + "urn:oclc:NYPG001000021-C", + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Violin music." + ], + "titleDisplay": [ + "Thoughts & feelings : for violin solo / Joachim Stutschewsky." + ], + "uri": "b10000045", + "lccClassification": [ + "M42 .S" + ], + "placeOfPublication": [ + "Tel-Aviv" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000045" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" + ], + "physicalLocation": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "uri": "i10942043", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "bf:Barcode", + "value": "33433032707568" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032707568" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_score": 0, + "_source": { + "extent": [ + "[83] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Kye rdor rnam bśad.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from tracing and manuscripts from the library of Mkhan-po Rin-chen by Trayang and Jamyang Samten.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456", + "Tripiṭaka.", + "Tripiṭaka. -- Commentaries", + "Sa-skya-pa lamas", + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Trayang and Jamyang Samten" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], + "idLccn": [ + "77900893" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sangs-rgyas-phun-tshogs, Ngor-chen, 1649-1705." + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000022-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "nypl:Bnumber", + "value": "10000046" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-B" + }, + { + "type": "bf:Lccn", + "value": "77900893" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100022" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200045" + } + ], + "updatedAt": 1711147554676, + "publicationStatement": [ + "New Delhi : Trayang and Jamyang Samten, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:bnum:10000046", + "urn:oclc:NYPG001000022-B", + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", + "Tripiṭaka. -- Commentaries.", + "Sa-skya-pa lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra / by Sde-dge Yab-chen Tshe-dbaṅ-rdo-rje-rig-ʼdzin alias Byams-pa-kun-dgaʼ-bstan-paʼi-rgyal-mtshan. Rgyal ba Rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas : the life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po / by Ṅor-chen Saṅs-rgyas-phun-tshogs." + ], + "uri": "b10000046", + "lccClassification": [ + "BG974.0727 T75" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rgyal ba rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas.", + "Detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra.", + "Life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000046" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" + ], + "physicalLocation": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "uri": "i10000012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "bf:Barcode", + "value": "33433015080413" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080413" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_score": 0, + "_source": { + "extent": [ + "1 score (30 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"This work was written between 14 March and 1 May, 1979\"--verso t.p.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 15 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vocalises (High voice) with instrumental ensemble", + "Vocalises (High voice) with instrumental ensemble -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770634" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000022-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "nypl:Bnumber", + "value": "10000047" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-C" + }, + { + "type": "bf:Lccn", + "value": "81770634" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100572" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200046" + } + ], + "uniformTitle": [ + "Vocalise, soprano, instrumental ensemble, op. 38" + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:bnum:10000047", + "urn:oclc:NYPG001000022-C", + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vocalises (High voice) with instrumental ensemble -- Scores." + ], + "titleDisplay": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello / Francis Routh." + ], + "uri": "b10000047", + "lccClassification": [ + "M1613.3 .R8 op.38" + ], + "placeOfPublication": [ + "London, England (Arlington Park House, London W4)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vocalise, op. 38" + ], + "dimensions": [ + "38 cm." + ] + }, + "sort": [ + 0, + "b10000047" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" + ], + "physicalLocation": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "uri": "i10942044", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "bf:Barcode", + "value": "33433032842233" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842233" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_score": 0, + "_source": { + "extent": [ + "[150] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a MS. preserved at Pha-lo-ldiṅ Monastery in Bhutan.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Buddhism", + "Buddhism -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kunzang Topgey" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "76901012" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000023-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "nypl:Bnumber", + "value": "10000048" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-B" + }, + { + "type": "bf:Lccn", + "value": "76901012" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100023" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200047" + } + ], + "updatedAt": 1711479031405, + "publicationStatement": [ + "Thimphu : Kunzang Topgey, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:bnum:10000048", + "urn:oclc:NYPG001000023-B", + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Buddhism -- Rituals." + ], + "titleDisplay": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "uri": "b10000048", + "lccClassification": [ + "BQ7695 .B55" + ], + "placeOfPublication": [ + "Thimphu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 38 cm." + ] + }, + "sort": [ + 0, + "b10000048" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" + ], + "physicalLocation": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "uri": "i10000013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "bf:Barcode", + "value": "33433015080439" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080439" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_score": 0, + "_source": { + "extent": [ + "1 score (105 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 25 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Symphony, op. 26 : full score" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770641" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000023-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "nypl:Bnumber", + "value": "10000049" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-C" + }, + { + "type": "bf:Lccn", + "value": "81770641" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100573" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200048" + } + ], + "uniformTitle": [ + "Symphony, op. 26" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:bnum:10000049", + "urn:oclc:NYPG001000023-C", + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "Symphony, op. 26 : full score / Francis Routh." + ], + "uri": "b10000049", + "lccClassification": [ + "M1001 .R8615 op.26" + ], + "placeOfPublication": [ + "London (Arlington Park House, London W4 4HD)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Symphony, op. 26" + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000049" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" + ], + "physicalLocation": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "uri": "i10942045", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "bf:Barcode", + "value": "33433032842241" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842241" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_score": 0, + "_source": { + "extent": [ + "[188] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a print from the early 16th century western Tibetan blocks by Urgyan Dorje.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", + "Spiritual life", + "Spiritual life -- Buddhism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Urgyan Dorje" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], + "idLccn": [ + "76901747" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000024-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "nypl:Bnumber", + "value": "10000050" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-B" + }, + { + "type": "bf:Lccn", + "value": "76901747" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100024" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200049" + } + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "New Delhi : Urgyan Dorje, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:bnum:10000050", + "urn:oclc:NYPG001000024-B", + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", + "Spiritual life -- Buddhism." + ], + "titleDisplay": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "uri": "b10000050", + "lccClassification": [ + "BQ942.A187 A35 1976" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000050" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" + ], + "physicalLocation": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "uri": "i10000014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "bf:Barcode", + "value": "33433015080421" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080421" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_score": 0, + "_source": { + "extent": [ + "score (64 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Samfundet til udgivelse af dansk musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" + ], + "shelfMark": [ + "JMG 83-75" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Christiansen, Henning." + ], + "idLccn": [ + "78770955" + ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "creatorModifiedName": "Henning Christiansen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "nypl:Bnumber", + "value": "10000051" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-C" + }, + { + "type": "bf:Lccn", + "value": "78770955" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100574" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200050" + } + ], + "idOclc": [ + "NYPG001000024-C" + ], + "uniformTitle": [ + "Symphony, no. 2, op. 69c", + "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "København : Samfundet til udgivelse af dansk musik, 1977." + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:bnum:10000051", + "urn:oclc:NYPG001000024-C", + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972 / Henning Christiansen." + ], + "uri": "b10000051", + "lccClassification": [ + "M1001 .C533 op.69c" + ], + "placeOfPublication": [ + "København" + ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "37 cm." + ] + }, + "sort": [ + 0, + "b10000051" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" + ], + "physicalLocation": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-75" + ], + "uri": "i10942046", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "bf:Barcode", + "value": "33433032842191" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842191" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_score": 0, + "_source": { + "extent": [ + "[247] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Gu ruʼi rnam thar ṅo tshar phun tshogs rgya mtsho.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Padma Sambhava, approximately 717-approximately 762", + "Lamas", + "Lamas -- China", + "Lamas -- China -- Tibet", + "Lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sherab Gyaltshen Lama" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Bkra-śis-stobs-rgyal, Byaṅ-bdag." + ], + "idLccn": [ + "76900205" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000025-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "nypl:Bnumber", + "value": "10000052" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-B" + }, + { + "type": "bf:Lccn", + "value": "76900205" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100025" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200051" + } + ], + "updatedAt": 1711606513881, + "publicationStatement": [ + "Gangtog : Sherab Gyaltshen Lama, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:bnum:10000052", + "urn:oclc:NYPG001000025-B", + "urn:lccn:76900205", + "urn:identifier:NNSZ00100025", + "urn:identifier:(WaOLN)nyp0200051" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Padma Sambhava, approximately 717-approximately 762.", + "Lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born / by Byaṅ-bdag Bkra-śis-stobs-rgyal." + ], + "uri": "b10000052", + "lccClassification": [ + "BQ7950.P327 B55 1976" + ], + "placeOfPublication": [ + "Gangtog" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "27 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000052" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:barcode:33433015080447" + ], + "physicalLocation": [ + "*OZ+ 82-2383" + ], + "shelfMark_sort": "a*OZ+ 82-002383", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "uri": "i10000015", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "bf:Barcode", + "value": "33433015080447" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080447" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_score": 0, + "_source": { + "extent": [ + "1 score (160 p.) ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Motion picture music", + "Motion picture music -- Excerpts, Arranged", + "Popular music", + "Popular music -- United States", + "Popular music -- United States -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Warner Bros. Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000025-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000053" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100575" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200052" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York, NY : Warner Bros. Publications, [1982?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:bnum:10000053", + "urn:oclc:NYPG001000025-C", + "urn:identifier:NNSZ00100575", + "urn:identifier:(WaOLN)nyp0200052" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Motion picture music -- Excerpts, Arranged.", + "Popular music -- United States -- Scores." + ], + "titleDisplay": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "uri": "b10000053", + "placeOfPublication": [ + "New York, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Chariots of fire -- Arthur's theme (Best that you can do) -- Fame -- Evergreen (Love theme from A star is born) -- Days of wine and roses -- The Continental (You kiss while you're dancing) -- My own true love -- The summer knows (Theme from Summer of '42) -- All the way -- High hopes -- We may never love like this again -- Secret love -- An American in Paris -- Rhapsody in blue -- As time goes by -- Can you read my mind? (Love theme from Superman) -- Lullaby of Broadway -- Jeepers creepers -- From here to eternity -- Night and day -- Down here on the ground -- Out here on my own -- A time for love -- The high and the mighty -- Love me or leave me -- Blues in the night (My mama done tol' me) -- Gonna build a mountain -- Mule train -- Intermezzo (A love story) -- Theme from Blazing saddles -- With a song in my heart -- Three little words -- Where is love? -- (Love is) The tender trap -- A very precious love -- Oliver! -- What kind of fool am I? -- Some Sunday morning -- Walk on the wild side -- That night (Theme from The fox) -- Pocketful of miracles -- They're either too young or too old -- Song from \"10\" (It's easy to say) -- Picnic -- Sweet dreams, sweetheart -- This land is your land -- Theme from Superman -- Remember me? -- Who's afraid -- The hanging tree -- The cowboy and the lady -- Strike up the band! -- A gal in calico -- My wild Irish rose -- It's magic." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000053" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:barcode:33433076622293" + ], + "physicalLocation": [ + "JNG 83-5" + ], + "shelfMark_sort": "aJNG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:57||printed music limited circ MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "uri": "i13783791", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433076622293" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433076622293" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:57", + "label": "printed music limited circ MaRLI" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_score": 0, + "_source": { + "extent": [ + "[161] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a one volume collection of the writings from the library of Rtogs-ldan Rin-po-che of Sgaṅ-sṅon.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBri-gung-pa (Sect)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tsondu Senghe" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBri-gung Chos-rje ʼJig-rten-mgon-po, 1143-1217." + ], + "idLccn": [ + "77900734" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000026-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "nypl:Bnumber", + "value": "10000054" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000026-B" + }, + { + "type": "bf:Lccn", + "value": "77900734" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100026" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200053" + } + ], + "updatedAt": 1711121709621, + "publicationStatement": [ + "Bir, H.P. : Tsondu Senghe, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:bnum:10000054", + "urn:oclc:NYPG001000026-B", + "urn:lccn:77900734", + "urn:identifier:NNSZ00100026", + "urn:identifier:(WaOLN)nyp0200053" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBri-gung-pa (Sect)" + ], + "titleDisplay": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "uri": "b10000054", + "lccClassification": [ + "BQ7684 .B74 1976" + ], + "placeOfPublication": [ + "Bir, H.P." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000054" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:barcode:33433015080454" + ], + "physicalLocation": [ + "*OZ+ 82-2384" + ], + "shelfMark_sort": "a*OZ+ 82-002384", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "uri": "i10000016", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "bf:Barcode", + "value": "33433015080454" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080454" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-35d68f33793bfb9d2fbdba771c57e684.json b/test/fixtures/query-35d68f33793bfb9d2fbdba771c57e684.json new file mode 100644 index 00000000..69ec0d1e --- /dev/null +++ b/test/fixtures/query-35d68f33793bfb9d2fbdba771c57e684.json @@ -0,0 +1,21 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-387cd36e697980db9c6df08559fb18ad.json b/test/fixtures/query-387cd36e697980db9c6df08559fb18ad.json new file mode 100644 index 00000000..ae4120d5 --- /dev/null +++ b/test/fixtures/query-387cd36e697980db9c6df08559fb18ad.json @@ -0,0 +1,678 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_score": 15.560745, + "_source": { + "extent": [ + "2 v. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "Vol. 1 has added t.p.: The Table book ... Every Saturday.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Originally published weekly, from Jan. 1827 to Jan. 1828 (55 nos.-including indexes)", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Library's copy lacks added t.p.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Published for W. Hone, by Hunt and Clarke" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1827 + ], + "dateEndString": [ + "1828" + ], + "title": [ + "The table book" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-498" + ], + "numItemVolumesParsed": [ + 4 + ], + "createdString": [ + "1827" + ], + "creatorLiteral": [ + "Hone, William, 1780-1842." + ], + "idLccn": [ + "35038534" + ], + "numElectronicResources": [ + 4 + ], + "dateStartYear": [ + 1827 + ], + "creatorModifiedName": "William Hone", + "idOclc": [ + "NYPG012000337-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-498" + }, + { + "type": "nypl:Bnumber", + "value": "10011374" + }, + { + "type": "nypl:Oclc", + "value": "NYPG012000337-B" + }, + { + "type": "bf:Lccn", + "value": "35038534" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01213343" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211346" + } + ], + "dateEndYear": [ + 1828 + ], + "updatedAt": 1711336788087, + "publicationStatement": [ + "London, Published for W. Hone, by Hunt and Clarke, 1827-1828." + ], + "identifier": [ + "urn:shelfmark:JFE 86-498", + "urn:bnum:10011374", + "urn:oclc:NYPG012000337-B", + "urn:lccn:35038534", + "urn:identifier:NNSZ01213343", + "urn:identifier:(WaOLN)nyp0211346" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1827" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "The table book, by William Hone." + ], + "uri": "b10011374", + "lccClassification": [ + "AC4 .H65" + ], + "electronicResources": [ + { + "label": "Full text available via HathiTrust--v. 1", + "url": "http://hdl.handle.net/2027/nyp.33433057532081" + }, + { + "label": "Full text available via HathiTrust--v. 2", + "url": "http://hdl.handle.net/2027/nyp.33433057532339" + }, + { + "label": "Full text available via HathiTrust--v. 1", + "url": "http://hdl.handle.net/2027/nyp.33433067332548" + }, + { + "label": "Full text available via HathiTrust--v. 2", + "url": "http://hdl.handle.net/2027/nyp.33433067332555" + } + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-498 v. 2", + "urn:barcode:33433057532339" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-498" + ], + "shelfMark_sort": "aJFE 86-498 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-498 v. 2" + ], + "uri": "i13785802", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-498 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433057532339" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433057532339" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*AY (Hone, W. Table book) v. 2", + "urn:barcode:33433067332555" + ], + "physicalLocation": [ + "*AY (Hone, W. Table book)" + ], + "shelfMark_sort": "a*AY (Hone, W. Table book) v. 000002", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*AY (Hone, W. Table book) v. 2" + ], + "uri": "i14747243", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*AY (Hone, W. Table book) v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433067332555" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433067332555" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-498 v. 1", + "urn:barcode:33433057532081" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-498" + ], + "shelfMark_sort": "aJFE 86-498 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-498 v. 1" + ], + "uri": "i10005487", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-498 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433057532081" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433057532081" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*AY (Hone, W. Table book) v. 1", + "urn:barcode:33433067332548" + ], + "physicalLocation": [ + "*AY (Hone, W. Table book)" + ], + "shelfMark_sort": "a*AY (Hone, W. Table book) v. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*AY (Hone, W. Table book) v. 1" + ], + "uri": "i10005488", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*AY (Hone, W. Table book) v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433067332548" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433067332548" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal92||Schwarzman Building M2 - General Research Room 315", + "doc_count": 2 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 2 + } + ] + } + }, + "item_format": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 4 + } + ] + } + }, + "item_status": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 4 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-3af324167ba414fdc93d9653363b3467.json b/test/fixtures/query-3af324167ba414fdc93d9653363b3467.json new file mode 100644 index 00000000..28e02584 --- /dev/null +++ b/test/fixtures/query-3af324167ba414fdc93d9653363b3467.json @@ -0,0 +1,11993 @@ +{ + "body": { + "took": 17, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1129, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b20970375", + "_score": 3846.9688, + "_source": { + "extent": [ + "119 pages : illustrations (color) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toast (Bread)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Phaidon Press Limited" + ], + "description": [ + "The ultimate canvas for sweet and savory culinary creativity. 50 seasonal recipes that reimagine the \"bread and butter\" of cuisine with simple ingredients in surprising ways. Easy enough for breakfast, yet suitable for brunch, lunch, dinner and even dessert, the possibilities of heaping beautiful seasonal ingredients on bread are limitless. Toast guides home chefs as they explore home cuisine's ultimate creative canvas. Organized by season, Toast features 50 recipes from savory to sweet that unleash the power of fresh ingredients and simple techniques guaranteed to impress and satisfy any kitchen audience on any occasion." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2015 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast" + ], + "shelfMark": [ + "JFF 16-815" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2015" + ], + "creatorLiteral": [ + "Pelzel, Raquel" + ], + "idLccn": [ + "2015473840" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sung, Evan" + ], + "dateStartYear": [ + 2015 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 16-815" + }, + { + "type": "nypl:Bnumber", + "value": "20970375" + }, + { + "type": "bf:Isbn", + "value": "9780714869551" + }, + { + "type": "bf:Isbn", + "value": "0714869554" + }, + { + "type": "nypl:Oclc", + "value": "915941587" + }, + { + "type": "bf:Lccn", + "value": "2015473840" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)915941587" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)905521916" + } + ], + "idOclc": [ + "915941587" + ], + "updatedAt": 1711458034739, + "publicationStatement": [ + "London : Phaidon Press Limited, 2015.", + "©2015" + ], + "identifier": [ + "urn:shelfmark:JFF 16-815", + "urn:bnum:20970375", + "urn:isbn:9780714869551", + "urn:isbn:0714869554", + "urn:oclc:915941587", + "urn:lccn:2015473840", + "urn:identifier:(OCoLC)915941587", + "urn:identifier:(OCoLC)905521916" + ], + "genreForm": [ + "Cookbooks." + ], + "idIsbn": [ + "9780714869551", + "0714869554" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2015" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toast (Bread)" + ], + "titleDisplay": [ + "Toast / by Raquel Pelzel ; photographs by Evan Sung." + ], + "uri": "b20970375", + "placeOfPublication": [ + "London" + ], + "titleAlt": [ + "Toast : the cookbook" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm" + ], + "idIsbn_clean": [ + "9780714869551", + "0714869554" + ] + }, + "sort": [ + 3846.9688, + "b20970375" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b20970375", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFF 16-815", + "urn:barcode:33433118568447" + ], + "physicalLocation": [ + "JFF 16-815" + ], + "shelfMark_sort": "aJFF 16-000815", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 16-815" + ], + "uri": "i34162229", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 16-815" + }, + { + "type": "bf:Barcode", + "value": "33433118568447" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433118568447" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb2817873", + "_score": 3765.0447, + "_source": { + "extent": [ + "191 p. ;" + ], + "nyplSource": [ + "recap-pul" + ], + "publisherLiteral": [ + "Wydawn. Literackie" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "createdYear": [ + 1967 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast" + ], + "shelfMark": [ + "PG7158.H43" + ], + "creatorLiteral": [ + "Hen, Józef." + ], + "createdString": [ + "1967" + ], + "dateStartYear": [ + 1967 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PG7158.H43" + }, + { + "type": "nypl:Bnumber", + "value": "2817873" + }, + { + "type": "nypl:Oclc", + "value": "ocm10101466" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm10101466" + } + ], + "idOclc": [ + "ocm10101466" + ], + "holdings": [], + "updatedAt": 1652147205024, + "publicationStatement": [ + "Kraków : Wydawn. Literackie, 1967." + ], + "identifier": [ + "urn:bnum:2817873", + "urn:oclc:ocm10101466", + "urn:undefined:(OCoLC)ocm10101466" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast / Józef Hen." + ], + "uri": "pb2817873", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Kraków" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 3765.0447, + "pb2817873" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb2817873", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101075229904" + ], + "physicalLocation": [ + "PG7158.H43T637 1967" + ], + "shelfMark_sort": "aPG7158.H43T637 001967", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "pi5571886", + "shelfMark": [ + "PG7158.H43T637 1967" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PG7158.H43T637 1967" + }, + { + "type": "bf:Barcode", + "value": "32101075229904" + } + ], + "idBarcode": [ + "32101075229904" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "PA" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb2847934", + "_score": 3765.0447, + "_source": { + "extent": [ + "103 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"First performed at the Royal Court Theatre Upstairs ... on 12th February 1999.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "publisherLiteral": [ + "Oberon" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1999 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast" + ], + "creatorLiteral": [ + "Bean, Richard, 1956-" + ], + "createdString": [ + "1999" + ], + "dateStartYear": [ + 1999 + ], + "creatorModifiedName": "Richard Bean", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "2847934" + }, + { + "type": "bf:Isbn", + "value": "1840021047" + }, + { + "type": "bf:Identifier", + "value": "(CStRLIN)GAEGO42263032-B" + }, + { + "type": "bf:Identifier", + "value": "(GEU)(Sirsi)o42263032" + } + ], + "holdings": [], + "updatedAt": 1655841488336, + "publicationStatement": [ + "London : Oberon, 1999." + ], + "identifier": [ + "urn:bnum:2847934", + "urn:isbn:1840021047", + "urn:undefined:(CStRLIN)GAEGO42263032-B", + "urn:undefined:(GEU)(Sirsi)o42263032" + ], + "idIsbn": [ + "1840021047" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast / by Richard Bean." + ], + "uri": "pb2847934", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "1840021047" + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 3765.0447, + "pb2847934" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb2847934", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101095377683" + ], + "physicalLocation": [ + "PR6052.E176 T627 1999" + ], + "shelfMark_sort": "aPR6052.E176 T627 001999", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "pi2440892", + "shelfMark": [ + "PR6052.E176 T627 1999" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR6052.E176 T627 1999" + }, + { + "type": "bf:Barcode", + "value": "32101095377683" + } + ], + "idBarcode": [ + "32101095377683" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "PA" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b17982563", + "_score": 3661.4797, + "_source": { + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Artists' books" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + null + ], + "title": [ + "Toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "MEMZ (Featheringill) 09-981" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + " " + ], + "creatorLiteral": [ + "Featheringill, Julia." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + null + ], + "creatorModifiedName": "Julia Featheringill", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "MEMZ (Featheringill) 09-981" + }, + { + "type": "nypl:Bnumber", + "value": "17982563" + } + ], + "updatedAt": 1712870065425, + "publicationStatement": [ + "Ithaca, NY: Julia Featheringill, 2001" + ], + "genreForm": [ + "Artists' books." + ], + "identifier": [ + "urn:shelfmark:MEMZ (Featheringill) 09-981", + "urn:bnum:17982563" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + " " + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Artists' books." + ], + "titleDisplay": [ + "Toast" + ], + "uri": "b17982563", + "placeOfPublication": [ + "Ithaca, NY: Julia Featheringill, 2001" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 3661.4797, + "b17982563" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b17982563", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:p||Permit needed" + ], + "owner": [ + { + "id": "orgs:1112", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Print Collection" + } + ], + "identifier": [ + "urn:shelfmark:MEMZ (Featheringill) 09-981" + ], + "physicalLocation": [ + "MEMZ (Featheringill) 09-981" + ], + "shelfMark_sort": "aMEMZ (Featheringill) 09-000981", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:p", + "label": "Permit needed" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Featheringill%2C+Julia.&CallNumber=MEMZ+%28Featheringill%29+09-981&Date=++++&Form=30&Genre=book+non-circ&ItemInfo1=Permit+needed&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db17982563&ItemISxN=i174467412&ItemPlace=Ithaca%2C+NY%3A+Julia+Featheringill%2C+2001&Location=Schwarzman+Prints+and+Photographs+Division&ReferenceNumber=b17982563x&Site=SASPR&Title=Toast" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "MEMZ (Featheringill) 09-981" + ], + "uri": "i17446741", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "MEMZ (Featheringill) 09-981" + } + ], + "holdingLocation_packed": [ + "loc:mauu2||Schwarzman Building - Print Collection Room 308" + ], + "owner_packed": [ + "orgs:1112||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Print Collection" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mauu2", + "label": "Schwarzman Building - Print Collection Room 308" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11361121", + "_score": 3659.92, + "_source": { + "extent": [ + "191 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wydawnictwo Literackie" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*QPM 90-2088" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Hen, Józef." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG89-B29663" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*QPM 90-2088" + }, + { + "type": "nypl:Bnumber", + "value": "11361121" + }, + { + "type": "nypl:Oclc", + "value": "NYPG89-B29663" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1369053" + } + ], + "updatedAt": 1712114351472, + "publicationStatement": [ + "Krakow : Wydawnictwo Literackie, 1974." + ], + "identifier": [ + "urn:shelfmark:*QPM 90-2088", + "urn:bnum:11361121", + "urn:oclc:NYPG89-B29663", + "urn:identifier:(WaOLN)nyp1369053" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast / Józef Hen." + ], + "uri": "b11361121", + "placeOfPublication": [ + "Krakow" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 3659.92, + "b11361121" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11361121", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*QPM 90-2088", + "urn:barcode:33433044323693" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*QPM 90-2088" + ], + "shelfMark_sort": "a*QPM 90-002088", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*QPM 90-2088" + ], + "uri": "i13172719", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*QPM 90-2088" + }, + { + "type": "bf:Barcode", + "value": "33433044323693" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433044323693" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b17759113", + "_score": 3655.8032, + "_source": { + "extent": [ + "1 film reel (12 min.) : sd., col. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Originally released as a short film in 1974.", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Narration, Michael Ryan ; music, Klaus Schulze, Achim Reichel, Kraftwerk.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Fuel", + "Energy conservation" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[s.n.]" + ], + "description": [ + "Focuses on the excessive use of fossil fuels in the preparation and marketing of food by tracing the production and distribution of a loaf of bread from the oil well to consumption. Also illustrates the concept of net energy profit." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Toast" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1974" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Hoffman, Daniel.", + "Earth Chronicles (Firm)" + ], + "dateStartYear": [ + 1974 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "17759113" + } + ], + "updatedAt": 1712870018139, + "publicationStatement": [ + "[S.l.] : [s.n.], 1974." + ], + "genreForm": [ + "Short films.", + "Educational films." + ], + "identifier": [ + "urn:bnum:17759113" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:mov", + "label": "Moving image" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Fuel.", + "Energy conservation." + ], + "titleDisplay": [ + "Toast [motion picture] / Earth Chronicles presents ; a film by Daniel Hoffman ... [et al.]." + ], + "uri": "b17759113", + "placeOfPublication": [ + "[S.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "16 mm." + ] + }, + "sort": [ + 3655.8032, + "b17759113" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b17759113", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:a||By appointment only" + ], + "identifier": [ + "urn:shelfmark:M16 5213 T C.1 REEL 1 OF 1 C.1 REEL 1 OF 1", + "urn:barcode:33433081452009" + ], + "physicalLocation": [ + "M16 5213 T C.1 REEL 1 OF 1" + ], + "shelfMark_sort": "aM16 5213 T C.1 REEL 1 OF 1 C.1 REEL 1 OF 000001", + "catalogItemType_packed": [ + "catalogItemType:72||rfvc - film" + ], + "accessMessage": [ + { + "id": "accessMessage:a", + "label": "By appointment only" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=M16+5213+T+C.1+REEL+1+OF+1&Date=1974&Form=30&Genre=rfvc+-+film&ItemInfo1=By+appointment+only&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db17759113&ItemISxN=i239658231&ItemNumber=33433081452009&ItemPlace=%5BS.l.%5D&ItemPublisher=%5Bs.n.%5D%2C+1974.&ItemVolume=C.1+REEL+1+OF+1&Location=ReCAP&ReferenceNumber=b177591134&Site=LPARF&SubLocation=rcpr8&Title=Toast" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M16 5213 T C.1 REEL 1 OF 1 C.1 REEL 1 OF 1" + ], + "uri": "i23965823", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M16 5213 T C.1 REEL 1 OF 1 C.1 REEL 1 OF 1" + }, + { + "type": "bf:Barcode", + "value": "33433081452009" + } + ], + "holdingLocation_packed": [ + "loc:rcpr8||Offsite" + ], + "enumerationChronology": [ + "C.1 REEL 1 OF 1" + ], + "idBarcode": [ + "33433081452009" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:72", + "label": "rfvc - film" + } + ], + "formatLiteral": [ + "Moving image" + ], + "holdingLocation": [ + { + "id": "loc:rcpr8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NN" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb9928178733506421", + "_score": 3653.5134, + "_source": { + "extent": [ + "191 p. ;" + ], + "nyplSource": [ + "recap-pul" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wydawn. Literackie" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Toast" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Hen, Józef." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "ocm10101466", + "SCSB-944961" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "9928178733506421" + }, + { + "type": "nypl:Oclc", + "value": "ocm10101466" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-944961" + }, + { + "type": "bf:Identifier", + "value": "(NjP)2817873-princetondb" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm10101466" + }, + { + "type": "bf:Identifier", + "value": "(NjP)Voyager2817873" + } + ], + "updatedAt": 1696128431618, + "publicationStatement": [ + "Kraków : Wydawn. Literackie, 1967." + ], + "identifier": [ + "urn:bnum:9928178733506421", + "urn:oclc:ocm10101466", + "urn:oclc:SCSB-944961", + "urn:identifier:(NjP)2817873-princetondb", + "urn:identifier:(OCoLC)ocm10101466", + "urn:identifier:(NjP)Voyager2817873" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast / Józef Hen." + ], + "uri": "pb9928178733506421", + "placeOfPublication": [ + "Kraków" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 3653.5134, + "pb9928178733506421" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb9928178733506421", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "identifier": [ + "urn:shelfmark:PG7158.H43 T637 1967", + "urn:barcode:32101075229904" + ], + "physicalLocation": [ + "PG7158.H43 T637 1967" + ], + "shelfMark_sort": "aPG7158.H43 T637 001967", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "PG7158.H43 T637 1967" + ], + "uri": "pi23546661110006421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PG7158.H43 T637 1967" + }, + { + "type": "bf:Barcode", + "value": "32101075229904" + } + ], + "idBarcode": [ + "32101075229904" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "recapCustomerCode": [ + "PA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb9928479343506421", + "_score": 3653.5134, + "_source": { + "extent": [ + "103 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"First performed at the Royal Court Theatre Upstairs ... on 12th February 1999.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Oberon" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1999 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Bean, Richard, 1956-" + ], + "createdString": [ + "1999" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1999 + ], + "creatorModifiedName": "Richard Bean", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "9928479343506421" + }, + { + "type": "bf:Isbn", + "value": "1840021047" + }, + { + "type": "nypl:Oclc", + "value": "ocm53231811" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-964143" + }, + { + "type": "bf:Identifier", + "value": "(CStRLIN)GAEGO42263032-B" + }, + { + "type": "bf:Identifier", + "value": "(GEU)(Sirsi)o42263032" + }, + { + "type": "bf:Identifier", + "value": "(NjP)2847934-princetondb" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm53231811" + }, + { + "type": "bf:Identifier", + "value": "(NjP)Voyager2847934" + } + ], + "idOclc": [ + "ocm53231811", + "SCSB-964143" + ], + "holdings": [], + "updatedAt": 1692410724232, + "publicationStatement": [ + "London : Oberon, 1999." + ], + "identifier": [ + "urn:bnum:9928479343506421", + "urn:isbn:1840021047", + "urn:oclc:ocm53231811", + "urn:oclc:SCSB-964143", + "urn:undefined:(CStRLIN)GAEGO42263032-B", + "urn:undefined:(GEU)(Sirsi)o42263032", + "urn:undefined:(NjP)2847934-princetondb", + "urn:undefined:(OCoLC)ocm53231811", + "urn:undefined:(NjP)Voyager2847934" + ], + "idIsbn": [ + "1840021047" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast / by Richard Bean." + ], + "uri": "pb9928479343506421", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "1840021047" + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 3653.5134, + "pb9928479343506421" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb9928479343506421", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101095377683" + ], + "physicalLocation": [ + "PR6052.E176 T627 1999" + ], + "shelfMark_sort": "aPR6052.E176 T627 001999", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "pi23486469710006421", + "shelfMark": [ + "PR6052.E176 T627 1999" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR6052.E176 T627 1999" + }, + { + "type": "bf:Barcode", + "value": "32101095377683" + } + ], + "idBarcode": [ + "32101095377683" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "PA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990052336220203941", + "_score": 2079.113, + "_source": { + "extent": [ + "187 p." + ], + "note": [ + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wydawnictwo Literackie" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "title": [ + "Toast." + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Hen, Józef" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1964 + ], + "idOclc": [ + "7224766", + "SCSB-10588391" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990052336220203941" + }, + { + "type": "nypl:Oclc", + "value": "7224766" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-10588391" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)7224766" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)977353017" + } + ], + "updatedAt": 1707092059930, + "publicationStatement": [ + "Kraków, Wydawnictwo Literackie [1964]" + ], + "genreForm": [ + "Polish fiction" + ], + "identifier": [ + "urn:bnum:990052336220203941", + "urn:oclc:7224766", + "urn:oclc:SCSB-10588391", + "urn:identifier:(OCoLC)7224766", + "urn:identifier:(OCoLC)977353017" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast." + ], + "uri": "hb990052336220203941", + "lccClassification": [ + "PG7158.H43 T6" + ], + "placeOfPublication": [ + "Kraków" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 2079.113, + "hb990052336220203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990052336220203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "identifier": [ + "urn:shelfmark:Slav 7147.24.2110", + "urn:barcode:HNAASE" + ], + "physicalLocation": [ + "Slav 7147.24.2110" + ], + "shelfMark_sort": "aSlav 7147.24.002110", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Slav 7147.24.2110" + ], + "uri": "hi231942284890003941", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Slav 7147.24.2110" + }, + { + "type": "bf:Barcode", + "value": "HNAASE" + } + ], + "idBarcode": [ + "HNAASE" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "recapCustomerCode": [ + "HW" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13056591", + "_score": 650.64484, + "_source": { + "extent": [ + "[90] p." + ], + "note": [ + { + "noteType": "Note", + "label": "Text within colored ornamental border.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Brewer, Barse" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1909 + ], + "title": [ + "Toasts" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NANF (Waters, M. Toasts)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1909" + ], + "creatorLiteral": [ + "Ivers, Margaret." + ], + "idLccn": [ + "09013608" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1909 + ], + "creatorModifiedName": "Margaret Ivers", + "idOclc": [ + "5303838" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Waters, M. Toasts)" + }, + { + "type": "nypl:Bnumber", + "value": "13056591" + }, + { + "type": "nypl:Oclc", + "value": "5303838" + }, + { + "type": "bf:Lccn", + "value": "09013608" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3035194" + } + ], + "updatedAt": 1711433900004, + "publicationStatement": [ + "Chicago, Brewer, Barse [c1909]" + ], + "identifier": [ + "urn:shelfmark:NANF (Waters, M. Toasts)", + "urn:bnum:13056591", + "urn:oclc:5303838", + "urn:lccn:09013608", + "urn:identifier:(WaOLN)nyp3035194" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1909" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toasts, comp. by Margaret Waters." + ], + "uri": "b13056591", + "placeOfPublication": [ + "Chicago" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "16 cm." + ] + }, + "sort": [ + 650.64484, + "b13056591" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13056591", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NANF (Waters, M. Toasts)", + "urn:barcode:33433103910927" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NANF (Waters, M. Toasts)" + ], + "shelfMark_sort": "aNANF (Waters, M. Toasts)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NANF (Waters, M. Toasts)" + ], + "uri": "i16219980", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Waters, M. Toasts)" + }, + { + "type": "bf:Barcode", + "value": "33433103910927" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433103910927" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13055466", + "_score": 613.77527, + "_source": { + "extent": [ + "xviii, 299 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts", + "Anecdotes" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Edwardt J. Clode" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1923 + ], + "title": [ + "Toasts and anecdotes" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NANF (Kearney, P. W. Toasts and anecdotes)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1923" + ], + "creatorLiteral": [ + "Kearney, Paul W. (Paul William), 1896-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1923 + ], + "creatorModifiedName": "Paul Kearney", + "idOclc": [ + "7366274" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Kearney, P. W. Toasts and anecdotes)" + }, + { + "type": "nypl:Bnumber", + "value": "13055466" + }, + { + "type": "nypl:Oclc", + "value": "7366274" + } + ], + "updatedAt": 1711434319901, + "publicationStatement": [ + "New York, Edwardt J. Clode [c1923]" + ], + "identifier": [ + "urn:shelfmark:NANF (Kearney, P. W. Toasts and anecdotes)", + "urn:bnum:13055466", + "urn:oclc:7366274" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1923" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts.", + "Anecdotes." + ], + "titleDisplay": [ + "Toasts and anecdotes / by Paul W. Kearney." + ], + "uri": "b13055466", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 613.77527, + "b13055466" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13055466", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NANF (Kearney, P. W. Toasts and anecdotes)", + "urn:barcode:33433103910596" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NANF (Kearney, P. W. Toasts and anecdotes)" + ], + "shelfMark_sort": "aNANF (Kearney, P. W. Toasts and anecdotes)", + "catalogItemType_packed": [ + "catalogItemType:66||book, poor condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NANF (Kearney, P. W. Toasts and anecdotes)" + ], + "uri": "i16219215", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Kearney, P. W. Toasts and anecdotes)" + }, + { + "type": "bf:Barcode", + "value": "33433103910596" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433103910596" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14570561", + "_score": 611.7206, + "_source": { + "extent": [ + "[97] p., ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Skeleton head cover.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Illustrated t.-p.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "John C. Winston Co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1905 + ], + "title": [ + "Toast book" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Rare Books 18-3570" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1905" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Dwiggins, Clare Victor." + ], + "dateStartYear": [ + 1905 + ], + "idOclc": [ + "14233575" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Rare Books 18-3570" + }, + { + "type": "nypl:Bnumber", + "value": "14570561" + }, + { + "type": "nypl:Oclc", + "value": "14233575" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)R250001642" + } + ], + "updatedAt": 1712866073540, + "publicationStatement": [ + "Philadelphia : John C. Winston Co., c1905." + ], + "identifier": [ + "urn:shelfmark:Rare Books 18-3570", + "urn:bnum:14570561", + "urn:oclc:14233575", + "urn:identifier:(WaOLN)R250001642" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1905" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toast book / compiled and illustrated by Clare Victor Dwiggins." + ], + "uri": "b14570561", + "placeOfPublication": [ + "Philadelphia" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 611.7206, + "b14570561" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11518415", + "_score": 604.9607, + "_source": { + "extent": [ + "ix, 256 p. : ill. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 252-256).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Crown Pub." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1991 + ], + "title": [ + "Toasts : over 1,500 of the best toasts, sentiments, blessings, and graces" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "PN6341" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1991" + ], + "idLccn": [ + "91006967" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Dickson, Paul." + ], + "dateStartYear": [ + 1991 + ], + "idOclc": [ + "23141392", + "NYPG92-B3876" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN6341" + }, + { + "type": "nypl:Bnumber", + "value": "11518415" + }, + { + "type": "bf:Isbn", + "value": "0517584123" + }, + { + "type": "nypl:Oclc", + "value": "23141392" + }, + { + "type": "nypl:Oclc", + "value": "NYPG92-B3876" + }, + { + "type": "bf:Lccn", + "value": "91006967" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1526757" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)23141392" + } + ], + "updatedAt": 1710987073679, + "publicationStatement": [ + "New York : Crown Pub., 1991." + ], + "idIsbn": [ + "0517584123" + ], + "identifier": [ + "urn:shelfmark:PN6341", + "urn:bnum:11518415", + "urn:isbn:0517584123", + "urn:oclc:23141392", + "urn:oclc:NYPG92-B3876", + "urn:lccn:91006967", + "urn:identifier:(WaOLN)nyp1526757", + "urn:identifier:(OCoLC)23141392" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1991" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toasts : over 1,500 of the best toasts, sentiments, blessings, and graces / [compiled by] Paul Dickson ; illustrated by Rollin McGrail." + ], + "uri": "b11518415", + "lccClassification": [ + "PN6341 .T634 1991" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ], + "idIsbn_clean": [ + "0517584123" + ] + }, + "sort": [ + 604.9607, + "b11518415" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11518415", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:-||No restrictions" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:Pub. Cat. PN6341 .T634 1991", + "urn:barcode:33433076689698" + ], + "physicalLocation": [ + "Pub. Cat. PN6341 .T634 1991" + ], + "shelfMark_sort": "aPub. Cat. PN6341 .T634 001991", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:-", + "label": "No restrictions" + } + ], + "status_packed": [ + "status:u||Temporarily unavailable" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Pub. Cat. PN6341 .T634 1991" + ], + "uri": "i15916191", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Pub. Cat. PN6341 .T634 1991" + }, + { + "type": "bf:Barcode", + "value": "33433076689698" + } + ], + "holdingLocation_packed": [ + "loc:malv2||Schwarzman Building - Public Catalog Room 315" + ], + "idBarcode": [ + "33433076689698" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:malv2", + "label": "Schwarzman Building - Public Catalog Room 315" + } + ], + "status": [ + { + "id": "status:u", + "label": "Temporarily unavailable" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14095800", + "_score": 587.1783, + "_source": { + "extent": [ + "2 v." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The Mutual Book Co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1903 + ], + "title": [ + "Toasts for all occasions" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NAC p.v. 524, no. 1-2" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1903" + ], + "creatorLiteral": [ + "Lewis, E. C." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1903 + ], + "creatorModifiedName": "E Lewis", + "idOclc": [ + "41175426" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NAC p.v. 524, no. 1-2" + }, + { + "type": "nypl:Bnumber", + "value": "14095800" + }, + { + "type": "nypl:Oclc", + "value": "41175426" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0675282" + } + ], + "updatedAt": 1711481133791, + "publicationStatement": [ + "Boston, Mass., The Mutual Book Co., cop. 1903." + ], + "identifier": [ + "urn:shelfmark:NAC p.v. 524, no. 1-2", + "urn:bnum:14095800", + "urn:oclc:41175426", + "urn:identifier:(WaOLN)nyp0675282" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1903" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toasts for all occasions, compiled by E.C. Lewis." + ], + "uri": "b14095800", + "placeOfPublication": [ + "Boston, Mass." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "14 cm." + ] + }, + "sort": [ + 587.1783, + "b14095800" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14095800", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NAC p.v. 524 no. 1-6", + "urn:barcode:33433122137817" + ], + "physicalLocation": [ + "NAC p.v. 524" + ], + "shelfMark_sort": "aNAC p.v. 524 no. 000001-6", + "catalogItemType_packed": [ + "catalogItemType:61||pamphlet volumes, bound with" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NAC p.v. 524 no. 1-6" + ], + "uri": "i40215104", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NAC p.v. 524 no. 1-6" + }, + { + "type": "bf:Barcode", + "value": "33433122137817" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "no. 1-6" + ], + "idBarcode": [ + "33433122137817" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:61", + "label": "pamphlet volumes, bound with" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 6 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11875593", + "_score": 582.787, + "_source": { + "extent": [ + "156 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Garden City Books" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1949 + ], + "title": [ + "Toasts for all occasions" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 94-3257" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1949" + ], + "idLccn": [ + "49006276" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Copeland, Lewis." + ], + "dateStartYear": [ + 1949 + ], + "idOclc": [ + "385010", + "NYPGR385010-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 94-3257" + }, + { + "type": "nypl:Bnumber", + "value": "11875593" + }, + { + "type": "nypl:Oclc", + "value": "385010" + }, + { + "type": "nypl:Oclc", + "value": "NYPGR385010-B" + }, + { + "type": "bf:Lccn", + "value": "49006276" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)385010" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1869036" + } + ], + "updatedAt": 1711122883544, + "publicationStatement": [ + "Garden City, N.Y., Garden City Books, [1949]" + ], + "identifier": [ + "urn:shelfmark:JFD 94-3257", + "urn:bnum:11875593", + "urn:oclc:385010", + "urn:oclc:NYPGR385010-B", + "urn:lccn:49006276", + "urn:identifier:(OCoLC)385010", + "urn:identifier:(WaOLN)nyp1869036" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1949" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toasts for all occasions, [ed.] by Lewis C. Henry." + ], + "uri": "b11875593", + "placeOfPublication": [ + "Garden City, N.Y." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 582.787, + "b11875593" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11875593", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NANF (Copeland, L. Toasts for all occasions)", + "urn:barcode:33433103911032" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NANF (Copeland, L. Toasts for all occasions)" + ], + "shelfMark_sort": "aNANF (Copeland, L. Toasts for all occasions)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NANF (Copeland, L. Toasts for all occasions)" + ], + "uri": "i10458654", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Copeland, L. Toasts for all occasions)" + }, + { + "type": "bf:Barcode", + "value": "33433103911032" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433103911032" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b11875593", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFD 94-3257", + "urn:barcode:33433062848605" + ], + "physicalLocation": [ + "JFD 94-3257" + ], + "shelfMark_sort": "aJFD 94-003257", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 94-3257" + ], + "uri": "i10458653", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 94-3257" + }, + { + "type": "bf:Barcode", + "value": "33433062848605" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433062848605" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13056620", + "_score": 566.35614, + "_source": { + "extent": [ + "xii, 109 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "H. M. Caldwell co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1908 + ], + "title": [ + "Scottish toasts" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NANF (Welsh, C. Scottish toasts)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1908" + ], + "creatorLiteral": [ + "Welsh, Charles, 1850-1914." + ], + "idLccn": [ + "08022627" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1908 + ], + "creatorModifiedName": "Charles Welsh", + "idOclc": [ + "2975461" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Welsh, C. Scottish toasts)" + }, + { + "type": "nypl:Bnumber", + "value": "13056620" + }, + { + "type": "nypl:Oclc", + "value": "2975461" + }, + { + "type": "bf:Lccn", + "value": "08022627" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3035223" + } + ], + "updatedAt": 1711433615224, + "publicationStatement": [ + "New York and Boston, H. M. Caldwell co. [c1908]" + ], + "identifier": [ + "urn:shelfmark:NANF (Welsh, C. Scottish toasts)", + "urn:bnum:13056620", + "urn:oclc:2975461", + "urn:lccn:08022627", + "urn:identifier:(WaOLN)nyp3035223" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1908" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Scottish toasts, by Ivor Ben McIvor [pseud.]" + ], + "uri": "b13056620", + "lccClassification": [ + "PN6347.S3 W3" + ], + "placeOfPublication": [ + "New York and Boston" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "15 cm." + ] + }, + "sort": [ + 566.35614, + "b13056620" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13056620", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NANF (Welsh, C. Scottish toasts)", + "urn:barcode:33433103910919" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NANF (Welsh, C. Scottish toasts)" + ], + "shelfMark_sort": "aNANF (Welsh, C. Scottish toasts)", + "catalogItemType_packed": [ + "catalogItemType:66||book, poor condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NANF (Welsh, C. Scottish toasts)" + ], + "uri": "i16220000", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Welsh, C. Scottish toasts)" + }, + { + "type": "bf:Barcode", + "value": "33433103910919" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433103910919" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21290385", + "_score": 564.62286, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "Compiled by The Billy Rose Theatre Division, The New York Public Library.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Four reviews of ToasT by Lemon Andersen. This prison drama starring Keith David and John Earl Jelks takes place in Attica just prior to the riots of 1971. Opened May 5, 2015, at Public Theater, 425 Lafayette Street, New York, N.Y. Most of the characters are African Americans.", + "type": "bf:Note" + } + ], + "partOf": [ + "Collection of newspaper clippings of dramatic criticism, 2014/15." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Andersen, Lemon", + "Attica Correctional Facility", + "Attica Correctional Facility -- Drama", + "Public Theater (New York, N.Y.)", + "Theater", + "Theater -- New York (State)", + "Theater -- New York (State) -- New York", + "Theater -- New York (State) -- New York -- Reviews", + "Prisons", + "Prisons -- Drama" + ], + "numItemDatesParsed": [ + 0 + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + null + ], + "title": [ + "ToasT (Andersen)" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*T-NBL+ Collection 2014/15 (ToasT)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + " " + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "New York Public Library for the Performing Arts. Billy Rose Theatre Division. com" + ], + "dateStartYear": [ + null + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*T-NBL+ Collection 2014/15 (ToasT)" + }, + { + "type": "nypl:Bnumber", + "value": "21290385" + } + ], + "updatedAt": 1711659268085, + "genreForm": [ + "Reviews (document genre)." + ], + "identifier": [ + "urn:shelfmark:*T-NBL+ Collection 2014/15 (ToasT)", + "urn:bnum:21290385" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + " " + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Andersen, Lemon.", + "Attica Correctional Facility -- Drama.", + "Public Theater (New York, N.Y.)", + "Theater -- New York (State) -- New York -- Reviews.", + "Prisons -- Drama." + ], + "titleDisplay": [ + "ToasT (Andersen), 2014/15 : reviews." + ], + "uri": "b21290385", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 564.62286, + "b21290385" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b21290385", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*T-NBL+ Collection 2014/15 (ToasT)" + ], + "physicalLocation": [ + "*T-NBL+ Collection 2014/15 (ToasT)" + ], + "shelfMark_sort": "a*T-NBL+ Collection 2014/15 (ToasT)", + "catalogItemType_packed": [ + "catalogItemType:22||clipping files" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*T-NBL+ Collection 2014/15 (ToasT)" + ], + "uri": "i37684790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*T-NBL+ Collection 2014/15 (ToasT)" + } + ], + "holdingLocation_packed": [ + "loc:pat11||Performing Arts Research Collections - Theatre - Reference" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:22", + "label": "clipping files" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pat11", + "label": "Performing Arts Research Collections - Theatre - Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21501833", + "_score": 563.7195, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "Compiled by The Billy Rose Theatre Division, The New York Public Library.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Four reviews of Toast by Richard Bean. This comedy about British factory life was reviewed May 19, 2016, when it was produced as part of Brits Off-Broadway festival at 59E59 Theaters, 59 East 59th Street, New York, N.Y.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Reviewed by Ben Brantley in The New York Times, Hilton Als in The New Yorker, Barry Bassis in The Epoch Times, and Elisabeth Vincentelli in New Yor Post.", + "type": "bf:Note" + } + ], + "partOf": [ + "Collection of newspaper clippings of dramatic criticism, 2015/16." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bean, Richard, 1956-", + "59E59 Theaters (New York, N.Y.)", + "Brits Off-Broadway", + "Theater", + "Theater -- New York (State)", + "Theater -- New York (State) -- New York", + "Theater -- New York (State) -- New York -- Reviews", + "Factories", + "Factories -- England", + "Factories -- England -- Drama", + "Employees", + "Employees -- England", + "Employees -- England -- Drama" + ], + "numItemDatesParsed": [ + 0 + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + null + ], + "title": [ + "Toast (Bean)" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*T-NBL+ Collection 2015/16 (Toast)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + " " + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "New York Public Library for the Performing Arts. Billy Rose Theatre Division. com" + ], + "dateStartYear": [ + null + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*T-NBL+ Collection 2015/16 (Toast)" + }, + { + "type": "nypl:Bnumber", + "value": "21501833" + } + ], + "updatedAt": 1711659234093, + "genreForm": [ + "Reviews (document genre)." + ], + "identifier": [ + "urn:shelfmark:*T-NBL+ Collection 2015/16 (Toast)", + "urn:bnum:21501833" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + " " + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bean, Richard, 1956-", + "59E59 Theaters (New York, N.Y.)", + "Brits Off-Broadway.", + "Theater -- New York (State) -- New York -- Reviews.", + "Factories -- England -- Drama.", + "Employees -- England -- Drama." + ], + "titleDisplay": [ + "Toast (Bean), 2015/16 : reviews." + ], + "uri": "b21501833", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 563.7195, + "b21501833" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b21501833", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*T-NBL+ Collection 2015/16 (Toast)" + ], + "physicalLocation": [ + "*T-NBL+ Collection 2015/16 (Toast)" + ], + "shelfMark_sort": "a*T-NBL+ Collection 2015/16 (Toast)", + "catalogItemType_packed": [ + "catalogItemType:22||clipping files" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*T-NBL+ Collection 2015/16 (Toast)" + ], + "uri": "i37685439", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*T-NBL+ Collection 2015/16 (Toast)" + } + ], + "holdingLocation_packed": [ + "loc:pat11||Performing Arts Research Collections - Theatre - Reference" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:22", + "label": "clipping files" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pat11", + "label": "Performing Arts Research Collections - Theatre - Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b20684481", + "_score": 563.4032, + "_source": { + "extent": [ + "vi,48p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "The titlepage is engraved.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Reproduction of original from British Library.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "English Short Title Catalog", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Electronic reproduction.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts", + "Toasts -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Printed for W. Thiselton, Circulating Library, 37, Goodge Street, Tottenham Court Road" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1791 + ], + "title": [ + "The toast master, being a genteel collection of sentiments + toasts." + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1791" + ], + "numElectronicResources": [ + 1 + ], + "dateStartYear": [ + 1791 + ], + "idOclc": [ + "642300472", + "ECCO1-T117095" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "20684481" + }, + { + "type": "nypl:Oclc", + "value": "642300472" + }, + { + "type": "nypl:Oclc", + "value": "ECCO1-T117095" + }, + { + "type": "bf:Identifier", + "value": "(Uk-ES)006385605" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)642300472" + } + ], + "updatedAt": 1711315866703, + "publicationStatement": [ + "[London] : Printed for W. Thiselton, Circulating Library, 37, Goodge Street, Tottenham Court Road, [1791]" + ], + "identifier": [ + "urn:bnum:20684481", + "urn:oclc:642300472", + "urn:oclc:ECCO1-T117095", + "urn:identifier:(Uk-ES)006385605", + "urn:identifier:(OCoLC)642300472" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1791" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts -- Early works to 1800." + ], + "titleDisplay": [ + "The toast master, [electronic resource] : being a genteel collection of sentiments + toasts." + ], + "uri": "b20684481", + "electronicResources": [ + { + "label": "Full text online available from home with a valid library card and onsite at NYPL", + "url": "http://find.galegroup.com/ecco/infomark.do?contentSet=ECCOArticles&docType=ECCOArticles&bookId=0912000200&type=getFullCitation&tabID=T001&prodId=ECCO&docLevel=TEXT_GRAPHICS&version=1.0&source=library&userGroupName=nypl" + } + ], + "placeOfPublication": [ + "[London]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "12⁰." + ] + }, + "sort": [ + 563.4032, + "b20684481" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13111123", + "_score": 561.2665, + "_source": { + "extent": [ + "iv, 7-174 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The Penn Pub. Co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1900 + ], + "title": [ + "Toasts and forms of public address" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NANF (Pittenger, W. Toasts and forms of public address)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1900" + ], + "creatorLiteral": [ + "Pittenger, William, 1840-1904." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1900 + ], + "creatorModifiedName": "William Pittenger", + "idOclc": [ + "37006365" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Pittenger, W. Toasts and forms of public address)" + }, + { + "type": "nypl:Bnumber", + "value": "13111123" + }, + { + "type": "nypl:Oclc", + "value": "37006365" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3089648" + } + ], + "updatedAt": 1711435973720, + "publicationStatement": [ + "Philadelphia, The Penn Pub. Co., 1900." + ], + "identifier": [ + "urn:shelfmark:NANF (Pittenger, W. Toasts and forms of public address)", + "urn:bnum:13111123", + "urn:oclc:37006365", + "urn:identifier:(WaOLN)nyp3089648" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1900" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toasts and forms of public address, by William Pittenger ..." + ], + "uri": "b13111123", + "placeOfPublication": [ + "Philadelphia" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "15 cm." + ] + }, + "sort": [ + 561.2665, + "b13111123" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13111123", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NANF (Pittenger, W. Toasts and forms of public address)", + "urn:barcode:33433103591206" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NANF (Pittenger, W. Toasts and forms of public address)" + ], + "shelfMark_sort": "aNANF (Pittenger, W. Toasts and forms of public address)", + "catalogItemType_packed": [ + "catalogItemType:66||book, poor condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NANF (Pittenger, W. Toasts and forms of public address)" + ], + "uri": "i16257517", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Pittenger, W. Toasts and forms of public address)" + }, + { + "type": "bf:Barcode", + "value": "33433103591206" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433103591206" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b20661368", + "_score": 559.3619, + "_source": { + "extent": [ + "36p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Reproduction of original from Bodleian Library (Oxford).", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "English Short Title Catalog", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Electronic reproduction.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts", + "Toasts -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "printed and sold by John Abraham, at his circulating-library" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1789 + ], + "title": [ + "The toast master being a genteel collection of sentiments and toasts, ..." + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1789" + ], + "numElectronicResources": [ + 1 + ], + "dateStartYear": [ + 1789 + ], + "idOclc": [ + "642183187", + "ECCO1-N27382" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "20661368" + }, + { + "type": "nypl:Oclc", + "value": "642183187" + }, + { + "type": "nypl:Oclc", + "value": "ECCO1-N27382" + }, + { + "type": "bf:Identifier", + "value": "(Uk-ES)006019072" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)642183187" + } + ], + "updatedAt": 1711315828102, + "publicationStatement": [ + "London : printed and sold by John Abraham, at his circulating-library, 1789." + ], + "identifier": [ + "urn:bnum:20661368", + "urn:oclc:642183187", + "urn:oclc:ECCO1-N27382", + "urn:identifier:(Uk-ES)006019072", + "urn:identifier:(OCoLC)642183187" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1789" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts -- Early works to 1800." + ], + "titleDisplay": [ + "The toast master [electronic resource] : being a genteel collection of sentiments and toasts, ..." + ], + "uri": "b20661368", + "electronicResources": [ + { + "label": "Full text online available from home with a valid library card and onsite at NYPL", + "url": "http://find.galegroup.com/ecco/infomark.do?contentSet=ECCOArticles&docType=ECCOArticles&bookId=1261400300&type=getFullCitation&tabID=T001&prodId=ECCO&docLevel=TEXT_GRAPHICS&version=1.0&source=library&userGroupName=nypl" + } + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "12⁰." + ] + }, + "sort": [ + 559.3619, + "b20661368" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b19635190", + "_score": 558.1951, + "_source": { + "extent": [ + "1 sound disc (46 min.) : digital, mono. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Audio portion of CBS Television broadcast.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Transfer to compact disc incomplete due to damage to the original lacquer discs; side one is completely delaminated, and other sides have minor damage. Original program ran 60 min.", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access to original items restricted.", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Marlo Lewis and Ed Sullivan (producers) ; John Wray (direction) ; Ray Bloch (musical direction)", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Forms part of the Oscar Hammerstein collection of noncommercial sound recordings, 1942-1955.", + "type": "bf:Note" + } + ], + "partOf": [ + "Oscar Hammerstein collection of noncommercial sound recordings, 1942-1955." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hammerstein, Oscar, II, 1895-1960", + "Hammerstein, Oscar, II, 1895-1960 -- Interviews", + "Lyricists", + "Lyricists -- United States", + "Lyricists -- United States -- Biography", + "Musicals", + "Musicals -- Excerpts" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1951 + ], + "dateEndString": [ + "0909" + ], + "title": [ + "Toast of the town." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*LDC 37733" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1951" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sullivan, Ed, 1901-1974.", + "Hammerstein, Oscar, II, 1895-1960", + "Horne, Lena", + "Merrill, Robert, 1917-2004.", + "Benzell, Mimi.", + "Tabbert, William, 1919-1974.", + "Hall, George, 1916-2002.", + "Cox, Wally, 1924-1973." + ], + "dateStartYear": [ + 1951 + ], + "idOclc": [ + "794597226" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LDC 37733" + }, + { + "type": "nypl:Bnumber", + "value": "19635190" + }, + { + "type": "nypl:Oclc", + "value": "794597226" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)794597226" + } + ], + "uniformTitle": [ + "Ed Sullivan show (Television program)" + ], + "dateEndYear": [ + 909 + ], + "updatedAt": 1712870775817, + "publicationStatement": [ + "1951." + ], + "genreForm": [ + "Variety shows (Television programs)", + "Television commercials." + ], + "identifier": [ + "urn:shelfmark:*LDC 37733", + "urn:bnum:19635190", + "urn:oclc:794597226", + "urn:identifier:(OCoLC)794597226" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1951" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hammerstein, Oscar, II, 1895-1960 -- Interviews.", + "Lyricists -- United States -- Biography.", + "Musicals -- Excerpts." + ], + "titleDisplay": [ + "Toast of the town. 1951-09-09, the Oscar Hammerstein story, pt. 1 [sound recording] / CBS-TV ; written by Ed Sullivan." + ], + "uri": "b19635190", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Oscar Hammerstein story, pt. 1", + "Oscar Hammerstein collection of noncommercial sound recordings." + ], + "tableOfContents": [ + "Opening commentary and early biography of Oscar Hammerstein II -- Indian love call (Mimi Benzell and Robert Merrill) -- Biography continued (incomplete) -- One alone (Bill Tabbert) (incomplete) -- Biography continued -- Can't help lovin' that man (Lena Horne) -- Biography continued (incomplete) -- Old man river (Robert Merrill) -- Biography continued (incomplete) -- Lover come back to me (Mimi Benzell) -- Comedy skit (incomplete) / George Hall ; Wally Cox -- Interview with Oscar Hammerstein II -- Ending commentary & sponsor's advertisements (Lincoln automobiles) -- Announcement for the next show." + ], + "dimensions": [ + "4 3/4 in." + ] + }, + "sort": [ + 558.1951, + "b19635190" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b19635190", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*LDC 37733", + "urn:barcode:33433099082954" + ], + "physicalLocation": [ + "*LDC 37733" + ], + "shelfMark_sort": "a*LDC 037733", + "catalogItemType_packed": [ + "catalogItemType:23||archival sound recording" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*LDC+37733&Date=1951&Form=30&Genre=archival+sound+recording&ItemInfo1=Use+in+library&ItemInfo2=Access+to+original+items+restricted.&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db19635190&ItemISxN=i288025581&ItemNumber=33433099082954&ItemPublisher=1951.&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b19635190x&Site=LPAMRAMI&Title=Toast+of+the+town.&Transaction.CustomFields.MapsLocationNote=%5BCD%5D" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*LDC 37733" + ], + "uri": "i28802558", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LDC 37733" + }, + { + "type": "bf:Barcode", + "value": "33433099082954" + } + ], + "holdingLocation_packed": [ + "loc:pah22||Performing Arts Research Collections - Recorded Sound" + ], + "idBarcode": [ + "33433099082954" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:23", + "label": "archival sound recording" + } + ], + "formatLiteral": [ + "Audio" + ], + "holdingLocation": [ + { + "id": "loc:pah22", + "label": "Performing Arts Research Collections - Recorded Sound" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b19635203", + "_score": 558.1951, + "_source": { + "extent": [ + "1 sound disc (46 min.) : digital, mono. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Audio portion of CBS Television broadcast.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Audio distortion from original source. Transfer to compact disc incomplete due to damage to the original lacquer discs; side one, two, five, and seven are completely delaminated, and other sides have minor damage. Original program ran 60 min.", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access to original items restricted.", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Marlo Lewis and Ed Sullivan (producers) ; John Wray (direction) ; Ray Bloch (musical direction)", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Forms part of the Oscar Hammerstein collection of noncommercial sound recordings, 1942-1955.", + "type": "bf:Note" + } + ], + "partOf": [ + "Oscar Hammerstein collection of noncommercial sound recordings, 1942-1955." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hammerstein, Oscar, II, 1895-1960", + "Hammerstein, Oscar, II, 1895-1960 -- Interviews", + "Rodgers, Richard, 1902-1979", + "Rodgers, Richard, 1902-1979 -- Interviews", + "Lyricists", + "Lyricists -- United States", + "Lyricists -- United States -- Biography", + "Musicals", + "Musicals -- Excerpts" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1951 + ], + "dateEndString": [ + "0916" + ], + "title": [ + "Toast of the town." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*LDC 50447" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1951" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sullivan, Ed, 1901-1974.", + "Hammerstein, Oscar, II, 1895-1960", + "Rodgers, Richard, 1902-1979", + "Rodgers, Richard, 1902-1979.", + "Deel, Sandra.", + "Merrill, Robert, 1917-2004.", + "Rahn, Muriel.", + "Tabbert, William, 1919-1974.", + "Lawrence, Gertrude." + ], + "dateStartYear": [ + 1951 + ], + "idOclc": [ + "794597454" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LDC 50447" + }, + { + "type": "nypl:Bnumber", + "value": "19635203" + }, + { + "type": "nypl:Oclc", + "value": "794597454" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)794597454" + } + ], + "uniformTitle": [ + "Ed Sullivan show (Television program)" + ], + "dateEndYear": [ + 916 + ], + "updatedAt": 1712870775817, + "publicationStatement": [ + "1951." + ], + "genreForm": [ + "Variety shows (Television programs)", + "Television commercials." + ], + "identifier": [ + "urn:shelfmark:*LDC 50447", + "urn:bnum:19635203", + "urn:oclc:794597454", + "urn:identifier:(OCoLC)794597454" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1951" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hammerstein, Oscar, II, 1895-1960 -- Interviews.", + "Rodgers, Richard, 1902-1979 -- Interviews.", + "Lyricists -- United States -- Biography.", + "Musicals -- Excerpts." + ], + "titleDisplay": [ + "Toast of the town. 1951-09-16, the Oscar Hammerstein story, pt. 2 [sound recording] / CBS-TV ; written by Ed Sullivan." + ], + "uri": "b19635203", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Oscar Hammerstein story, pt. 2", + "Oscar Hammerstein collection of noncommercial sound recordings." + ], + "tableOfContents": [ + "[Sides 1 & 2 unplayable] -- Commentary on Oklahoma (Ed Sullivan, incomplete) -- People will say we're in love (Robert Merrill & Sandra Deel) -- Habanera from Carmen Jones (Murial Rahn, incomplete) -- [Side 5 unplayable] -- Some Enchanted Evening (Robert Merrill) -- You've Got To Be Carefully Taught (Bill Tabbert) -- Sullivan speaks with Hammerstein and Richard Rodgers about their partnership -- Whistle A Happy Tune & Getting To Know You (Gertrude Lawrence & Richard Rodgers, piano) -- You'll never walk alone (Merrill) -- Commercial announcement for Lincoln automobiles -- Concluding announcements (incomplete)" + ], + "dimensions": [ + "4 3/4 in." + ] + }, + "sort": [ + 558.1951, + "b19635203" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b19635203", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*LDC 50447", + "urn:barcode:33433099082962" + ], + "physicalLocation": [ + "*LDC 50447" + ], + "shelfMark_sort": "a*LDC 050447", + "catalogItemType_packed": [ + "catalogItemType:23||archival sound recording" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*LDC+50447&Date=1951&Form=30&Genre=archival+sound+recording&ItemInfo1=Use+in+library&ItemInfo2=Access+to+original+items+restricted.&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db19635203&ItemISxN=i288025854&ItemNumber=33433099082962&ItemPublisher=1951.&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b196352034&Site=LPAMRAMI&Title=Toast+of+the+town.&Transaction.CustomFields.MapsLocationNote=%5BCD%5D" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*LDC 50447" + ], + "uri": "i28802585", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*LDC 50447" + }, + { + "type": "bf:Barcode", + "value": "33433099082962" + } + ], + "holdingLocation_packed": [ + "loc:pah22||Performing Arts Research Collections - Recorded Sound" + ], + "idBarcode": [ + "33433099082962" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:23", + "label": "archival sound recording" + } + ], + "formatLiteral": [ + "Audio" + ], + "holdingLocation": [ + { + "id": "loc:pah22", + "label": "Performing Arts Research Collections - Recorded Sound" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21965138", + "_score": 546.2584, + "_source": { + "extent": [ + "1 folder. " + ], + "note": [ + { + "noteType": "Note", + "label": "Programs for productions of the play Toast by Henry Filloux-Bennett. Based on the book by Nigel Slater.", + "type": "bf:Note" + } + ], + "genreForm": [ + "Programs." + ], + "identifier": [ + "urn:shelfmark:*T-PRG (Toast (Filloux-Bennett))", + "urn:bnum:21965138" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Filloux-Bennett, Henry", + "Slater, Nigel" + ], + "numItemDatesParsed": [ + 0 + ], + "numCheckinCardItems": [ + 0 + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "numItemsTotal": [ + 1 + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Filloux-Bennett, Henry.", + "Slater, Nigel." + ], + "title": [ + "Toast (Filloux-Bennett)" + ], + "type": [ + "nypl:Item" + ], + "titleDisplay": [ + "Toast (Filloux-Bennett) : programs." + ], + "shelfMark": [ + "*T-PRG (Toast (Filloux-Bennett))" + ], + "numItemVolumesParsed": [ + 0 + ], + "uri": "b21965138", + "numElectronicResources": [ + 0 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*T-PRG (Toast (Filloux-Bennett))" + }, + { + "type": "nypl:Bnumber", + "value": "21965138" + } + ], + "updatedAt": 1711661562498 + }, + "sort": [ + 546.2584, + "b21965138" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b21965138", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:*T-PRG (Toast (Filloux-Bennett))", + "urn:barcode:33433120459403" + ], + "physicalLocation": [ + "*T-PRG (Toast (Filloux-Bennett))" + ], + "shelfMark_sort": "a*T-PRG (Toast (Filloux-Bennett))", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*T-PRG+%28Toast+%28Filloux-Bennett%29%29&Form=30&Genre=archival+material&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db21965138&ItemISxN=i373192253&ItemNumber=33433120459403&Location=Performing+Arts+Theatre+Division&ReferenceNumber=b219651383&Site=LPATH&Title=Toast+%28Filloux-Bennett%29+%3A+programs." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*T-PRG (Toast (Filloux-Bennett))" + ], + "uri": "i37319225", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*T-PRG (Toast (Filloux-Bennett))" + }, + { + "type": "bf:Barcode", + "value": "33433120459403" + } + ], + "holdingLocation_packed": [ + "loc:pat38||Performing Arts Research Collections - Theatre" + ], + "idBarcode": [ + "33433120459403" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "holdingLocation": [ + { + "id": "loc:pat38", + "label": "Performing Arts Research Collections - Theatre" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb6955197", + "_score": 544.44305, + "_source": { + "extent": [ + "386 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "publisherLiteral": [ + "Wydawn. \"Czarne\"," + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "createdYear": [ + 2010 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast za przodków /", + "Toast za przodków / Wojciech Górecki." + ], + "creatorLiteral": [ + "Górecki, Wojciech, 1970-" + ], + "createdString": [ + "2010" + ], + "seriesStatement": [ + "Reportaż" + ], + "dateStartYear": [ + 2010 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "6955197" + }, + { + "type": "bf:Isbn", + "value": "9788375361940" + }, + { + "type": "nypl:Oclc", + "value": "ocn671293997" + }, + { + "type": "bf:Identifier", + "value": "(PlWaKWL)lx2010024594" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn671293997" + } + ], + "idOclc": [ + "ocn671293997" + ], + "uniformTitle": [ + "Reportaż." + ], + "holdings": [], + "updatedAt": 1642216898305, + "publicationStatement": [ + "Wołowiec : Wydawn. \"Czarne\", 2010." + ], + "identifier": [ + "urn:bnum:6955197", + "urn:isbn:9788375361940", + "urn:oclc:ocn671293997", + "urn:undefined:(PlWaKWL)lx2010024594", + "urn:undefined:(OCoLC)ocn671293997" + ], + "idIsbn": [ + "9788375361940" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2010" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast za przodków / Wojciech Górecki." + ], + "uri": "pb6955197", + "lccClassification": [ + "PG7223.I78 T627 2010" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Wołowiec :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 544.44305, + "pb6955197" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb6955197", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101072287822" + ], + "physicalLocation": [ + "PG7223.I78 T627 2010" + ], + "shelfMark_sort": "aPG7223.I78 T627 002010", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "pi6260657", + "shelfMark": [ + "PG7223.I78 T627 2010" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PG7223.I78 T627 2010" + }, + { + "type": "bf:Barcode", + "value": "32101072287822" + } + ], + "idBarcode": [ + "32101072287822" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11373665", + "_score": 544.417, + "_source": { + "extent": [ + "1 ms. score (6 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Copyist's ms., in ink.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For voice and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Stamp on pp. [1] & 6: Fred P. Champlin, Autographing and Copying.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1918 + ], + "title": [ + "The toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 84-312" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1918" + ], + "creatorLiteral": [ + "Sousa, John Philip, 1854-1932." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Burnside, R. H. (Robert Hubberthorne), 1873-1952.", + "Champlin, Fred P." + ], + "dateStartYear": [ + 1918 + ], + "creatorModifiedName": "John Sousa", + "idOclc": [ + "NYPG004000622-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 84-312" + }, + { + "type": "nypl:Bnumber", + "value": "11373665" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000622-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405622" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1381621" + } + ], + "updatedAt": 1712854138515, + "publicationStatement": [ + "[ca. 1918]" + ], + "identifier": [ + "urn:shelfmark:JPB 84-312", + "urn:bnum:11373665", + "urn:oclc:NYPG004000622-C", + "urn:identifier:NNSZ00405622", + "urn:identifier:(WaOLN)nyp1381621" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1918" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "The toast / words by R.J. Burnside ; music by John Philip Sousa." + ], + "uri": "b11373665", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 544.417, + "b11373665" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11373665", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 84-312" + ], + "physicalLocation": [ + "JPB 84-312" + ], + "shelfMark_sort": "aJPB 84-000312", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Sousa%2C+John+Philip%2C+1854-1932.&CallNumber=JPB+84-312&Date=1918&Form=30&Genre=book+non-circ&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db11373665&ItemISxN=i158970068&ItemPublisher=%5Bca.+1918%5D&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b113736654&Site=LPAMR&Title=The+toast" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 84-312" + ], + "uri": "i15897006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 84-312" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b15868157", + "_score": 543.88324, + "_source": { + "extent": [ + "64 p. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Conduct of life", + "Conduct of life -- Poetry", + "Nigeria", + "Nigeria -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Hope Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2002 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast to life & vision" + ], + "shelfMark": [ + "Sc D 13-57 no. 1" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2002" + ], + "creatorLiteral": [ + "Odeleye, Biodun." + ], + "idLccn": [ + "2004352407" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2002 + ], + "creatorModifiedName": "Biodun Odeleye", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 13-57 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "15868157" + }, + { + "type": "bf:Isbn", + "value": "9783654845 (pbk.)" + }, + { + "type": "bf:Isbn", + "value": "9789783654846 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "54955577" + }, + { + "type": "bf:Lccn", + "value": "2004352407" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)54955577" + } + ], + "idOclc": [ + "54955577" + ], + "updatedAt": 1711410913990, + "publicationStatement": [ + "Ibadan, Nigeria : Hope Publications, 2002." + ], + "identifier": [ + "urn:shelfmark:Sc D 13-57 no. 1", + "urn:bnum:15868157", + "urn:isbn:9783654845 (pbk.)", + "urn:isbn:9789783654846 (pbk.)", + "urn:oclc:54955577", + "urn:lccn:2004352407", + "urn:identifier:(OCoLC)54955577" + ], + "idIsbn": [ + "9783654845 (pbk.)", + "9789783654846 (pbk.)" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2002" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Conduct of life -- Poetry.", + "Nigeria -- Poetry." + ], + "titleDisplay": [ + "Toast to life & vision / Biodun Odeleye." + ], + "uri": "b15868157", + "lccClassification": [ + "PR9387.9.O3115 T63 2002" + ], + "placeOfPublication": [ + "Ibadan, Nigeria" + ], + "titleAlt": [ + "Toast to life and vision" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Moon among stars -- Vampires on rampage -- The dangling visionary saw -- Much to a name -- Dear mother -- La Rambla -- Personifying death -- Success turns albatross in the hall of nobility." + ], + "dimensions": [ + "21 cm." + ], + "idIsbn_clean": [ + "9783654845", + "9789783654846" + ] + }, + "sort": [ + 543.88324, + "b15868157" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b15868157", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc D 13-57", + "urn:barcode:33433089426146" + ], + "physicalLocation": [ + "Sc D 13-57" + ], + "shelfMark_sort": "aSc D 13-000057", + "catalogItemType_packed": [ + "catalogItemType:61||pamphlet volumes, bound with" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc D 13-57" + ], + "uri": "i29987107", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 13-57" + }, + { + "type": "bf:Barcode", + "value": "33433089426146" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433089426146" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:61", + "label": "pamphlet volumes, bound with" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b19650848", + "_score": 542.58746, + "_source": { + "extent": [ + "256, 31 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Advertisements: p. [1]-31 (second group).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Metheun" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1916 + ], + "title": [ + "On toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NCW (Ridge, W. P. On toast)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1916" + ], + "creatorLiteral": [ + "Ridge, W. Pett (William Pett), -1930." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1916 + ], + "creatorModifiedName": "W Ridge", + "idOclc": [ + "26167955" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NCW (Ridge, W. P. On toast)" + }, + { + "type": "nypl:Bnumber", + "value": "19650848" + }, + { + "type": "nypl:Oclc", + "value": "26167955" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)26167955" + } + ], + "updatedAt": 1711547522050, + "publicationStatement": [ + "London : Metheun, 1916." + ], + "identifier": [ + "urn:shelfmark:NCW (Ridge, W. P. On toast)", + "urn:bnum:19650848", + "urn:oclc:26167955", + "urn:identifier:(OCoLC)26167955" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1916" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "On toast / by W. Pett Ridge." + ], + "uri": "b19650848", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 542.58746, + "b19650848" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b19650848", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NCW (Ridge, W. P. On toast)", + "urn:barcode:33433101440497" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NCW (Ridge, W. P. On toast)" + ], + "shelfMark_sort": "aNCW (Ridge, W. P. On toast)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NCW (Ridge, W. P. On toast)" + ], + "uri": "i28924660", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NCW (Ridge, W. P. On toast)" + }, + { + "type": "bf:Barcode", + "value": "33433101440497" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433101440497" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11373666", + "_score": 541.97504, + "_source": { + "extent": [ + "1 ms. score (5 leaves) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Holograph signed, in ink and pencil.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For voice and orchestra; music for orchestra only (includes cue for voice).", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Alternate musical setting from mss. of Mar. 6, 1918.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At end: N.Y., March 15, 1918.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Title from caption (in pencil); other caption title information illegible.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sousa, John Philip, 1854-1932", + "Sousa, John Philip, 1854-1932 -- Manuscripts" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1918 + ], + "title": [ + "The toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 84-313" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1918" + ], + "creatorLiteral": [ + "Sousa, John Philip, 1854-1932." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1918 + ], + "creatorModifiedName": "John Sousa", + "idOclc": [ + "NYPG004000623-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 84-313" + }, + { + "type": "nypl:Bnumber", + "value": "11373666" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000623-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405623" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1381622" + } + ], + "updatedAt": 1712854138515, + "publicationStatement": [ + "1918 Mar. 15" + ], + "identifier": [ + "urn:shelfmark:JPB 84-313", + "urn:bnum:11373666", + "urn:oclc:NYPG004000623-C", + "urn:identifier:NNSZ00405623", + "urn:identifier:(WaOLN)nyp1381622" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1918" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sousa, John Philip, 1854-1932 -- Manuscripts." + ], + "titleDisplay": [ + "The toast / J.P.S. [John Philip Sousa]." + ], + "uri": "b11373666", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 541.97504, + "b11373666" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11373666", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 84-313" + ], + "physicalLocation": [ + "JPB 84-313" + ], + "shelfMark_sort": "aJPB 84-000313", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Sousa%2C+John+Philip%2C+1854-1932.&CallNumber=JPB+84-313&Date=1918&Form=30&Genre=book+non-circ&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db11373666&ItemISxN=i15897007x&ItemPublisher=1918+Mar.+15&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b113736666&Site=LPAMR&Title=The+toast" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 84-313" + ], + "uri": "i15897007", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 84-313" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11373667", + "_score": 539.5599, + "_source": { + "extent": [ + "1 ms. score (14 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Holograph signed, in ink.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For voice and orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Without the words.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Alternate musical setting from mss. of Mar. 15, 1918.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At end: Port Washington, March 6th 1918.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sousa, John Philip, 1854-1932", + "Sousa, John Philip, 1854-1932 -- Manuscripts", + "Songs (Medium voice) with orchestra", + "Songs (Medium voice) with orchestra -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1918 + ], + "title": [ + "The toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 84-314" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1918" + ], + "creatorLiteral": [ + "Sousa, John Philip, 1854-1932." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Burnside, R. H. (Robert Hubberthorne), 1873-1952." + ], + "dateStartYear": [ + 1918 + ], + "creatorModifiedName": "John Sousa", + "idOclc": [ + "NYPG004000624-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 84-314" + }, + { + "type": "nypl:Bnumber", + "value": "11373667" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000624-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405624" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1381623" + } + ], + "updatedAt": 1712854138515, + "publicationStatement": [ + "1918 Mar. 6" + ], + "identifier": [ + "urn:shelfmark:JPB 84-314", + "urn:bnum:11373667", + "urn:oclc:NYPG004000624-C", + "urn:identifier:NNSZ00405624", + "urn:identifier:(WaOLN)nyp1381623" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1918" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sousa, John Philip, 1854-1932 -- Manuscripts.", + "Songs (Medium voice) with orchestra -- Scores." + ], + "titleDisplay": [ + "The toast / words by Frank Warren & R.H. Burnside ; music by John Philip Sousa." + ], + "uri": "b11373667", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 539.5599, + "b11373667" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11373667", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 84-314" + ], + "physicalLocation": [ + "JPB 84-314" + ], + "shelfMark_sort": "aJPB 84-000314", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Sousa%2C+John+Philip%2C+1854-1932.&CallNumber=JPB+84-314&Date=1918&Form=30&Genre=book+non-circ&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db11373667&ItemISxN=i158970081&ItemPublisher=1918+Mar.+6&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b113736678&Site=LPAMR&Title=The+toast" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 84-314" + ], + "uri": "i15897008", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 84-314" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11124847", + "_score": 539.412, + "_source": { + "extent": [ + "94 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Subtitle on cover: Sample toasts and the origins of customs.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 91-92.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Marriage customs and rites", + "Wedding toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "JM Productions" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1986 + ], + "title": [ + "Wedding toasts and traditions" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "GT2665" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1986" + ], + "creatorLiteral": [ + "Ishee, Mark." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1986 + ], + "creatorModifiedName": "Mark Ishee", + "idOclc": [ + "12099824", + "NYPG87-B72178" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "GT2665" + }, + { + "type": "nypl:Bnumber", + "value": "11124847" + }, + { + "type": "bf:Isbn", + "value": "0939298457 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "12099824" + }, + { + "type": "nypl:Oclc", + "value": "NYPG87-B72178" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1132322" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)12099824" + } + ], + "updatedAt": 1711610473558, + "publicationStatement": [ + "[Brentwood, TN] : JM Productions, c1986." + ], + "idIsbn": [ + "0939298457 (pbk.)" + ], + "identifier": [ + "urn:shelfmark:GT2665", + "urn:bnum:11124847", + "urn:isbn:0939298457 (pbk.)", + "urn:oclc:12099824", + "urn:oclc:NYPG87-B72178", + "urn:identifier:(WaOLN)nyp1132322", + "urn:identifier:(OCoLC)12099824" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1986" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Marriage customs and rites.", + "Wedding toasts." + ], + "titleDisplay": [ + "Wedding toasts and traditions / [Mark Ishee]." + ], + "uri": "b11124847", + "placeOfPublication": [ + "[Brentwood, TN]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "0939298457" + ] + }, + "sort": [ + 539.412, + "b11124847" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11124847", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:-||No restrictions" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:Pub. Cat. GT2665 .I78 1986", + "urn:barcode:33433068100787" + ], + "physicalLocation": [ + "Pub. Cat. GT2665 .I78 1986" + ], + "shelfMark_sort": "aPub. Cat. GT2665 .I78 001986", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:-", + "label": "No restrictions" + } + ], + "status_packed": [ + "status:o||Use in library" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Pub. Cat. GT2665 .I78 1986" + ], + "uri": "i14944886", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Pub. Cat. GT2665 .I78 1986" + }, + { + "type": "bf:Barcode", + "value": "33433068100787" + } + ], + "holdingLocation_packed": [ + "loc:malv2||Schwarzman Building - Public Catalog Room 315" + ], + "idBarcode": [ + "33433068100787" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:malv2", + "label": "Schwarzman Building - Public Catalog Room 315" + } + ], + "status": [ + { + "id": "status:o", + "label": "Use in library" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb1808514", + "_score": 536.016, + "_source": { + "extent": [ + "1 score (3 unnumbered pages, 12 pages) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Program notes by Jack Gottlieb.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 2:30.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Recorded by the Israel Philharmonic, the composer conducting, on Deutsche Grammophon 2532 052.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Also available in a version for symphonic band.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "publisherLiteral": [ + "Jalni Publications ; Boosey & Hawkes, sole selling agent" + ], + "dateEndString": [ + "1980" + ], + "createdYear": [ + 1984 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A musical toast" + ], + "creatorLiteral": [ + "Bernstein, Leonard, 1918-1990." + ], + "createdString": [ + "1984" + ], + "seriesStatement": [ + "Hawkes pocket scores" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1984 + ], + "creatorModifiedName": "Leonard Bernstein", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "1808514" + }, + { + "type": "nypl:Oclc", + "value": "ocm11578466" + }, + { + "type": "bf:Identifier", + "value": "H.P.S. 976 Boosey & Hawkes" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm11578466" + }, + { + "type": "bf:Identifier", + "value": "(NNC)1808514" + }, + { + "type": "bf:Identifier", + "value": "1808514" + } + ], + "idOclc": [ + "ocm11578466" + ], + "uniformTitle": [ + "Musical toast", + "Hawkes pocket scores." + ], + "dateEndYear": [ + 1980 + ], + "holdings": [], + "updatedAt": 1664590433971, + "publicationStatement": [ + "[Place of publication not identified] : Jalni Publications ; New York, N.Y. : Boosey & Hawkes, sole selling agent, 1984, ©1980." + ], + "identifier": [ + "urn:bnum:1808514", + "urn:oclc:ocm11578466", + "urn:undefined:H.P.S. 976 Boosey & Hawkes", + "urn:undefined:(OCoLC)ocm11578466", + "urn:undefined:(NNC)1808514", + "urn:undefined:1808514" + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "A musical toast / Leonard Bernstein." + ], + "uri": "cb1808514", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "[Place of publication not identified] : New York, N.Y." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Musical toast" + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 536.016, + "cb1808514" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb1808514", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:MR61509485" + ], + "physicalLocation": [ + "61 B458 M9" + ], + "shelfMark_sort": "a61 B458 M000009", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci2278358", + "shelfMark": [ + "61 B458 M9" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "61 B458 M9" + }, + { + "type": "bf:Barcode", + "value": "MR61509485" + } + ], + "idBarcode": [ + "MR61509485" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b12764697", + "_score": 535.1493, + "_source": { + "extent": [ + "42 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Harp Lager" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1963 + ], + "title": [ + "The Harp book of toasts." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "C-12 9602" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1963" + ], + "creatorLiteral": [ + "Pudney, John, 1909-1977." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1963 + ], + "creatorModifiedName": "John Pudney", + "idOclc": [ + "3723848" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "C-12 9602" + }, + { + "type": "nypl:Bnumber", + "value": "12764697" + }, + { + "type": "nypl:Oclc", + "value": "3723848" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp2745306" + } + ], + "updatedAt": 1711418487397, + "publicationStatement": [ + "London, Harp Lager [1963]" + ], + "identifier": [ + "urn:shelfmark:C-12 9602", + "urn:bnum:12764697", + "urn:oclc:3723848", + "urn:identifier:(WaOLN)nyp2745306" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "The Harp book of toasts." + ], + "uri": "b12764697", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 535.1493, + "b12764697" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12764697", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:C-12 9602", + "urn:barcode:33433044152662" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "C-12 9602" + ], + "shelfMark_sort": "aC-12 009602", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "C-12 9602" + ], + "uri": "i13437086", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "C-12 9602" + }, + { + "type": "bf:Barcode", + "value": "33433044152662" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433044152662" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b18576841", + "_score": 535.0005, + "_source": { + "extent": [ + "386 pp." + ], + "publicationStatement": [ + "Wolowiec : Czarne, 2010" + ], + "idIsbn": [ + "9788373561940" + ], + "identifier": [ + "urn:bnum:18576841", + "urn:isbn:9788373561940" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "numItemsTotal": [ + 0 + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "title": [ + "Toast za przodkow" + ], + "type": [ + "nypl:Item" + ], + "titleDisplay": [ + "Toast za przodkow" + ], + "numItemVolumesParsed": [ + 0 + ], + "uri": "b18576841", + "creatorLiteral": [ + "Gorecki, Wojciech." + ], + "numElectronicResources": [ + 0 + ], + "creatorModifiedName": "Wojciech Gorecki", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "18576841" + }, + { + "type": "bf:Isbn", + "value": "9788373561940" + } + ], + "placeOfPublication": [ + "Wolowiec : Czarne, 2010" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "updatedAt": 1711654548895, + "idIsbn_clean": [ + "9788373561940" + ] + }, + "sort": [ + 535.0005, + "b18576841" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13056190", + "_score": 533.8672, + "_source": { + "extent": [ + "vii, 134 p. : front. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Paul Elder and Co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1904 + ], + "title": [ + "Prosit : a book of toasts" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NANF (Prosit)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1904" + ], + "idLccn": [ + "04022858" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Clotho (Club)" + ], + "dateStartYear": [ + 1904 + ], + "idOclc": [ + "27916015" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Prosit)" + }, + { + "type": "nypl:Bnumber", + "value": "13056190" + }, + { + "type": "nypl:Oclc", + "value": "27916015" + }, + { + "type": "bf:Lccn", + "value": "04022858" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3034793" + } + ], + "updatedAt": 1711433599941, + "publicationStatement": [ + "San Francisco, Calif. : Paul Elder and Co. [1904]" + ], + "identifier": [ + "urn:shelfmark:NANF (Prosit)", + "urn:bnum:13056190", + "urn:oclc:27916015", + "urn:lccn:04022858", + "urn:identifier:(WaOLN)nyp3034793" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1904" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Prosit : a book of toasts / compiled by Clotho." + ], + "uri": "b13056190", + "lccClassification": [ + "PN6341 .S6" + ], + "placeOfPublication": [ + "San Francisco, Calif." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 533.8672, + "b13056190" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13056190", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NANF (Prosit)", + "urn:barcode:33433091739353" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NANF (Prosit)" + ], + "shelfMark_sort": "aNANF (Prosit)", + "catalogItemType_packed": [ + "catalogItemType:66||book, poor condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NANF (Prosit)" + ], + "uri": "i16219725", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NANF (Prosit)" + }, + { + "type": "bf:Barcode", + "value": "33433091739353" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433091739353" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b18806309", + "_score": 533.7074, + "_source": { + "extent": [ + "386 p. : map ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 383-[387])", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Polish.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Caucasus", + "Caucasus -- Civilization" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wydawn. Czarne" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2010 + ], + "title": [ + "Toast za przodków" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "ReCAP 11-4380" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2010" + ], + "creatorLiteral": [ + "Górecki, Wojciech, 1970-" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Reportaż" + ], + "dateStartYear": [ + 2010 + ], + "idOclc": [ + "671293997" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "ReCAP 11-4380" + }, + { + "type": "nypl:Bnumber", + "value": "18806309" + }, + { + "type": "bf:Isbn", + "value": "9788375361940 (pbk)" + }, + { + "type": "bf:Isbn", + "value": "8375361941 (pbk)" + }, + { + "type": "nypl:Oclc", + "value": "671293997" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)671293997" + } + ], + "uniformTitle": [ + "Seria Reportaż." + ], + "updatedAt": 1711224414808, + "publicationStatement": [ + "Wołowiec : Wydawn. Czarne, 2010." + ], + "idIsbn": [ + "9788375361940 (pbk)", + "8375361941 (pbk)" + ], + "identifier": [ + "urn:shelfmark:ReCAP 11-4380", + "urn:bnum:18806309", + "urn:isbn:9788375361940 (pbk)", + "urn:isbn:8375361941 (pbk)", + "urn:oclc:671293997", + "urn:identifier:(OCoLC)671293997" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2010" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Caucasus.", + "Caucasus -- Civilization." + ], + "titleDisplay": [ + "Toast za przodków / Wojciech Górecki." + ], + "uri": "b18806309", + "placeOfPublication": [ + "Wołowiec" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ], + "idIsbn_clean": [ + "9788375361940", + "8375361941" + ] + }, + "sort": [ + 533.7074, + "b18806309" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18806309", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:ReCAP 11-4380", + "urn:barcode:33433090460647" + ], + "physicalLocation": [ + "ReCAP 11-4380" + ], + "shelfMark_sort": "aReCAP 11-004380", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "ReCAP 11-4380" + ], + "uri": "i26121731", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "ReCAP 11-4380" + }, + { + "type": "bf:Barcode", + "value": "33433090460647" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433090460647" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b16671423", + "_score": 532.4152, + "_source": { + "extent": [ + "1 folder" + ], + "note": [ + { + "noteType": "Note", + "label": "Clippings from the Music Division clippings files", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Roma's Toast (song)" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + null + ], + "title": [ + "Roma's Toast (song)" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "M-Clippings (Subjects)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + " " + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + null + ], + "idOclc": [ + "Local - CLIP Music Clippings" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-Clippings (Subjects)" + }, + { + "type": "nypl:Bnumber", + "value": "16671423" + }, + { + "type": "nypl:Oclc", + "value": "Local - CLIP Music Clippings" + } + ], + "updatedAt": 1711605836419, + "genreForm": [ + "Clippings." + ], + "identifier": [ + "urn:shelfmark:M-Clippings (Subjects)", + "urn:bnum:16671423", + "urn:oclc:Local - CLIP Music Clippings" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + " " + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Roma's Toast (song)" + ], + "titleDisplay": [ + "Roma's Toast (song) : clippings" + ], + "uri": "b16671423", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 532.4152, + "b16671423" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b16671423", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:M-Clippings (Subjects)", + "urn:barcode:33433087491175" + ], + "physicalLocation": [ + "M-Clippings (Subjects)" + ], + "shelfMark_sort": "aM-Clippings (Subjects)", + "catalogItemType_packed": [ + "catalogItemType:22||clipping files" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=M-Clippings+%28Subjects%29&Date=++++&Form=30&Genre=clipping+files&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db16671423&ItemISxN=i17393514x&ItemNumber=33433087491175&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b166714239&Site=LPAMR&Title=Roma%27s+Toast+%28song%29+%3A+clippings" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M-Clippings (Subjects)" + ], + "uri": "i17393514", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-Clippings (Subjects)" + }, + { + "type": "bf:Barcode", + "value": "33433087491175" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "idBarcode": [ + "33433087491175" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:22", + "label": "clipping files" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b12769568", + "_score": 530.58405, + "_source": { + "extent": [ + "91 p." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts", + "Weddings", + "Wedding etiquette" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Foulsham" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], + "title": [ + "Wedding speeches and toasts." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "C-13 1904" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1966" + ], + "creatorLiteral": [ + "Jeffery, Barbara." + ], + "idLccn": [ + "66072667" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1966 + ], + "creatorModifiedName": "Barbara Jeffery", + "idOclc": [ + "1394635" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "C-13 1904" + }, + { + "type": "nypl:Bnumber", + "value": "12769568" + }, + { + "type": "nypl:Oclc", + "value": "1394635" + }, + { + "type": "bf:Lccn", + "value": "66072667" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp2750129" + } + ], + "updatedAt": 1711420512276, + "publicationStatement": [ + "Slough (Bucks.), New York Foulsham [1966]" + ], + "identifier": [ + "urn:shelfmark:C-13 1904", + "urn:bnum:12769568", + "urn:oclc:1394635", + "urn:lccn:66072667", + "urn:identifier:(WaOLN)nyp2750129" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts.", + "Weddings.", + "Wedding etiquette." + ], + "titleDisplay": [ + "Wedding speeches and toasts." + ], + "uri": "b12769568", + "lccClassification": [ + "PN6341 .J37" + ], + "placeOfPublication": [ + "Slough (Bucks.), New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 530.58405, + "b12769568" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12769568", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:C-13 1904", + "urn:barcode:33433048169860" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "C-13 1904" + ], + "shelfMark_sort": "aC-13 001904", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "C-13 1904" + ], + "uri": "i14317421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "C-13 1904" + }, + { + "type": "bf:Barcode", + "value": "33433048169860" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433048169860" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb2444622", + "_score": 527.4734, + "_source": { + "extent": [ + "vii, 134 pages : frontispiece ;" + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "publisherLiteral": [ + "Paul Elder and Co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1904 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Prosit : a book of toasts" + ], + "createdString": [ + "1904" + ], + "idLccn": [ + " 04022858 " + ], + "contributorLiteral": [ + "Clotho (Club)" + ], + "dateStartYear": [ + 1904 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "2444622" + }, + { + "type": "bf:Lccn", + "value": " 04022858 " + }, + { + "type": "nypl:Oclc", + "value": "ocm27916015" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm27916015" + }, + { + "type": "bf:Identifier", + "value": "2444622" + } + ], + "idOclc": [ + "ocm27916015" + ], + "holdings": [], + "updatedAt": 1655518547571, + "publicationStatement": [ + "San Francisco, Calif. : Paul Elder and Co., [1904]" + ], + "identifier": [ + "urn:bnum:2444622", + "urn:lccn: 04022858 ", + "urn:oclc:ocm27916015", + "urn:undefined:(OCoLC)ocm27916015", + "urn:undefined:2444622" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1904" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Prosit : a book of toasts / compiled by Clotho." + ], + "uri": "cb2444622", + "lccClassification": [ + "PN6341 .S6" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "San Francisco, Calif." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm" + ] + }, + "sort": [ + 527.4734, + "cb2444622" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb2444622", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:CU58268774" + ], + "physicalLocation": [ + "808.8 Sp46" + ], + "shelfMark_sort": "a808.8 Sp000046", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci5305996", + "shelfMark": [ + "808.8 Sp46" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "808.8 Sp46" + }, + { + "type": "bf:Barcode", + "value": "CU58268774" + } + ], + "idBarcode": [ + "CU58268774" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "CU" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb1257180", + "_score": 527.4734, + "_source": { + "extent": [ + "vii, 134 p. : front. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"'Clotho' is a name adopted by the Spinners club, representing the collective work of the club as a whole.\"-Publishers' answer.", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "publisherLiteral": [ + "Paul Elder and Co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1904 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Prosit : a book of toasts /" + ], + "createdString": [ + "1904" + ], + "idLccn": [ + " 04022858 " + ], + "contributorLiteral": [ + "Clotho (Club) http://id.loc.gov/authorities/names/no97043153" + ], + "dateStartYear": [ + 1904 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "1257180" + }, + { + "type": "bf:Lccn", + "value": " 04022858 " + } + ], + "updatedAt": 1523497655507, + "publicationStatement": [ + "San Francisco, Calif. : Paul Elder and Co. [1904]" + ], + "identifier": [ + "urn:bnum:1257180", + "urn:lccn: 04022858 " + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1904" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Prosit : a book of toasts / compiled by Clotho." + ], + "uri": "pb1257180", + "lccClassification": [ + "PN6341 .S6" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "San Francisco, Calif. :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 527.4734, + "pb1257180" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb1257180", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101087038285" + ], + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available " + ], + "uri": "pi1531913", + "shelfMark": [ + "PN6341 .S6 1904" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN6341 .S6 1904" + }, + { + "type": "bf:Barcode", + "value": "32101087038285" + } + ], + "idBarcode": [ + "32101087038285" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available " + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990099650640203941", + "_score": 525.10767, + "_source": { + "extent": [ + "247 p. ;" + ], + "note": [ + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Short stories" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Cosmos Books" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2006 + ], + "dateEndString": [ + "2002" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast / Charles Stross." + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Stross, Charles" + ], + "createdString": [ + "2006" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2006 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990099650640203941" + }, + { + "type": "bf:Isbn", + "value": "0809556030 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "69652590" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-12049344" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)69652590" + } + ], + "idOclc": [ + "69652590", + "SCSB-12049344" + ], + "dateEndYear": [ + 2002 + ], + "holdings": [], + "updatedAt": 1681081853656, + "publicationStatement": [ + "Holicong, PA : Cosmos Books, c2006, c2002." + ], + "identifier": [ + "urn:bnum:990099650640203941", + "urn:isbn:0809556030 (pbk.)", + "urn:oclc:69652590", + "urn:oclc:SCSB-12049344", + "urn:undefined:(OCoLC)69652590" + ], + "idIsbn": [ + "0809556030 (pbk.)" + ], + "genreForm": [ + "short stories.", + "Short stories", + "Science fiction", + "Nouvelles." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2006" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Short stories" + ], + "titleDisplay": [ + "Toast / Charles Stross." + ], + "uri": "hb990099650640203941", + "lccClassification": [ + "PR6119.T79 T63 2006" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Holicong, PA" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Antibodies -- Bear trap -- Extracts from the Club Diary -- A colder war -- Toast: a con report -- A boy and his God -- Ship of fools -- Dechlorinating the moderator -- Yellow snow -- Big Brother Iron." + ], + "idIsbn_clean": [ + "0809556030" + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 525.10767, + "hb990099650640203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990099650640203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:32044077499465" + ], + "physicalLocation": [ + "PR6119.T79 T63 2006" + ], + "shelfMark_sort": "aPR6119.T79 T63 002006", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "hi232106586300003941", + "shelfMark": [ + "PR6119.T79 T63 2006" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR6119.T79 T63 2006" + }, + { + "type": "bf:Barcode", + "value": "32044077499465" + } + ], + "idBarcode": [ + "32044077499465" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "HW" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b17174971", + "_score": 524.37415, + "_source": { + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Putnam" + ], + "description": [ + "Thomas always pretended his favorite menu was creamed angleworms on toast. Then one day when he also pretended he was sick enough to miss school, his family thought he deserved whatever he wanted for lunch." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "dateEndString": [ + "1942" + ], + "title": [ + "Angleworms on toast." + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Kantor, MacKinlay, 1904-1977." + ], + "idLccn": [ + "68024523" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Wiese, Kurt, 1887-" + ], + "dateStartYear": [ + 1969 + ], + "creatorModifiedName": "MacKinlay Kantor", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "17174971" + }, + { + "type": "bf:Lccn", + "value": "68024523" + } + ], + "dateEndYear": [ + 1942 + ], + "updatedAt": 1711655200426, + "publicationStatement": [ + "New York : Putnam, [1969, c1942]" + ], + "identifier": [ + "urn:bnum:17174971", + "urn:lccn:68024523" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Angleworms on toast. Illustrated by Kurt Wiese." + ], + "uri": "b17174971", + "lccClassification": [ + "PZ7.K128 An5" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 524.37415, + "b17174971" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b17174971", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:J FIC K", + "urn:barcode:33333059683314" + ], + "physicalLocation": [ + "J FIC K" + ], + "shelfMark_sort": "aJ FIC K", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J FIC K" + ], + "uri": "i22474239", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J FIC K" + }, + { + "type": "bf:Barcode", + "value": "33333059683314" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33333059683314" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NH" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb9969551973506421", + "_score": 523.82556, + "_source": { + "extent": [ + "386 pages : map ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "subjectLiteral_exploded": [ + "Civilization", + "Caucasus", + "Caucasus -- Civilization" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wydawn. Czarne" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2010 + ], + "title": [ + "Toast za przodków" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2010" + ], + "creatorLiteral": [ + "Górecki, Wojciech, 1970-" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Reportaż" + ], + "dateStartYear": [ + 2010 + ], + "idOclc": [ + "ocn671293997", + "671293997", + "SCSB-1622764" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "9969551973506421" + }, + { + "type": "bf:Isbn", + "value": "9788375361940" + }, + { + "type": "bf:Isbn", + "value": "8375361941" + }, + { + "type": "nypl:Oclc", + "value": "ocn671293997" + }, + { + "type": "nypl:Oclc", + "value": "671293997" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-1622764" + }, + { + "type": "bf:Identifier", + "value": "(PlWaKWL)lx2010024594" + }, + { + "type": "bf:Identifier", + "value": "(NjP)6955197-princetondb" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn671293997" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)671293997" + }, + { + "type": "bf:Identifier", + "value": "(NjP)Voyager6955197" + } + ], + "uniformTitle": [ + "Seria Reportaż." + ], + "updatedAt": 1710849132266, + "publicationStatement": [ + "Wołowiec : Wydawn. Czarne, 2010." + ], + "idIsbn": [ + "9788375361940", + "8375361941" + ], + "identifier": [ + "urn:bnum:9969551973506421", + "urn:isbn:9788375361940", + "urn:isbn:8375361941", + "urn:oclc:ocn671293997", + "urn:oclc:671293997", + "urn:oclc:SCSB-1622764", + "urn:identifier:(PlWaKWL)lx2010024594", + "urn:identifier:(NjP)6955197-princetondb", + "urn:identifier:(OCoLC)ocn671293997", + "urn:identifier:(OCoLC)671293997", + "urn:identifier:(NjP)Voyager6955197" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2010" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Civilization.", + "Caucasus.", + "Caucasus -- Civilization." + ], + "titleDisplay": [ + "Toast za przodków / Wojciech Górecki." + ], + "uri": "pb9969551973506421", + "lccClassification": [ + "PG7223.I78 T627 2010" + ], + "placeOfPublication": [ + "Wołowiec" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ], + "idIsbn_clean": [ + "9788375361940", + "8375361941" + ] + }, + "sort": [ + 523.82556, + "pb9969551973506421" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb9969551973506421", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "identifier": [ + "urn:shelfmark:PG7223.I78 T627 2010", + "urn:barcode:32101072287822" + ], + "physicalLocation": [ + "PG7223.I78 T627 2010" + ], + "shelfMark_sort": "aPG7223.I78 T627 002010", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "PG7223.I78 T627 2010" + ], + "uri": "pi23652743930006421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PG7223.I78 T627 2010" + }, + { + "type": "bf:Barcode", + "value": "32101072287822" + } + ], + "idBarcode": [ + "32101072287822" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "recapCustomerCode": [ + "PA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13060795", + "_score": 519.2849, + "_source": { + "extent": [ + "29 p. col. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "Grades 1-3.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Coward-McCann, inc." + ], + "description": [ + "Thomas always pretended his favorite menu was creamed angleworms on toast. Then one day when he also pretended he was sick enough to miss school, his family thought he deserved whatever he wanted for lunch." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1942 + ], + "title": [ + "Angleworms on toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NAS (Kantor, M. Angleworms on toast)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1942" + ], + "creatorLiteral": [ + "Kantor, MacKinlay, 1904-1977." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Wiese, Kurt, 1887-" + ], + "dateStartYear": [ + 1942 + ], + "creatorModifiedName": "MacKinlay Kantor", + "idOclc": [ + "26982453" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NAS (Kantor, M. Angleworms on toast)" + }, + { + "type": "nypl:Bnumber", + "value": "13060795" + }, + { + "type": "nypl:Oclc", + "value": "26982453" + } + ], + "updatedAt": 1711229275407, + "publicationStatement": [ + "New York, Coward-McCann, inc., c1942." + ], + "identifier": [ + "urn:shelfmark:NAS (Kantor, M. Angleworms on toast)", + "urn:bnum:13060795", + "urn:oclc:26982453" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1942" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Angleworms on toast, by MacKinlay Kantor. Illustrated by Kurt Wiese." + ], + "uri": "b13060795", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 x 25 cm." + ] + }, + "sort": [ + 519.2849, + "b13060795" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13060795", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:NAS (Kantor, M. Angleworms on toast)", + "urn:barcode:33433084609134" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "NAS (Kantor, M. Angleworms on toast)" + ], + "shelfMark_sort": "aNAS (Kantor, M. Angleworms on toast)", + "catalogItemType_packed": [ + "catalogItemType:66||book, poor condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NAS (Kantor, M. Angleworms on toast)" + ], + "uri": "i16222433", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NAS (Kantor, M. Angleworms on toast)" + }, + { + "type": "bf:Barcode", + "value": "33433084609134" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433084609134" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11302028", + "_score": 514.92004, + "_source": { + "extent": [ + "vi, 301 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cooking, American", + "Cooking, American -- California", + "Cooking, American -- California -- Los Angeles" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Women's Auxiliary of the California Babies' and Children's Hospital" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1950 + ], + "title": [ + "Burnt toast." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 89-9691" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1950" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "California Babies' and Children's Hospital. Women's Auxiliary." + ], + "dateStartYear": [ + 1950 + ], + "idOclc": [ + "4365987", + "NYPG90-B62543" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 89-9691" + }, + { + "type": "nypl:Bnumber", + "value": "11302028" + }, + { + "type": "nypl:Oclc", + "value": "4365987" + }, + { + "type": "nypl:Oclc", + "value": "NYPG90-B62543" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1309761" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)4365987" + } + ], + "updatedAt": 1711595109405, + "publicationStatement": [ + "Los Angeles, Calif. : Women's Auxiliary of the California Babies' and Children's Hospital, 1950." + ], + "identifier": [ + "urn:shelfmark:JFD 89-9691", + "urn:bnum:11302028", + "urn:oclc:4365987", + "urn:oclc:NYPG90-B62543", + "urn:identifier:(WaOLN)nyp1309761", + "urn:identifier:(OCoLC)4365987" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1950" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cooking, American -- California -- Los Angeles." + ], + "titleDisplay": [ + "Burnt toast." + ], + "uri": "b11302028", + "placeOfPublication": [ + "Los Angeles, Calif." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 514.92004, + "b11302028" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11302028", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFD 89-9691", + "urn:barcode:33433040618625" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFD 89-9691" + ], + "shelfMark_sort": "aJFD 89-009691", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 89-9691" + ], + "uri": "i13162098", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 89-9691" + }, + { + "type": "bf:Barcode", + "value": "33433040618625" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433040618625" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b12227432", + "_score": 514.92004, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "Review of the New York City Ballet in Peter Martins' Sleeping beauty, New York State Theatre, April 24, 1991.", + "type": "bf:Note" + } + ], + "partOf": [ + "Dance and dancers. London. June/July 1991, p. 33-36. ill." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Martins, Peter, 1946-", + "New York City Ballet", + "Sleeping beauty (Choreographic work : Martins after Petipa, M)" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1991 + ], + "title": [ + "A toast to Beauty." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*MGZA" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1991" + ], + "creatorLiteral": [ + "Barnes, Clive, 1927-2008." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1991 + ], + "creatorModifiedName": "Clive Barnes", + "idOclc": [ + "NYPY916066942-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGZA" + }, + { + "type": "nypl:Bnumber", + "value": "12227432" + }, + { + "type": "nypl:Oclc", + "value": "NYPY916066942-B" + }, + { + "type": "bf:Identifier", + "value": "(NN-PD)916066942" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp2214263" + } + ], + "updatedAt": 1711473809402, + "identifier": [ + "urn:shelfmark:*MGZA", + "urn:bnum:12227432", + "urn:oclc:NYPY916066942-B", + "urn:identifier:(NN-PD)916066942", + "urn:identifier:(WaOLN)nyp2214263" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1991" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Martins, Peter, 1946-", + "New York City Ballet.", + "Sleeping beauty (Choreographic work : Martins after Petipa, M)" + ], + "titleDisplay": [ + "A toast to Beauty." + ], + "uri": "b12227432", + "issuance": [ + { + "id": "urn:biblevel:b", + "label": "serial component part" + } + ] + }, + "sort": [ + 514.92004, + "b12227432" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14264413", + "_score": 514.92004, + "_source": { + "extent": [ + "2 p.l., 7-73 p., 2 l." + ], + "note": [ + { + "noteType": "Note", + "label": "At head of title: G.C. Baravelli.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Stalin, Joseph, 1878-1953", + "Communism", + "Communism -- Soviet Union", + "Soviet Union", + "Soviet Union -- Economic conditions", + "Soviet Union -- Economic conditions -- 1917-1945" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Edizioni di Novissima" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1937 + ], + "title": [ + "Stalin's toast." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "SB p.v. 443" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1937" + ], + "creatorLiteral": [ + "Baravelli, G. C. (Giulio Cesare)" + ], + "idLccn": [ + "38006165" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1937 + ], + "creatorModifiedName": "G Baravelli", + "idOclc": [ + "10504920" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "SB p.v. 443" + }, + { + "type": "nypl:Bnumber", + "value": "14264413" + }, + { + "type": "nypl:Oclc", + "value": "10504920" + }, + { + "type": "bf:Lccn", + "value": "38006165" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)R020000041" + } + ], + "updatedAt": 1711486550968, + "publicationStatement": [ + "Roma, Edizioni di Novissima [1937]" + ], + "identifier": [ + "urn:shelfmark:SB p.v. 443", + "urn:bnum:14264413", + "urn:oclc:10504920", + "urn:lccn:38006165", + "urn:identifier:(WaOLN)R020000041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1937" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Stalin, Joseph, 1878-1953.", + "Communism -- Soviet Union.", + "Soviet Union -- Economic conditions -- 1917-1945." + ], + "titleDisplay": [ + "Stalin's toast." + ], + "uri": "b14264413", + "lccClassification": [ + "DK267 .B27" + ], + "placeOfPublication": [ + "Roma" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "A class which refuses to die.--Fighting the party.--Rifle shots in Moscow.--The lowest wages in the world.--Sordid housing.--Yagoda: a name and a symbol.--Six million convicts.--The revenge of militarism.--Bolshevism paramount to supercapitalism." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 514.92004, + "b14264413" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14267148", + "_score": 514.92004, + "_source": { + "extent": [ + "4 l." + ], + "note": [ + { + "noteType": "Note", + "label": "Cover-title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Printed on outside of double leaf uncut at top, leaf 4 blank.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Spoken at the Family farm, in the valley of the Portola, California, on ... May thirtieth, Mdccccxix.\"--prefatory note, dated Christmas, 1927, and signed: John Henry Nash.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "John Henry Nash" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1927 + ], + "title": [ + "A toast to the ladies." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1927" + ], + "creatorLiteral": [ + "Hamilton, Edward H." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1927 + ], + "creatorModifiedName": "Edward Hamilton", + "idOclc": [ + "6002827" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)" + }, + { + "type": "nypl:Bnumber", + "value": "14267148" + }, + { + "type": "nypl:Oclc", + "value": "6002827" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)R040000312" + } + ], + "updatedAt": 1712865343289, + "publicationStatement": [ + "[San Francisco, John Henry Nash, 1927]" + ], + "identifier": [ + "urn:shelfmark:*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)", + "urn:bnum:14267148", + "urn:oclc:6002827", + "urn:identifier:(WaOLN)R040000312" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1927" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "A toast to the ladies." + ], + "uri": "b14267148", + "placeOfPublication": [ + "[San Francisco" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "45 cm." + ] + }, + "sort": [ + 514.92004, + "b14267148" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14267148", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "owner": [ + { + "id": "orgs:1108", + "label": "Rare Book Division" + } + ], + "identifier": [ + "urn:shelfmark:*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)" + ], + "physicalLocation": [ + "*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)" + ], + "shelfMark_sort": "a*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Hamilton%2C+Edward+H.&CallNumber=*KP%2B%2B%2B+%28Nash%29+%28Hamilton%2C+E.+H.+Toast+to+the+ladies%29&Date=1927&Form=30&Genre=book+non-circ&ItemInfo1=Restricted+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db14267148&ItemISxN=i16968975x&ItemPlace=%5BSan+Francisco&ItemPublisher=John+Henry+Nash%2C+1927%5D&Location=Schwarzman+Rare+Book+Division&ReferenceNumber=b142671484&Site=SASRB&Title=A+toast+to+the+ladies." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)" + ], + "uri": "i16968975", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*KP+++ (Nash) (Hamilton, E. H. Toast to the ladies)" + } + ], + "holdingLocation_packed": [ + "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" + ], + "owner_packed": [ + "orgs:1108||Rare Book Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:marr2", + "label": "Schwarzman Building - Rare Book Collection Room 328" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13131869", + "_score": 514.1784, + "_source": { + "extent": [ + "242 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kingston Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1920 + ], + "title": [ + "The royal toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NCM (Back, K. J. Royal toast)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1920" + ], + "creatorLiteral": [ + "Australianus." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1920 + ], + "idOclc": [ + "18297389" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NCM (Back, K. J. Royal toast)" + }, + { + "type": "nypl:Bnumber", + "value": "13131869" + }, + { + "type": "nypl:Oclc", + "value": "18297389" + } + ], + "updatedAt": 1711048347990, + "publicationStatement": [ + "Sydney [N.S.W.] : Kingston Press, 1920." + ], + "identifier": [ + "urn:shelfmark:NCM (Back, K. J. Royal toast)", + "urn:bnum:13131869", + "urn:oclc:18297389" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1920" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "The royal toast / by \"Australianus\"." + ], + "uri": "b13131869", + "placeOfPublication": [ + "Sydney [N.S.W.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 514.1784, + "b13131869" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13131869", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:NCM (Back, K. J. Royal toast)", + "urn:barcode:33433112057363" + ], + "physicalLocation": [ + "NCM (Back, K. J. Royal toast)" + ], + "shelfMark_sort": "aNCM (Back, K. J. Royal toast)", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NCM (Back, K. J. Royal toast)" + ], + "uri": "i16274064", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NCM (Back, K. J. Royal toast)" + }, + { + "type": "bf:Barcode", + "value": "33433112057363" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433112057363" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b16601477", + "_score": 513.503, + "_source": { + "extent": [ + "1 volume" + ], + "note": [ + { + "noteType": "Note", + "label": "Dictated by Edith Ellis, Feb. 4, 1931.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + null + ], + "title": [ + "The toast of the town" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "CTR 954" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + " " + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + null + ], + "idOclc": [ + "Local - AREV Theatre Scripts" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "CTR 954" + }, + { + "type": "nypl:Bnumber", + "value": "16601477" + }, + { + "type": "nypl:Oclc", + "value": "Local - AREV Theatre Scripts" + } + ], + "updatedAt": 1711594859497, + "genreForm": [ + "Scripts.", + "Motion picture plays." + ], + "identifier": [ + "urn:shelfmark:CTR 954", + "urn:bnum:16601477", + "urn:oclc:Local - AREV Theatre Scripts" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + " " + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "The toast of the town: typescript, 1931." + ], + "uri": "b16601477", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 513.503, + "b16601477" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b16601477", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:CTR 954", + "urn:barcode:33433108291166" + ], + "physicalLocation": [ + "CTR 954" + ], + "shelfMark_sort": "aCTR 000954", + "catalogItemType_packed": [ + "catalogItemType:20||manuscript" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=CTR+954&Date=++++&Form=30&Genre=manuscript&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db16601477&ItemISxN=i308506327&ItemNumber=33433108291166&Location=Performing+Arts+Theatre+Division&ReferenceNumber=b166014771&Site=LPATH&Title=The+toast+of+the+town%3A+typescript%2C+1931." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "CTR 954" + ], + "uri": "i30850632", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "CTR 954" + }, + { + "type": "bf:Barcode", + "value": "33433108291166" + } + ], + "holdingLocation_packed": [ + "loc:pat38||Performing Arts Research Collections - Theatre" + ], + "idBarcode": [ + "33433108291166" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:20", + "label": "manuscript" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pat38", + "label": "Performing Arts Research Collections - Theatre" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-3cd09c0b3947abc6d077bd1dd619e9b3.json b/test/fixtures/query-3cd09c0b3947abc6d077bd1dd619e9b3.json new file mode 100644 index 00000000..0b2cdaed --- /dev/null +++ b/test/fixtures/query-3cd09c0b3947abc6d077bd1dd619e9b3.json @@ -0,0 +1,9370 @@ +{ + "body": { + "took": 19, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_score": 15.560745, + "_source": { + "extent": [ + "volumes : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Some issues bear also thematic titles.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Editors: Harold Ross, 1925-1951; William Shawn, 1951-1987; Robert Gotllieb, 1987-1992, Tina Brown, 1992-1998; David Remnick, 1998-", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 73, no. 1 never published.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Has occasional supplements.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Vol. 90, no. 24 (Aug. 25, 2014).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began with issue for Feb. 21, 1925." + ], + "subjectLiteral_exploded": [ + "Literature", + "Literature -- Collections", + "Literature -- Collections -- Periodicals", + "Intellectual life", + "Electronic journals", + "New York (N.Y.)", + "New York (N.Y.) -- Intellectual life", + "New York (N.Y.) -- Intellectual life -- Directories", + "New York (State)", + "New York (State) -- New York" + ], + "numItemDatesParsed": [ + 819 + ], + "publisherLiteral": [ + "F-R Pub. Corp.", + "D. Carey", + "Condé Nast Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 824 + ], + "createdYear": [ + 1925 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The New Yorker." + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "numItemVolumesParsed": [ + 754 + ], + "createdString": [ + "1925" + ], + "idLccn": [ + "28005329" + ], + "idIssn": [ + "0028-792X" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ross, Harold Wallace, 1892-1951", + "Shawn, William", + "Brown, Tina", + "Remnick, David", + "White, Katharine Sergeant Angell", + "White, E. B. (Elwyn Brooks), 1899-1985", + "Irvin, Rea, 1881-1972", + "Angell, Roger" + ], + "dateStartYear": [ + 1925 + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest (copy held in Per. Sect.)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + }, + { + "type": "nypl:Bnumber", + "value": "10833141" + }, + { + "type": "nypl:Oclc", + "value": "1760231" + }, + { + "type": "bf:Lccn", + "value": "28005329" + }, + { + "type": "bf:Issn", + "value": "0028-792X" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1760231" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + } + ], + "idOclc": [ + "1760231" + ], + "uniformTitle": [ + "New Yorker (New York, N.Y. : 1925)" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 1 (Feb. 15, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 2 (Mar. 1, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 3 (Mar. 8, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 4 (Mar. 15, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 5 (Mar. 22, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 6 (Mar. 29, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 7 (Apr. 5, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 8 (Apr. 12, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 9 (Apr. 19, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 11 (May. 10, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 12 (May. 17, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 13 (May. 24, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 14 (May. 31, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 15 (Jun. 7, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 16 (Jun. 14, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 17 (Jun. 21, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 18 (Jun. 28, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 19 (Jul. 5, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 20 (Jul. 12, 2021)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 21 (Jul. 26, 2021)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 22 (Aug. 2, 2021)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 23 (Aug. 9, 2021)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 24 (Aug. 16, 2021)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "ROOM 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "FEB. 15/22, 2021 - AUG. 16, 2021", + "PRINT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1059671" + }, + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 25 (Aug. 23, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 26 (Aug. 30, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 27 (Sep. 6, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 28 (Sep. 13, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 29 (Sep. 20, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 30 (Sep. 27, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 31 (Oct. 4, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 32 (Oct. 11, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 33 (Oct. 18, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 34 (Oct. 25, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 35 (Nov. 1, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 36 (Nov. 8, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Missing" + }, + { + "coverage": "Vol. 97 No. 37 (Nov. 15, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 38 (Nov. 22, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 39 (Nov. 29, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 40 (Dec. 6, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 41 (Dec. 13, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 42 (Dec. 20, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 97 No. 43 (Dec. 27, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 45 (Jan. 10, 2022)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 46 (Jan. 24, 2022)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 47 (Jan. 31, 2022)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 48 (Feb. 7, 2022)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 1 (Feb. 13, 2023)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 2 (Feb. 27, 2023)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 3 (Mar. 6, 2023)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 4 (Mar. 13, 2023)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 5 (Mar. 20, 2023)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 6 (Mar. 27, 2023)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 7 (Apr. 3, 2023)", + "position": 32, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 8 (Apr. 10, 2023)", + "position": 33, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 9 (Apr. 17, 2023)", + "position": 34, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)", + "position": 35, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 11 (May. 8, 2023)", + "position": 36, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 12 (May. 15, 2023)", + "position": 37, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 13 (May. 22, 2023)", + "position": 38, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 14 (May. 29, 2023)", + "position": 39, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 15 (Jun. 5, 2023)", + "position": 40, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 16 (Jun. 12, 2023)", + "position": 41, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 17 (Jun. 19, 2023)", + "position": 42, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 18 (Jun. 26, 2023)", + "position": 43, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 19 (Jul. 3, 2023)", + "position": 44, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 20 (Jul. 10, 2023)", + "position": 45, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 21 (Jul. 24, 2023)", + "position": 46, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 22 (Jul. 31, 2023)", + "position": 47, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 23 (Aug. 7, 2023)", + "position": 48, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 24 (Aug. 14, 2023)", + "position": 49, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 25 (Aug. 21, 2023)", + "position": 50, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 26 (Aug. 28, 2023)", + "position": 51, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 27 (Sep. 4, 2023)", + "position": 52, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 28 (Sep. 11, 2023)", + "position": 53, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 29 (Sep. 18, 2023)", + "position": 54, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 30 (Sep. 25, 2023)", + "position": 55, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 31 (Oct. 2, 2023)", + "position": 56, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 32 (Oct. 9, 2023)", + "position": 57, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 33 (Oct. 16, 2023)", + "position": 58, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 34 (Oct. 23, 2023)", + "position": 59, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 35 (Oct. 30, 2023)", + "position": 60, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 36 (Nov. 6, 2023)", + "position": 61, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 37 (Nov. 13, 2023)", + "position": 62, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 38 (Nov. 20, 2023)", + "position": 63, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 39 (Nov. 27, 2023)", + "position": 64, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 40 (Dec. 4, 2023)", + "position": 65, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 41 (Dec. 11, 2023)", + "position": 66, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 42 (Dec. 18, 2023)", + "position": 67, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 43 (Dec. 25, 2023)", + "position": 68, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 44 (Jan. 1, 2024)", + "position": 69, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 45 (Jan. 15, 2024)", + "position": 70, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 46 (Jan. 22, 2024)", + "position": 71, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 47 (Jan. 29, 2024)", + "position": 72, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 48 (Feb. 5, 2024)", + "position": 73, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 1 (Feb. 12, 2024)", + "position": 74, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 2 (Feb. 26, 2024)", + "position": 75, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 3 (Mar. 4, 2024)", + "position": 76, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 4 (Mar. 11, 2024)", + "position": 77, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 5 (Mar. 18, 2024)", + "position": 78, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 6 (Mar. 25, 2024)", + "position": 79, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 7 (Apr. 1, 2024)", + "position": 80, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 8 (Apr. 8, 2024)", + "position": 81, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 9 (Apr. 15, 2024)", + "position": 82, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 10 (Apr. 22, 2024)", + "position": 83, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 11 (May. 6, 2024)", + "position": 84, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 12 (May. 13, 2024)", + "position": 85, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 13 (May. 20, 2024)", + "position": 86, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 14 (May. 27, 2024)", + "position": 87, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 15 (Jun. 3, 2024)", + "position": 88, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 16 (Jun. 10, 2024)", + "position": 89, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 17 (Jun. 17, 2024)", + "position": 90, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 18 (Jun. 24, 2024)", + "position": 91, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 19 (Jul. 1, 2024)", + "position": 92, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 20 (Jul. 8, 2024)", + "position": 93, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)--", + "v. 99, no. 37 (2023-11-13); v. 99, no. 48 (2024-02-05); v. 100, no. 2 (2024-02-26)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "Room 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "AUG. 23, 2021-CURRENT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1144777" + } + ], + "updatedAt": 1715286949069, + "publicationStatement": [ + "New York : F-R Pub. Corp., 1925-", + "[New York] : D. Carey", + "[New York] : Condé Nast Publications" + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker)", + "urn:bnum:10833141", + "urn:oclc:1760231", + "urn:lccn:28005329", + "urn:issn:0028-792X", + "urn:identifier:(OCoLC)1760231", + "urn:identifier:(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + ], + "genreForm": [ + "Collections.", + "Directories.", + "Periodicals." + ], + "numCheckinCardItems": [ + 117 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1925" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Literature -- Collections -- Periodicals.", + "Intellectual life.", + "Literature.", + "Electronic journals.", + "New York (N.Y.) -- Intellectual life -- Directories.", + "New York (State) -- New York." + ], + "titleDisplay": [ + "The New Yorker." + ], + "uri": "b10833141", + "lccClassification": [ + "AP2 .N6763" + ], + "placeOfPublication": [ + "New York", + "[New York]" + ], + "titleAlt": [ + "New Yorker", + "The New Yorker" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28-31 cm" + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 824, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 799 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-08", + "lte": "2024-07-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 20" + ], + "enumerationChronology_sort": [ + " 100-2024-07-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-0", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 20 (Jul. 8, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-07-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 798 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-01", + "lte": "2024-07-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 19" + ], + "enumerationChronology_sort": [ + " 100-2024-07-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-1", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 19 (Jul. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-07-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 797 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-24", + "lte": "2024-06-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 18" + ], + "enumerationChronology_sort": [ + " 100-2024-06-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-2", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 18 (Jun. 24, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 796 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-17", + "lte": "2024-06-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 17" + ], + "enumerationChronology_sort": [ + " 100-2024-06-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-3", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 17 (Jun. 17, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-17" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 795 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-10", + "lte": "2024-06-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 16" + ], + "enumerationChronology_sort": [ + " 100-2024-06-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-4", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 16 (Jun. 10, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 794 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-03", + "lte": "2024-06-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 15" + ], + "enumerationChronology_sort": [ + " 100-2024-06-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-5", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 15 (Jun. 3, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 793 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-27", + "lte": "2024-05-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 14" + ], + "enumerationChronology_sort": [ + " 100-2024-05-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-6", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 14 (May. 27, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 792 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-20", + "lte": "2024-05-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 13" + ], + "enumerationChronology_sort": [ + " 100-2024-05-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-7", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 13 (May. 20, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 791 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-13", + "lte": "2024-05-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 12" + ], + "enumerationChronology_sort": [ + " 100-2024-05-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-8", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 12 (May. 13, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 790 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-06", + "lte": "2024-05-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 11" + ], + "enumerationChronology_sort": [ + " 100-2024-05-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-9", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 11 (May. 6, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 789 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-22", + "lte": "2024-04-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 10" + ], + "enumerationChronology_sort": [ + " 100-2024-04-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-10", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 10 (Apr. 22, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 788 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-15", + "lte": "2024-04-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 9" + ], + "enumerationChronology_sort": [ + " 100-2024-04-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-11", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 9 (Apr. 15, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 787 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-08", + "lte": "2024-04-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 8" + ], + "enumerationChronology_sort": [ + " 100-2024-04-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-12", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 8 (Apr. 8, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 786 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-01", + "lte": "2024-04-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 7" + ], + "enumerationChronology_sort": [ + " 100-2024-04-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-13", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 7 (Apr. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 785 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-25", + "lte": "2024-03-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 6" + ], + "enumerationChronology_sort": [ + " 100-2024-03-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-14", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 6 (Mar. 25, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 784 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-18", + "lte": "2024-03-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 5" + ], + "enumerationChronology_sort": [ + " 100-2024-03-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-15", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 5 (Mar. 18, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 766 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-11", + "lte": "2024-03-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 4" + ], + "enumerationChronology_sort": [ + " 100-2024-03-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-33", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 4 (Mar. 11, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 765 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-04", + "lte": "2024-03-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 3" + ], + "enumerationChronology_sort": [ + " 100-2024-03-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-34", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 3 (Mar. 4, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 783 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-26", + "lte": "2024-02-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 2" + ], + "enumerationChronology_sort": [ + " 100-2024-02-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-16", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 2 (Feb. 26, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-02-26" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 764 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-12", + "lte": "2024-02-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 1" + ], + "enumerationChronology_sort": [ + " 100-2024-02-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-35", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 1 (Feb. 12, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-02-12" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 755 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-05", + "lte": "2024-02-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 48" + ], + "enumerationChronology_sort": [ + " 99-2024-02-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-44", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 48 (Feb. 5, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-02-05" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 754 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-29", + "lte": "2024-01-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 47" + ], + "enumerationChronology_sort": [ + " 99-2024-01-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-45", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 47 (Jan. 29, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-29" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 753 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-22", + "lte": "2024-01-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 46" + ], + "enumerationChronology_sort": [ + " 99-2024-01-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-46", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 46 (Jan. 22, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 752 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-15", + "lte": "2024-01-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 45" + ], + "enumerationChronology_sort": [ + " 99-2024-01-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-47", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 45 (Jan. 15, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 751 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-01", + "lte": "2024-01-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 44" + ], + "enumerationChronology_sort": [ + " 99-2024-01-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-48", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 44 (Jan. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 750 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-25", + "lte": "2023-12-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 43" + ], + "enumerationChronology_sort": [ + " 99-2023-12-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-49", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 43 (Dec. 25, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 749 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-18", + "lte": "2023-12-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 42" + ], + "enumerationChronology_sort": [ + " 99-2023-12-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-50", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 42 (Dec. 18, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 748 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-11", + "lte": "2023-12-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 41" + ], + "enumerationChronology_sort": [ + " 99-2023-12-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-51", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 41 (Dec. 11, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 747 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-04", + "lte": "2023-12-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 40" + ], + "enumerationChronology_sort": [ + " 99-2023-12-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-52", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 40 (Dec. 4, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 746 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-27", + "lte": "2023-11-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 39" + ], + "enumerationChronology_sort": [ + " 99-2023-11-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-53", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 39 (Nov. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 743 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-20", + "lte": "2023-11-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 38" + ], + "enumerationChronology_sort": [ + " 99-2023-11-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-56", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 38 (Nov. 20, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 745 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-13", + "lte": "2023-11-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 37" + ], + "enumerationChronology_sort": [ + " 99-2023-11-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-54", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 37 (Nov. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 742 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-06", + "lte": "2023-11-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 36" + ], + "enumerationChronology_sort": [ + " 99-2023-11-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-57", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 36 (Nov. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 741 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-30", + "lte": "2023-10-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 35" + ], + "enumerationChronology_sort": [ + " 99-2023-10-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-58", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 35 (Oct. 30, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-30" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 744 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-23", + "lte": "2023-10-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 34" + ], + "enumerationChronology_sort": [ + " 99-2023-10-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-55", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 34 (Oct. 23, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-23" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 734 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-16", + "lte": "2023-10-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 33" + ], + "enumerationChronology_sort": [ + " 99-2023-10-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-65", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 33 (Oct. 16, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-16" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 733 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-09", + "lte": "2023-10-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 32" + ], + "enumerationChronology_sort": [ + " 99-2023-10-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-66", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 32 (Oct. 9, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-09" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 732 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-02", + "lte": "2023-10-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 31" + ], + "enumerationChronology_sort": [ + " 99-2023-10-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-67", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 31 (Oct. 2, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-02" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 763 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-25", + "lte": "2023-09-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 30" + ], + "enumerationChronology_sort": [ + " 99-2023-09-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-36", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 30 (Sep. 25, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 740 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-18", + "lte": "2023-09-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 29" + ], + "enumerationChronology_sort": [ + " 99-2023-09-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-59", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 29 (Sep. 18, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 762 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-11", + "lte": "2023-09-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 28" + ], + "enumerationChronology_sort": [ + " 99-2023-09-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-37", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 28 (Sep. 11, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 761 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-04", + "lte": "2023-09-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 27" + ], + "enumerationChronology_sort": [ + " 99-2023-09-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-38", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 27 (Sep. 4, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 731 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-28", + "lte": "2023-08-28" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 26" + ], + "enumerationChronology_sort": [ + " 99-2023-08-28" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-68", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 26 (Aug. 28, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-28" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 736 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-21", + "lte": "2023-08-21" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 25" + ], + "enumerationChronology_sort": [ + " 99-2023-08-21" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-63", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 25 (Aug. 21, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-21" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 735 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-14", + "lte": "2023-08-14" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 24" + ], + "enumerationChronology_sort": [ + " 99-2023-08-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-64", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 24 (Aug. 14, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-14" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 730 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-07", + "lte": "2023-08-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 23" + ], + "enumerationChronology_sort": [ + " 99-2023-08-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-69", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 23 (Aug. 7, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-07" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 739 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-31", + "lte": "2023-07-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 22" + ], + "enumerationChronology_sort": [ + " 99-2023-07-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-60", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 22 (Jul. 31, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-31" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 738 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-24", + "lte": "2023-07-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 21" + ], + "enumerationChronology_sort": [ + " 99-2023-07-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-61", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 21 (Jul. 24, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 737 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-10", + "lte": "2023-07-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 20" + ], + "enumerationChronology_sort": [ + " 99-2023-07-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-62", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 20 (Jul. 10, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 729 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-03", + "lte": "2023-07-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 19" + ], + "enumerationChronology_sort": [ + " 99-2023-07-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-70", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 19 (Jul. 3, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 728 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-26", + "lte": "2023-06-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 18" + ], + "enumerationChronology_sort": [ + " 99-2023-06-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-71", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 18 (Jun. 26, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-26" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 760 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-19", + "lte": "2023-06-19" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 17" + ], + "enumerationChronology_sort": [ + " 99-2023-06-19" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-39", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 17 (Jun. 19, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-19" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 727 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-12", + "lte": "2023-06-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 16" + ], + "enumerationChronology_sort": [ + " 99-2023-06-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-72", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 16 (Jun. 12, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-12" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 726 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-05", + "lte": "2023-06-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 15" + ], + "enumerationChronology_sort": [ + " 99-2023-06-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-73", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 15 (Jun. 5, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-05" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 725 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-29", + "lte": "2023-05-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 14" + ], + "enumerationChronology_sort": [ + " 99-2023-05-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-74", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 14 (May. 29, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-29" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 724 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-22", + "lte": "2023-05-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 13" + ], + "enumerationChronology_sort": [ + " 99-2023-05-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-75", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 13 (May. 22, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 723 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-15", + "lte": "2023-05-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 12" + ], + "enumerationChronology_sort": [ + " 99-2023-05-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-76", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 12 (May. 15, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 722 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-08", + "lte": "2023-05-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 11" + ], + "enumerationChronology_sort": [ + " 99-2023-05-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-77", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 11 (May. 8, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 721 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-24", + "lte": "2023-05-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 10" + ], + "enumerationChronology_sort": [ + " 99-2023-04-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-78", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 759 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-17", + "lte": "2023-04-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 9" + ], + "enumerationChronology_sort": [ + " 99-2023-04-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-40", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 9 (Apr. 17, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-17" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 758 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-10", + "lte": "2023-04-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 8" + ], + "enumerationChronology_sort": [ + " 99-2023-04-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-41", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 8 (Apr. 10, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 757 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-03", + "lte": "2023-04-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 7" + ], + "enumerationChronology_sort": [ + " 99-2023-04-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-42", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 7 (Apr. 3, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 756 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-27", + "lte": "2023-03-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 6" + ], + "enumerationChronology_sort": [ + " 99-2023-03-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-43", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 6 (Mar. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 720 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-20", + "lte": "2023-03-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 5" + ], + "enumerationChronology_sort": [ + " 99-2023-03-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-79", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 5 (Mar. 20, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 719 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-13", + "lte": "2023-03-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 4" + ], + "enumerationChronology_sort": [ + " 99-2023-03-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-80", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 4 (Mar. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 718 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-06", + "lte": "2023-03-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 3" + ], + "enumerationChronology_sort": [ + " 99-2023-03-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-81", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 3 (Mar. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 717 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-02-27", + "lte": "2023-02-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 2" + ], + "enumerationChronology_sort": [ + " 99-2023-02-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-82", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 2 (Feb. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-02-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 716 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-02-13", + "lte": "2023-02-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 1" + ], + "enumerationChronology_sort": [ + " 99-2023-02-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-83", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 1 (Feb. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-02-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 715 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-02-14", + "lte": "2023-02-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 98 No. 1-49" + ], + "enumerationChronology_sort": [ + " 98-2022-02-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-84", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 98, + "lte": 98 + } + ] + }, + "sort": [ + " 98-2022-02-14" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 712 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-02-07", + "lte": "2022-02-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 48" + ], + "enumerationChronology_sort": [ + " 97-2022-02-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-87", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 48 (Feb. 7, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-02-07" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 711 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-31", + "lte": "2022-01-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 47" + ], + "enumerationChronology_sort": [ + " 97-2022-01-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-88", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 47 (Jan. 31, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-31" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 710 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-24", + "lte": "2022-01-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 46" + ], + "enumerationChronology_sort": [ + " 97-2022-01-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-89", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 46 (Jan. 24, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 709 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-10", + "lte": "2022-01-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 45" + ], + "enumerationChronology_sort": [ + " 97-2022-01-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-90", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 45 (Jan. 10, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 708 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-03", + "lte": "2022-01-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 44" + ], + "enumerationChronology_sort": [ + " 97-2022-01-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-91", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 782 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-27", + "lte": "2021-12-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 43" + ], + "enumerationChronology_sort": [ + " 97-2021-12-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-17", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 43 (Dec. 27, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 707 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-20", + "lte": "2021-12-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 97 No. 42" + ], + "enumerationChronology_sort": [ + " 97-2021-12-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-92", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 42 (Dec. 20, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 781 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-13", + "lte": "2021-12-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 41" + ], + "enumerationChronology_sort": [ + " 97-2021-12-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-18", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 41 (Dec. 13, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 780 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-06", + "lte": "2021-12-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 40" + ], + "enumerationChronology_sort": [ + " 97-2021-12-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-19", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 40 (Dec. 6, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 779 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-29", + "lte": "2021-11-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 39" + ], + "enumerationChronology_sort": [ + " 97-2021-11-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-20", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 39 (Nov. 29, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-29" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 778 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-22", + "lte": "2021-11-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 38" + ], + "enumerationChronology_sort": [ + " 97-2021-11-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-21", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 38 (Nov. 22, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 777 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-15", + "lte": "2021-11-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 37" + ], + "enumerationChronology_sort": [ + " 97-2021-11-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-22", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 37 (Nov. 15, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 776 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-08", + "lte": "2021-11-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:m||Missing" + ], + "volumeRaw": [ + "Vol. 97 No. 36" + ], + "enumerationChronology_sort": [ + " 97-2021-11-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-23", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 36 (Nov. 8, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:m", + "label": "Missing" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 775 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-01", + "lte": "2021-11-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 35" + ], + "enumerationChronology_sort": [ + " 97-2021-11-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-24", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 35 (Nov. 1, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 774 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-25", + "lte": "2021-10-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 34" + ], + "enumerationChronology_sort": [ + " 97-2021-10-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-25", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 34 (Oct. 25, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 773 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-18", + "lte": "2021-10-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 33" + ], + "enumerationChronology_sort": [ + " 97-2021-10-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-26", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 33 (Oct. 18, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 772 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-11", + "lte": "2021-10-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 32" + ], + "enumerationChronology_sort": [ + " 97-2021-10-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-27", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 32 (Oct. 11, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 771 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-04", + "lte": "2021-10-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 31" + ], + "enumerationChronology_sort": [ + " 97-2021-10-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-28", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 31 (Oct. 4, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 714 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-27", + "lte": "2021-09-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 30" + ], + "enumerationChronology_sort": [ + " 97-2021-09-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-85", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 30 (Sep. 27, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 770 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-20", + "lte": "2021-09-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 29" + ], + "enumerationChronology_sort": [ + " 97-2021-09-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-29", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 29 (Sep. 20, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 769 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-13", + "lte": "2021-09-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 28" + ], + "enumerationChronology_sort": [ + " 97-2021-09-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-30", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 28 (Sep. 13, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 768 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-06", + "lte": "2021-09-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 27" + ], + "enumerationChronology_sort": [ + " 97-2021-09-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-31", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 27 (Sep. 6, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 767 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-30", + "lte": "2021-08-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 26" + ], + "enumerationChronology_sort": [ + " 97-2021-08-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-32", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 26 (Aug. 30, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-30" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 713 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-23", + "lte": "2021-08-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 25" + ], + "enumerationChronology_sort": [ + " 97-2021-08-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-86", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 25 (Aug. 23, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-23" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 817 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-16", + "lte": "2021-08-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 24" + ], + "enumerationChronology_sort": [ + " 97-2021-08-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-6", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 24 (Aug. 16, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-16" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 807 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-09", + "lte": "2021-08-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 23" + ], + "enumerationChronology_sort": [ + " 97-2021-08-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-16", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 23 (Aug. 9, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-09" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 806 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-02", + "lte": "2021-08-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 22" + ], + "enumerationChronology_sort": [ + " 97-2021-08-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-17", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 22 (Aug. 2, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-02" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 805 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-26", + "lte": "2021-07-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 21" + ], + "enumerationChronology_sort": [ + " 97-2021-07-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-18", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 21 (Jul. 26, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-07-26" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 802 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-12", + "lte": "2021-07-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 20" + ], + "enumerationChronology_sort": [ + " 97-2021-07-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-21", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 20 (Jul. 12, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-07-12" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 808 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-05", + "lte": "2021-07-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 19" + ], + "enumerationChronology_sort": [ + " 97-2021-07-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-15", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 19 (Jul. 5, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-07-05" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 809 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-28", + "lte": "2021-06-28" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 18" + ], + "enumerationChronology_sort": [ + " 97-2021-06-28" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-14", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 18 (Jun. 28, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-06-28" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal82||Schwarzman Building - Main Reading Room 315", + "doc_count": 575 + }, + { + "key": "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108", + "doc_count": 117 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 66 + }, + { + "key": "loc:rcma2||Offsite", + "doc_count": 66 + } + ] + } + }, + "item_format": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 707 + }, + { + "key": "AUG. 23, 2021-CURRENT", + "doc_count": 93 + }, + { + "key": "FEB. 15/22, 2021 - AUG. 16, 2021", + "doc_count": 24 + } + ] + } + }, + "item_status": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 766 + }, + { + "key": "status:i||At bindery", + "doc_count": 41 + }, + { + "key": "status:na||Not available", + "doc_count": 9 + }, + { + "key": "status:co||Loaned", + "doc_count": 5 + }, + { + "key": "status:t||In transit", + "doc_count": 2 + }, + { + "key": "status:m||Missing", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-3ed87b42da90b77094588269a1d55956.json b/test/fixtures/query-3ed87b42da90b77094588269a1d55956.json new file mode 100644 index 00000000..81ac8919 --- /dev/null +++ b/test/fixtures/query-3ed87b42da90b77094588269a1d55956.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-513a801a0bfc235c73d734df84d7864d.json b/test/fixtures/query-513a801a0bfc235c73d734df84d7864d.json new file mode 100644 index 00000000..cae239f3 --- /dev/null +++ b/test/fixtures/query-513a801a0bfc235c73d734df84d7864d.json @@ -0,0 +1,284 @@ +{ + "body": { + "took": 5, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13627363", + "_score": 6, + "_source": { + "extent": [ + "128 p. illus." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cats", + "Cats -- Pictorial works" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Creative age press, inc." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1947 + ], + "title": [ + "Cats, cats, & cats" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "VPS (Rice, E. Cats, cats, & cats)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1947" + ], + "creatorLiteral": [ + "Rice, Edward, 1917-" + ], + "idLccn": [ + "agr47000211" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Gleason, Jean, 1917-" + ], + "dateStartYear": [ + 1947 + ], + "creatorModifiedName": "Edward Rice", + "idOclc": [ + "1303934" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VPS (Rice, E. Cats, cats, & cats)" + }, + { + "type": "nypl:Bnumber", + "value": "13627363" + }, + { + "type": "nypl:Oclc", + "value": "1303934" + }, + { + "type": "bf:Lccn", + "value": "agr47000211" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3600714" + } + ], + "updatedAt": 1711615235963, + "publicationStatement": [ + "New York, Creative age press, inc. [c1947]" + ], + "identifier": [ + "urn:shelfmark:VPS (Rice, E. Cats, cats, & cats)", + "urn:bnum:13627363", + "urn:oclc:1303934", + "urn:lccn:agr47000211", + "urn:identifier:(WaOLN)nyp3600714" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1947" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cats.", + "Cats -- Pictorial works." + ], + "titleDisplay": [ + "Cats, cats, & cats, by Edward Rice and Jean Gleason." + ], + "uri": "b13627363", + "lccClassification": [ + "SF447 .R5" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 6, + "b13627363" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13627363", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:VPS (Rice, E. Cats, cats, & cats)", + "urn:barcode:33433006598316" + ], + "physicalLocation": [ + "VPS (Rice, E. Cats, cats, & cats)" + ], + "shelfMark_sort": "aVPS (Rice, E. Cats, cats, & cats)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "VPS (Rice, E. Cats, cats, & cats)" + ], + "uri": "i10754478", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VPS (Rice, E. Cats, cats, & cats)" + }, + { + "type": "bf:Barcode", + "value": "33433006598316" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433006598316" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NL" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-613faea3b2d4486d6900c2cc65743562.json b/test/fixtures/query-613faea3b2d4486d6900c2cc65743562.json new file mode 100644 index 00000000..e5b5dd50 --- /dev/null +++ b/test/fixtures/query-613faea3b2d4486d6900c2cc65743562.json @@ -0,0 +1,1010 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_score": 15.560745, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "From 1807-June 1837 title reads: Morgenblatt für gebildete stände.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Kunst-blatt. Stuttgart, 1816-1849.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Includes the current supplements Literatur-blatt 1817-1849; Kunstblatt 1816-1849; Intelligenz-blatt 1817-1847.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 4 + ], + "publisherLiteral": [ + "J. G. Cotta'sche buchhandlung." + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1855 + ], + "dateEndString": [ + "1uuu" + ], + "title": [ + "Morgenblatt für gebildete leser." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1855" + ], + "idLccn": [ + "cau08001961" + ], + "numElectronicResources": [ + 88 + ], + "dateStartYear": [ + 1855 + ], + "idOclc": [ + "1608345" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser)" + }, + { + "type": "nypl:Bnumber", + "value": "14937001" + }, + { + "type": "nypl:Oclc", + "value": "1608345" + }, + { + "type": "bf:Lccn", + "value": "cau08001961" + }, + { + "type": "bf:Identifier", + "value": "0494254" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)ret0001042" + } + ], + "dateEndYear": [ + 1 + ], + "updatedAt": 1711598098379, + "publicationStatement": [ + "Stuttgart, Tübingen [etc.], J. G. Cotta'sche buchhandlung." + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser)", + "urn:bnum:14937001", + "urn:oclc:1608345", + "urn:lccn:cau08001961", + "urn:identifier:0494254", + "urn:identifier:(WaOLN)ret0001042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1855" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Morgenblatt für gebildete leser." + ], + "uri": "b14937001", + "electronicResources": [ + { + "label": "Full text available via HathiTrust - jahrg.11:Jan.-June (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899526k" + }, + { + "label": "Full text available via HathiTrust - jahrg.11:July-Dec. (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899527i" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:Jan.-June (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899528g" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:July-Dec. (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899529e" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:Jan.-June (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899530t" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:July-Dec. (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899531r" + }, + { + "label": "Full text available via HathiTrust - jahrg.14:Jan.-June (1820)", + "url": "http://hdl.handle.net/2027/umn.31951001899532p" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:Jan.-June (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899534l" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:July-Dec. (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899535j" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:Jan.-June (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899536h" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:July-Dec. (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899537f" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:Jan.-June (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899538d" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:July-Dec. (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899539b" + }, + { + "label": "Full text available via HathiTrust - jahrg.18:July-Dec. (1824)", + "url": "http://hdl.handle.net/2027/umn.31951001899541o" + }, + { + "label": "Full text available via HathiTrust - jahrg.19:Jan.-June (1825)", + "url": "http://hdl.handle.net/2027/umn.31951001899542m" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:Jan.-June (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899505s" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:July-Dec. (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899506q" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:Jan.-June (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899544i" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:July-Dec. (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899545g" + }, + { + "label": "Full text available via HathiTrust - jahrg.21:July-Dec. (1827)", + "url": "http://hdl.handle.net/2027/umn.31951001899547c" + }, + { + "label": "Full text available via HathiTrust - jahrg.22 (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899548a" + }, + { + "label": "Full text available via HathiTrust - jahrg.22:suppl.:art (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899620s" + }, + { + "label": "Full text available via HathiTrust - jahrg.23:July-Dec. (1829)", + "url": "http://hdl.handle.net/2027/umn.31951001899550n" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:Jan.-June (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899551l" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:July-Dec. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899552j" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:suppl.:lit. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899624k" + }, + { + "label": "Full text available via HathiTrust - jahrg.25:July-Dec. (1831)", + "url": "http://hdl.handle.net/2027/umn.31951001899554f" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:Jan.-June (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899555d" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:July-Dec. (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899556b" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:Jan.-June (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995587" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:July-Dec. (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995595" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:Jan.-June (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899560k" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:July-Dec. (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899561i" + }, + { + "label": "Full text available via HathiTrust - jahrg.30:Oct.-Dec. (1836)", + "url": "http://hdl.handle.net/2027/umn.31951001899563e" + }, + { + "label": "Full text available via HathiTrust - jahrg.32:suppl.:lit. (1838)", + "url": "http://hdl.handle.net/2027/umn.31951001899641k" + }, + { + "label": "Full text available via HathiTrust - jahrg.33 (1839)", + "url": "http://hdl.handle.net/2027/umn.319510018995668" + }, + { + "label": "Full text available via HathiTrust - jahrg.33:suppl.:art (1839)", + "url": "http://hdl.handle.net/2027/umn.31951001899642i" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:art (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899645c" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:lit. (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899646a" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Jan.-Apr. (1842)", + "url": "http://hdl.handle.net/2027/umn.319510018995692" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Sept.-Dec. (1842)", + "url": "http://hdl.handle.net/2027/umn.31951001899571f" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Jan.-Apr. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899572d" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:May-Aug. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899573b" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Sept.-Dec. (1843)", + "url": "http://hdl.handle.net/2027/umn.319510018995749" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:Jan.-Apr. (1844)", + "url": "http://hdl.handle.net/2027/umn.31951p01107664f" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:May-Aug. (1844)", + "url": "http://hdl.handle.net/2027/umn.319510018995765" + }, + { + "label": "Full text available via HathiTrust - jahrg.39:Jan.-June (1845)", + "url": "http://hdl.handle.net/2027/umn.319510018995781" + }, + { + "label": "Full text available via HathiTrust - jahrg.4:Jan.-June (1810)", + "url": "http://hdl.handle.net/2027/umn.31951001899509k" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:Jan.-June (1847)", + "url": "http://hdl.handle.net/2027/umn.31951001899582a" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:July-Dec. (1847)", + "url": "http://hdl.handle.net/2027/umn.319510018995838" + }, + { + "label": "Full text available via HathiTrust - jahrg.44:July-Dec. (1850)", + "url": "http://hdl.handle.net/2027/umn.31951001899589w" + }, + { + "label": "Full text available via HathiTrust - jahrg.45:Jan.-June (1851)", + "url": "http://hdl.handle.net/2027/umn.31951001899590b" + }, + { + "label": "Full text available via HathiTrust - jahrg.49:July-Dec. (1855)", + "url": "http://hdl.handle.net/2027/umn.31951001899599t" + }, + { + "label": "Full text available via HathiTrust - jahrg.5:July-Dec. (1811)", + "url": "http://hdl.handle.net/2027/umn.31951001899512v" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:Jan.-June (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899600y" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:July-Dec. (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899601w" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:Jan.-June (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899602u" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:July-Dec. (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899603s" + }, + { + "label": "Full text available via HathiTrust - jahrg.52:July-Dec. (1858)", + "url": "http://hdl.handle.net/2027/umn.31951001899605o" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:Jan.-June (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899606m" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:July-Dec. (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899607k" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:Jan.-June (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899608i" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:July-Dec. (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899609g" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:Jan.-June (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899610v" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:July-Dec. (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899611t" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:Jan.-June (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899612r" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:July-Dec. (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899613p" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:Jan.-June (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899614n" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:July-Dec. (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899615l" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:Jan.-June (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899616j" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:July-Dec. (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899617h" + }, + { + "label": "Full text available via HathiTrust - jahrg.59:July-Dec. (1865)", + "url": "http://hdl.handle.net/2027/umn.31951001899619d" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:Jan.-June (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899513t" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:July-Dec. (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899514r" + }, + { + "label": "Full text available via HathiTrust - jahrg.7:July-Dec. (1813)", + "url": "http://hdl.handle.net/2027/umn.31951001899516n" + }, + { + "label": "Full text available via HathiTrust - jahrg.9:Jan.-June (1815)", + "url": "http://hdl.handle.net/2027/umn.31951001899521u" + }, + { + "label": "Full text available via HathiTrust - vol.13, pt.2 (1819)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054677" + }, + { + "label": "Full text available via HathiTrust - vol.15, pt.1 (1821)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054701" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.1 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054743" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.2 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054768" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.3 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054776" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.1 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054800" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.2 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054818" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.1 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054826" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.2 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054834" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.1 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054842" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.2 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054859" + }, + { + "label": "Full text available via HathiTrust - vol.40 (1846)", + "url": "http://hdl.handle.net/2027/njp.32101064488156" + } + ], + "placeOfPublication": [ + "Stuttgart, Tübingen [etc.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933", + "urn:barcode:33433088646033" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 001933", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + ], + "uri": "i28309666", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + }, + { + "type": "bf:Barcode", + "value": "33433088646033" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. Mar.-May 1933" + ], + "idBarcode": [ + "33433088646033" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1933" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861", + "urn:barcode:33433088646041" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001861", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1861", + "lte": "1861" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1861" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + ], + "uri": "i28309668", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + }, + { + "type": "bf:Barcode", + "value": "33433088646041" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 1861" + ], + "idBarcode": [ + "33433088646041" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1861" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860", + "urn:barcode:33433097964930" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001860", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1860", + "lte": "1860" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1860" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + ], + "uri": "i28543800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + }, + { + "type": "bf:Barcode", + "value": "33433097964930" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "Jahrg. 1860" + ], + "idBarcode": [ + "33433097964930" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1860" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "urn:barcode:33433096425198" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1855", + "lte": "1855" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1855" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + ], + "uri": "i28309648", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + }, + { + "type": "bf:Barcode", + "value": "33433096425198" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 49 (1855)" + ], + "idBarcode": [ + "33433096425198" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1855" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 3 + }, + { + "key": "loc:mal92||Schwarzman Building M2 - General Research Room 315", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 4 + } + ] + } + }, + "item_status": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 4 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-650ef843e1c82cc8d5dc73e14f251cbf.json b/test/fixtures/query-650ef843e1c82cc8d5dc73e14f251cbf.json new file mode 100644 index 00000000..1fce665e --- /dev/null +++ b/test/fixtures/query-650ef843e1c82cc8d5dc73e14f251cbf.json @@ -0,0 +1,27190 @@ +{ + "body": { + "took": 638, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000116", + "_score": 0, + "_source": { + "extent": [ + "8, 733p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cuntarar.", + "Cuntarar. -- Indexes", + "Hindu hymns, Tamil", + "Hindu hymns, Tamil -- Indexes" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1963 + ], + "title": [ + "Tēvāra oḷineṟi, Cuntarar" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5123" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1963" + ], + "creatorLiteral": [ + "Ceṅkalvarāya Piḷḷai, Va. Cu., 1883-1971." + ], + "idLccn": [ + "75901411" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu; 1139" + ], + "contributorLiteral": [ + "Cuntarar." + ], + "dateStartYear": [ + 1963 + ], + "idOclc": [ + "NYPG001000064-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5123" + }, + { + "type": "nypl:Bnumber", + "value": "10000116" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000064-B" + }, + { + "type": "bf:Lccn", + "value": "75901411" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100064" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200115" + } + ], + "updatedAt": 1711606516370, + "publicationStatement": [ + "Tirunelvēli : Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1963." + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5123", + "urn:bnum:10000116", + "urn:oclc:NYPG001000064-B", + "urn:lccn:75901411", + "urn:identifier:NNSZ00100064", + "urn:identifier:(WaOLN)nyp0200115" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cuntarar. -- Indexes.", + "Hindu hymns, Tamil -- Indexes." + ], + "titleDisplay": [ + "Tēvāra oḷineṟi, Cuntarar / Va. Cu. Ceṅkalvarāya Piḷḷai eḻutiyatu." + ], + "uri": "b10000116", + "lccClassification": [ + "BL1226.3.C862 C47" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000116" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000116", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5123", + "urn:barcode:33433001839004" + ], + "physicalLocation": [ + "*OLB 82-5123" + ], + "shelfMark_sort": "a*OLB 82-005123", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5123" + ], + "uri": "i10000051", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5123" + }, + { + "type": "bf:Barcode", + "value": "33433001839004" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001839004" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000117", + "_score": 0, + "_source": { + "extent": [ + "515 p. illus." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 491-506.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Abū Hurayrah, -677?" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Nahḍah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Difāʻ ʻan Abī Hurayrah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 82-5125" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "ʻIzzī, ʻAbd al-Munʻim Ṣāliḥ al-ʻAlī." + ], + "idLccn": [ + "75587091" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000065-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 82-5125" + }, + { + "type": "nypl:Bnumber", + "value": "10000117" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000065-B" + }, + { + "type": "bf:Lccn", + "value": "75587091" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100065" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200116" + } + ], + "updatedAt": 1711145313057, + "publicationStatement": [ + "Baghdād, Maktabat al-Nahḍah, 1973." + ], + "identifier": [ + "urn:shelfmark:*OFS 82-5125", + "urn:bnum:10000117", + "urn:oclc:NYPG001000065-B", + "urn:lccn:75587091", + "urn:identifier:NNSZ00100065", + "urn:identifier:(WaOLN)nyp0200116" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Abū Hurayrah, -677?" + ], + "titleDisplay": [ + "Difāʻ ʻan Abī Hurayrah [taʼlīf] ʻAbd al-Munʻim Ṣāliḥ al-ʻAlī al-ʻIzzī." + ], + "uri": "b10000117", + "lccClassification": [ + "BP80.A227 A67" + ], + "placeOfPublication": [ + "Baghdād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10000117" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000117", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 82-5125", + "urn:barcode:33433014514537" + ], + "physicalLocation": [ + "*OFS 82-5125" + ], + "shelfMark_sort": "a*OFS 82-005125", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 82-5125" + ], + "uri": "i10000052", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 82-5125" + }, + { + "type": "bf:Barcode", + "value": "33433014514537" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514537" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000118", + "_score": 0, + "_source": { + "extent": [ + "310 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 305-308.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Socialism", + "Socialism -- Egypt", + "Egypt", + "Egypt -- History", + "Egypt -- History -- 1919-1952" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Thaqāfah al-Jadīdah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Tārīkh al-ḥarakah al-ishtirākīyah fī Miṣr 1900-1925" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFP 82-5152" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Saʻīd, Rifʻat." + ], + "idLccn": [ + "75960371" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000066-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-5152" + }, + { + "type": "nypl:Bnumber", + "value": "10000118" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000066-B" + }, + { + "type": "bf:Lccn", + "value": "75960371" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100066" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200117" + } + ], + "updatedAt": 1711578645734, + "publicationStatement": [ + "al-Qāhirah : Dār al-Thaqāfah al-Jadīdah, [1975?]" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-5152", + "urn:bnum:10000118", + "urn:oclc:NYPG001000066-B", + "urn:lccn:75960371", + "urn:identifier:NNSZ00100066", + "urn:identifier:(WaOLN)nyp0200117" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Socialism -- Egypt.", + "Egypt -- History -- 1919-1952." + ], + "titleDisplay": [ + "Tārīkh al-ḥarakah al-ishtirākīyah fī Miṣr 1900-1925 / Rifʻat al-Saʻīd." + ], + "uri": "b10000118", + "lccClassification": [ + "Hx442 .S233 1975" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000118" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000118", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 82-5152", + "urn:barcode:33433001937576" + ], + "physicalLocation": [ + "*OFP 82-5152" + ], + "shelfMark_sort": "a*OFP 82-005152", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 82-5152" + ], + "uri": "i10000053", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-5152" + }, + { + "type": "bf:Barcode", + "value": "33433001937576" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001937576" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000119", + "_score": 0, + "_source": { + "extent": [ + "120 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḵẖāṉ, Aḥmad Razā, 1856-1921" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Markazī Majlis Razā" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "Aʻlāḥazrat kā fiqhī maqām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTY 82-5154" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Aḵẖtar Shāhjahānpūrī." + ], + "idLccn": [ + "72930336" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000067-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTY 82-5154" + }, + { + "type": "nypl:Bnumber", + "value": "10000119" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000067-B" + }, + { + "type": "bf:Lccn", + "value": "72930336" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100067" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200118" + } + ], + "updatedAt": 1711222510050, + "publicationStatement": [ + "Lāhaur, Markazī Majlis Razā [1971]" + ], + "identifier": [ + "urn:shelfmark:*OKTY 82-5154", + "urn:bnum:10000119", + "urn:oclc:NYPG001000067-B", + "urn:lccn:72930336", + "urn:identifier:NNSZ00100067", + "urn:identifier:(WaOLN)nyp0200118" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḵẖāṉ, Aḥmad Razā, 1856-1921." + ], + "titleDisplay": [ + "Aʻlāḥazrat kā fiqhī maqām, az Akhtar Shāhjahānpūrī." + ], + "uri": "b10000119", + "placeOfPublication": [ + "Lāhaur" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000119" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000119", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTY 82-5154", + "urn:barcode:33433011242736" + ], + "physicalLocation": [ + "*OKTY 82-5154" + ], + "shelfMark_sort": "a*OKTY 82-005154", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTY 82-5154" + ], + "uri": "i10000054", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTY 82-5154" + }, + { + "type": "bf:Barcode", + "value": "33433011242736" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011242736" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000120", + "_score": 0, + "_source": { + "extent": [ + "120 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vāṉati Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Aṇṇāviṉ navamaṇikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5139" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], + "idLccn": [ + "71901945" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Tarumarācaṉ, Nākai M." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "C Annadurai", + "idOclc": [ + "NYPG001000068-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5139" + }, + { + "type": "nypl:Bnumber", + "value": "10000120" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000068-B" + }, + { + "type": "bf:Lccn", + "value": "71901945" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100068" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200119" + } + ], + "updatedAt": 1711069053456, + "publicationStatement": [ + "Ceṉṉai, Vāṉati Patippakam [1968]" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5139", + "urn:bnum:10000120", + "urn:oclc:NYPG001000068-B", + "urn:lccn:71901945", + "urn:identifier:NNSZ00100068", + "urn:identifier:(WaOLN)nyp0200119" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aṇṇāviṉ navamaṇikaḷ. Tokuttavar Nākai-Tarumaṉ." + ], + "uri": "b10000120", + "lccClassification": [ + "DS481.A64 A48" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000120" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000120", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5139", + "urn:barcode:33433001838998" + ], + "physicalLocation": [ + "*OLB 82-5139" + ], + "shelfMark_sort": "a*OLB 82-005139", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5139" + ], + "uri": "i10000055", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5139" + }, + { + "type": "bf:Barcode", + "value": "33433001838998" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001838998" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000121", + "_score": 0, + "_source": { + "extent": [ + "184 p." + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Bengali.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Triveṇī Prakāśana" + ], + "language": [ + { + "id": "lang:ben", + "label": "Bengali" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1963 + ], + "title": [ + "Natuna hāoẏā." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKV 82-5138" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1963" + ], + "creatorLiteral": [ + "Kar, Bimal, 1921-" + ], + "idLccn": [ + "sa 64001851" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1963 + ], + "creatorModifiedName": "Bimal Kar", + "idOclc": [ + "NYPG001000069-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-5138" + }, + { + "type": "nypl:Bnumber", + "value": "10000121" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000069-B" + }, + { + "type": "bf:Lccn", + "value": "sa 64001851" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100069" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200120" + } + ], + "updatedAt": 1711284791663, + "publicationStatement": [ + "Kalikātā, Triveṇī Prakāśana [1963]" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5138", + "urn:bnum:10000121", + "urn:oclc:NYPG001000069-B", + "urn:lccn:sa 64001851", + "urn:identifier:NNSZ00100069", + "urn:identifier:(WaOLN)nyp0200120" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Natuna hāoẏā. [Lekhaka] Bimala Kara." + ], + "uri": "b10000121", + "lccClassification": [ + "PK1718.K3 N3" + ], + "placeOfPublication": [ + "Kalikātā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000121" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000121", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5138", + "urn:barcode:33433011167834" + ], + "physicalLocation": [ + "*OKV 82-5138" + ], + "shelfMark_sort": "a*OKV 82-005138", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-5138" + ], + "uri": "i10000056", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-5138" + }, + { + "type": "bf:Barcode", + "value": "33433011167834" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011167834" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000123", + "_score": 0, + "_source": { + "extent": [ + "96 p. illus." + ], + "note": [ + { + "noteType": "Language", + "label": "In Bengali.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śrī Prakāśa Bhavana" + ], + "language": [ + { + "id": "lang:ben", + "label": "Bengali" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1962 + ], + "title": [ + "Elomelo." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKV 82-5135" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1962" + ], + "creatorLiteral": [ + "Bose, Buddhadeva." + ], + "idLccn": [ + "sa 63003593" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1962 + ], + "creatorModifiedName": "Buddhadeva Bose", + "idOclc": [ + "NYPG001000071-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-5135" + }, + { + "type": "nypl:Bnumber", + "value": "10000123" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000071-B" + }, + { + "type": "bf:Lccn", + "value": "sa 63003593" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100071" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200122" + } + ], + "updatedAt": 1711162344638, + "publicationStatement": [ + "Kalakātā, Śrī Prakāśa Bhavana [1962]" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5135", + "urn:bnum:10000123", + "urn:oclc:NYPG001000071-B", + "urn:lccn:sa 63003593", + "urn:identifier:NNSZ00100071", + "urn:identifier:(WaOLN)nyp0200122" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1962" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Elomelo. [Lekhaka] Buddhadeba Basu." + ], + "uri": "b10000123", + "lccClassification": [ + "PZ90.B4 B6" + ], + "placeOfPublication": [ + "Kalakātā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000123" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000123", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5135", + "urn:barcode:33433011167826" + ], + "physicalLocation": [ + "*OKV 82-5135" + ], + "shelfMark_sort": "a*OKV 82-005135", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-5135" + ], + "uri": "i10000058", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-5135" + }, + { + "type": "bf:Barcode", + "value": "33433011167826" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011167826" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000124", + "_score": 0, + "_source": { + "extent": [ + "190 p." + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Bengali.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Es. Si. Sarakāra" + ], + "language": [ + { + "id": "lang:ben", + "label": "Bengali" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1963 + ], + "title": [ + "Samudra śaṅkha." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKV 82-5134" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1963" + ], + "creatorLiteral": [ + "Rājaguru, Śaktipada." + ], + "idLccn": [ + "sa 63004625" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1963 + ], + "idOclc": [ + "NYPG001000072-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-5134" + }, + { + "type": "nypl:Bnumber", + "value": "10000124" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000072-B" + }, + { + "type": "bf:Lccn", + "value": "sa 63004625" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100072" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200123" + } + ], + "updatedAt": 1711606518873, + "publicationStatement": [ + "Kalikātā, Es. Si. Sarakāra [1963]" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5134", + "urn:bnum:10000124", + "urn:oclc:NYPG001000072-B", + "urn:lccn:sa 63004625", + "urn:identifier:NNSZ00100072", + "urn:identifier:(WaOLN)nyp0200123" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Samudra śaṅkha. [Lekhaka] Śaktipada Rājaguru." + ], + "uri": "b10000124", + "lccClassification": [ + "PK1718.R24 S23" + ], + "placeOfPublication": [ + "Kalikātā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000124" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000124", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5134", + "urn:barcode:33433011167818" + ], + "physicalLocation": [ + "*OKV 82-5134" + ], + "shelfMark_sort": "a*OKV 82-005134", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-5134" + ], + "uri": "i10000059", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-5134" + }, + { + "type": "bf:Barcode", + "value": "33433011167818" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011167818" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000125", + "_score": 0, + "_source": { + "extent": [ + "214 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 209-214.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Poets, Arab", + "Poets, Arab -- Iraq", + "Poets, Arab -- Iraq -- Bibliography", + "Yezidis", + "Yezidis -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tawzīʻ Maktabat al-Andalus]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Shiʻr al-Yazīdīyīn" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 82-3836" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Ghayāḍ, Muḥsin." + ], + "idLccn": [ + "74222306" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000073-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 82-3836" + }, + { + "type": "nypl:Bnumber", + "value": "10000125" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000073-B" + }, + { + "type": "bf:Lccn", + "value": "74222306" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100073" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200124" + } + ], + "updatedAt": 1711307083722, + "publicationStatement": [ + "[Baghdād, Tawzīʻ Maktabat al-Andalus] 1973." + ], + "identifier": [ + "urn:shelfmark:*OFS 82-3836", + "urn:bnum:10000125", + "urn:oclc:NYPG001000073-B", + "urn:lccn:74222306", + "urn:identifier:NNSZ00100073", + "urn:identifier:(WaOLN)nyp0200124" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Poets, Arab -- Iraq -- Bibliography.", + "Yezidis -- Biography." + ], + "titleDisplay": [ + "Shiʻr al-Yazīdīyīn, jamaʻahu wa-ḥaqqaqahu Muḥsin Ghayāḍ." + ], + "uri": "b10000125", + "lccClassification": [ + "PJ8034 .G5" + ], + "placeOfPublication": [ + "[Baghdād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000125" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000125", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 82-3836", + "urn:barcode:33433014514172" + ], + "physicalLocation": [ + "*OFS 82-3836" + ], + "shelfMark_sort": "a*OFS 82-003836", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 82-3836" + ], + "uri": "i10000060", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 82-3836" + }, + { + "type": "bf:Barcode", + "value": "33433014514172" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514172" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000126", + "_score": 0, + "_source": { + "extent": [ + "72 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ramana, Maharshi" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śrī Ramaṇāśrama" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Śrī Ramaṇa Maharshi : eka saṃkshipta jīvanī : sacitra." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-4666" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000074-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-4666" + }, + { + "type": "nypl:Bnumber", + "value": "10000126" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000074-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100074" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200125" + } + ], + "updatedAt": 1711329093444, + "publicationStatement": [ + "Tirūvaṇṇāmalai : Śrī Ramaṇāśrama, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLY 82-4666", + "urn:bnum:10000126", + "urn:oclc:NYPG001000074-B", + "urn:identifier:NNSZ00100074", + "urn:identifier:(WaOLN)nyp0200125" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ramana, Maharshi." + ], + "titleDisplay": [ + "Śrī Ramaṇa Maharshi : eka saṃkshipta jīvanī : sacitra." + ], + "uri": "b10000126", + "placeOfPublication": [ + "Tirūvaṇṇāmalai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000126" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000126", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-4666", + "urn:barcode:33433060417551" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-4666" + ], + "shelfMark_sort": "a*OLY 82-004666", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-4666" + ], + "uri": "i13783800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-4666" + }, + { + "type": "bf:Barcode", + "value": "33433060417551" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417551" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000130", + "_score": 0, + "_source": { + "extent": [ + "478 p. facsims." + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: al-Burhan, edited with an introd. by Ahmad Matloub [and] Khadijah al-Hadithi.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "The work, under title Naqd al-Nathr, has been attributed by Ṭāhā Ḥusayn and ʻAbd al-Ḥamīd al-ʻAbbādī to Qudāmah. The present editors, on the basis of a newly discovered MS., attribute it to Abū al-Ḥusayn Isḥāq ibn Ibrāhīm al-Kātib, an otherwise unknown author.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Arabic language", + "Arabic language -- Rhetoric" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Jāmiʻat Baghdād" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "al-Burhān fī wujūh al-bayān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OEQ 82-4707" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "idLccn": [ + "ne 68003583" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Abū al-Ḥusayn Isḥāq ibn Ibrāhīm al-Kātib.", + "Qudāmah ibn Jaʻfar, -922?", + "Maṭlūb, Aḥmad.", + "Ḥadīthī, Khadījah." + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000078-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEQ 82-4707" + }, + { + "type": "nypl:Bnumber", + "value": "10000130" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000078-B" + }, + { + "type": "bf:Lccn", + "value": "ne 68003583" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100078" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200129" + } + ], + "updatedAt": 1711567431280, + "publicationStatement": [ + "[Baghdād] Jāmiʻat Baghdād 1967." + ], + "identifier": [ + "urn:shelfmark:*OEQ 82-4707", + "urn:bnum:10000130", + "urn:oclc:NYPG001000078-B", + "urn:lccn:ne 68003583", + "urn:identifier:NNSZ00100078", + "urn:identifier:(WaOLN)nyp0200129" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Arabic language -- Rhetoric." + ], + "titleDisplay": [ + "al-Burhān fī wujūh al-bayān [allafahu] Abū al-Ḥusayn Isḥāq ibn Ibrāhīm ibn Sulaymān ibn Wahb al-Kātib. Taḥqīq Aḥmad Maṭlūb [wa]-Khadījah al-Ḥadīthī." + ], + "uri": "b10000130", + "lccClassification": [ + "PJ6161 .B78 1967" + ], + "placeOfPublication": [ + "[Baghdād]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Naqd al-nathr." + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000130" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000130", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OEQ 82-4707", + "urn:barcode:33433014519783" + ], + "physicalLocation": [ + "*OEQ 82-4707" + ], + "shelfMark_sort": "a*OEQ 82-004707", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OEQ 82-4707" + ], + "uri": "i10000064", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEQ 82-4707" + }, + { + "type": "bf:Barcode", + "value": "33433014519783" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014519783" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000131", + "_score": 0, + "_source": { + "extent": [ + "631 p. ; 24 cm." + ], + "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 577-601.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic: Summary in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Muqtadir billāh, Caliph, 895-932", + "Abbasids", + "Islamic Empire", + "Islamic Empire -- History", + "Islamic Empire -- History -- 750-1258" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "ʻAṣr al-Khalīfah al-Muqtadir billāh, 295-320 H / (907-932 M) : dirāsah fī aḥwāl al-ʻIrāq al-dākhilīyah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFM 82-4705" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Kubaysī, Ḥamdān ʻAbd al-Majīd." + ], + "idLccn": [ + "78970114" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000079-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFM 82-4705" + }, + { + "type": "nypl:Bnumber", + "value": "10000131" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000079-B" + }, + { + "type": "bf:Lccn", + "value": "78970114" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100079" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200130" + } + ], + "updatedAt": 1711329108558, + "publicationStatement": [ + "[5.1. : s.n.], 1974" + ], + "identifier": [ + "urn:shelfmark:*OFM 82-4705", + "urn:bnum:10000131", + "urn:oclc:NYPG001000079-B", + "urn:lccn:78970114", + "urn:identifier:NNSZ00100079", + "urn:identifier:(WaOLN)nyp0200130" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Muqtadir billāh, Caliph, 895-932.", + "Abbasids.", + "Islamic Empire -- History -- 750-1258." + ], + "titleDisplay": [ + "ʻAṣr al-Khalīfah al-Muqtadir billāh, 295-320 H / (907-932 M) : dirāsah fī aḥwāl al-ʻIrāq al-dākhilīyah / taʼlīf Ḥamdān ʻAbd al-Majīd al-Kubaysī." + ], + "uri": "b10000131", + "lccClassification": [ + "DS38.6 .K82" + ], + "placeOfPublication": [ + "[5.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 0, + "b10000131" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000131", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFM 82-4705", + "urn:barcode:33433014463446" + ], + "physicalLocation": [ + "*OFM 82-4705" + ], + "shelfMark_sort": "a*OFM 82-004705", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFM 82-4705" + ], + "uri": "i10000065", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFM 82-4705" + }, + { + "type": "bf:Barcode", + "value": "33433014463446" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014463446" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000132", + "_score": 0, + "_source": { + "extent": [ + "302 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 293-297.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Almohades" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Suqūṭ Dawlat al-Muwaḥḥidīn" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFO 82-4577" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Ghannāy, Marājiʻ ʻAqīlah." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Manshūrāt Jāmiʻat Binghāzī" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000080-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFO 82-4577" + }, + { + "type": "nypl:Bnumber", + "value": "10000132" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000080-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100080" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200131" + } + ], + "updatedAt": 1711392284791, + "publicationStatement": [ + "[S.l. : s.n.] 1975" + ], + "identifier": [ + "urn:shelfmark:*OFO 82-4577", + "urn:bnum:10000132", + "urn:oclc:NYPG001000080-B", + "urn:identifier:NNSZ00100080", + "urn:identifier:(WaOLN)nyp0200131" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Almohades." + ], + "titleDisplay": [ + "Suqūṭ Dawlat al-Muwaḥḥidīn / taʼlīf Marājiʻ ʻAqīlah al-Ghannāy." + ], + "uri": "b10000132", + "placeOfPublication": [ + "[S.l." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000132" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000132", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFO 82-4577", + "urn:barcode:33433005586346" + ], + "physicalLocation": [ + "*OFO 82-4577" + ], + "shelfMark_sort": "a*OFO 82-004577", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFO 82-4577" + ], + "uri": "i10000066", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFO 82-4577" + }, + { + "type": "bf:Barcode", + "value": "33433005586346" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005586346" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000133", + "_score": 0, + "_source": { + "extent": [ + "177 p. ; port." + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Socialism", + "Socialism -- Sudan", + "Sudan", + "Sudan -- Politics and government" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Maktabah al-ʻAṣrīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Dīmūqrāṭīyah wa-al-ishtirākīyah fī al-Sūdān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFP 82-4578" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Amīn, ʻAlī ʻAbd al-Raḥmān." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000081-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-4578" + }, + { + "type": "nypl:Bnumber", + "value": "10000133" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000081-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100081" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200132" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "Ṣaydā : al-Maktabah al-ʻAṣrīyah, 1970." + ], + "identifier": [ + "urn:shelfmark:*OFP 82-4578", + "urn:bnum:10000133", + "urn:oclc:NYPG001000081-B", + "urn:identifier:NNSZ00100081", + "urn:identifier:(WaOLN)nyp0200132" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Socialism -- Sudan.", + "Sudan -- Politics and government." + ], + "titleDisplay": [ + "al-Dīmūqrāṭīyah wa-al-ishtirākīyah fī al-Sūdān / taʼlīf ʻAlī ʻAbd al-Raḥmān al-Amīn." + ], + "uri": "b10000133", + "placeOfPublication": [ + "Ṣaydā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000133" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000133", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 82-4578", + "urn:barcode:33433001937469" + ], + "physicalLocation": [ + "*OFP 82-4578" + ], + "shelfMark_sort": "a*OFP 82-004578", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 82-4578" + ], + "uri": "i10000067", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-4578" + }, + { + "type": "bf:Barcode", + "value": "33433001937469" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001937469" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000134", + "_score": 0, + "_source": { + "extent": [ + "192, 12 p. illus., map, plans." + ], + "note": [ + { + "noteType": "Note", + "label": "Added title: Political [sic] and aspects [sic] of the cultural life in Samarra in the third century of Hejra, by Jahadia al-Karghouli.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Risālat al-Mājistīr-- Jāmiʻat al-Qāhirah.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 141-167.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Summary in English.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sāmarrāʼ (Iraq)", + "Sāmarrāʼ (Iraq) -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maṭbaʻat Dār al-Baṣrī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "al-Ḥayāh al-siyāsīyah wa-maẓāhir al-ḥādārah fī Sāmarrāʼ khilāl al-qarn al-thālith al-Hijrī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFQ 81-2737" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Qaraghūllī, Jihādīyah." + ], + "idLccn": [ + "74248948" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000082-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFQ 81-2737" + }, + { + "type": "nypl:Bnumber", + "value": "10000134" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000082-B" + }, + { + "type": "bf:Lccn", + "value": "74248948" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100082" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200133" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "Baghdād, Maṭbaʻat Dār al-Baṣrī [1969]" + ], + "identifier": [ + "urn:shelfmark:*OFQ 81-2737", + "urn:bnum:10000134", + "urn:oclc:NYPG001000082-B", + "urn:lccn:74248948", + "urn:identifier:NNSZ00100082", + "urn:identifier:(WaOLN)nyp0200133" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sāmarrāʼ (Iraq) -- History." + ], + "titleDisplay": [ + "al-Ḥayāh al-siyāsīyah wa-maẓāhir al-ḥādārah fī Sāmarrāʼ khilāl al-qarn al-thālith al-Hijrī [taʼlīf] Jihādīyah al-Qaraghūllī." + ], + "uri": "b10000134", + "lccClassification": [ + "DS51.S2 Q3" + ], + "placeOfPublication": [ + "Baghdād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000134" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000134", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFQ 81-2737", + "urn:barcode:33433014504074" + ], + "physicalLocation": [ + "*OFQ 81-2737" + ], + "shelfMark_sort": "a*OFQ 81-002737", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFQ 81-2737" + ], + "uri": "i10000068", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFQ 81-2737" + }, + { + "type": "bf:Barcode", + "value": "33433014504074" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014504074" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000135", + "_score": 0, + "_source": { + "extent": [ + "216 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Short stories", + "Short stories -- Iraq" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[Maktabat Baghdād]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "Qiṣaṣ ʻIrāqīyah muʻāṣirah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFC 81-3162" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "75972325" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Thāmir, Fāḍil.", + "Naṣīr, Yāsīn." + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000083-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFC 81-3162" + }, + { + "type": "nypl:Bnumber", + "value": "10000135" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000083-B" + }, + { + "type": "bf:Lccn", + "value": "75972325" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100083" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200134" + } + ], + "updatedAt": 1711050815477, + "publicationStatement": [ + "Baghdād : [Maktabat Baghdād], 1971." + ], + "identifier": [ + "urn:shelfmark:*OFC 81-3162", + "urn:bnum:10000135", + "urn:oclc:NYPG001000083-B", + "urn:lccn:75972325", + "urn:identifier:NNSZ00100083", + "urn:identifier:(WaOLN)nyp0200134" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Short stories -- Iraq." + ], + "titleDisplay": [ + "Qiṣaṣ ʻIrāqīyah muʻāṣirah / Muḥammad Khuḍayr ... [et al.] ; ditāsat Fāḍil Thāmir, Yāsīn al-Naṣīr." + ], + "uri": "b10000135", + "lccClassification": [ + "75972325" + ], + "placeOfPublication": [ + "Baghdād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000135" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000135", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFC 81-3162", + "urn:barcode:33433001965965" + ], + "physicalLocation": [ + "*OFC 81-3162" + ], + "shelfMark_sort": "a*OFC 81-003162", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFC 81-3162" + ], + "uri": "i10000069", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFC 81-3162" + }, + { + "type": "bf:Barcode", + "value": "33433001965965" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001965965" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000136", + "_score": 0, + "_source": { + "extent": [ + "6, 488 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 6 (1st group)", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Love" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dar al-Ṣafā, yuṭlab min Maktabat al-Jāmiʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Rawḍat al-muḥibbīn wa-nuzhat al-mushtāqīn" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFC 81-3166" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Ibn Qayyim al-Jawzīyah, Muḥammad ibn Abī Bakr, 1292-1350." + ], + "idLccn": [ + "74960035" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Yūsuf, Ṣābir." + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000084-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFC 81-3166" + }, + { + "type": "nypl:Bnumber", + "value": "10000136" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000084-B" + }, + { + "type": "bf:Lccn", + "value": "74960035" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100084" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200135" + } + ], + "updatedAt": 1711062176176, + "publicationStatement": [ + "al-Qāhirah, Dar al-Ṣafā, yuṭlab min Maktabat al-Jāmiʻah [1973]" + ], + "identifier": [ + "urn:shelfmark:*OFC 81-3166", + "urn:bnum:10000136", + "urn:oclc:NYPG001000084-B", + "urn:lccn:74960035", + "urn:identifier:NNSZ00100084", + "urn:identifier:(WaOLN)nyp0200135" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Love." + ], + "titleDisplay": [ + "Rawḍat al-muḥibbīn wa-nuzhat al-mushtāqīn [taʼlīf] Shams al-Dīn Muḥammad ibn Abī Bakr ibn Qayyim al-Jawzīyah. Fassara gharībahu wa-rājaʻahu Ṣābir Yūsuf." + ], + "uri": "b10000136", + "lccClassification": [ + "HQ801 .I25 1973" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000136" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000136", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFC 81-3166", + "urn:barcode:33433001965734" + ], + "physicalLocation": [ + "*OFC 81-3166" + ], + "shelfMark_sort": "a*OFC 81-003166", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFC 81-3166" + ], + "uri": "i10000070", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFC 81-3166" + }, + { + "type": "bf:Barcode", + "value": "33433001965734" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001965734" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000138", + "_score": 0, + "_source": { + "extent": [ + "112 p. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "In the Egyptian dialect.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Jamʻīyat Udabāʼ al-Shaʻb" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Aḥibb baladī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFA 81-3163" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Faraj, Faraj Khamīs." + ], + "idLccn": [ + "73961049" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Faraj Faraj", + "idOclc": [ + "NYPG001000086-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 81-3163" + }, + { + "type": "nypl:Bnumber", + "value": "10000138" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000086-B" + }, + { + "type": "bf:Lccn", + "value": "73961049" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100086" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200137" + } + ], + "updatedAt": 1711509030095, + "publicationStatement": [ + "al-Iskandarīyah, Jamʻīyat Udabāʼ al-Shaʻb [1968]" + ], + "identifier": [ + "urn:shelfmark:*OFA 81-3163", + "urn:bnum:10000138", + "urn:oclc:NYPG001000086-B", + "urn:lccn:73961049", + "urn:identifier:NNSZ00100086", + "urn:identifier:(WaOLN)nyp0200137" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aḥibb baladī, azjāl Faraj Khamīs Faraj <>" + ], + "uri": "b10000138", + "lccClassification": [ + "PJ7824.A68 A7" + ], + "placeOfPublication": [ + "al-Iskandarīyah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000138" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000138", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 81-3163", + "urn:barcode:33433001999675" + ], + "physicalLocation": [ + "*OFA 81-3163" + ], + "shelfMark_sort": "a*OFA 81-003163", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 81-3163" + ], + "uri": "i10000072", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 81-3163" + }, + { + "type": "bf:Barcode", + "value": "33433001999675" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001999675" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000139", + "_score": 0, + "_source": { + "extent": [ + "292 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [289]-290.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nadīm, ʻAbd Allāh, 1845-1896" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Kullīyat al-Azharīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "ʻAbd Allāh al-Nadīm Khaṭīb al-Thawrah al-ʻUrābīyah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 81-3165" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Tawfīq, Najīb." + ], + "idLccn": [ + "74963003" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000087-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 81-3165" + }, + { + "type": "nypl:Bnumber", + "value": "10000139" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000087-B" + }, + { + "type": "bf:Lccn", + "value": "74963003" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100087" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200138" + } + ], + "updatedAt": 1711606518873, + "publicationStatement": [ + "[al-Qāhirah] Maktabat al-Kullīyat al-Azharīyah [1970]" + ], + "identifier": [ + "urn:shelfmark:*OFS 81-3165", + "urn:bnum:10000139", + "urn:oclc:NYPG001000087-B", + "urn:lccn:74963003", + "urn:identifier:NNSZ00100087", + "urn:identifier:(WaOLN)nyp0200138" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nadīm, ʻAbd Allāh, 1845-1896." + ], + "titleDisplay": [ + "ʻAbd Allāh al-Nadīm Khaṭīb al-Thawrah al-ʻUrābīyah, bi-qalam Najīb Tawfīq. Taqdīm ʻAbd al-Raḥmān al-Rāfiʻī." + ], + "uri": "b10000139", + "lccClassification": [ + "DT107.2.N25 T38" + ], + "placeOfPublication": [ + "[al-Qāhirah]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000139" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000139", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 81-3165", + "urn:barcode:33433005562628" + ], + "physicalLocation": [ + "*OFS 81-3165" + ], + "shelfMark_sort": "a*OFS 81-003165", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 81-3165" + ], + "uri": "i10000073", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 81-3165" + }, + { + "type": "bf:Barcode", + "value": "33433005562628" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005562628" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000140", + "_score": 0, + "_source": { + "extent": [ + "184 p. : port. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Muslim pilgrims and pilgrimages", + "Muslim pilgrims and pilgrimages -- Saudi Arabia", + "Muslim pilgrims and pilgrimages -- Saudi Arabia -- Mecca" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n." + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "dateEndString": [ + "1979" + ], + "title": [ + "Ḥajj" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGH 82-280" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ṭāliqānī, Maḥmūd." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000088-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGH 82-280" + }, + { + "type": "nypl:Bnumber", + "value": "10000140" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000088-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100088" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200139" + } + ], + "dateEndYear": [ + 1979 + ], + "updatedAt": 1711249214226, + "publicationStatement": [ + "[S.l. : s.n., 197-?]" + ], + "identifier": [ + "urn:shelfmark:*OGH 82-280", + "urn:bnum:10000140", + "urn:oclc:NYPG001000088-B", + "urn:identifier:NNSZ00100088", + "urn:identifier:(WaOLN)nyp0200139" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Muslim pilgrims and pilgrimages -- Saudi Arabia -- Mecca." + ], + "titleDisplay": [ + "Ḥajj / Āyat Allāh Sayyid Maḥmūd Ṭāliqānī." + ], + "uri": "b10000140", + "placeOfPublication": [ + "[S.l." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000140" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000140", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGH 82-280", + "urn:barcode:33433058007638" + ], + "physicalLocation": [ + "*OGH 82-280" + ], + "shelfMark_sort": "a*OGH 82-000280", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGH 82-280" + ], + "uri": "i12858033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGH 82-280" + }, + { + "type": "bf:Barcode", + "value": "33433058007638" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058007638" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000141", + "_score": 0, + "_source": { + "extent": [ + "703 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Jis prugrim yūnivirsṭī n̲e muʼallif kū 1966 meṉ Ph.D. kī ra̤tā kī tahī.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Urdu poetry", + "Urdu poetry -- History and criticism", + "Women", + "Women -- Language" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Nasīm Bukḍipu" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Rekḥtī kā tanqīdī mṳtālaʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTW 82-277" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Mushīr, Khalīl Aḥmad." + ], + "idLccn": [ + "74903710" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000089-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTW 82-277" + }, + { + "type": "nypl:Bnumber", + "value": "10000141" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000089-B" + }, + { + "type": "bf:Lccn", + "value": "74903710" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100089" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200140" + } + ], + "updatedAt": 1711069400201, + "publicationStatement": [ + "Likhnu : Nasīm Bukḍipu, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKTW 82-277", + "urn:bnum:10000141", + "urn:oclc:NYPG001000089-B", + "urn:lccn:74903710", + "urn:identifier:NNSZ00100089", + "urn:identifier:(WaOLN)nyp0200140" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Urdu poetry -- History and criticism.", + "Women -- Language." + ], + "titleDisplay": [ + "Rekḥtī kā tanqīdī mṳtālaʻah / az Khalīl Aḥmad Ṣiddīqī Mushīr." + ], + "uri": "b10000141", + "lccClassification": [ + "PK2167 .M794" + ], + "placeOfPublication": [ + "Likhnu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000141" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTW 82-277 ", + "urn:barcode:33433004668285" + ], + "physicalLocation": [ + "*OKTW 82-277 " + ], + "shelfMark_sort": "a*OKTW 82-277 ", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "dueDate": [ + "2024-01-26" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:co||Loaned" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTW 82-277 " + ], + "uri": "i10000074", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTW 82-277 " + }, + { + "type": "bf:Barcode", + "value": "33433004668285" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004668285" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000142", + "_score": 0, + "_source": { + "extent": [ + "65, 41 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Islamic government and the present revolution in Iran/by Yahja Noori.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian or English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islam and state", + "Iran", + "Iran -- Politics and government", + "Iran -- Politics and government -- 1979-1997" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Majmaʻ-i Maʻārif-i Islāmī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Ḥukūmat-i Islāmī va taḥlīlī az nihẓat-i ḥāẓir" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 82-274" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Nūrī, Yaḥyá." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "idOclc": [ + "NYPG001000090-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 82-274" + }, + { + "type": "nypl:Bnumber", + "value": "10000142" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000090-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100090" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200141" + } + ], + "updatedAt": 1711567839251, + "publicationStatement": [ + "Tihrān : Majmaʻ-i Maʻārif-i Islāmī, 1979." + ], + "identifier": [ + "urn:shelfmark:*OGC 82-274", + "urn:bnum:10000142", + "urn:oclc:NYPG001000090-B", + "urn:identifier:NNSZ00100090", + "urn:identifier:(WaOLN)nyp0200141" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islam and state.", + "Iran -- Politics and government -- 1979-1997." + ], + "titleDisplay": [ + "Ḥukūmat-i Islāmī va taḥlīlī az nihẓat-i ḥāẓir / muntakhabī az chand muṣāḥibah bā Āyat Allāh Nūrī." + ], + "uri": "b10000142", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Islamic government and the present revolution in Iran." + ], + "dimensions": [ + "22cm." + ] + }, + "sort": [ + 0, + "b10000142" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000142", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 82-274", + "urn:barcode:33433022688901" + ], + "physicalLocation": [ + "*OGC 82-274" + ], + "shelfMark_sort": "a*OGC 82-000274", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 82-274" + ], + "uri": "i12540041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 82-274" + }, + { + "type": "bf:Barcode", + "value": "33433022688901" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022688901" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000143", + "_score": 0, + "_source": { + "extent": [ + "244 p. : maps. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 243-244.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Oudh (India)", + "Oudh (India) -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "taqsīmkār, Vājid ʻAlī Shāh Akāḍmī" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Tārīkh-i Avadh kā mukhtaṣar jāʼizah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLL 82-275" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Ḵẖāṉ, Amjad ʻAlī." + ], + "idLccn": [ + "78908573" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "NYPG001000091-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLL 82-275" + }, + { + "type": "nypl:Bnumber", + "value": "10000143" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000091-B" + }, + { + "type": "bf:Lccn", + "value": "78908573" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100091" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200142" + } + ], + "updatedAt": 1711329108558, + "publicationStatement": [ + "Lakhaʼū : taqsīmkār, Vājid ʻAlī Shāh Akāḍmī, 1978." + ], + "identifier": [ + "urn:shelfmark:*OLL 82-275", + "urn:bnum:10000143", + "urn:oclc:NYPG001000091-B", + "urn:lccn:78908573", + "urn:identifier:NNSZ00100091", + "urn:identifier:(WaOLN)nyp0200142" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Oudh (India) -- History." + ], + "titleDisplay": [ + "Tārīkh-i Avadh kā mukhtaṣar jāʼizah / Amjad ʻAlī Khāṉ." + ], + "uri": "b10000143", + "lccClassification": [ + "DS485.094 K42" + ], + "placeOfPublication": [ + "Lakhaʼū" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000143" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000143", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLL 82-275", + "urn:barcode:33433061320515" + ], + "physicalLocation": [ + "*OLL 82-275" + ], + "shelfMark_sort": "a*OLL 82-000275", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLL 82-275" + ], + "uri": "i13783801", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLL 82-275" + }, + { + "type": "bf:Barcode", + "value": "33433061320515" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061320515" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000144", + "_score": 0, + "_source": { + "extent": [ + "116 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Poems.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Azerbaijani.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Nashr-i Rafʻat" + ], + "language": [ + { + "id": "lang:aze", + "label": "Azerbaijani" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "dateEndString": [ + "1979" + ], + "title": [ + "Īshīq" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OOX 82-272" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Nābadal, ʻAlī Rizā." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "NYPG001000092-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OOX 82-272" + }, + { + "type": "nypl:Bnumber", + "value": "10000144" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000092-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100092" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200143" + } + ], + "dateEndYear": [ + 1979 + ], + "updatedAt": 1711329108558, + "publicationStatement": [ + "[Tihrān?] : Nashr-i Rafʻat, 1357 [1978 or 1979]" + ], + "identifier": [ + "urn:shelfmark:*OOX 82-272", + "urn:bnum:10000144", + "urn:oclc:NYPG001000092-B", + "urn:identifier:NNSZ00100092", + "urn:identifier:(WaOLN)nyp0200143" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Īshīq / ʻAlī Rizā Nābadal Ukhtāy." + ], + "uri": "b10000144", + "placeOfPublication": [ + "[Tihrān?]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000144" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000144", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OOX 82-272", + "urn:barcode:33433001718117" + ], + "physicalLocation": [ + "*OOX 82-272" + ], + "shelfMark_sort": "a*OOX 82-000272", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OOX 82-272" + ], + "uri": "i10000075", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OOX 82-272" + }, + { + "type": "bf:Barcode", + "value": "33433001718117" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001718117" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000145", + "_score": 0, + "_source": { + "extent": [ + "275 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat Miṣr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Khān al-Khalīlī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFC 82-271" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Maḥfūẓ, Najīb, 1911-2006." + ], + "idLccn": [ + "73962212" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000093-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFC 82-271" + }, + { + "type": "nypl:Bnumber", + "value": "10000145" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000093-B" + }, + { + "type": "bf:Lccn", + "value": "73962212" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100093" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200144" + } + ], + "updatedAt": 1711598876187, + "publicationStatement": [ + "[al-Qāhirah] Maktabat Miṣr [1969]" + ], + "identifier": [ + "urn:shelfmark:*OFC 82-271", + "urn:bnum:10000145", + "urn:oclc:NYPG001000093-B", + "urn:lccn:73962212", + "urn:identifier:NNSZ00100093", + "urn:identifier:(WaOLN)nyp0200144" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Khān al-Khalīlī, taʼlīf Najīb Maḥfūẓ" + ], + "uri": "b10000145", + "lccClassification": [ + "PJ7846.A46 K48 1969" + ], + "placeOfPublication": [ + "[al-Qāhirah]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "A novel" + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000145" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000145", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFC 82-271", + "urn:barcode:33433001965767" + ], + "physicalLocation": [ + "*OFC 82-271" + ], + "shelfMark_sort": "a*OFC 82-000271", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFC 82-271" + ], + "uri": "i10000076", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFC 82-271" + }, + { + "type": "bf:Barcode", + "value": "33433001965767" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001965767" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000146", + "_score": 0, + "_source": { + "extent": [ + "767 p. port., fold. map." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 33-34.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tipu Sultan, Fath ʻAli, Nawab of Mysore, 1753-1799" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Himaliyah Pablishīng Haus" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "Ṣaḥīfah-yi Ṭīpū Sul̤tān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLO 82-265" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Maḥmūd Banglaurī." + ], + "idLccn": [ + "79928817" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000094-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLO 82-265" + }, + { + "type": "nypl:Bnumber", + "value": "10000146" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000094-B" + }, + { + "type": "bf:Lccn", + "value": "79928817" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100094" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200145" + } + ], + "updatedAt": 1711329108558, + "publicationStatement": [ + "Dihlī, Himaliyah Pablishīng Haus [1971]" + ], + "identifier": [ + "urn:shelfmark:*OLO 82-265", + "urn:bnum:10000146", + "urn:oclc:NYPG001000094-B", + "urn:lccn:79928817", + "urn:identifier:NNSZ00100094", + "urn:identifier:(WaOLN)nyp0200145" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tipu Sultan, Fath ʻAli, Nawab of Mysore, 1753-1799." + ], + "titleDisplay": [ + "Ṣaḥīfah-yi Ṭīpū Sul̤tān, az Maḥmūd Khāṉ Maḥmūd Banglaurī." + ], + "uri": "b10000146", + "lccClassification": [ + "DS470.T6 M34" + ], + "placeOfPublication": [ + "Dihlī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000146" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000146", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLO 82-265", + "urn:barcode:33433061328062" + ], + "physicalLocation": [ + "*OLO 82-265" + ], + "shelfMark_sort": "a*OLO 82-000265", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLO 82-265" + ], + "uri": "i13783802", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLO 82-265" + }, + { + "type": "bf:Barcode", + "value": "33433061328062" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061328062" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000148", + "_score": 0, + "_source": { + "extent": [ + "68 p. port." + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Proverbs, Kannada" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sāhitya Sadana" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Kannaḍa ogaṭugaḷu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 82-269" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Paramashivaiah, Ji. Sam., 1933-" + ], + "idLccn": [ + "sa 68011006" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "creatorModifiedName": "Ji Paramashivaiah", + "idOclc": [ + "NYPG001000096-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 82-269" + }, + { + "type": "nypl:Bnumber", + "value": "10000148" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000096-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68011006" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100096" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200147" + } + ], + "updatedAt": 1711544681362, + "publicationStatement": [ + "Maisūru, Sāhitya Sadana [1967]" + ], + "identifier": [ + "urn:shelfmark:*OLA 82-269", + "urn:bnum:10000148", + "urn:oclc:NYPG001000096-B", + "urn:lccn:sa 68011006", + "urn:identifier:NNSZ00100096", + "urn:identifier:(WaOLN)nyp0200147" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Proverbs, Kannada." + ], + "titleDisplay": [ + "Kannaḍa ogaṭugaḷu. Sampādaka Jī. Śaṃ. Paramaśivayya. Hinnuḍi Si. Pi. Ke." + ], + "uri": "b10000148", + "lccClassification": [ + "PN6519.K25 P3" + ], + "placeOfPublication": [ + "Maisūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000148" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000148", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 82-269", + "urn:barcode:33433013118892" + ], + "physicalLocation": [ + "*OLA 82-269" + ], + "shelfMark_sort": "a*OLA 82-000269", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 82-269" + ], + "uri": "i10000078", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 82-269" + }, + { + "type": "bf:Barcode", + "value": "33433013118892" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013118892" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000150", + "_score": 0, + "_source": { + "extent": [ + "270 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Maktab al-Tijārī lil-Ṭibāʻah wa-al-Tawzīʻ wa-al-Nashr, 196-]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1960 + ], + "dateEndString": [ + "1969" + ], + "title": [ + "Min al-Yaman" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFA 82-4408" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1960" + ], + "creatorLiteral": [ + "Shāmī, Aḥmad Muḥammad, 1924-" + ], + "idLccn": [ + "ne 66000571" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1960 + ], + "idOclc": [ + "NYPG001000098-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-4408" + }, + { + "type": "nypl:Bnumber", + "value": "10000150" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000098-B" + }, + { + "type": "bf:Lccn", + "value": "ne 66000571" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100098" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200149" + } + ], + "dateEndYear": [ + 1969 + ], + "updatedAt": 1711284791663, + "publicationStatement": [ + "[Bayrūt, al-Maktab al-Tijārī lil-Ṭibāʻah wa-al-Tawzīʻ wa-al-Nashr, 196-]" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-4408", + "urn:bnum:10000150", + "urn:oclc:NYPG001000098-B", + "urn:lccn:ne 66000571", + "urn:identifier:NNSZ00100098", + "urn:identifier:(WaOLN)nyp0200149" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1960" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Min al-Yaman, shiʻr Aḥmad Muḥammad al-Shāmī." + ], + "uri": "b10000150", + "placeOfPublication": [ + "[Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000150" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000150", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 82-4408", + "urn:barcode:33433002000598" + ], + "physicalLocation": [ + "*OFA 82-4408" + ], + "shelfMark_sort": "a*OFA 82-004408", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 82-4408" + ], + "uri": "i10000081", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-4408" + }, + { + "type": "bf:Barcode", + "value": "33433002000598" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002000598" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000151", + "_score": 0, + "_source": { + "extent": [ + "9, 158 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Muslim saints" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Maktab al-Islāmī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "al-Furqān bayna awliyāʼ al-Raḥmān wa-awliyāʼ al-Shayṭān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGL 82-4418" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Ibn Taymīyah, Aḥmad ibn ʻAbd al-Ḥalīm, 1263-1328." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000099-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGL 82-4418" + }, + { + "type": "nypl:Bnumber", + "value": "10000151" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000099-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100099" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200150" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "Bayrūt : al-Maktab al-Islāmī, [1971]" + ], + "identifier": [ + "urn:shelfmark:*OGL 82-4418", + "urn:bnum:10000151", + "urn:oclc:NYPG001000099-B", + "urn:identifier:NNSZ00100099", + "urn:identifier:(WaOLN)nyp0200150" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Muslim saints." + ], + "titleDisplay": [ + "al-Furqān bayna awliyāʼ al-Raḥmān wa-awliyāʼ al-Shayṭān / taʼlīf Shaykh al-Islām Ibn Taymīyah." + ], + "uri": "b10000151", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000151" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000151", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGL 82-4418", + "urn:barcode:33433058069497" + ], + "physicalLocation": [ + "*OGL 82-4418" + ], + "shelfMark_sort": "a*OGL 82-004418", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGL 82-4418" + ], + "uri": "i12858034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGL 82-4418" + }, + { + "type": "bf:Barcode", + "value": "33433058069497" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058069497" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000152", + "_score": 0, + "_source": { + "extent": [ + "[iv] 92, xi [1] p. port." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Kailāsaṃra Iṅglīṣ nāṭakagaḷu. [Lēkhaka] Ji. Es. Amūra:\" p. [73]-92.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bi. Es. Rāmarāv" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Ēkalavya." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 83-693" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Kailāsaṃ, Ṭī. Pi., 1885-1948." + ], + "idLccn": [ + "73925571" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Rāmarāv, B. S." + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000100-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-693" + }, + { + "type": "nypl:Bnumber", + "value": "10000152" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000100-B" + }, + { + "type": "bf:Lccn", + "value": "73925571" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100100" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200151" + } + ], + "uniformTitle": [ + "Purpose. Kannada" + ], + "updatedAt": 1711329108558, + "publicationStatement": [ + "Beṅgaḷūru, Bi. Es. Rāmarāv [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-693", + "urn:bnum:10000152", + "urn:oclc:NYPG001000100-B", + "urn:lccn:73925571", + "urn:identifier:NNSZ00100100", + "urn:identifier:(WaOLN)nyp0200151" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Ēkalavya. Mūla Kailāsaṃ avara Iṅgliṣina ʻPurpose.ʼ Anuvāda Bi. Es. Rāmarāv. Pariṣkaraṇa: ʻŚriraṅgaʼ[sic]" + ], + "uri": "b10000152", + "lccClassification": [ + "PR9480.9.K32 P814" + ], + "placeOfPublication": [ + "Beṅgaḷūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Purpose." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000152" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000152", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 83-693", + "urn:barcode:33433013125202" + ], + "physicalLocation": [ + "*OLA 83-693" + ], + "shelfMark_sort": "a*OLA 83-000693", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 83-693" + ], + "uri": "i10000082", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-693" + }, + { + "type": "bf:Barcode", + "value": "33433013125202" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013125202" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000153", + "_score": 0, + "_source": { + "extent": [ + "69, 472 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 471-472.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sufism", + "Sufism -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i Anjuman-i Ustādān-i Zabān va Adabīyāt-i Fārsī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Yanbūʻ al-asrār fī naṣāʼiḥ al-abrār : taʼlīf shudah bi-sāl-i 832 Hijrī Qamarī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMQ 83-4676" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Khvārazmī, Kamāl al-Dīn Ḥusayn." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Intishārāt-i Anjuman-i Ustādān-i Zabān va Adabīyāt-i Fārsī ; 7" + ], + "contributorLiteral": [ + "Dirakhshān, Mahdī." + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000101-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMQ 83-4676" + }, + { + "type": "nypl:Bnumber", + "value": "10000153" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000101-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100101" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200152" + } + ], + "updatedAt": 1711256697457, + "publicationStatement": [ + "Tihrān : Intishārāt-i Anjuman-i Ustādān-i Zabān va Adabīyāt-i Fārsī, 1360 [1981]" + ], + "identifier": [ + "urn:shelfmark:*OMQ 83-4676", + "urn:bnum:10000153", + "urn:oclc:NYPG001000101-B", + "urn:identifier:NNSZ00100101", + "urn:identifier:(WaOLN)nyp0200152" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sufism -- Early works to 1800." + ], + "titleDisplay": [ + "Yanbūʻ al-asrār fī naṣāʼiḥ al-abrār : taʼlīf shudah bi-sāl-i 832 Hijrī Qamarī / taʼlīf-i Kamāl al-Dīn Ḥusayn Khvārazmī ; bi-ihtimām-i Mahdī Dirakhshān." + ], + "uri": "b10000153", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000153" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000153", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMQ 83-4676", + "urn:barcode:33433013145382" + ], + "physicalLocation": [ + "*OMQ 83-4676" + ], + "shelfMark_sort": "a*OMQ 83-004676", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMQ 83-4676" + ], + "uri": "i10000083", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMQ 83-4676" + }, + { + "type": "bf:Barcode", + "value": "33433013145382" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013145382" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000154", + "_score": 0, + "_source": { + "extent": [ + "26, 117 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rshabhadeva" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śrī Vivēkōdaya Granthamāle" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "Āditīrthankara Rṣabhadēva." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 83-4815" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Anna Rao Appanna, Mirji, 1918-" + ], + "idLccn": [ + "72903657" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000102-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-4815" + }, + { + "type": "nypl:Bnumber", + "value": "10000154" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000102-B" + }, + { + "type": "bf:Lccn", + "value": "72903657" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100102" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200153" + } + ], + "updatedAt": 1711284791663, + "publicationStatement": [ + "Guḍibaṇḍe, Kōlārajille, Śrī Vivēkōdaya Granthamāle [1971]" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4815", + "urn:bnum:10000154", + "urn:oclc:NYPG001000102-B", + "urn:lccn:72903657", + "urn:identifier:NNSZ00100102", + "urn:identifier:(WaOLN)nyp0200153" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rshabhadeva." + ], + "titleDisplay": [ + "Āditīrthankara Rṣabhadēva. [Lēkhaka] Mirji Aṇṇārāya." + ], + "uri": "b10000154", + "lccClassification": [ + "BL1373.R7 A66" + ], + "placeOfPublication": [ + "Guḍibaṇḍe, Kōlārajille" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000154" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000154", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4815", + "urn:barcode:33433012996868" + ], + "physicalLocation": [ + "*OLA 83-4815" + ], + "shelfMark_sort": "a*OLA 83-004815", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 83-4815" + ], + "uri": "i10000084", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-4815" + }, + { + "type": "bf:Barcode", + "value": "33433012996868" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012996868" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000155", + "_score": 0, + "_source": { + "extent": [ + "270 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jāḥiẓ, -868 or 869", + "Jāḥiẓ, -868 or 869 -- Knowledge", + "Jāḥiẓ, -868 or 869 -- Knowledge -- Folklore", + "Jāḥiẓ, -868 or 869 -- Knowledge -- Mythology" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Wizārah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "al-Mawrūth al-shaʻbī fī āthār al-Jāḥiẓ i : muʻjam mufahras" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OEM 83-4899" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Markaz al-Fūlklurī al-ʻIrāqī." + ], + "idLccn": [ + "78971085" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Silsilat al-maʻājim wa-al-fahāris ; 10" + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000103-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEM 83-4899" + }, + { + "type": "nypl:Bnumber", + "value": "10000155" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000103-B" + }, + { + "type": "bf:Lccn", + "value": "78971085" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100103" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200154" + } + ], + "updatedAt": 1711097905535, + "publicationStatement": [ + "[Baghdād] : al-Wizārah, [1976]" + ], + "identifier": [ + "urn:shelfmark:*OEM 83-4899", + "urn:bnum:10000155", + "urn:oclc:NYPG001000103-B", + "urn:lccn:78971085", + "urn:identifier:NNSZ00100103", + "urn:identifier:(WaOLN)nyp0200154" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jāḥiẓ, -868 or 869 -- Knowledge -- Folklore.", + "Jāḥiẓ, -868 or 869 -- Knowledge -- Mythology." + ], + "titleDisplay": [ + "al-Mawrūth al-shaʻbī fī āthār al-Jāḥiẓ i : muʻjam mufahras / aṣdarahu al-Markaz al-fulklūrī al-ʻIrāqī, Wizārat al-Iʻlām." + ], + "uri": "b10000155", + "lccClassification": [ + "PJ7745.J3 Z785" + ], + "placeOfPublication": [ + "[Baghdād]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000155" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000155", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OEM 83-4899", + "urn:barcode:33433001925001" + ], + "physicalLocation": [ + "*OEM 83-4899" + ], + "shelfMark_sort": "a*OEM 83-004899", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OEM 83-4899" + ], + "uri": "i10000085", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEM 83-4899" + }, + { + "type": "bf:Barcode", + "value": "33433001925001" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001925001" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000157", + "_score": 0, + "_source": { + "extent": [ + "342 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Prophets in the Qurʼan" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-shaʻb" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Anbiyāʼ fī al-Qurʼān al-karīm" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGDM 83-4900" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Sharqāwī, Maḥmūd." + ], + "idLccn": [ + "75961943" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000105-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGDM 83-4900" + }, + { + "type": "nypl:Bnumber", + "value": "10000157" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000105-B" + }, + { + "type": "bf:Lccn", + "value": "75961943" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100105" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200156" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "al-Qāhirah, Dār al-shaʻb [1970]" + ], + "identifier": [ + "urn:shelfmark:*OGDM 83-4900", + "urn:bnum:10000157", + "urn:oclc:NYPG001000105-B", + "urn:lccn:75961943", + "urn:identifier:NNSZ00100105", + "urn:identifier:(WaOLN)nyp0200156" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Prophets in the Qurʼan." + ], + "titleDisplay": [ + "al-Anbiyāʼ fī al-Qurʼān al-karīm [taʼlīf] Maḥmūd al-Sharqāwī." + ], + "uri": "b10000157", + "lccClassification": [ + "BP134.P745 S5" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000157" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000157", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGDM 83-4900", + "urn:barcode:33433005577659" + ], + "physicalLocation": [ + "*OGDM 83-4900" + ], + "shelfMark_sort": "a*OGDM 83-004900", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGDM 83-4900" + ], + "uri": "i10000086", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGDM 83-4900" + }, + { + "type": "bf:Barcode", + "value": "33433005577659" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005577659" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000159", + "_score": 0, + "_source": { + "extent": [ + "64 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tales, Kannada" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Āśā Sāhitya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Jānapada kathālōka" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 83-4817" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "idLccn": [ + "75902609" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Srikripananda Basavani, 1933-" + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000107-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-4817" + }, + { + "type": "nypl:Bnumber", + "value": "10000159" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000107-B" + }, + { + "type": "bf:Lccn", + "value": "75902609" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100107" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200158" + } + ], + "updatedAt": 1711606521719, + "publicationStatement": [ + "Beṅgaḷūru : Āśā Sāhitya, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4817", + "urn:bnum:10000159", + "urn:oclc:NYPG001000107-B", + "urn:lccn:75902609", + "urn:identifier:NNSZ00100107", + "urn:identifier:(WaOLN)nyp0200158" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tales, Kannada." + ], + "titleDisplay": [ + "Jānapada kathālōka / Krpānanda." + ], + "uri": "b10000159", + "placeOfPublication": [ + "Beṅgaḷūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000159" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000159", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4817", + "urn:barcode:33433012996876" + ], + "physicalLocation": [ + "*OLA 83-4817" + ], + "shelfMark_sort": "a*OLA 83-004817", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 83-4817" + ], + "uri": "i10000088", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-4817" + }, + { + "type": "bf:Barcode", + "value": "33433012996876" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012996876" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000160", + "_score": 0, + "_source": { + "extent": [ + "143 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil literature", + "Tamil literature -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Paḻaṉiyappā Piratars" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], + "title": [ + "Ilakkiya nayam" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 83-4818" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1966" + ], + "creatorLiteral": [ + "Irācāmaṇi, R." + ], + "idLccn": [ + "75908529" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1966 + ], + "idOclc": [ + "NYPG001000108-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4818" + }, + { + "type": "nypl:Bnumber", + "value": "10000160" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000108-B" + }, + { + "type": "bf:Lccn", + "value": "75908529" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100108" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200159" + } + ], + "updatedAt": 1711250180777, + "publicationStatement": [ + "Ceṉṉai : Paḻaṉiyappā Piratars, [1966]." + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4818", + "urn:bnum:10000160", + "urn:oclc:NYPG001000108-B", + "urn:lccn:75908529", + "urn:identifier:NNSZ00100108", + "urn:identifier:(WaOLN)nyp0200159" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil literature -- History and criticism." + ], + "titleDisplay": [ + "Ilakkiya nayam / [Eḻutiyavar] Ra. Irācāmaṇi." + ], + "uri": "b10000160", + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000160" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000160", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4818", + "urn:barcode:33433061299065" + ], + "physicalLocation": [ + "*OLB 83-4818" + ], + "shelfMark_sort": "a*OLB 83-004818", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 83-4818" + ], + "uri": "i13783804", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4818" + }, + { + "type": "bf:Barcode", + "value": "33433061299065" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299065" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000161", + "_score": 0, + "_source": { + "extent": [ + "xiv, 71 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on t.p. verso: Manitha soroobangal.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Short stories.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Civaṉ Kalvi Nilaiya Veḷiyīṭu" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Maṉita coṟūpaṅkaḷ : paṉṉiru ciṟu kataikaḷ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 83-4819" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Kohila Mahendiran." + ], + "idLccn": [ + "83900649" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000109-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4819" + }, + { + "type": "nypl:Bnumber", + "value": "10000161" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000109-B" + }, + { + "type": "bf:Lccn", + "value": "83900649" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100109" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200160" + } + ], + "updatedAt": 1711606521719, + "publicationStatement": [ + "[Tellippalai] : Civaṉ Kalvi Nilaiya Veḷiyīṭu, 1982." + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4819", + "urn:bnum:10000161", + "urn:oclc:NYPG001000109-B", + "urn:lccn:83900649", + "urn:identifier:NNSZ00100109", + "urn:identifier:(WaOLN)nyp0200160" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Maṉita coṟūpaṅkaḷ : paṉṉiru ciṟu kataikaḷ / Kōkilā Makēntiraṉ." + ], + "uri": "b10000161", + "placeOfPublication": [ + "[Tellippalai]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000161" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000161", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4819", + "urn:barcode:33433061299073" + ], + "physicalLocation": [ + "*OLB 83-4819" + ], + "shelfMark_sort": "a*OLB 83-004819", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 83-4819" + ], + "uri": "i13783805", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4819" + }, + { + "type": "bf:Barcode", + "value": "33433061299073" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299073" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000162", + "_score": 0, + "_source": { + "extent": [ + "x, 96 p. (p. 95-96 advertisements)" + ], + "note": [ + { + "noteType": "Note", + "label": "Running title: Candrahāsa nāṭaka samīkṣe.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "On page 96: x + 96 = 106.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuvempu, 1904-1994" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Pampa Prakāśạna" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "Mahākavi Kuvempu avara Candrahāsa nāṭaka samīkṣe." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 83-4864" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Vasantakumār, Maḷali." + ], + "idLccn": [ + "72902165" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000110-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-4864" + }, + { + "type": "nypl:Bnumber", + "value": "10000162" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000110-B" + }, + { + "type": "bf:Lccn", + "value": "72902165" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100110" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200161" + } + ], + "updatedAt": 1711475962055, + "publicationStatement": [ + "Maisūru, Pampa Prakāśạna [1971]" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4864", + "urn:bnum:10000162", + "urn:oclc:NYPG001000110-B", + "urn:lccn:72902165", + "urn:identifier:NNSZ00100110", + "urn:identifier:(WaOLN)nyp0200161" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuvempu, 1904-1994." + ], + "titleDisplay": [ + "Mahākavi Kuvempu avara Candrahāsa nāṭaka samīkṣe. Sampādaka Eṃ. Si. Vasantakumār." + ], + "uri": "b10000162", + "lccClassification": [ + "PL4659.P797 C339" + ], + "placeOfPublication": [ + "Maisūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Candrahāsa nāṭaka samīkṣe." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000162" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000162", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4864", + "urn:barcode:33433012996892" + ], + "physicalLocation": [ + "*OLA 83-4864" + ], + "shelfMark_sort": "a*OLA 83-004864", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 83-4864" + ], + "uri": "i10000089", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-4864" + }, + { + "type": "bf:Barcode", + "value": "33433012996892" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012996892" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000163", + "_score": 0, + "_source": { + "extent": [ + "13 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Novelette.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Kalaiñar Patippaka veḷiyīṭu-3.\"", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kalaiñar Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Iruḷiṉ viṭivu : kuṟunāval" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 83-4821" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Tāvaiyūr Kāṇṭīpaṉ." + ], + "idLccn": [ + "83900646" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000111-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4821" + }, + { + "type": "nypl:Bnumber", + "value": "10000163" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000111-B" + }, + { + "type": "bf:Lccn", + "value": "83900646" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100111" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200162" + } + ], + "updatedAt": 1711117259803, + "publicationStatement": [ + "Tirunelvēli, Yāḻppāṇam : Kalaiñar Patippakam, 1982." + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4821", + "urn:bnum:10000163", + "urn:oclc:NYPG001000111-B", + "urn:lccn:83900646", + "urn:identifier:NNSZ00100111", + "urn:identifier:(WaOLN)nyp0200162" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Iruḷiṉ viṭivu : kuṟunāval / Tāvaiyūr Kāṇṭīpaṉ." + ], + "uri": "b10000163", + "placeOfPublication": [ + "Tirunelvēli, Yāḻppāṇam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000163" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000163", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4821", + "urn:barcode:33433061299099" + ], + "physicalLocation": [ + "*OLB 83-4821" + ], + "shelfMark_sort": "a*OLB 83-004821", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 83-4821" + ], + "uri": "i13783806", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4821" + }, + { + "type": "bf:Barcode", + "value": "33433061299099" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299099" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000164", + "_score": 0, + "_source": { + "extent": [ + "148 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kannadhasan, 1927-", + "Kannadhasan, 1927- -- Criticism and interpretation" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vāṉati Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Kaṇṇatācaṉ kavinayam" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 83-4822" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Gunasekar, P., 1936-" + ], + "idLccn": [ + "76900404" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "creatorModifiedName": "P Gunasekar", + "idOclc": [ + "NYPG001000112-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4822" + }, + { + "type": "nypl:Bnumber", + "value": "10000164" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000112-B" + }, + { + "type": "bf:Lccn", + "value": "76900404" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100112" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200163" + } + ], + "updatedAt": 1711255239192, + "publicationStatement": [ + "Ceṉṉai : Vāṉati Patippakam, 1975." + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4822", + "urn:bnum:10000164", + "urn:oclc:NYPG001000112-B", + "urn:lccn:76900404", + "urn:identifier:NNSZ00100112", + "urn:identifier:(WaOLN)nyp0200163" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kannadhasan, 1927- -- Criticism and interpretation." + ], + "titleDisplay": [ + "Kaṇṇatācaṉ kavinayam / Pa. Kuṇacēkar." + ], + "uri": "b10000164", + "lccClassification": [ + "PL4758.9.K327 Z65" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000164" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000164", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4822", + "urn:barcode:33433061299107" + ], + "physicalLocation": [ + "*OLB 83-4822" + ], + "shelfMark_sort": "a*OLB 83-004822", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 83-4822" + ], + "uri": "i13783807", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-4822" + }, + { + "type": "bf:Barcode", + "value": "33433061299107" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299107" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000167", + "_score": 0, + "_source": { + "extent": [ + "4, 261 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islamic civilization" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Nashr-i Chakāmah" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "ʻUlūm-i Islāmī dar qarn-i avval-i Hijrī" + ], + "shelfMark": [ + "*OGC 84-151" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Manṣūrī, Ẕabīḥ Allāh." + ], + "createdString": [ + "1983" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1983 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-151" + }, + { + "type": "nypl:Bnumber", + "value": "10000167" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000115-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100115" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200166" + } + ], + "idOclc": [ + "NYPG001000115-B" + ], + "holdings": [], + "updatedAt": 1674870755402, + "publicationStatement": [ + "Tihrān : Nashr-i Chakāmah, 1362 [1983]" + ], + "identifier": [ + "urn:bnum:10000167", + "urn:oclc:NYPG001000115-B", + "urn:undefined:NNSZ00100115", + "urn:undefined:(WaOLN)nyp0200166" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islamic civilization." + ], + "titleDisplay": [ + "ʻUlūm-i Islāmī dar qarn-i avval-i Hijrī / nivishtah-ʼi Ẕabīḥ Allāh Manṣūrī." + ], + "uri": "b10000167", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000167" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000167", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433022691053" + ], + "physicalLocation": [ + "*OGC 84-151" + ], + "shelfMark_sort": "a*OGC 84-000151", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i12540042", + "shelfMark": [ + "*OGC 84-151" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-151" + }, + { + "type": "bf:Barcode", + "value": "33433022691053" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691053" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000168", + "_score": 0, + "_source": { + "extent": [ + "83 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "In Malayalam.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Title on p. facing t.p.: Kerala Panineeyam, chila anubandhachinthakal.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rajaraja Varma, A. R., 1863-1918", + "Malayalam language", + "Malayalam language -- Grammar", + "Malayalam language -- Grammar -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Mīrākkuṭṭi ; vitaraṇaṃ, Nāṣanal Bukksṯāḷ" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Kēraḷapāṇinīyaṃ, cila anubandhacintakaḷ : paṭhanaṃ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLD 84-110" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Mīrākkuṭṭi, Pi., 1930-" + ], + "idLccn": [ + "82906730" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000116-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-110" + }, + { + "type": "nypl:Bnumber", + "value": "10000168" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000116-B" + }, + { + "type": "bf:Lccn", + "value": "82906730" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100116" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200167" + } + ], + "updatedAt": 1711505642848, + "publicationStatement": [ + "[S.l.] : Mīrākkuṭṭi ; Kōṭṭayaṃ : vitaraṇaṃ, Nāṣanal Bukksṯāḷ, 1982." + ], + "identifier": [ + "urn:shelfmark:*OLD 84-110", + "urn:bnum:10000168", + "urn:oclc:NYPG001000116-B", + "urn:lccn:82906730", + "urn:identifier:NNSZ00100116", + "urn:identifier:(WaOLN)nyp0200167" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rajaraja Varma, A. R., 1863-1918.", + "Malayalam language -- Grammar -- History and criticism." + ], + "titleDisplay": [ + "Kēraḷapāṇinīyaṃ, cila anubandhacintakaḷ : paṭhanaṃ / Pi. Mīrākkuṭṭi." + ], + "uri": "b10000168", + "placeOfPublication": [ + "[S.l.] : Kōṭṭayaṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000168" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000168", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLD 84-110", + "urn:barcode:33433011098963" + ], + "physicalLocation": [ + "*OLD 84-110" + ], + "shelfMark_sort": "a*OLD 84-000110", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLD 84-110" + ], + "uri": "i10000091", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-110" + }, + { + "type": "bf:Barcode", + "value": "33433011098963" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011098963" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000169", + "_score": 0, + "_source": { + "extent": [ + "xii, 639 p. : ill., fold. map. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [635]-639.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamils", + "Tamils -- Social life and customs", + "South Arcot (India)", + "South Arcot (India) -- Social life and customs" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "viṟpaṉai urimai, Tirunelvēli Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Keṭilakkarai nākarikam" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-112" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Cuntara Caṇmukaṉār, 1922-" + ], + "idLccn": [ + "76900317" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000117-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-112" + }, + { + "type": "nypl:Bnumber", + "value": "10000169" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000117-B" + }, + { + "type": "bf:Lccn", + "value": "76900317" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100117" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200168" + } + ], + "updatedAt": 1711225281651, + "publicationStatement": [ + "Ceṉṉai : viṟpaṉai urimai, Tirunelvēli Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1975." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-112", + "urn:bnum:10000169", + "urn:oclc:NYPG001000117-B", + "urn:lccn:76900317", + "urn:identifier:NNSZ00100117", + "urn:identifier:(WaOLN)nyp0200168" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamils -- Social life and customs.", + "South Arcot (India) -- Social life and customs." + ], + "titleDisplay": [ + "Keṭilakkarai nākarikam / Āciriyar Cuntara Caṇmukaṉār." + ], + "uri": "b10000169", + "lccClassification": [ + "DS432.T3 S95" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000169" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000169", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-112", + "urn:barcode:33433061299735" + ], + "physicalLocation": [ + "*OLB 84-112" + ], + "shelfMark_sort": "a*OLB 84-000112", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-112" + ], + "uri": "i13783809", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-112" + }, + { + "type": "bf:Barcode", + "value": "33433061299735" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299735" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000170", + "_score": 0, + "_source": { + "extent": [ + "ix, 488 p., [6] leaves of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Perunthamizh: the third ten days' seminar papers.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Organized by the Dept. of Tamil, Madras University.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil philology", + "Tamil philology -- Congresses" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ceṉṉai Palkalaik Kaḻaka Veḷiyīṭu" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Peruṅkāppiyac ciṟṟilakkiyap peruntamiḻ : mūṉṟām Potunilaip Pattunāḷ Karuttāyvaraṅkak kaṭṭuraikaḷ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-105" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Potunilaip Pattunāḷ Karuttaraṅku (3rd : 1974 : University of Madras, India)" + ], + "idLccn": [ + "76901454" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Ceṉṉaip Palkalaik Kaḻakat Tamiḻt Tuṟai veḷiyīṭu ; 37" + ], + "contributorLiteral": [ + "Cañcīvi, Na., 1927-", + "University of Madras. Tamil Department." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000118-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-105" + }, + { + "type": "nypl:Bnumber", + "value": "10000170" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000118-B" + }, + { + "type": "bf:Lccn", + "value": "76901454" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100118" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200169" + } + ], + "updatedAt": 1710984207952, + "publicationStatement": [ + "[Ceṉṉai] : Ceṉṉai Palkalaik Kaḻaka Veḷiyīṭu, 1975." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-105", + "urn:bnum:10000170", + "urn:oclc:NYPG001000118-B", + "urn:lccn:76901454", + "urn:identifier:NNSZ00100118", + "urn:identifier:(WaOLN)nyp0200169" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil philology -- Congresses." + ], + "titleDisplay": [ + "Peruṅkāppiyac ciṟṟilakkiyap peruntamiḻ : mūṉṟām Potunilaip Pattunāḷ Karuttāyvaraṅkak kaṭṭuraikaḷ / Potup patippāciriyar, Na. Cañcīvi ; utavi, Tamiḻttuṟai āciriyarkaḷum māṇavarkaḷum." + ], + "uri": "b10000170", + "lccClassification": [ + "PL4751 .P73 1974" + ], + "placeOfPublication": [ + "[Ceṉṉai]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000170" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000170", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-105", + "urn:barcode:33433061299719" + ], + "physicalLocation": [ + "*OLB 84-105" + ], + "shelfMark_sort": "a*OLB 84-000105", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-105" + ], + "uri": "i13783810", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-105" + }, + { + "type": "bf:Barcode", + "value": "33433061299719" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299719" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000172", + "_score": 0, + "_source": { + "extent": [ + "225p. : [2] facsims. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p. in Russian.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Head of title: \"Matenadaran\" Haykakan SSH Ministrneri Sovetin aṛĕntʻer Mashtotsʻi anvan hin dzeṛagreri institut.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Armenian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Armenian language, Classical", + "Armenian language, Classical -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Haykakan SSH GA Hratarakchutʻyun" + ], + "language": [ + { + "id": "lang:arm", + "label": "Armenian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "title": [ + "Haghags ḳerakani" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ONL 84-118" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Hovhannes, Ḳṛnetsʻi, active 14th century." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Khachʻikyan, L. S. (Levon Stepʻani), 1918-1982.", + "Avagian, S. A." + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "NYPG001000120-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONL 84-118" + }, + { + "type": "nypl:Bnumber", + "value": "10000172" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000120-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100120" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200171" + } + ], + "updatedAt": 1711497803593, + "publicationStatement": [ + "Erevan : Haykakan SSH GA Hratarakchutʻyun, 1977." + ], + "identifier": [ + "urn:shelfmark:*ONL 84-118", + "urn:bnum:10000172", + "urn:oclc:NYPG001000120-B", + "urn:identifier:NNSZ00100120", + "urn:identifier:(WaOLN)nyp0200171" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Armenian language, Classical -- Grammar." + ], + "titleDisplay": [ + "Haghags ḳerakani / Hovhannes Ḳṛnetsʻi. Bnagire hratarakutʻian patrastetsʻ L.S. Khachʻikianĕ. Neratsutʻyunĕ L.S. Khachʻikiani ev S.A. Avagiani." + ], + "uri": "b10000172", + "placeOfPublication": [ + "Erevan" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10000172" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000172", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ONL 84-118", + "urn:barcode:33433013020924" + ], + "physicalLocation": [ + "*ONL 84-118" + ], + "shelfMark_sort": "a*ONL 84-000118", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ONL 84-118" + ], + "uri": "i10000093", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONL 84-118" + }, + { + "type": "bf:Barcode", + "value": "33433013020924" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013020924" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000173", + "_score": 0, + "_source": { + "extent": [ + "520 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "In Malayalam.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Navadhāra" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Kāṭṭāḷan" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLD 84-113" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Manōj." + ], + "idLccn": [ + "82903306" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000121-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-113" + }, + { + "type": "nypl:Bnumber", + "value": "10000173" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000121-B" + }, + { + "type": "bf:Lccn", + "value": "82903306" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100121" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200172" + } + ], + "updatedAt": 1711255285695, + "publicationStatement": [ + "Tiruvanantapuram : Navadhāra, 1980." + ], + "identifier": [ + "urn:shelfmark:*OLD 84-113", + "urn:bnum:10000173", + "urn:oclc:NYPG001000121-B", + "urn:lccn:82903306", + "urn:identifier:NNSZ00100121", + "urn:identifier:(WaOLN)nyp0200172" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Kāṭṭāḷan / Manoj." + ], + "uri": "b10000173", + "placeOfPublication": [ + "Tiruvanantapuram" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000173" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000173", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLD 84-113", + "urn:barcode:33433011098971" + ], + "physicalLocation": [ + "*OLD 84-113" + ], + "shelfMark_sort": "a*OLD 84-000113", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLD 84-113" + ], + "uri": "i10000094", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-113" + }, + { + "type": "bf:Barcode", + "value": "33433011098971" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011098971" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000174", + "_score": 0, + "_source": { + "extent": [ + "xvi, 232 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Dictionary of dialectal usages, courtesy-language and culture of Kerala Brahmins.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Malayalam.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Title on page facing t.p.. :Namboodiribhasha sabdakosham.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Malayalam language", + "Malayalam language -- Terms and phrases" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Visnunampūtiri ; Nāṣanal Bukksṯāḷ" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Nampūtiribhāṣā śabdakōśaṃ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLD 84-116" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Viṣṇunampūtiri, Eṃ. Vi." + ], + "idLccn": [ + "83900738" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000122-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-116" + }, + { + "type": "nypl:Bnumber", + "value": "10000174" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000122-B" + }, + { + "type": "bf:Lccn", + "value": "83900738" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100122" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200173" + } + ], + "updatedAt": 1711597472682, + "publicationStatement": [ + "[Rāmantaḷi] : Visnunampūtiri ; Kōṭṭayaṃ : Nāṣanal Bukksṯāḷ 1982." + ], + "identifier": [ + "urn:shelfmark:*OLD 84-116", + "urn:bnum:10000174", + "urn:oclc:NYPG001000122-B", + "urn:lccn:83900738", + "urn:identifier:NNSZ00100122", + "urn:identifier:(WaOLN)nyp0200173" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Malayalam language -- Terms and phrases." + ], + "titleDisplay": [ + "Nampūtiribhāṣā śabdakōśaṃ / Eṃ. Vi. Viṣṇunampūtiri." + ], + "uri": "b10000174", + "placeOfPublication": [ + "[Rāmantaḷi] : Kōṭṭayaṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000174" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000174", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLD 84-116", + "urn:barcode:33433011098989" + ], + "physicalLocation": [ + "*OLD 84-116" + ], + "shelfMark_sort": "a*OLD 84-000116", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLD 84-116" + ], + "uri": "i10000095", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-116" + }, + { + "type": "bf:Barcode", + "value": "33433011098989" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011098989" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000175", + "_score": 0, + "_source": { + "extent": [ + "15,111 p. : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Persian and Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit language", + "Sanskrit language -- Self-instruction" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Shirkat-i Dānish" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "dateEndString": [ + "1983" + ], + "title": [ + "Khud'āmūz-i zabān-i Sanskrīt" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKE 84-115" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Ḥasanī Dāʻī al-Islāmī, Muḥammad ʻAlī." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000123-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKE 84-115" + }, + { + "type": "nypl:Bnumber", + "value": "10000175" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000123-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100123" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200174" + } + ], + "dateEndYear": [ + 1983 + ], + "updatedAt": 1711598876187, + "publicationStatement": [ + "Tihrān : Shirkat-i Dānish, 1361 [1982 or 1983]" + ], + "identifier": [ + "urn:shelfmark:*OKE 84-115", + "urn:bnum:10000175", + "urn:oclc:NYPG001000123-B", + "urn:identifier:NNSZ00100123", + "urn:identifier:(WaOLN)nyp0200174" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit language -- Self-instruction." + ], + "titleDisplay": [ + "Khud'āmūz-i zabān-i Sanskrīt / taʼlīf-i Muḥammad ʻAlī Ḥasanī Dāʻī al-Islāmī." + ], + "uri": "b10000175", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000175" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000175", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKE 84-115", + "urn:barcode:33433058552856" + ], + "physicalLocation": [ + "*OKE 84-115" + ], + "shelfMark_sort": "a*OKE 84-000115", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKE 84-115" + ], + "uri": "i12858035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKE 84-115" + }, + { + "type": "bf:Barcode", + "value": "33433058552856" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058552856" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000176", + "_score": 0, + "_source": { + "extent": [ + "44, 286 p., [4] leaves of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p. in English.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; introductory matter and paraphrase in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Raj Singh, Maharana of Mewar, 1629-1680", + "Raj Singh, Maharana of Mewar, 1629-1680 -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sāhitya saṃsthāna, Rājasthāna Vidyāpīṭha" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Rājapraśastiḥ mahākāvyam" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-84" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Raṇachoḍabhaṭṭa, active 1661-1681." + ], + "idLccn": [ + "75902395" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Menaria, Moti Lal, 1905-" + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000124-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-84" + }, + { + "type": "nypl:Bnumber", + "value": "10000176" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000124-B" + }, + { + "type": "bf:Lccn", + "value": "75902395" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100124" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200175" + } + ], + "uniformTitle": [ + "Rājapraśasti" + ], + "updatedAt": 1711086616946, + "publicationStatement": [ + "Udayapura : Sāhitya saṃsthāna, Rājasthāna Vidyāpīṭha, 1973." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-84", + "urn:bnum:10000176", + "urn:oclc:NYPG001000124-B", + "urn:lccn:75902395", + "urn:identifier:NNSZ00100124", + "urn:identifier:(WaOLN)nyp0200175" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Raj Singh, Maharana of Mewar, 1629-1680 -- Poetry." + ], + "titleDisplay": [ + "Rājapraśastiḥ mahākāvyam / Raṇachoṛabhaṭṭa praṇītam ; sampādaka Motilāla Menāriyā." + ], + "uri": "b10000176", + "lccClassification": [ + "PK3798.R2872 R3" + ], + "placeOfPublication": [ + "Udayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rājapraśasti", + "Rājapraśasti." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000176" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000176", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-84", + "urn:barcode:33433058153408" + ], + "physicalLocation": [ + "*OKP 84-84" + ], + "shelfMark_sort": "a*OKP 84-000084", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-84" + ], + "uri": "i13783811", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-84" + }, + { + "type": "bf:Barcode", + "value": "33433058153408" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153408" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000177", + "_score": 0, + "_source": { + "extent": [ + "4, 4, 354 p. col. illus." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [349]-354.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rām Sanehīs" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rāmasnehī Sāhitya Śodha Saṃsthāna" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Rāmasnehī-sampradāya kī dārśanika prshṭhabhūmi." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-85" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Pāṇḍeya, Śivāśaṅkara, 1935-" + ], + "idLccn": [ + "74901467" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Rāmasnehī sāhitya śodha saṃsthāna, pushpa 1" + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000125-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-85" + }, + { + "type": "nypl:Bnumber", + "value": "10000177" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000125-B" + }, + { + "type": "bf:Lccn", + "value": "74901467" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100125" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200176" + } + ], + "updatedAt": 1711606528351, + "publicationStatement": [ + "Dillī, Rāmasnehī Sāhitya Śodha Saṃsthāna [1973]" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-85", + "urn:bnum:10000177", + "urn:oclc:NYPG001000125-B", + "urn:lccn:74901467", + "urn:identifier:NNSZ00100125", + "urn:identifier:(WaOLN)nyp0200176" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rām Sanehīs." + ], + "titleDisplay": [ + "Rāmasnehī-sampradāya kī dārśanika prshṭhabhūmi. Lekhaka Śivāśaṅkara Pāṇḍeya." + ], + "uri": "b10000177", + "lccClassification": [ + "BL1245.R35 P36" + ], + "placeOfPublication": [ + "Dillī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000177" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000177", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-85", + "urn:barcode:33433060419680" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-85" + ], + "shelfMark_sort": "a*OLY 84-000085", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-85" + ], + "uri": "i13783812", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-85" + }, + { + "type": "bf:Barcode", + "value": "33433060419680" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060419680" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000178", + "_score": 0, + "_source": { + "extent": [ + "16, 440 p." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Kāśī Hindū Viśvavidyālaya kī Pī. ech. Ḍī. upādhi ke lie svīkrta śodha prabandha.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [436]-440.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindi poetry", + "Hindi poetry -- History and criticism", + "Bhakti in literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Abhinava Bhārati Prakāśana" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Hindī Krshṇabhakti sāhitya meṃ madhurabhāva kī upāsanā." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-81" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Rai, Purnamasi, 1928-" + ], + "idLccn": [ + "74901757" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "creatorModifiedName": "Purnamasi Rai", + "idOclc": [ + "NYPG001000126-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-81" + }, + { + "type": "nypl:Bnumber", + "value": "10000178" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000126-B" + }, + { + "type": "bf:Lccn", + "value": "74901757" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100126" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200177" + } + ], + "updatedAt": 1711247411237, + "publicationStatement": [ + "Ilāhābāda, Abhinava Bhārati Prakāśana [1974]" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-81", + "urn:bnum:10000178", + "urn:oclc:NYPG001000126-B", + "urn:lccn:74901757", + "urn:identifier:NNSZ00100126", + "urn:identifier:(WaOLN)nyp0200177" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindi poetry -- History and criticism.", + "Bhakti in literature." + ], + "titleDisplay": [ + "Hindī Krshṇabhakti sāhitya meṃ madhurabhāva kī upāsanā. [Lekhaka] Pūrṇamāsī Rāya." + ], + "uri": "b10000178", + "lccClassification": [ + "PK2040 .R33" + ], + "placeOfPublication": [ + "Ilāhābāda" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000178" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000178", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-81", + "urn:barcode:33433011093949" + ], + "physicalLocation": [ + "*OKTM 84-81" + ], + "shelfMark_sort": "a*OKTM 84-000081", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-81" + ], + "uri": "i10942053", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-81" + }, + { + "type": "bf:Barcode", + "value": "33433011093949" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011093949" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000179", + "_score": 0, + "_source": { + "extent": [ + "126 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Series romanized: Śrīrāmavarmma granthāvali.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Added t.p. in English: Kalakeyavadham.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Libretto for thullal, a variation of the kathakali dance drama of Kerala.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Malayalam.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ottanthullal", + "Dance", + "Dance -- India", + "Dance -- India -- Kerala", + "Kathakali" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Malayāḷasāhityanidhi, Kēraḷa Sāhitya Akkādami ; vitaraṇaṃ, Nāṣanal Buksṯṯāḷ" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Kālakēyavadhaṃ : śītaṅkantuḷḷal" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*MGS (Hindu) 84-117" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Dāmōdaran Nampūtiri, Pūntōttattu, 1815-1865." + ], + "idLccn": [ + "78900937" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Sṟīrāmavarmma granthāvali" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000127-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGS (Hindu) 84-117" + }, + { + "type": "nypl:Bnumber", + "value": "10000179" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000127-B" + }, + { + "type": "bf:Lccn", + "value": "78900937" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100127" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200178" + } + ], + "updatedAt": 1711091621738, + "publicationStatement": [ + "[Trśśūr] : Malayāḷasāhityanidhi, Kēraḷa Sāhitya Akkādami ; Kōṭṭayaṃ : vitaraṇaṃ, Nāṣanal Buksṯṯāḷ, 1975." + ], + "identifier": [ + "urn:shelfmark:*MGS (Hindu) 84-117", + "urn:bnum:10000179", + "urn:oclc:NYPG001000127-B", + "urn:lccn:78900937", + "urn:identifier:NNSZ00100127", + "urn:identifier:(WaOLN)nyp0200178" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ottanthullal", + "Dance -- India -- Kerala.", + "Kathakali." + ], + "titleDisplay": [ + "Kālakēyavadhaṃ : śītaṅkantuḷḷal / Granthakarttā Puntōṭṭattu Dāmōdaran Nampūtiri." + ], + "uri": "b10000179", + "placeOfPublication": [ + "[Trśśūr] : Kōṭṭayaṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000179" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000179", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*MGS (Hindu) 84-117", + "urn:barcode:33433093040370" + ], + "physicalLocation": [ + "*MGS (Hindu) 84-117" + ], + "shelfMark_sort": "a*MGS (Hindu) 84-000117", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*MGS (Hindu) 84-117" + ], + "uri": "i14746410", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGS (Hindu) 84-117" + }, + { + "type": "bf:Barcode", + "value": "33433093040370" + } + ], + "holdingLocation_packed": [ + "loc:pad32||Performing Arts Research Collections - Dance" + ], + "idBarcode": [ + "33433093040370" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pad32", + "label": "Performing Arts Research Collections - Dance" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000180", + "_score": 0, + "_source": { + "extent": [ + "95 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Putumaip Piracuram" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "Vitiyō? Vīṇaiyō?" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Tamiḻoḷi." + ], + "idLccn": [ + "72908855" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Iḷaṅkōvaṭikaḷ." + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000128-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-102" + }, + { + "type": "nypl:Bnumber", + "value": "10000180" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000128-B" + }, + { + "type": "bf:Lccn", + "value": "72908855" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100128" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200179" + } + ], + "updatedAt": 1711256613764, + "publicationStatement": [ + "Ceṉṉai : Putumaip Piracuram, [1971]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-102", + "urn:bnum:10000180", + "urn:oclc:NYPG001000128-B", + "urn:lccn:72908855", + "urn:identifier:NNSZ00100128", + "urn:identifier:(WaOLN)nyp0200179" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Vitiyō? Vīṇaiyō? / Kaviñar Tamiḻoḷi ; muṉṉurai : A. Citamparanātaṉ." + ], + "uri": "b10000180", + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000180" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000180", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-102", + "urn:barcode:33433061299701" + ], + "physicalLocation": [ + "*OLB 84-102" + ], + "shelfMark_sort": "a*OLB 84-000102", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-102" + ], + "uri": "i13783813", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-102" + }, + { + "type": "bf:Barcode", + "value": "33433061299701" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299701" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000181", + "_score": 0, + "_source": { + "extent": [ + "104 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "In Malayalam.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Title on p. facing t.p.: Inside Singhbhum of Bihar.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Mēri Jōsna", + "Social workers", + "Social workers -- India", + "Social workers -- India -- Kerala", + "Social workers -- India -- Kerala -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kaṟanṯ Buks" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Simhabhūmiyil : yātṟāvivaraṇaṃ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLD 84-103" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Kuryan Pāmpāṭi, 1941-" + ], + "idLccn": [ + "82904779" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000129-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-103" + }, + { + "type": "nypl:Bnumber", + "value": "10000181" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000129-B" + }, + { + "type": "bf:Lccn", + "value": "82904779" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100129" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200180" + } + ], + "updatedAt": 1711318499555, + "publicationStatement": [ + "Kōṭṭayaṃ : Kaṟanṯ Buks, 1981." + ], + "identifier": [ + "urn:shelfmark:*OLD 84-103", + "urn:bnum:10000181", + "urn:oclc:NYPG001000129-B", + "urn:lccn:82904779", + "urn:identifier:NNSZ00100129", + "urn:identifier:(WaOLN)nyp0200180" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Mēri Jōsna.", + "Social workers -- India -- Kerala -- Biography." + ], + "titleDisplay": [ + "Simhabhūmiyil : yātṟāvivaraṇaṃ / Kuryan Pāmpāṭi." + ], + "uri": "b10000181", + "placeOfPublication": [ + "Kōṭṭayaṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Inside Singhbhum of Bihar." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000181" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000181", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLD 84-103", + "urn:barcode:33433011098955" + ], + "physicalLocation": [ + "*OLD 84-103" + ], + "shelfMark_sort": "a*OLD 84-000103", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLD 84-103" + ], + "uri": "i10000096", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-103" + }, + { + "type": "bf:Barcode", + "value": "33433011098955" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011098955" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000182", + "_score": 0, + "_source": { + "extent": [ + "5, v, 281 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Viśvavidyālaya-starīya grantha-nirmāṇa-yojanā ke antargata ... prakāśita.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [275]-281.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindi poetry", + "Hindi poetry -- 1947-", + "Hindi poetry -- 1947- -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bihāra Hindī Grantha Akādamī" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Naī kavitā, udbhava aura vikāsa" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-86" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Rāya, Rāma Vacana." + ], + "idLccn": [ + "75902264" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000130-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-86" + }, + { + "type": "nypl:Bnumber", + "value": "10000182" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000130-B" + }, + { + "type": "bf:Lccn", + "value": "75902264" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100130" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200181" + } + ], + "updatedAt": 1710982280350, + "publicationStatement": [ + "Patanā : Bihāra Hindī Grantha Akādamī, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-86", + "urn:bnum:10000182", + "urn:oclc:NYPG001000130-B", + "urn:lccn:75902264", + "urn:identifier:NNSZ00100130", + "urn:identifier:(WaOLN)nyp0200181" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindi poetry -- 1947- -- History and criticism." + ], + "titleDisplay": [ + "Naī kavitā, udbhava aura vikāsa / lekhaka Rāmavacana Rāya." + ], + "uri": "b10000182", + "placeOfPublication": [ + "Patanā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000182" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000182", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-86", + "urn:barcode:33433011093956" + ], + "physicalLocation": [ + "*OKTM 84-86" + ], + "shelfMark_sort": "a*OKTM 84-000086", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-86" + ], + "uri": "i10942054", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-86" + }, + { + "type": "bf:Barcode", + "value": "33433011093956" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011093956" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000184", + "_score": 0, + "_source": { + "extent": [ + "18, 343 p. facsims., ports." + ], + "note": [ + { + "noteType": "Note", + "label": "Reviews of the author's works: p. 16-18.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Singh, Bhagat" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bhāratīya Jñānapīṭha Prakāśana" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Yugadrashṭā Bhagata Siṃha aura una ke mrtyuñjaya purakhe." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTO 84-164" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Sindhu, Virendra, 1940-" + ], + "idLccn": [ + "75901954" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Lokodaya granthamālā, granthaṅka 268" + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Virendra Sindhu", + "idOclc": [ + "NYPG001000132-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTO 84-164" + }, + { + "type": "nypl:Bnumber", + "value": "10000184" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000132-B" + }, + { + "type": "bf:Lccn", + "value": "75901954" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100132" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200183" + } + ], + "updatedAt": 1711606528351, + "publicationStatement": [ + "[Vārāṇasī] Bhāratīya Jñānapīṭha Prakāśana [1968]" + ], + "identifier": [ + "urn:shelfmark:*OKTO 84-164", + "urn:bnum:10000184", + "urn:oclc:NYPG001000132-B", + "urn:lccn:75901954", + "urn:identifier:NNSZ00100132", + "urn:identifier:(WaOLN)nyp0200183" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Singh, Bhagat." + ], + "titleDisplay": [ + "Yugadrashṭā Bhagata Siṃha aura una ke mrtyuñjaya purakhe. Lekhikā Vīrendra Sindhu. Bhūmikā: Yaśavantarāva Cahvāṇa." + ], + "uri": "b10000184", + "lccClassification": [ + "DS481.S55 S5" + ], + "placeOfPublication": [ + "[Vārāṇasī]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000184" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000184", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTO 84-164", + "urn:barcode:33433011049917" + ], + "physicalLocation": [ + "*OKTO 84-164" + ], + "shelfMark_sort": "a*OKTO 84-000164", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTO 84-164" + ], + "uri": "i10000098", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTO 84-164" + }, + { + "type": "bf:Barcode", + "value": "33433011049917" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011049917" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000185", + "_score": 0, + "_source": { + "extent": [ + "xiv, 259 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"'Periya Purāṇattil uvamaikaḷʼ eṉṉum āyvuk kaṭṭuraiyiṉai mutukalaippaṭṭat tērviṉ oru pakutiyākat tantuḷḷār. Avvārāyccik kaṭṭuraiyē ... āyvu nūlāka ippoḻutu veḷivarukiṉṟatu.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 255-259.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cēkkiḻār, active 12th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sankari ; viṟpaṉai urimai, Jeyakumāri Sṭōrs" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Periya purāṇattil uvamaikaḷ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-92" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Sankari, A., 1950-" + ], + "idLccn": [ + "76900433" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "creatorModifiedName": "A Sankari", + "idOclc": [ + "NYPG001000133-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-92" + }, + { + "type": "nypl:Bnumber", + "value": "10000185" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000133-B" + }, + { + "type": "bf:Lccn", + "value": "76900433" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100133" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200184" + } + ], + "updatedAt": 1711309630166, + "publicationStatement": [ + "Ayinkamam : Sankari ; Nākarkōvil : viṟpaṉai urimai, Jeyakumāri Sṭōrs, 1975." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-92", + "urn:bnum:10000185", + "urn:oclc:NYPG001000133-B", + "urn:lccn:76900433", + "urn:identifier:NNSZ00100133", + "urn:identifier:(WaOLN)nyp0200184" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cēkkiḻār, active 12th century." + ], + "titleDisplay": [ + "Periya purāṇattil uvamaikaḷ / A. Caṅkari." + ], + "uri": "b10000185", + "lccClassification": [ + "PL4758.9.C385 P479" + ], + "placeOfPublication": [ + "Ayinkamam : Nākarkōvil" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000185" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000185", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-92", + "urn:barcode:33433061299693" + ], + "physicalLocation": [ + "*OLB 84-92" + ], + "shelfMark_sort": "a*OLB 84-000092", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-92" + ], + "uri": "i13783814", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-92" + }, + { + "type": "bf:Barcode", + "value": "33433061299693" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061299693" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000186", + "_score": 0, + "_source": { + "extent": [ + "15, 146 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vedic language", + "Vedic language -- Pronunciation", + "Vedic language -- Accents and accentuation" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vaidika Sāhitya Sadana" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Vaidika-svara-bodha." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTH 84-163" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Caube, Vrajabihārī, 1940-" + ], + "idLccn": [ + "72902691" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Vaidika sāhitya sadana granthamālā, pushpa 2" + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000134-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTH 84-163" + }, + { + "type": "nypl:Bnumber", + "value": "10000186" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000134-B" + }, + { + "type": "bf:Lccn", + "value": "72902691" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100134" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200185" + } + ], + "updatedAt": 1711595631616, + "publicationStatement": [ + "Hośiyārapura, Vaidika Sāhitya Sadana, 1972." + ], + "identifier": [ + "urn:shelfmark:*OKTH 84-163", + "urn:bnum:10000186", + "urn:oclc:NYPG001000134-B", + "urn:lccn:72902691", + "urn:identifier:NNSZ00100134", + "urn:identifier:(WaOLN)nyp0200185" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vedic language -- Pronunciation.", + "Vedic language -- Accents and accentuation." + ], + "titleDisplay": [ + "Vaidika-svara-bodha. Lekhaka Vrajabihārī Caube." + ], + "uri": "b10000186", + "lccClassification": [ + "PK243 .C5" + ], + "placeOfPublication": [ + "Hośiyārapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000186" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000186", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTH 84-163", + "urn:barcode:33433010762189" + ], + "physicalLocation": [ + "*OKTH 84-163" + ], + "shelfMark_sort": "a*OKTH 84-000163", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTH 84-163" + ], + "uri": "i10000099", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTH 84-163" + }, + { + "type": "bf:Barcode", + "value": "33433010762189" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433010762189" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000187", + "_score": 0, + "_source": { + "extent": [ + "535 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Azărbaĭjanja-Farsja lüghăt [by] Măhămmăd Peĭfun.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "p.[375]-381: Jughrāfī ādlār-nāmhā-yi jughrāfiyāʼī.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "p. [383]-535: Fihrist-i vāzhigān bā āvā'nivīsī-i Āẕarbāyjānī.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian and Azerbaijani.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Azerbaijani language", + "Azerbaijani language -- Dictionaries", + "Azerbaijani language -- Dictionaries -- Persian" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Nashr-i Dānishpāyah" + ], + "language": [ + { + "id": "lang:aze", + "label": "Azerbaijani" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], + "title": [ + "Farhang-i Āẕarbāyjānī-Fārsi : dārā-yi bīsh az 30 hizār vāzhah, iṣtilāḥ, tarkīb, ʻibārat bā muʻādil-i Fārsī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OOX 84-178" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1983" + ], + "creatorLiteral": [ + "Payfun, Muḥammad." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1983 + ], + "idOclc": [ + "NYPG001000135-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OOX 84-178" + }, + { + "type": "nypl:Bnumber", + "value": "10000187" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000135-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100135" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200186" + } + ], + "updatedAt": 1711190054190, + "publicationStatement": [ + "Tihrān : Nashr-i Dānishpāyah, 1361 [1983]" + ], + "identifier": [ + "urn:shelfmark:*OOX 84-178", + "urn:bnum:10000187", + "urn:oclc:NYPG001000135-B", + "urn:identifier:NNSZ00100135", + "urn:identifier:(WaOLN)nyp0200186" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Azerbaijani language -- Dictionaries -- Persian." + ], + "titleDisplay": [ + "Farhang-i Āẕarbāyjānī-Fārsi : dārā-yi bīsh az 30 hizār vāzhah, iṣtilāḥ, tarkīb, ʻibārat bā muʻādil-i Fārsī / Muḥammad Payfun." + ], + "uri": "b10000187", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Azărbaĭjanja-Farsja lüghăt." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000187" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000187", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OOX 84-178", + "urn:barcode:33433001718323" + ], + "physicalLocation": [ + "*OOX 84-178" + ], + "shelfMark_sort": "a*OOX 84-000178", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OOX 84-178" + ], + "uri": "i10000100", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OOX 84-178" + }, + { + "type": "bf:Barcode", + "value": "33433001718323" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001718323" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000188", + "_score": 0, + "_source": { + "extent": [ + "160 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bahār Urdū Ākādimī" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Intikhāb-i kalām-i kulliyyāt-i Muntaẓar, (nuskhah-yi Nadvat al-ʻUlamāʼ Lakhav)" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTX 84-150" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Muntaẓar Lakhnavī, Nūrulislām, 1769?-1806?" + ], + "idLccn": [ + "74903706" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kutub Ḵẖȧnah Nadvat al Ulamaʻ." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000136-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 84-150" + }, + { + "type": "nypl:Bnumber", + "value": "10000188" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000136-B" + }, + { + "type": "bf:Lccn", + "value": "74903706" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100136" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200187" + } + ], + "updatedAt": 1711061850598, + "publicationStatement": [ + "Paṭnah, Bahār Urdū Ākādimī [1974]" + ], + "identifier": [ + "urn:shelfmark:*OKTX 84-150", + "urn:bnum:10000188", + "urn:oclc:NYPG001000136-B", + "urn:lccn:74903706", + "urn:identifier:NNSZ00100136", + "urn:identifier:(WaOLN)nyp0200187" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Intikhāb-i kalām-i kulliyyāt-i Muntaẓar, (nuskhah-yi Nadvat al-ʻUlamāʼ Lakhav) [Shāʻir] Nūrulislām Muntaẓar Lakhnav̄. Murattabah-yi Shamsī Nadvī." + ], + "uri": "b10000188", + "lccClassification": [ + "PK2198.M874 I58" + ], + "placeOfPublication": [ + "Paṭnah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000188" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000188", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTX 84-150", + "urn:barcode:33433015458726" + ], + "physicalLocation": [ + "*OKTX 84-150" + ], + "shelfMark_sort": "a*OKTX 84-000150", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTX 84-150" + ], + "uri": "i10942055", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 84-150" + }, + { + "type": "bf:Barcode", + "value": "33433015458726" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015458726" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000189", + "_score": 0, + "_source": { + "extent": [ + "5, 227 p." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Dillī Viśvavidyālaya se Pīeca. Ḍī kī upādhi ke lie svīkrta śodha prabandha kā parivartita tathā parivardhita rūpa.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p.[220]-227.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindi language", + "Hindi language -- Vocabulary", + "Hindi language -- Etymology" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Neśanala Pabḷiśiṅga Hāusa" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Hindī meṃ deśaja śabda." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTH 84-155" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Daḅāsa, Pūrṇasiṃha, 1938-" + ], + "idLccn": [ + "73903281" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000137-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTH 84-155" + }, + { + "type": "nypl:Bnumber", + "value": "10000189" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000137-B" + }, + { + "type": "bf:Lccn", + "value": "73903281" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100137" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200188" + } + ], + "updatedAt": 1711194560142, + "publicationStatement": [ + "Dillī, Neśanala Pabḷiśiṅga Hāusa [1972]" + ], + "identifier": [ + "urn:shelfmark:*OKTH 84-155", + "urn:bnum:10000189", + "urn:oclc:NYPG001000137-B", + "urn:lccn:73903281", + "urn:identifier:NNSZ00100137", + "urn:identifier:(WaOLN)nyp0200188" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindi language -- Vocabulary.", + "Hindi language -- Etymology." + ], + "titleDisplay": [ + "Hindī meṃ deśaja śabda. [Lekhaka] Pūrṇasiṃha Ḍabāsa. Bhūmikā Bholānātha Tivārī." + ], + "uri": "b10000189", + "lccClassification": [ + "PK1939 .D24" + ], + "placeOfPublication": [ + "Dillī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000189" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000189", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTH 84-155", + "urn:barcode:33433010762171" + ], + "physicalLocation": [ + "*OKTH 84-155" + ], + "shelfMark_sort": "a*OKTH 84-000155", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTH 84-155" + ], + "uri": "i10000101", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTH 84-155" + }, + { + "type": "bf:Barcode", + "value": "33433010762171" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433010762171" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000191", + "_score": 0, + "_source": { + "extent": [ + "482 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Hindī Krshṇa kāvya.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Originally presented as the author's thesis, University of Lucknow.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p.[478]-482.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Krishna (Hindu deity) in literature", + "Hindi poetry", + "Hindi poetry -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Aśoka Prakāśana" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Dvārakālīlāparaka Hindī Krshṇa kāvya." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-130" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Caturvedī, Sudhā, 1944-" + ], + "idLccn": [ + "74902459" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000139-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-130" + }, + { + "type": "nypl:Bnumber", + "value": "10000191" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000139-B" + }, + { + "type": "bf:Lccn", + "value": "74902459" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100139" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200190" + } + ], + "updatedAt": 1711148520559, + "publicationStatement": [ + "Lakhanaū, Aśoka Prakāśana [1974]" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-130", + "urn:bnum:10000191", + "urn:oclc:NYPG001000139-B", + "urn:lccn:74902459", + "urn:identifier:NNSZ00100139", + "urn:identifier:(WaOLN)nyp0200190" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Krishna (Hindu deity) in literature.", + "Hindi poetry -- History and criticism." + ], + "titleDisplay": [ + "Dvārakālīlāparaka Hindī Krshṇa kāvya. Lekhikā Sudhā Caturvedī." + ], + "uri": "b10000191", + "lccClassification": [ + "PK2040 .C313 1974" + ], + "placeOfPublication": [ + "Lakhanaū" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000191" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000191", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-130", + "urn:barcode:33433011093998" + ], + "physicalLocation": [ + "*OKTM 84-130" + ], + "shelfMark_sort": "a*OKTM 84-000130", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-130" + ], + "uri": "i10942056", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-130" + }, + { + "type": "bf:Barcode", + "value": "33433011093998" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011093998" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000193", + "_score": 0, + "_source": { + "extent": [ + "8, 242, 5 p., [1] leaf of plates : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "No more published.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- History and criticism", + "Poetics" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vyāsabandhu ; prāptisthānam Caukhambā Vidyābhawana]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], + "title": [ + "Abhinava-kāvya-prakāśaḥ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-162" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1966" + ], + "creatorLiteral": [ + "Vyāsa, Giridharalāla, 1894-" + ], + "idLccn": [ + "76902375" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1966 + ], + "idOclc": [ + "NYPG001000141-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-162" + }, + { + "type": "nypl:Bnumber", + "value": "10000193" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000141-B" + }, + { + "type": "bf:Lccn", + "value": "76902375" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100141" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200192" + } + ], + "updatedAt": 1711217122254, + "publicationStatement": [ + "Udayapura : Vyāsabandhu ; [Vāṛāṇasī : prāptisthānam Caukhambā Vidyābhawana], 1966." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-162", + "urn:bnum:10000193", + "urn:oclc:NYPG001000141-B", + "urn:lccn:76902375", + "urn:identifier:NNSZ00100141", + "urn:identifier:(WaOLN)nyp0200192" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- History and criticism.", + "Poetics." + ], + "titleDisplay": [ + "Abhinava-kāvya-prakāśaḥ / Vyāsopāhṇena Paṇḍitaśrīgovardhanatanujanuṣā Giridharalālena saṃkalitaḥ." + ], + "uri": "b10000193", + "lccClassification": [ + "PK2916 .V93 1966" + ], + "placeOfPublication": [ + "Udayapura : [Vāṛāṇasī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm" + ] + }, + "sort": [ + 0, + "b10000193" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000193", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-162 v. 1", + "urn:barcode:33433058153416" + ], + "physicalLocation": [ + "*OKP 84-162" + ], + "shelfMark_sort": "a*OKP 84-162 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-162 v. 1" + ], + "uri": "i13783816", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-162 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433058153416" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433058153416" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000194", + "_score": 0, + "_source": { + "extent": [ + "147 p." + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Telugu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Yam. Śēṣācalaṃ; [distributors: Andhra Pradesh Book Distributors, Secunderabad" + ], + "language": [ + { + "id": "lang:tel", + "label": "Telugu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Hampīkanyalu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLC 83-2593" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Calaṃ, 1894-1979." + ], + "idLccn": [ + "77908094" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "EMESCO pocket books, 86" + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000142-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 83-2593" + }, + { + "type": "nypl:Bnumber", + "value": "10000194" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000142-B" + }, + { + "type": "bf:Lccn", + "value": "77908094" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100142" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200193" + } + ], + "updatedAt": 1711245895694, + "publicationStatement": [ + "Macilīpaṭnaṃ, Yam. Śēṣācalaṃ; [distributors: Andhra Pradesh Book Distributors, Secunderabad, 1969]" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-2593", + "urn:bnum:10000194", + "urn:oclc:NYPG001000142-B", + "urn:lccn:77908094", + "urn:identifier:NNSZ00100142", + "urn:identifier:(WaOLN)nyp0200193" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Hampīkanyalu. [Racana] Calaṃ." + ], + "uri": "b10000194", + "lccClassification": [ + "PL4780.9.V4 H3" + ], + "placeOfPublication": [ + "Macilīpaṭnaṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000194" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000194", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLC 83-2593", + "urn:barcode:33433004689018" + ], + "physicalLocation": [ + "*OLC 83-2593" + ], + "shelfMark_sort": "a*OLC 83-002593", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLC 83-2593" + ], + "uri": "i10000102", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 83-2593" + }, + { + "type": "bf:Barcode", + "value": "33433004689018" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004689018" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000197", + "_score": 0, + "_source": { + "extent": [ + "159 p." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Cilampuc celvar Ma. Po. Ci. avarkaḷatu 69 - vatu piṟanta nāḷ veḷiyīṭu.\"", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Pūṅkoṭi Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Tirukkuṟaḷilē kalaipaṟṟik kūṟātatēṉ?" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 83-2587" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Civañāṉam, Ma. Po., 1906-" + ], + "idLccn": [ + "74903607" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000145-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-2587" + }, + { + "type": "nypl:Bnumber", + "value": "10000197" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000145-B" + }, + { + "type": "bf:Lccn", + "value": "74903607" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100145" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200196" + } + ], + "updatedAt": 1711329131068, + "publicationStatement": [ + "Ceṉṉai, Pūṅkoṭi Patippakam [1974]" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2587", + "urn:bnum:10000197", + "urn:oclc:NYPG001000145-B", + "urn:lccn:74903607", + "urn:identifier:NNSZ00100145", + "urn:identifier:(WaOLN)nyp0200196" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Tirukkuṟaḷilē kalaipaṟṟik kūṟātatēṉ? [Eḻutiyavar] Ma. Po. Civañāṉam." + ], + "uri": "b10000197", + "lccClassification": [ + "PL4758.9.T5 S54" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000197" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000197", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2587", + "urn:barcode:33433061296392" + ], + "physicalLocation": [ + "*OLB 83-2587" + ], + "shelfMark_sort": "a*OLB 83-002587", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 83-2587" + ], + "uri": "i13783819", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-2587" + }, + { + "type": "bf:Barcode", + "value": "33433061296392" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061296392" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000198", + "_score": 0, + "_source": { + "extent": [ + "96 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Telugu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Si. Vi. Krṣṇā Bukḍipō" + ], + "language": [ + { + "id": "lang:tel", + "label": "Telugu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Vēmanapadyaratnamulu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLC 83-2645" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Vēmana." + ], + "idLccn": [ + "73907881" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000146-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 83-2645" + }, + { + "type": "nypl:Bnumber", + "value": "10000198" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000146-B" + }, + { + "type": "bf:Lccn", + "value": "73907881" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100146" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200197" + } + ], + "updatedAt": 1711620360032, + "publicationStatement": [ + "Madarāsu, Si. Vi. Krṣṇā Bukḍipō [1967]" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-2645", + "urn:bnum:10000198", + "urn:oclc:NYPG001000146-B", + "urn:lccn:73907881", + "urn:identifier:NNSZ00100146", + "urn:identifier:(WaOLN)nyp0200197" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Vēmanapadyaratnamulu." + ], + "uri": "b10000198", + "lccClassification": [ + "PL4780.9.V38 V5" + ], + "placeOfPublication": [ + "Madarāsu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000198" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000198", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLC 83-2645", + "urn:barcode:33433004689042" + ], + "physicalLocation": [ + "*OLC 83-2645" + ], + "shelfMark_sort": "a*OLC 83-002645", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLC 83-2645" + ], + "uri": "i10000103", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 83-2645" + }, + { + "type": "bf:Barcode", + "value": "33433004689042" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004689042" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000200", + "_score": 0, + "_source": { + "extent": [ + "102 p." + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Assamese.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Laẏārcha Buka Shṭala" + ], + "language": [ + { + "id": "lang:asm", + "label": "Assamese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1963 + ], + "title": [ + "Nirupāya, nirupāya." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OYE 83-2641" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1963" + ], + "creatorLiteral": [ + "Dāsa, Yogeśa, 1927-" + ], + "idLccn": [ + "sa 64006442" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1963 + ], + "idOclc": [ + "NYPG001000148-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OYE 83-2641" + }, + { + "type": "nypl:Bnumber", + "value": "10000200" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000148-B" + }, + { + "type": "bf:Lccn", + "value": "sa 64006442" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100148" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200199" + } + ], + "updatedAt": 1711187007600, + "publicationStatement": [ + "Guwāhāṭī, Laẏārcha Buka Shṭala [1963]" + ], + "identifier": [ + "urn:shelfmark:*OYE 83-2641", + "urn:bnum:10000200", + "urn:oclc:NYPG001000148-B", + "urn:lccn:sa 64006442", + "urn:identifier:NNSZ00100148", + "urn:identifier:(WaOLN)nyp0200199" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Nirupāya, nirupāya. [Likhaka] Yogeśa Dāsa." + ], + "uri": "b10000200", + "lccClassification": [ + "PK1569.D2 N5" + ], + "placeOfPublication": [ + "Guwāhāṭī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000200" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000200", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OYE 83-2641", + "urn:barcode:33433011486549" + ], + "physicalLocation": [ + "*OYE 83-2641" + ], + "shelfMark_sort": "a*OYE 83-002641", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OYE 83-2641" + ], + "uri": "i10000105", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OYE 83-2641" + }, + { + "type": "bf:Barcode", + "value": "33433011486549" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011486549" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000201", + "_score": 0, + "_source": { + "extent": [ + "58 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Plays.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Assamese.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:asm", + "label": "Assamese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "title": [ + "Nimātīra māta." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OYE 83-2642" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Das, Kandarpa, 1941-" + ], + "idLccn": [ + "sa 66006179" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1964 + ], + "creatorModifiedName": "Kandarpa Das", + "idOclc": [ + "NYPG001000149-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OYE 83-2642" + }, + { + "type": "nypl:Bnumber", + "value": "10000201" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000149-B" + }, + { + "type": "bf:Lccn", + "value": "sa 66006179" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100149" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200200" + } + ], + "updatedAt": 1711635040660, + "publicationStatement": [ + "[Barapeṭā, 1964]" + ], + "identifier": [ + "urn:shelfmark:*OYE 83-2642", + "urn:bnum:10000201", + "urn:oclc:NYPG001000149-B", + "urn:lccn:sa 66006179", + "urn:identifier:NNSZ00100149", + "urn:identifier:(WaOLN)nyp0200200" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Nimātīra māta. [Likhaka] Kandarpa Dāsa." + ], + "uri": "b10000201", + "lccClassification": [ + "PK1569.D223 N5" + ], + "placeOfPublication": [ + "[Barapeṭā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000201" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000201", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OYE 83-2642", + "urn:barcode:33433010171373" + ], + "physicalLocation": [ + "*OYE 83-2642" + ], + "shelfMark_sort": "a*OYE 83-002642", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OYE 83-2642" + ], + "uri": "i10000106", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OYE 83-2642" + }, + { + "type": "bf:Barcode", + "value": "33433010171373" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433010171373" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000202", + "_score": 0, + "_source": { + "extent": [ + "2 v." + ], + "note": [ + { + "noteType": "Note", + "label": "Title page of v.2 bears subtitle only.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Arabic literature", + "Arabic literature -- Iraq", + "Arabic literature -- Iraq -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Andalus" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "al-Fann al-Qaṣaṣī fī al-adab al-ʻIrāqī al-ḥadīth" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OEM 83-2834" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Ṭālib, ʻUmar." + ], + "idLccn": [ + "72218369" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000150-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEM 83-2834" + }, + { + "type": "nypl:Bnumber", + "value": "10000202" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000150-B" + }, + { + "type": "bf:Lccn", + "value": "72218369" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100150" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200201" + } + ], + "updatedAt": 1711097717294, + "publicationStatement": [ + "Baghdād, Maktabat al-Andalus, 1971." + ], + "identifier": [ + "urn:shelfmark:*OEM 83-2834", + "urn:bnum:10000202", + "urn:oclc:NYPG001000150-B", + "urn:lccn:72218369", + "urn:identifier:NNSZ00100150", + "urn:identifier:(WaOLN)nyp0200201" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Arabic literature -- Iraq -- History and criticism." + ], + "titleDisplay": [ + "al-Fann al-Qaṣaṣī fī al-adab al-ʻIrāqī al-ḥadīth [taʼlīf]ʻUmar al-Ṭālib." + ], + "uri": "b10000202", + "lccClassification": [ + "PJ8038 .T35" + ], + "placeOfPublication": [ + "Baghdād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Masraḥīyah al-ʻArabīyah fī al-ʻIrāq." + ], + "tableOfContents": [ + "Juzʼ 1. al-Riwāyah al-ʻArabīyah fī al-Irāq.-- Juzʼ 2. al-Masraḥīyah al-ʻArabīyah fī al-ʻIrāq." + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10000202" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000202", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OEM 83-2834", + "urn:barcode:33433002039166" + ], + "physicalLocation": [ + "*OEM 83-2834" + ], + "shelfMark_sort": "a*OEM 83-002834", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OEM 83-2834" + ], + "uri": "i10000107", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEM 83-2834" + }, + { + "type": "bf:Barcode", + "value": "33433002039166" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002039166" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000203", + "_score": 0, + "_source": { + "extent": [ + "201 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ramana, Maharshi" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śivalāla Agravāla eṇḍa Kampanī" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Ramaṇa Maharshi : evaṃ ātma-jñāna kā mārga. [́Hindi edition of Ramana Maharshi and the Path of Self-Knowledge by Arthur Osbourne]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 82-3981" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Vedālaṅkāra, Vedarāja." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Osbourne, Arthur." + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "NYPG001000151-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3981" + }, + { + "type": "nypl:Bnumber", + "value": "10000203" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000151-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100151" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200202" + } + ], + "updatedAt": 1711329131068, + "publicationStatement": [ + "Āgarā : Śivalāla Agravāla eṇḍa Kampanī, 1978." + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3981", + "urn:bnum:10000203", + "urn:oclc:NYPG001000151-B", + "urn:identifier:NNSZ00100151", + "urn:identifier:(WaOLN)nyp0200202" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ramana, Maharshi." + ], + "titleDisplay": [ + "Ramaṇa Maharshi : evaṃ ātma-jñāna kā mārga. [́Hindi edition of Ramana Maharshi and the Path of Self-Knowledge by Arthur Osbourne] / lekhaka Ārthara Āsaborna ; bhūmikā lekhaka Ḍā. Sarvapallī Rādhākṛshṇana ; anuvādaka Vedarāja Vedālankāra." + ], + "uri": "b10000203", + "placeOfPublication": [ + "Āgarā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000203" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000203", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3981", + "urn:barcode:33433060417486" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-3981" + ], + "shelfMark_sort": "a*OLY 82-003981", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 82-3981" + ], + "uri": "i13783820", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 82-3981" + }, + { + "type": "bf:Barcode", + "value": "33433060417486" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417486" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000204", + "_score": 0, + "_source": { + "extent": [ + "102 p., [4] leaves of plates. : ill ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Play.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sarasvatī Vihāra" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Dillī uñcā sunatī hai" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTN 82-3979" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Kusumakumāra, 1939-" + ], + "idLccn": [ + "82901615" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000152-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTN 82-3979" + }, + { + "type": "nypl:Bnumber", + "value": "10000204" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000152-B" + }, + { + "type": "bf:Lccn", + "value": "82901615" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100152" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200203" + } + ], + "updatedAt": 1711572271257, + "publicationStatement": [ + "Dillī : Sarasvatī Vihāra, 1982." + ], + "identifier": [ + "urn:shelfmark:*OKTN 82-3979", + "urn:bnum:10000204", + "urn:oclc:NYPG001000152-B", + "urn:lccn:82901615", + "urn:identifier:NNSZ00100152", + "urn:identifier:(WaOLN)nyp0200203" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Dillī uñcā sunatī hai / Kusuma Kumāra." + ], + "uri": "b10000204", + "placeOfPublication": [ + "Dillī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000204" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000204", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTN 82-3979", + "urn:barcode:33433011745514" + ], + "physicalLocation": [ + "*OKTN 82-3979" + ], + "shelfMark_sort": "a*OKTN 82-003979", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTN 82-3979" + ], + "uri": "i10000108", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTN 82-3979" + }, + { + "type": "bf:Barcode", + "value": "33433011745514" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011745514" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000206", + "_score": 0, + "_source": { + "extent": [ + "120 p." + ], + "note": [ + { + "noteType": "Note", + "label": "\"For private circulation only.\"", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Telugu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toṇṭaraṭippoṭi Āḻvār", + "Toṇṭaraṭippoṭi Āḻvār -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vaviḷla Rāmasvāmiśāstrulu" + ], + "language": [ + { + "id": "lang:tel", + "label": "Telugu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], + "title": [ + "Vaijayantīvilāsamu; anu nāmāntaramugala, Vipranārāyaṇacaritramu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLC 82-3977" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1966" + ], + "creatorLiteral": [ + "Sāraṅgu Tammayya, active 17th century." + ], + "idLccn": [ + "77905565" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1966 + ], + "idOclc": [ + "NYPG001000154-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 82-3977" + }, + { + "type": "nypl:Bnumber", + "value": "10000206" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000154-B" + }, + { + "type": "bf:Lccn", + "value": "77905565" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100154" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200205" + } + ], + "updatedAt": 1711595631616, + "publicationStatement": [ + "Cennapuri, Vaviḷla Rāmasvāmiśāstrulu [1966]" + ], + "identifier": [ + "urn:shelfmark:*OLC 82-3977", + "urn:bnum:10000206", + "urn:oclc:NYPG001000154-B", + "urn:lccn:77905565", + "urn:identifier:NNSZ00100154", + "urn:identifier:(WaOLN)nyp0200205" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toṇṭaraṭippoṭi Āḻvār -- Poetry." + ], + "titleDisplay": [ + "Vaijayantīvilāsamu; anu nāmāntaramugala, Vipranārāyaṇacaritramu. Sāraṅgu Tammayapraṇītamu." + ], + "uri": "b10000206", + "lccClassification": [ + "PL4780.9.S3168 V3 1966" + ], + "placeOfPublication": [ + "Cennapuri" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vipranārāyaṇacaritramu." + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000206" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000206", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLC 82-3977", + "urn:barcode:33433004553511" + ], + "physicalLocation": [ + "*OLC 82-3977" + ], + "shelfMark_sort": "a*OLC 82-003977", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLC 82-3977" + ], + "uri": "i10000110", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 82-3977" + }, + { + "type": "bf:Barcode", + "value": "33433004553511" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004553511" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000207", + "_score": 0, + "_source": { + "extent": [ + "191 p,[4] leaves of plates; col. fold, maps;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʻAsīr (Saudi Arabia)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Nashr al-Ḥadīthah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Fī bilād ʻAsīr" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFW 82-3974" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Fuʼād Ḥamzah, 1899-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1968 + ], + "idOclc": [ + "NYPG001000155-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFW 82-3974" + }, + { + "type": "nypl:Bnumber", + "value": "10000207" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000155-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100155" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200206" + } + ], + "updatedAt": 1711567841462, + "publicationStatement": [ + "al-Riyāḍ : Maktabat al-Nashr al-Ḥadīthah, 1968." + ], + "identifier": [ + "urn:shelfmark:*OFW 82-3974", + "urn:bnum:10000207", + "urn:oclc:NYPG001000155-B", + "urn:identifier:NNSZ00100155", + "urn:identifier:(WaOLN)nyp0200206" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʻAsīr (Saudi Arabia)" + ], + "titleDisplay": [ + "Fī bilād ʻAsīr / Fuʼād Ḥamzah." + ], + "uri": "b10000207", + "placeOfPublication": [ + "al-Riyāḍ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000207" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000207", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFW 82-3974", + "urn:barcode:33433014526051" + ], + "physicalLocation": [ + "*OFW 82-3974" + ], + "shelfMark_sort": "a*OFW 82-003974", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFW 82-3974" + ], + "uri": "i10000111", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFW 82-3974" + }, + { + "type": "bf:Barcode", + "value": "33433014526051" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014526051" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000208", + "_score": 0, + "_source": { + "extent": [ + "177 p. illus." + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Military assistance, German", + "Military assistance, German -- Israel", + "Jewish-Arab relations" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Ṭalīʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "al-Musāʻadāt al-ʻaskarīyah al-Almānīyah li-Isrāʼīl, istintājāt wa-durūs" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFP 82-3424" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Mustafa, Hassan." + ], + "idLccn": [ + "ne 66000418" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1965 + ], + "creatorModifiedName": "Hassan Mustafa", + "idOclc": [ + "NYPG001000156-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-3424" + }, + { + "type": "nypl:Bnumber", + "value": "10000208" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000156-B" + }, + { + "type": "bf:Lccn", + "value": "ne 66000418" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100156" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200207" + } + ], + "updatedAt": 1711582848276, + "publicationStatement": [ + "Bayrūt, Dār al-Ṭalīʻah [1965]" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-3424", + "urn:bnum:10000208", + "urn:oclc:NYPG001000156-B", + "urn:lccn:ne 66000418", + "urn:identifier:NNSZ00100156", + "urn:identifier:(WaOLN)nyp0200207" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Military assistance, German -- Israel.", + "Jewish-Arab relations." + ], + "titleDisplay": [ + "al-Musāʻadāt al-ʻaskarīyah al-Almānīyah li-Isrāʼīl, istintājāt wa-durūs [taʼlīf] Ḥasan Muṣṭafá." + ], + "uri": "b10000208", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000208" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000208", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 82-3424", + "urn:barcode:33433001937311" + ], + "physicalLocation": [ + "*OFP 82-3424" + ], + "shelfMark_sort": "a*OFP 82-003424", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 82-3424" + ], + "uri": "i10000112", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-3424" + }, + { + "type": "bf:Barcode", + "value": "33433001937311" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001937311" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000209", + "_score": 0, + "_source": { + "extent": [ + "51 p. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Coins and currency of Baghdad by naji Marouf.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Numismatics", + "Numismatics -- Iraq", + "Numismatics -- Iraq -- Baghdad", + "Coins", + "Coins -- Iraq" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Jumhūrīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "al-ʻUmlah wa-al-nuqūd al-Baghdādīyah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFH 82-3421" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Maʻrūf, Nājī." + ], + "idLccn": [ + "ne 68000284" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000157-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFH 82-3421" + }, + { + "type": "nypl:Bnumber", + "value": "10000209" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000157-B" + }, + { + "type": "bf:Lccn", + "value": "ne 68000284" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100157" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200208" + } + ], + "updatedAt": 1711599082824, + "publicationStatement": [ + "Baghdād, Dār al-Jumhūrīyah, 1967." + ], + "identifier": [ + "urn:shelfmark:*OFH 82-3421", + "urn:bnum:10000209", + "urn:oclc:NYPG001000157-B", + "urn:lccn:ne 68000284", + "urn:identifier:NNSZ00100157", + "urn:identifier:(WaOLN)nyp0200208" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Numismatics -- Iraq -- Baghdad.", + "Coins -- Iraq." + ], + "titleDisplay": [ + "al-ʻUmlah wa-al-nuqūd al-Baghdādīyah [taʼlīf] Nājī Maʻrūf." + ], + "uri": "b10000209", + "lccClassification": [ + "CJ3890.B3 M35" + ], + "placeOfPublication": [ + "Baghdād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000209" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000209", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFH 82-3421", + "urn:barcode:33433014572295" + ], + "physicalLocation": [ + "*OFH 82-3421" + ], + "shelfMark_sort": "a*OFH 82-003421", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFH 82-3421" + ], + "uri": "i10000113", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFH 82-3421" + }, + { + "type": "bf:Barcode", + "value": "33433014572295" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014572295" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000210", + "_score": 0, + "_source": { + "extent": [ + "222 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [214]-220.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ibn Sanāʼ al-Mulk, Hibat Allah ibn Jaʻfar, -1212", + "Ibn Sanāʼ al-Mulk, Hibat Allah ibn Jaʻfar, -1212 -- Criticism and interpretation" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Anglū al-Miṣrīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1962 + ], + "title": [ + "Ibn Sanāʼ al-Mulk wa-mushkilat al-ʻuqm wa-al-ibtikār fī al-shiʻr" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OEM 82-3484" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1962" + ], + "creatorLiteral": [ + "Ahwānī, ʻAbd al-ʻAzīz." + ], + "idLccn": [ + "74222264" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1962 + ], + "idOclc": [ + "NYPG001000158-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEM 82-3484" + }, + { + "type": "nypl:Bnumber", + "value": "10000210" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000158-B" + }, + { + "type": "bf:Lccn", + "value": "74222264" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100158" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200209" + } + ], + "updatedAt": 1711605282327, + "publicationStatement": [ + "[al-Qāhirah] Maktabat al-Anglū al-Miṣrīyah, 1962." + ], + "identifier": [ + "urn:shelfmark:*OEM 82-3484", + "urn:bnum:10000210", + "urn:oclc:NYPG001000158-B", + "urn:lccn:74222264", + "urn:identifier:NNSZ00100158", + "urn:identifier:(WaOLN)nyp0200209" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1962" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ibn Sanāʼ al-Mulk, Hibat Allah ibn Jaʻfar, -1212 -- Criticism and interpretation." + ], + "titleDisplay": [ + "Ibn Sanāʼ al-Mulk wa-mushkilat al-ʻuqm wa-al-ibtikār fī al-shiʻr, taʼlīf ʻAbd al-ʻAzīz al-Ahwānī." + ], + "uri": "b10000210", + "lccClassification": [ + "PJ7755.I294 Z57" + ], + "placeOfPublication": [ + "[al-Qāhirah]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000210" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000210", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OEM 82-3484", + "urn:barcode:33433002038127" + ], + "physicalLocation": [ + "*OEM 82-3484" + ], + "shelfMark_sort": "a*OEM 82-003484", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OEM 82-3484" + ], + "uri": "i10000114", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEM 82-3484" + }, + { + "type": "bf:Barcode", + "value": "33433002038127" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002038127" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000211", + "_score": 0, + "_source": { + "extent": [ + "150 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Speeches, originally broadcast over Radio Singapore.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nītiveṇpā" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Civakāmi Patippakam; [viṟpanai urimai: Pāri Nilaiyam, Ceṉṉai" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Nītiveṇpāviṉ neṟimuṟaikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1103" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Subramanian, Murugu." + ], + "idLccn": [ + "72909867" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Radio Singapura." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Murugu Subramanian", + "idOclc": [ + "NYPG001000159-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1103" + }, + { + "type": "nypl:Bnumber", + "value": "10000211" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000159-B" + }, + { + "type": "bf:Lccn", + "value": "72909867" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100159" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200210" + } + ], + "updatedAt": 1711284791663, + "publicationStatement": [ + "Kōṉāpaṭṭu, Tirucci Māvaṭṭam, Civakāmi Patippakam; [viṟpanai urimai: Pāri Nilaiyam, Ceṉṉai, 1968]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1103", + "urn:bnum:10000211", + "urn:oclc:NYPG001000159-B", + "urn:lccn:72909867", + "urn:identifier:NNSZ00100159", + "urn:identifier:(WaOLN)nyp0200210" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nītiveṇpā." + ], + "titleDisplay": [ + "Nītiveṇpāviṉ neṟimuṟaikaḷ. [Coṟpoḻivāḷar] Muruku. Cuppiramaṇiyaṉ." + ], + "uri": "b10000211", + "lccClassification": [ + "PL4758.9.N4933 S8" + ], + "placeOfPublication": [ + "Kōṉāpaṭṭu, Tirucci Māvaṭṭam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000211" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000211", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1103", + "urn:barcode:33433061300335" + ], + "physicalLocation": [ + "*OLB 84-1103" + ], + "shelfMark_sort": "a*OLB 84-001103", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1103" + ], + "uri": "i13783821", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1103" + }, + { + "type": "bf:Barcode", + "value": "33433061300335" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300335" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000212", + "_score": 0, + "_source": { + "extent": [ + "viii, 453 p. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Makkaḷ patippu.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Based on Cēkkiḻār's Periya purāṇam.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Poets, Tamil", + "Poets, Tamil -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Mahēsvari Piracuram" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Aruḷ peṟṟa nāyaṉmārkaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1100" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Kiruṣṇaṉ, Nākarkōvil, 1933-" + ], + "idLccn": [ + "71909391" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Cēkkiḻār, active 12th century." + ], + "dateStartYear": [ + 1968 + ], + "idOclc": [ + "NYPG001000160-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1100" + }, + { + "type": "nypl:Bnumber", + "value": "10000212" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000160-B" + }, + { + "type": "bf:Lccn", + "value": "71909391" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100160" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200211" + } + ], + "updatedAt": 1711567296055, + "publicationStatement": [ + "Ceṉṉai, Mahēsvari Piracuram [1968]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1100", + "urn:bnum:10000212", + "urn:oclc:NYPG001000160-B", + "urn:lccn:71909391", + "urn:identifier:NNSZ00100160", + "urn:identifier:(WaOLN)nyp0200211" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Poets, Tamil -- Biography." + ], + "titleDisplay": [ + "Aruḷ peṟṟa nāyaṉmārkaḷ. [Eḻutiyavar] Nākarkōyil K. V. Kiruṣṇaṉ." + ], + "uri": "b10000212", + "lccClassification": [ + "PL4758.1 .K7" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000212" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000212", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1100", + "urn:barcode:33433061300327" + ], + "physicalLocation": [ + "*OLB 84-1100" + ], + "shelfMark_sort": "a*OLB 84-001100", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1100" + ], + "uri": "i13783822", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1100" + }, + { + "type": "bf:Barcode", + "value": "33433061300327" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300327" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000213", + "_score": 0, + "_source": { + "extent": [ + "150 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil literature", + "Tamil literature -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kumaraṉ Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Kāppiyat tiṟaṉ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1171" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Elavarasu, S. M." + ], + "idLccn": [ + "75902660" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "creatorModifiedName": "S Elavarasu", + "idOclc": [ + "NYPG001000161-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1171" + }, + { + "type": "nypl:Bnumber", + "value": "10000213" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000161-B" + }, + { + "type": "bf:Lccn", + "value": "75902660" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100161" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200212" + } + ], + "updatedAt": 1711605282327, + "publicationStatement": [ + "Citamparam : Kumaraṉ Patippakam, 1973." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1171", + "urn:bnum:10000213", + "urn:oclc:NYPG001000161-B", + "urn:lccn:75902660", + "urn:identifier:NNSZ00100161", + "urn:identifier:(WaOLN)nyp0200212" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil literature -- History and criticism." + ], + "titleDisplay": [ + "Kāppiyat tiṟaṉ / Cōma. Iḷavaracu." + ], + "uri": "b10000213", + "placeOfPublication": [ + "Citamparam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000213" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000213", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1171", + "urn:barcode:33433061300517" + ], + "physicalLocation": [ + "*OLB 84-1171" + ], + "shelfMark_sort": "a*OLB 84-001171", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1171" + ], + "uri": "i13783823", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1171" + }, + { + "type": "bf:Barcode", + "value": "33433061300517" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300517" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000214", + "_score": 0, + "_source": { + "extent": [ + "94 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tēcika Vināyakam Piḷḷai, Ci, 1876-1954" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Tē-viyiṉ ōviyam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1172" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Kuttalam, Illamkodi Pillai, 1934-" + ], + "idLccn": [ + "76910430" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "creatorModifiedName": "Illamkodi Kuttalam", + "idOclc": [ + "NYPG001000162-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1172" + }, + { + "type": "nypl:Bnumber", + "value": "10000214" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000162-B" + }, + { + "type": "bf:Lccn", + "value": "76910430" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100162" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200213" + } + ], + "updatedAt": 1711284782152, + "publicationStatement": [ + "Nākar Kōvil [1967]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1172", + "urn:bnum:10000214", + "urn:oclc:NYPG001000162-B", + "urn:lccn:76910430", + "urn:identifier:NNSZ00100162", + "urn:identifier:(WaOLN)nyp0200213" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tēcika Vināyakam Piḷḷai, Ci, 1876-1954." + ], + "titleDisplay": [ + "Tē-viyiṉ ōviyam. [Eḻutiyavar] Kuṟṟālam." + ], + "uri": "b10000214", + "lccClassification": [ + "PL4758.9.D4 Z7 1967" + ], + "placeOfPublication": [ + "Nākar Kōvil" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000214" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000214", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1172", + "urn:barcode:33433061300525" + ], + "physicalLocation": [ + "*OLB 84-1172" + ], + "shelfMark_sort": "a*OLB 84-001172", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1172" + ], + "uri": "i13783824", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1172" + }, + { + "type": "bf:Barcode", + "value": "33433061300525" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300525" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000215", + "_score": 0, + "_source": { + "extent": [ + "180 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Pārati Puttaka Nilaiyam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "title": [ + "Tamiḻvāṇaṉ nāṭakaṅkaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1106" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Tamiḻvāṇaṉ, 1926-1977." + ], + "idLccn": [ + "73920792" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1964 + ], + "idOclc": [ + "NYPG001000163-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1106" + }, + { + "type": "nypl:Bnumber", + "value": "10000215" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000163-B" + }, + { + "type": "bf:Lccn", + "value": "73920792" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100163" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200214" + } + ], + "updatedAt": 1711567841462, + "publicationStatement": [ + "Maturai, Pārati Puttaka Nilaiyam [1964]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1106", + "urn:bnum:10000215", + "urn:oclc:NYPG001000163-B", + "urn:lccn:73920792", + "urn:identifier:NNSZ00100163", + "urn:identifier:(WaOLN)nyp0200214" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Tamiḻvāṇaṉ nāṭakaṅkaḷ." + ], + "uri": "b10000215", + "lccClassification": [ + "PL4758.9.R34 T34" + ], + "placeOfPublication": [ + "Maturai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000215" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000215", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1106", + "urn:barcode:33433061300343" + ], + "physicalLocation": [ + "*OLB 84-1106" + ], + "shelfMark_sort": "a*OLB 84-001106", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1106" + ], + "uri": "i13783825", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1106" + }, + { + "type": "bf:Barcode", + "value": "33433061300343" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300343" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000216", + "_score": 0, + "_source": { + "extent": [ + "92, 8 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tolkāppiyar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Pirēmā Piracuram" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], + "title": [ + "Cintaṉaiyāḷar Tolkāppiyar" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1107" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1966" + ], + "creatorLiteral": [ + "Cuṭpiramaṇiyaṉ, L." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Cintaṉaiyāḷar varicai, 16" + ], + "dateStartYear": [ + 1966 + ], + "idOclc": [ + "NYPG001000164-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1107" + }, + { + "type": "nypl:Bnumber", + "value": "10000216" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000164-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100164" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200215" + } + ], + "updatedAt": 1711120457991, + "publicationStatement": [ + "Ceṉṉai : Pirēmā Piracuram, 1966." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1107", + "urn:bnum:10000216", + "urn:oclc:NYPG001000164-B", + "urn:identifier:NNSZ00100164", + "urn:identifier:(WaOLN)nyp0200215" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tolkāppiyar." + ], + "titleDisplay": [ + "Cintaṉaiyāḷar Tolkāppiyar / Eḻutiyavar Lō. Cuṭpiramaṇiyaṉ." + ], + "uri": "b10000216", + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000216" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000216", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1107", + "urn:barcode:33433061300350" + ], + "physicalLocation": [ + "*OLB 84-1107" + ], + "shelfMark_sort": "a*OLB 84-001107", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1107" + ], + "uri": "i13783826", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1107" + }, + { + "type": "bf:Barcode", + "value": "33433061300350" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300350" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000217", + "_score": 0, + "_source": { + "extent": [ + "139 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vāṉati" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Veṭkam keṭṭavarkaḷ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1181" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Civacaṅkari, 1942-" + ], + "idLccn": [ + "81905252" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000165-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1181" + }, + { + "type": "nypl:Bnumber", + "value": "10000217" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000165-B" + }, + { + "type": "bf:Lccn", + "value": "81905252" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100165" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200216" + } + ], + "updatedAt": 1711256598978, + "publicationStatement": [ + "Ceṉṉai : Vāṉati, 1981." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1181", + "urn:bnum:10000217", + "urn:oclc:NYPG001000165-B", + "urn:lccn:81905252", + "urn:identifier:NNSZ00100165", + "urn:identifier:(WaOLN)nyp0200216" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Veṭkam keṭṭavarkaḷ / Civacaṅkari." + ], + "uri": "b10000217", + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000217" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000217", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1181", + "urn:barcode:33433061300616" + ], + "physicalLocation": [ + "*OLB 84-1181" + ], + "shelfMark_sort": "a*OLB 84-001181", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1181" + ], + "uri": "i13783827", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1181" + }, + { + "type": "bf:Barcode", + "value": "33433061300616" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300616" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000218", + "_score": 0, + "_source": { + "extent": [ + "144 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "On verso of t.p.: Sahitya vishleshane.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kannada literature", + "Kannada literature -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ta. Veṃ. Smāraka Granthamāle" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Sāhitya viślēṣaṇe" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 84-1105" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Seshagiri Rao, L. S., 1925-2019." + ], + "idLccn": [ + "79900238" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "NYPG001000166-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1105" + }, + { + "type": "nypl:Bnumber", + "value": "10000218" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000166-B" + }, + { + "type": "bf:Lccn", + "value": "79900238" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100166" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200217" + } + ], + "updatedAt": 1711329146322, + "publicationStatement": [ + "Maisūru : Ta. Veṃ. Smāraka Granthamāle, 1978." + ], + "identifier": [ + "urn:shelfmark:*OLA 84-1105", + "urn:bnum:10000218", + "urn:oclc:NYPG001000166-B", + "urn:lccn:79900238", + "urn:identifier:NNSZ00100166", + "urn:identifier:(WaOLN)nyp0200217" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kannada literature -- History and criticism." + ], + "titleDisplay": [ + "Sāhitya viślēṣaṇe / El. Es. Śēṣagirirāv." + ], + "uri": "b10000218", + "placeOfPublication": [ + "Maisūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000218" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000218", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 84-1105", + "urn:barcode:33433012997163" + ], + "physicalLocation": [ + "*OLA 84-1105" + ], + "shelfMark_sort": "a*OLA 84-001105", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 84-1105" + ], + "uri": "i10000115", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1105" + }, + { + "type": "bf:Barcode", + "value": "33433012997163" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012997163" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000219", + "_score": 0, + "_source": { + "extent": [ + "205 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sāhitya Mandira" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Ānandamaṭha" + ], + "shelfMark": [ + "*OLA 84-1087" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Venkatachar, B." + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "75905632" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "creatorModifiedName": "B Venkatachar", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1087" + }, + { + "type": "nypl:Bnumber", + "value": "10000219" + }, + { + "type": "bf:Lccn", + "value": "75905632" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000167-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100167" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200218" + } + ], + "idOclc": [ + "NYPG001000167-B" + ], + "holdings": [], + "updatedAt": 1674870755402, + "publicationStatement": [ + "Beṅgaḷūru : Sāhitya Mandira, [1897], 1971 printing." + ], + "identifier": [ + "urn:bnum:10000219", + "urn:lccn:75905632", + "urn:oclc:NYPG001000167-B", + "urn:undefined:NNSZ00100167", + "urn:undefined:(WaOLN)nyp0200218" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Ānandamaṭha / Bi. Venkaṭācārya." + ], + "uri": "b10000219", + "lccClassification": [ + "PL4659.V39 A82 1971" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Beṅgaḷūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000219" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000219", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433012997148" + ], + "physicalLocation": [ + "*OLA 84-1087" + ], + "shelfMark_sort": "a*OLA 84-001087", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000116", + "shelfMark": [ + "*OLA 84-1087" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1087" + }, + { + "type": "bf:Barcode", + "value": "33433012997148" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012997148" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000220", + "_score": 0, + "_source": { + "extent": [ + "83, 446 p., [5] leaves of plates : ill., ports. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Assamese.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Asama Prakāśana Parishada" + ], + "language": [ + { + "id": "lang:asm", + "label": "Assamese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "title": [ + "Bholānātha Dāsa racanāwalī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OYE 84-1111" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Dāsa, Bholānātha, 1858-1929." + ], + "idLccn": [ + "78904281" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Baruwā, Atulacandra, 1919-" + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "NYPG001000168-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OYE 84-1111" + }, + { + "type": "nypl:Bnumber", + "value": "10000220" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000168-B" + }, + { + "type": "bf:Lccn", + "value": "78904281" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100168" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200219" + } + ], + "uniformTitle": [ + "Works" + ], + "updatedAt": 1711110693984, + "publicationStatement": [ + "Guwāhāṭī : Asama Prakāśana Parishada, 1977." + ], + "identifier": [ + "urn:shelfmark:*OYE 84-1111", + "urn:bnum:10000220", + "urn:oclc:NYPG001000168-B", + "urn:lccn:78904281", + "urn:identifier:NNSZ00100168", + "urn:identifier:(WaOLN)nyp0200219" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Bholānātha Dāsa racanāwalī / sampādaka Atulacandra Baruwā." + ], + "uri": "b10000220", + "lccClassification": [ + "PK1569 .D229 1977" + ], + "placeOfPublication": [ + "Guwāhāṭī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Works" + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000220" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000220", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OYE 84-1111", + "urn:barcode:33433011487273" + ], + "physicalLocation": [ + "*OYE 84-1111" + ], + "shelfMark_sort": "a*OYE 84-001111", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OYE 84-1111" + ], + "uri": "i10000117", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OYE 84-1111" + }, + { + "type": "bf:Barcode", + "value": "33433011487273" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011487273" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000221", + "_score": 0, + "_source": { + "extent": [ + "vi, 234 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kampar, active 9th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Paḻaṉiyappā Piratars" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "title": [ + "Ilakkiya iṉpam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1112" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Irāmaliṅkam Piḷḷai, Ve., 1888-1972." + ], + "idLccn": [ + "76908801" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1964 + ], + "idOclc": [ + "NYPG001000169-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1112" + }, + { + "type": "nypl:Bnumber", + "value": "10000221" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000169-B" + }, + { + "type": "bf:Lccn", + "value": "76908801" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100169" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200220" + } + ], + "updatedAt": 1711250180777, + "publicationStatement": [ + "Ceṉṉai, Paḻaṉiyappā Piratars [1964]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1112", + "urn:bnum:10000221", + "urn:oclc:NYPG001000169-B", + "urn:lccn:76908801", + "urn:identifier:NNSZ00100169", + "urn:identifier:(WaOLN)nyp0200220" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kampar, active 9th century." + ], + "titleDisplay": [ + "Ilakkiya iṉpam. [Eḻutiyavar] Ve. Irāmaliṅkam Piḷḷai (Nāmakkal kaviñar)." + ], + "uri": "b10000221", + "lccClassification": [ + "PL4758.9.K27 R3564" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000221" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000221", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1112", + "urn:barcode:33433061300368" + ], + "physicalLocation": [ + "*OLB 84-1112" + ], + "shelfMark_sort": "a*OLB 84-001112", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1112" + ], + "uri": "i13783828", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1112" + }, + { + "type": "bf:Barcode", + "value": "33433061300368" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300368" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000222", + "_score": 0, + "_source": { + "extent": [ + "526 p. illus., facsims., maps." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 517-518.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Geographers, Arabic" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Fikr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aʻlām al-jughrāfīyīn al-ʻArab wa-muqtaṭafāt min āthārihim" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFT 84-1115" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Hamidé, Abdul Rahman." + ], + "idLccn": [ + "75962451" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000170-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFT 84-1115" + }, + { + "type": "nypl:Bnumber", + "value": "10000222" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000170-B" + }, + { + "type": "bf:Lccn", + "value": "75962451" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100170" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200221" + } + ], + "updatedAt": 1711109094386, + "publicationStatement": [ + "[Bayrūt, Dār al-Fikr, al-muqaddimah 1969]" + ], + "identifier": [ + "urn:shelfmark:*OFT 84-1115", + "urn:bnum:10000222", + "urn:oclc:NYPG001000170-B", + "urn:lccn:75962451", + "urn:identifier:NNSZ00100170", + "urn:identifier:(WaOLN)nyp0200221" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Geographers, Arabic." + ], + "titleDisplay": [ + "Aʻlām al-jughrāfīyīn al-ʻArab wa-muqtaṭafāt min āthārihim [taʼlīf] ʻAbd al-Raḥmān Ḥamīdah." + ], + "uri": "b10000222", + "lccClassification": [ + "G93 .H28" + ], + "placeOfPublication": [ + "[Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000222" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000222", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFT 84-1115", + "urn:barcode:33433014410736" + ], + "physicalLocation": [ + "*OFT 84-1115" + ], + "shelfMark_sort": "a*OFT 84-001115", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFT 84-1115" + ], + "uri": "i10000118", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFT 84-1115" + }, + { + "type": "bf:Barcode", + "value": "33433014410736" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014410736" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000223", + "_score": 0, + "_source": { + "extent": [ + "509 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "At head of the title: Bunyād-i Shāhanshāhī-i Farhangistānhā-yi Īrān, Farhangistān-i Zabān-i Īrān.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Persian language", + "Persian language -- Dialects", + "Persian language -- Dialects -- Iran", + "Persian language -- Dialects -- Iran -- Shūshtar", + "Persian language -- Dialects -- Iran -- Shūshtar -- Dictionaries" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Farhangistān-i Zabān-i Īrān" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "dateEndString": [ + "1979" + ], + "title": [ + "Vāzhah'nāmahʼī az gūyish-i Shūshtarī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMN 84-1116" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Nīrūmand, Muḥammad Bāqir." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000171-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMN 84-1116" + }, + { + "type": "nypl:Bnumber", + "value": "10000223" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000171-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100171" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200222" + } + ], + "dateEndYear": [ + 1979 + ], + "updatedAt": 1711620360032, + "publicationStatement": [ + "Tihrān : Farhangistān-i Zabān-i Īrān, [197-?]" + ], + "identifier": [ + "urn:shelfmark:*OMN 84-1116", + "urn:bnum:10000223", + "urn:oclc:NYPG001000171-B", + "urn:identifier:NNSZ00100171", + "urn:identifier:(WaOLN)nyp0200222" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Persian language -- Dialects -- Iran -- Shūshtar -- Dictionaries." + ], + "titleDisplay": [ + "Vāzhah'nāmahʼī az gūyish-i Shūshtarī / girdāvardah-ʼi Muḥammad Bāqir Nīrūmand." + ], + "uri": "b10000223", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000223" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000223", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMN 84-1116", + "urn:barcode:33433014498616" + ], + "physicalLocation": [ + "*OMN 84-1116" + ], + "shelfMark_sort": "a*OMN 84-001116", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMN 84-1116" + ], + "uri": "i10000119", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMN 84-1116" + }, + { + "type": "bf:Barcode", + "value": "33433014498616" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014498616" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000224", + "_score": 0, + "_source": { + "extent": [ + "426 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [410]-[422]", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Arabic philology", + "Arabic philology -- History", + "Arabic language", + "Arabic language -- Errors of usage" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[Dār al-Maʻārif]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Laḥn al-ʻāmmah wa-al-taṭawwur al-lughawī, taʼlīf Ramaḍān ʻAbd al-Ṭawwāb." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OEP 84-1118" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Abdel-Tawab, Ramadan, 1930-" + ], + "idLccn": [ + "ne 68003229" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "al-Maktabah al-Lughawīyah" + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000172-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEP 84-1118" + }, + { + "type": "nypl:Bnumber", + "value": "10000224" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000172-B" + }, + { + "type": "bf:Lccn", + "value": "ne 68003229" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100172" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200223" + } + ], + "updatedAt": 1710988867144, + "publicationStatement": [ + "al-Qāhirah [Dār al-Maʻārif] 1967." + ], + "identifier": [ + "urn:shelfmark:*OEP 84-1118", + "urn:bnum:10000224", + "urn:oclc:NYPG001000172-B", + "urn:lccn:ne 68003229", + "urn:identifier:NNSZ00100172", + "urn:identifier:(WaOLN)nyp0200223" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Arabic philology -- History.", + "Arabic language -- Errors of usage." + ], + "titleDisplay": [ + "Laḥn al-ʻāmmah wa-al-taṭawwur al-lughawī, taʼlīf Ramaḍān ʻAbd al-Ṭawwāb." + ], + "uri": "b10000224", + "lccClassification": [ + "PJ6052 A2" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000224" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000224", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OEP 84-1118", + "urn:barcode:33433001872807" + ], + "physicalLocation": [ + "*OEP 84-1118" + ], + "shelfMark_sort": "a*OEP 84-001118", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OEP 84-1118" + ], + "uri": "i10000120", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OEP 84-1118" + }, + { + "type": "bf:Barcode", + "value": "33433001872807" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001872807" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000225", + "_score": 0, + "_source": { + "extent": [ + "626, [1] p. : ill. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [627]", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kodagu (India)", + "Kodagu (India) -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prasārāṅga, Maisūru Viśvavidyānilaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Koḍagina itihāsa" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 84-1119" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Krishnayya, D. N., 1940-1973." + ], + "idLccn": [ + "75905631" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Itara prakaṭaṇegaḷu ; 44" + ], + "dateStartYear": [ + 1974 + ], + "creatorModifiedName": "D Krishnayya", + "idOclc": [ + "NYPG001000173-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1119" + }, + { + "type": "nypl:Bnumber", + "value": "10000225" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000173-B" + }, + { + "type": "bf:Lccn", + "value": "75905631" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100173" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200224" + } + ], + "updatedAt": 1711293892981, + "publicationStatement": [ + "Maisūru : Prasārāṅga, Maisūru Viśvavidyānilaya, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLA 84-1119", + "urn:bnum:10000225", + "urn:oclc:NYPG001000173-B", + "urn:lccn:75905631", + "urn:identifier:NNSZ00100173", + "urn:identifier:(WaOLN)nyp0200224" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kodagu (India) -- History." + ], + "titleDisplay": [ + "Koḍagina itihāsa / Ḍi. En. Krṣṇayya." + ], + "uri": "b10000225", + "lccClassification": [ + "DS485.C69 K72 1974" + ], + "placeOfPublication": [ + "Maisūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10000225" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000225", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 84-1119", + "urn:barcode:33433012997197" + ], + "physicalLocation": [ + "*OLA 84-1119" + ], + "shelfMark_sort": "a*OLA 84-001119", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 84-1119" + ], + "uri": "i10000121", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1119" + }, + { + "type": "bf:Barcode", + "value": "33433012997197" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012997197" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000226", + "_score": 0, + "_source": { + "extent": [ + "328 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 326-327.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Faith (Islam)", + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Risālah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "title": [ + "Arkān al-īmān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1120" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Albānī, Wahbī Sulaymān Ghāwijī." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "NYPG001000174-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1120" + }, + { + "type": "nypl:Bnumber", + "value": "10000226" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000174-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100174" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200225" + } + ], + "updatedAt": 1711186508659, + "publicationStatement": [ + "Bayrūt : Muʼassasat al-Risālah, 1977." + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1120", + "urn:bnum:10000226", + "urn:oclc:NYPG001000174-B", + "urn:identifier:NNSZ00100174", + "urn:identifier:(WaOLN)nyp0200225" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Faith (Islam)", + "Islam -- 20th century." + ], + "titleDisplay": [ + "Arkān al-īmān / Wahbī Sulaymān Ghāwjī." + ], + "uri": "b10000226", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000226" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000226", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1120", + "urn:barcode:33433022691715" + ], + "physicalLocation": [ + "*OGC 84-1120" + ], + "shelfMark_sort": "a*OGC 84-001120", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1120" + ], + "uri": "i12540043", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1120" + }, + { + "type": "bf:Barcode", + "value": "33433022691715" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691715" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000227", + "_score": 0, + "_source": { + "extent": [ + "495 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Egypt", + "Egypt -- History", + "Egypt -- History -- Insurrection, 1919" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Fikr al-Ḥadīth lil-Ṭibāʻah wa-al-Nashr]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aḍwāʼ ʻalá aḥdāth thawrat sanat 1919" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFP 84-1182" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Ghannām, Maḥmūd Sulaymān." + ], + "idLccn": [ + "75963396" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000175-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 84-1182" + }, + { + "type": "nypl:Bnumber", + "value": "10000227" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000175-B" + }, + { + "type": "bf:Lccn", + "value": "75963396" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100175" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200226" + } + ], + "updatedAt": 1711463413793, + "publicationStatement": [ + "[al-Qāhirah, Dār al-Fikr al-Ḥadīth lil-Ṭibāʻah wa-al-Nashr] 1969." + ], + "identifier": [ + "urn:shelfmark:*OFP 84-1182", + "urn:bnum:10000227", + "urn:oclc:NYPG001000175-B", + "urn:lccn:75963396", + "urn:identifier:NNSZ00100175", + "urn:identifier:(WaOLN)nyp0200226" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Egypt -- History -- Insurrection, 1919." + ], + "titleDisplay": [ + "Aḍwāʼ ʻalá aḥdāth thawrat sanat 1919, bi-qalam Maḥmūd Sulaymān Ghannām." + ], + "uri": "b10000227", + "lccClassification": [ + "DT107.8 .G48" + ], + "placeOfPublication": [ + "[al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000227" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000227", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 84-1182", + "urn:barcode:33433005565217" + ], + "physicalLocation": [ + "*OFP 84-1182" + ], + "shelfMark_sort": "a*OFP 84-001182", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 84-1182" + ], + "uri": "i10000122", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 84-1182" + }, + { + "type": "bf:Barcode", + "value": "33433005565217" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005565217" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000228", + "_score": 0, + "_source": { + "extent": [ + "xxxxii, 370 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Prose poems, Kannada", + "Prose poems, Kannada -- History and criticism", + "Śaivites", + "Śaivites -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Prasannaśaṅkaraliṅga ragaḷegaḷu" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 84-1091" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Śaṅkaradēva, active 17th century." + ], + "idLccn": [ + "76904256" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kannaḍa kāvyamāle ; 24", + "Rajata mahōtsavada prakaṭane ; 22" + ], + "contributorLiteral": [ + "Sunkapur, M. S." + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000176-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1091" + }, + { + "type": "nypl:Bnumber", + "value": "10000228" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000176-B" + }, + { + "type": "bf:Lccn", + "value": "76904256" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100176" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200227" + } + ], + "updatedAt": 1711255930121, + "publicationStatement": [ + "Dhāravāda : Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya, 1976." + ], + "identifier": [ + "urn:shelfmark:*OLA 84-1091", + "urn:bnum:10000228", + "urn:oclc:NYPG001000176-B", + "urn:lccn:76904256", + "urn:identifier:NNSZ00100176", + "urn:identifier:(WaOLN)nyp0200227" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Prose poems, Kannada -- History and criticism.", + "Śaivites -- Biography." + ], + "titleDisplay": [ + "Prasannaśaṅkaraliṅga ragaḷegaḷu / kavi Śaṅkaradēva krta ; sampādakaru Eṃ. Es. Suṅkāpura." + ], + "uri": "b10000228", + "placeOfPublication": [ + "Dhāravāda" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000228" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000228", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 84-1091", + "urn:barcode:33433012997155" + ], + "physicalLocation": [ + "*OLA 84-1091" + ], + "shelfMark_sort": "a*OLA 84-001091", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 84-1091" + ], + "uri": "i10000123", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-1091" + }, + { + "type": "bf:Barcode", + "value": "33433012997155" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012997155" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000229", + "_score": 0, + "_source": { + "extent": [ + "97, 5 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Running title: Silver jubilee souvenir '72", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Tamil or English.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Advertising matter included in paging.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindu devotional literature, Tamil", + "Vaishnavites", + "Vaishnavites -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[Thirumazhisaiars' Association" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "The Thirumazhisaiars' Association : (Mahisara Abhijana Sabha) silver jubilee souvenir, 1972." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 84-1084" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "idLccn": [ + "73902510" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Thirumazhisaiars' Association." + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000177-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1084" + }, + { + "type": "nypl:Bnumber", + "value": "10000229" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000177-B" + }, + { + "type": "bf:Lccn", + "value": "73902510" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100177" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200228" + } + ], + "updatedAt": 1711605282327, + "publicationStatement": [ + "Madras : [Thirumazhisaiars' Association, 1972]" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1084", + "urn:bnum:10000229", + "urn:oclc:NYPG001000177-B", + "urn:lccn:73902510", + "urn:identifier:NNSZ00100177", + "urn:identifier:(WaOLN)nyp0200228" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindu devotional literature, Tamil.", + "Vaishnavites -- Biography." + ], + "titleDisplay": [ + "The Thirumazhisaiars' Association : (Mahisara Abhijana Sabha) silver jubilee souvenir, 1972." + ], + "uri": "b10000229", + "placeOfPublication": [ + "Madras" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000229" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000229", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1084", + "urn:barcode:33433060419979" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-1084" + ], + "shelfMark_sort": "a*OLY 84-001084", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 84-1084" + ], + "uri": "i13783829", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 84-1084" + }, + { + "type": "bf:Barcode", + "value": "33433060419979" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060419979" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000230", + "_score": 0, + "_source": { + "extent": [ + "63 p. : ill. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Zoroastrianism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sāzmān-i Intishārāt-i Furūhar" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "dateEndString": [ + "1979" + ], + "title": [ + "Vīzhahgīhā-yi āʼīn-i Zartusht va chand guftār-i dīgar" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMF 84-1092" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Mihrīn, Mihrdād." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000178-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMF 84-1092" + }, + { + "type": "nypl:Bnumber", + "value": "10000230" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000178-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100178" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200229" + } + ], + "dateEndYear": [ + 1979 + ], + "updatedAt": 1711620729583, + "publicationStatement": [ + "[Tihrān] : Sāzmān-i Intishārāt-i Furūhar, [197-?]" + ], + "identifier": [ + "urn:shelfmark:*OMF 84-1092", + "urn:bnum:10000230", + "urn:oclc:NYPG001000178-B", + "urn:identifier:NNSZ00100178", + "urn:identifier:(WaOLN)nyp0200229" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Zoroastrianism." + ], + "titleDisplay": [ + "Vīzhahgīhā-yi āʼīn-i Zartusht va chand guftār-i dīgar / Mihrdād Mihrīn." + ], + "uri": "b10000230", + "placeOfPublication": [ + "[Tihrān]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000230" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000230", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMF 84-1092", + "urn:barcode:33433013102938" + ], + "physicalLocation": [ + "*OMF 84-1092" + ], + "shelfMark_sort": "a*OMF 84-001092", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMF 84-1092" + ], + "uri": "i10000124", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMF 84-1092" + }, + { + "type": "bf:Barcode", + "value": "33433013102938" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013102938" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000231", + "_score": 0, + "_source": { + "extent": [ + "6, 225 p. : facsims. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Iran", + "Iran -- History", + "Iran -- History -- Sources" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i Bābak" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "dateEndString": [ + "1979" + ], + "title": [ + "Yikṣad sanad-i tārīkhī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMZ 84-1093" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ṣafāʼī, Ibrāhīm." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kitāb-i asnādi sīyāsī; 9" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000179-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1093" + }, + { + "type": "nypl:Bnumber", + "value": "10000231" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000179-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100179" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200230" + } + ], + "dateEndYear": [ + 1979 + ], + "updatedAt": 1711329146323, + "publicationStatement": [ + "Tihrān : Intishārāt-i Bābak, [197-?]" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1093", + "urn:bnum:10000231", + "urn:oclc:NYPG001000179-B", + "urn:identifier:NNSZ00100179", + "urn:identifier:(WaOLN)nyp0200230" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Iran -- History -- Sources." + ], + "titleDisplay": [ + "Yikṣad sanad-i tārīkhī / taʼlīf va taḥqīq az Ibrāhīm Ṣafāʼī." + ], + "uri": "b10000231", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000231" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000231", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1093", + "urn:barcode:33433014539773" + ], + "physicalLocation": [ + "*OMZ 84-1093" + ], + "shelfMark_sort": "a*OMZ 84-001093", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMZ 84-1093" + ], + "uri": "i10942058", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1093" + }, + { + "type": "bf:Barcode", + "value": "33433014539773" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014539773" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000232", + "_score": 0, + "_source": { + "extent": [ + "261 p. : ill., port. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḥizb-i Dimukrāt-i Fārs", + "Iran", + "Iran -- Politics and government", + "Iran -- Politics and government -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Chāp-i Ufsit" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Tārīkhchah-'i Ḥizb-i Dimukrāt-i Fārs" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMZ 84-1143" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Farrāshbandī, Àlī Murād." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000180-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1143" + }, + { + "type": "nypl:Bnumber", + "value": "10000232" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000180-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100180" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200231" + } + ], + "updatedAt": 1711578298731, + "publicationStatement": [ + "Tihrān : Chāp-i Ufsit, 1359 [1980]" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1143", + "urn:bnum:10000232", + "urn:oclc:NYPG001000180-B", + "urn:identifier:NNSZ00100180", + "urn:identifier:(WaOLN)nyp0200231" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḥizb-i Dimukrāt-i Fārs.", + "Iran -- Politics and government -- 20th century." + ], + "titleDisplay": [ + "Tārīkhchah-'i Ḥizb-i Dimukrāt-i Fārs / ta'līf va taṣnīf-i Àlī Murād Farāshbandi." + ], + "uri": "b10000232", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000232" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000232", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1143", + "urn:barcode:33433014539799" + ], + "physicalLocation": [ + "*OMZ 84-1143" + ], + "shelfMark_sort": "a*OMZ 84-001143", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMZ 84-1143" + ], + "uri": "i10942059", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1143" + }, + { + "type": "bf:Barcode", + "value": "33433014539799" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014539799" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000233", + "_score": 0, + "_source": { + "extent": [ + "197 p. : ill., facsim. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rajāʼī, Muḥammad ʻAlī", + "Statesmen", + "Statesmen -- Iran", + "Statesmen -- Iran -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sāzmān-i Intishārāt va Āmūzish-i Inqilāb-i Islāmī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], + "title": [ + "Khāṭirah́hāʼī az Shahīd Rajāʼī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMZ 84-1144" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1983" + ], + "creatorLiteral": [ + "ʻAskarī Rād, Ḥ. (Ḥasan)" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1983 + ], + "idOclc": [ + "NYPG001000181-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1144" + }, + { + "type": "nypl:Bnumber", + "value": "10000233" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000181-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100181" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200232" + } + ], + "updatedAt": 1711608803855, + "publicationStatement": [ + "Tihrān : Sāzmān-i Intishārāt va Āmūzish-i Inqilāb-i Islāmī, 1362[1983]" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1144", + "urn:bnum:10000233", + "urn:oclc:NYPG001000181-B", + "urn:identifier:NNSZ00100181", + "urn:identifier:(WaOLN)nyp0200232" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rajāʼī, Muḥammad ʻAlī.", + "Statesmen -- Iran -- Biography." + ], + "titleDisplay": [ + "Khāṭirah́hāʼī az Shahīd Rajāʼī / bi-qalam-i Ḥ. ʻAskarī Rād." + ], + "uri": "b10000233", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22cm." + ] + }, + "sort": [ + 0, + "b10000233" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000233", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1144", + "urn:barcode:33433014539807" + ], + "physicalLocation": [ + "*OMZ 84-1144" + ], + "shelfMark_sort": "a*OMZ 84-001144", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMZ 84-1144" + ], + "uri": "i10942060", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1144" + }, + { + "type": "bf:Barcode", + "value": "33433014539807" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014539807" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000234", + "_score": 0, + "_source": { + "extent": [ + "1141 p., [2] leaves of plates : ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Running title: Tirukkuṟaḷ urai viḷakkam.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirumakaḷ Nilaiyam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], + "title": [ + "Ulakap potumaṟai Tirukkuṟaḷ urai viḷakkam" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1114" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1983" + ], + "creatorLiteral": [ + "Muṉicāmi, Vī." + ], + "idLccn": [ + "83901413" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1983 + ], + "idOclc": [ + "NYPG001000182-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1114" + }, + { + "type": "nypl:Bnumber", + "value": "10000234" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000182-B" + }, + { + "type": "bf:Lccn", + "value": "83901413" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100182" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200233" + } + ], + "updatedAt": 1711582929616, + "publicationStatement": [ + "Ceṉṉai : Tirumakaḷ Nilaiyam, 1983." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1114", + "urn:bnum:10000234", + "urn:oclc:NYPG001000182-B", + "urn:lccn:83901413", + "urn:identifier:NNSZ00100182", + "urn:identifier:(WaOLN)nyp0200233" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Ulakap potumaṟai Tirukkuṟaḷ urai viḷakkam / Tirukkuṟaḷār Vi. Muṉicāmi." + ], + "uri": "b10000234", + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000234" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000234", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1114", + "urn:barcode:33433061300376" + ], + "physicalLocation": [ + "*OLB 84-1114" + ], + "shelfMark_sort": "a*OLB 84-001114", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1114" + ], + "uri": "i13783830", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1114" + }, + { + "type": "bf:Barcode", + "value": "33433061300376" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061300376" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-6882d302b36e0a02e9e9c66ebd549e88.json b/test/fixtures/query-6882d302b36e0a02e9e9c66ebd549e88.json new file mode 100644 index 00000000..ffbb1d9a --- /dev/null +++ b/test/fixtures/query-6882d302b36e0a02e9e9c66ebd549e88.json @@ -0,0 +1,678 @@ +{ + "body": { + "took": 8, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_score": 15.560745, + "_source": { + "extent": [ + "2 v. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "Vol. 1 has added t.p.: The Table book ... Every Saturday.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Originally published weekly, from Jan. 1827 to Jan. 1828 (55 nos.-including indexes)", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Library's copy lacks added t.p.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Published for W. Hone, by Hunt and Clarke" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1827 + ], + "dateEndString": [ + "1828" + ], + "title": [ + "The table book" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-498" + ], + "numItemVolumesParsed": [ + 4 + ], + "createdString": [ + "1827" + ], + "creatorLiteral": [ + "Hone, William, 1780-1842." + ], + "idLccn": [ + "35038534" + ], + "numElectronicResources": [ + 4 + ], + "dateStartYear": [ + 1827 + ], + "creatorModifiedName": "William Hone", + "idOclc": [ + "NYPG012000337-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-498" + }, + { + "type": "nypl:Bnumber", + "value": "10011374" + }, + { + "type": "nypl:Oclc", + "value": "NYPG012000337-B" + }, + { + "type": "bf:Lccn", + "value": "35038534" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01213343" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211346" + } + ], + "dateEndYear": [ + 1828 + ], + "updatedAt": 1711336788087, + "publicationStatement": [ + "London, Published for W. Hone, by Hunt and Clarke, 1827-1828." + ], + "identifier": [ + "urn:shelfmark:JFE 86-498", + "urn:bnum:10011374", + "urn:oclc:NYPG012000337-B", + "urn:lccn:35038534", + "urn:identifier:NNSZ01213343", + "urn:identifier:(WaOLN)nyp0211346" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1827" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "The table book, by William Hone." + ], + "uri": "b10011374", + "lccClassification": [ + "AC4 .H65" + ], + "electronicResources": [ + { + "label": "Full text available via HathiTrust--v. 1", + "url": "http://hdl.handle.net/2027/nyp.33433057532081" + }, + { + "label": "Full text available via HathiTrust--v. 2", + "url": "http://hdl.handle.net/2027/nyp.33433057532339" + }, + { + "label": "Full text available via HathiTrust--v. 1", + "url": "http://hdl.handle.net/2027/nyp.33433067332548" + }, + { + "label": "Full text available via HathiTrust--v. 2", + "url": "http://hdl.handle.net/2027/nyp.33433067332555" + } + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-498 v. 2", + "urn:barcode:33433057532339" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-498" + ], + "shelfMark_sort": "aJFE 86-498 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-498 v. 2" + ], + "uri": "i13785802", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-498 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433057532339" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433057532339" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*AY (Hone, W. Table book) v. 2", + "urn:barcode:33433067332555" + ], + "physicalLocation": [ + "*AY (Hone, W. Table book)" + ], + "shelfMark_sort": "a*AY (Hone, W. Table book) v. 000002", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*AY (Hone, W. Table book) v. 2" + ], + "uri": "i14747243", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*AY (Hone, W. Table book) v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433067332555" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433067332555" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-498 v. 1", + "urn:barcode:33433057532081" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-498" + ], + "shelfMark_sort": "aJFE 86-498 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-498 v. 1" + ], + "uri": "i10005487", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-498 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433057532081" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433057532081" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011374", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*AY (Hone, W. Table book) v. 1", + "urn:barcode:33433067332548" + ], + "physicalLocation": [ + "*AY (Hone, W. Table book)" + ], + "shelfMark_sort": "a*AY (Hone, W. Table book) v. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*AY (Hone, W. Table book) v. 1" + ], + "uri": "i10005488", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*AY (Hone, W. Table book) v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433067332548" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433067332548" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal92||Schwarzman Building M2 - General Research Room 315", + "doc_count": 2 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 2 + } + ] + } + }, + "item_format": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 4 + } + ] + } + }, + "item_status": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 4 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-6f39d9a282fdf052ac7e297f238a0505.json b/test/fixtures/query-6f39d9a282fdf052ac7e297f238a0505.json new file mode 100644 index 00000000..6d2501f5 --- /dev/null +++ b/test/fixtures/query-6f39d9a282fdf052ac7e297f238a0505.json @@ -0,0 +1,14209 @@ +{ + "body": { + "took": 115, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_score": 0, + "_source": { + "extent": [ + "23, 216 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1956.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Mutaṟkuṟaḷ uvamai." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], + "idLccn": [ + "74915265" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000001-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "nypl:Bnumber", + "value": "10000004" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-B" + }, + { + "type": "bf:Lccn", + "value": "74915265" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100001" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200003" + } + ], + "updatedAt": 1711165211519, + "publicationStatement": [ + "Tirunelvēli, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1965." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:bnum:10000004", + "urn:oclc:NYPG001000001-B", + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Mutaṟkuṟaḷ uvamai. Āciriyar Ku. Kōtaṇṭapāṇi Piḷḷai." + ], + "uri": "b10000004", + "lccClassification": [ + "PL4758.9.T5 K6 1965" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000004" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], + "physicalLocation": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "uri": "i13783781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "bf:Barcode", + "value": "33433061301556" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301556" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_score": 0, + "_source": { + "extent": [ + "227 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Translation of The reconstruction of religious thought in Islam.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], + "idLccn": [ + "75962707" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maḥmūd, ʻAbbās." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Muhammad Iqbal", + "idOclc": [ + "NYPG001000002-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "nypl:Bnumber", + "value": "10000006" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-B" + }, + { + "type": "bf:Lccn", + "value": "75962707" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100002" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200005" + } + ], + "updatedAt": 1711567265610, + "publicationStatement": [ + "al-Qāhirah, Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr [1968]" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:bnum:10000006", + "urn:oclc:NYPG001000002-B", + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islam -- 20th century." + ], + "titleDisplay": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām, taʼlif Muhammad Iqbāl. Tarjamat ʻAbbās Maḥmūd. Rājaʻa muqaddimatahu wa-al-faṣl al-awwal minhu ʻAbd al-ʻAzīz al-Maraghī, wa-rājaʻa baqīyat al-Kitāb Mahdī ʻAllām." + ], + "uri": "b10000006", + "lccClassification": [ + "BP161 .I712 1968" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000006" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" + ], + "physicalLocation": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "uri": "i12540039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "bf:Barcode", + "value": "33433022691665" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691665" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_score": 0, + "_source": { + "extent": [ + "351 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Parimaḷam Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aṇṇāviṉ ciṟukataikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], + "idLccn": [ + "72913998" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "creatorModifiedName": "C Annadurai", + "idOclc": [ + "NYPG001000003-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "nypl:Bnumber", + "value": "10000008" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-B" + }, + { + "type": "bf:Lccn", + "value": "72913998" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100003" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200007" + } + ], + "updatedAt": 1711102509897, + "publicationStatement": [ + "Ceṉṉai, Parimaḷam Patippakam [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:bnum:10000008", + "urn:oclc:NYPG001000003-B", + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aṇṇāviṉ ciṟukataikaḷ. [Eḻutiyavar] Ci. Eṉ. Aṇṇāturai." + ], + "uri": "b10000008", + "lccClassification": [ + "PL4758.9.A5 A84" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000008" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" + ], + "physicalLocation": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "uri": "i13783782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "bf:Barcode", + "value": "33433061301689" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301689" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_score": 0, + "_source": { + "extent": [ + "223 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p.221.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Thaqāfah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000005-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "nypl:Bnumber", + "value": "10000012" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100005" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200011" + } + ], + "updatedAt": 1711097905535, + "publicationStatement": [ + "Bayrūt : Dār al-Thaqāfah, 1970." + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:bnum:10000012", + "urn:oclc:NYPG001000005-B", + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "titleDisplay": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." + ], + "uri": "b10000012", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000012" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" + ], + "physicalLocation": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "uri": "i10000003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "bf:Barcode", + "value": "33433014514719" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514719" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_score": 0, + "_source": { + "extent": [ + "520 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on cover: Islamic unity or the Mutual approach among Muslim sects.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Panislamism", + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Shīrāzī, ʻAbd al-Karīm Bī Āzār." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000006-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "nypl:Bnumber", + "value": "10000014" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100006" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200013" + } + ], + "updatedAt": 1711097256805, + "publicationStatement": [ + "Bayrūt : Muʼassasat al-Aʻlamī lil-Maṭbūʻāt, 1975." + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:bnum:10000014", + "urn:oclc:NYPG001000006-B", + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Panislamism.", + "Islam -- 20th century." + ], + "titleDisplay": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah / Jamʻ wa-tartīb ʻAbd al-Karīm Bī Āzār al-Shīrāzī." + ], + "uri": "b10000014", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Islamic unity." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000014" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" + ], + "physicalLocation": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "uri": "i12540040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "bf:Barcode", + "value": "33433022691780" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691780" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_score": 0, + "_source": { + "extent": [ + "111 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuṟuntokai" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Manṅkaḷa Nūlakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Nalla Kuṟuntokaiyil nāṉilam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], + "idLccn": [ + "74913402" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000007-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "nypl:Bnumber", + "value": "10000016" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-B" + }, + { + "type": "bf:Lccn", + "value": "74913402" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100007" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200015" + } + ], + "updatedAt": 1711185167994, + "publicationStatement": [ + "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:bnum:10000016", + "urn:oclc:NYPG001000007-B", + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuṟuntokai." + ], + "titleDisplay": [ + "Nalla Kuṟuntokaiyil nāṉilam. [Eḻutiyavar] Cu. Cellappaṉ." + ], + "uri": "b10000016", + "lccClassification": [ + "PL4758.9.K794 Z6 1967" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000016" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" + ], + "physicalLocation": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "uri": "i13783785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "bf:Barcode", + "value": "33433061301580" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301580" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_score": 0, + "_source": { + "extent": [ + "68 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Lebanon" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Ṭalīʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], + "idLccn": [ + "78970449" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000008-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "nypl:Bnumber", + "value": "10000018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-B" + }, + { + "type": "bf:Lccn", + "value": "78970449" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100008" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200017" + } + ], + "updatedAt": 1711582848276, + "publicationStatement": [ + "Bayrūt : Dār al-Ṭalīʻah, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:bnum:10000018", + "urn:oclc:NYPG001000008-B", + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Lebanon." + ], + "titleDisplay": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā / Najlāʼ Naṣīr Bashshūr." + ], + "uri": "b10000018", + "lccClassification": [ + "HQ1728 .B37" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000018" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" + ], + "physicalLocation": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "uri": "i10000004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "bf:Barcode", + "value": "33433002031718" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031718" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_score": 0, + "_source": { + "extent": [ + "xvi, 172, 320 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tolkāppiyar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Aṇṇāmalaip Palkalaik Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tolkāppiyam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1936" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], + "idLccn": [ + "74914844" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000009-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936" + }, + { + "type": "nypl:Bnumber", + "value": "10000020" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-B" + }, + { + "type": "bf:Lccn", + "value": "74914844" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100009" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200019" + } + ], + "updatedAt": 1711329059003, + "publicationStatement": [ + "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936", + "urn:bnum:10000020", + "urn:oclc:NYPG001000009-B", + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tolkāppiyar." + ], + "titleDisplay": [ + "Tolkāppiyam. [Eḻutiyavar] Ka. Veḷḷaivāraṇaṉ." + ], + "uri": "b10000020", + "lccClassification": [ + "PL4754.T583 V4 1970" + ], + "placeOfPublication": [ + "[Aṇṇāmalainakar]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], + "tableOfContents": [ + "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000020" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" + ], + "physicalLocation": [ + "*OLB 84-1936" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "uri": "i13783786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433061301572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433061301572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_score": 0, + "_source": { + "extent": [ + "19, 493 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1942.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], + "idLccn": [ + "73913714" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1388" + ], + "contributorLiteral": [ + "Peruntēvaṉār, active 11th century.", + "Kōvintarāja Mutaliyār, Kā. Ra., 1874-1952." + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000010-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "nypl:Bnumber", + "value": "10000022" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-B" + }, + { + "type": "bf:Lccn", + "value": "73913714" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100010" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200021" + } + ], + "updatedAt": 1711102698036, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:bnum:10000022", + "urn:oclc:NYPG001000010-B", + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Grammar." + ], + "titleDisplay": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ. Patippāciriyar Kā. Ra. Kōvintarāca Mutaliyār." + ], + "uri": "b10000022", + "lccClassification": [ + "PL4754 .P8 1970" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Viracōḻiyam." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000022" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" + ], + "physicalLocation": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "uri": "i13783787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "bf:Barcode", + "value": "33433061301564" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301564" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_score": 0, + "_source": { + "extent": [ + "264 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bahrain", + "Bahrain -- History", + "Bahrain -- History -- 20th century", + "Bahrain -- Economic conditions", + "Bahrain -- Social conditions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Ibn Khaldūn" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], + "idLccn": [ + "79971032" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000011-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "nypl:Bnumber", + "value": "10000024" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-B" + }, + { + "type": "bf:Lccn", + "value": "79971032" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100011" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200023" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "[Bayrūt] : Dār Ibn Khaldūn, 1976." + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:bnum:10000024", + "urn:oclc:NYPG001000011-B", + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bahrain -- History -- 20th century.", + "Bahrain -- Economic conditions.", + "Bahrain -- Social conditions." + ], + "titleDisplay": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī / Muḥammad al-Rumayḥī." + ], + "uri": "b10000024", + "lccClassification": [ + "DS247.B28 R85" + ], + "placeOfPublication": [ + "[Bayrūt]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000024" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" + ], + "physicalLocation": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "uri": "i10000005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "bf:Barcode", + "value": "33433005548676" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005548676" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_score": 0, + "_source": { + "extent": [ + "222 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 217-220.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Syria" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], + "idLccn": [ + "76960987" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000012-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "nypl:Bnumber", + "value": "10000026" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-B" + }, + { + "type": "bf:Lccn", + "value": "76960987" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100012" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200025" + } + ], + "updatedAt": 1711584837414, + "publicationStatement": [ + "Dimashq : Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:bnum:10000026", + "urn:oclc:NYPG001000012-B", + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Syria." + ], + "titleDisplay": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975 / Nabīlah al-Razzāz." + ], + "uri": "b10000026", + "lccClassification": [ + "HQ402 .R39" + ], + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000026" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" + ], + "physicalLocation": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "uri": "i10000006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "bf:Barcode", + "value": "33433002031700" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031700" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_score": 0, + "_source": { + "extent": [ + "9, 3, 3, 324 p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Prastuta śodha-prabandha Rājasthāna Viśvavidyālaya, Jayapura kī Pī-eca.Ḍī-upāthi ke nimitta viśvavidyālaya anudāna āyoga kī risarca phailośipa ke antargata likhā gayā thā.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [321]-324.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sūryamalla Miśraṇa, 1815-1868" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rājasthāna Sāhitya Akādamī (Saṅgama)" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Vaṃśabhāskara : eka adhyayana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], + "idLccn": [ + "75903689" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000013-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "nypl:Bnumber", + "value": "10000028" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-B" + }, + { + "type": "bf:Lccn", + "value": "75903689" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100013" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200027" + } + ], + "updatedAt": 1710972943549, + "publicationStatement": [ + "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:bnum:10000028", + "urn:oclc:NYPG001000013-B", + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sūryamalla Miśraṇa, 1815-1868." + ], + "titleDisplay": [ + "Vaṃśabhāskara : eka adhyayana / lekhaka Ālamaśāha Khāna." + ], + "uri": "b10000028", + "lccClassification": [ + "PK2708.9.S9 V334" + ], + "placeOfPublication": [ + "Udayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000028" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" + ], + "physicalLocation": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "uri": "i10942033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "bf:Barcode", + "value": "33433011094210" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011094210" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_score": 0, + "_source": { + "extent": [ + "366 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Brhatkathāślokasaṁgrahaḥ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Colophon: Iti Śrībhaṭṭabudhasvāminā krte ślokasaṁgrahe Brhatkathāyāṁ--", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Text in Sanskrit; apparatus in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prithivi Prakashan" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Brhatkathāślokasaṁgraha : a study" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Budhasvāmin." + ], + "idLccn": [ + "74903273" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], + "contributorLiteral": [ + "Guṇāḍhya.", + "Agrawala, Vasudeva Sharana.", + "Agrawala, Prithvi Kumar." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000016-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "nypl:Bnumber", + "value": "10000034" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-B" + }, + { + "type": "bf:Lccn", + "value": "74903273" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100016" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200033" + } + ], + "updatedAt": 1711113679649, + "publicationStatement": [ + "Varanasi : Prithivi Prakashan, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:bnum:10000034", + "urn:oclc:NYPG001000016-B", + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Brhatkathāślokasaṁgraha : a study / by V.S. Agrawala ; with Sanskrit text, edited by P.K. Agrawala." + ], + "uri": "b10000034", + "lccClassification": [ + "PK3794.B84 B7 1974" + ], + "placeOfPublication": [ + "Varanasi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000034" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" + ], + "physicalLocation": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "uri": "i10000009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "bf:Barcode", + "value": "33433011528696" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011528696" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_score": 0, + "_source": { + "extent": [ + "viii, 38 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; prefatory matter in Sanskrit or Telegu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nārāyaṇatīrtha, 17th cent", + "Nārāyaṇatīrtha, 17th cent -- In literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], + "idLccn": [ + "75902755" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Garikapati Lakshmikantaiah", + "idOclc": [ + "NYPG001000017-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "nypl:Bnumber", + "value": "10000036" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-B" + }, + { + "type": "bf:Lccn", + "value": "75902755" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100017" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200035" + } + ], + "updatedAt": 1711355313989, + "publicationStatement": [ + "[s.1. : s.n.], 1972" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:bnum:10000036", + "urn:oclc:NYPG001000017-B", + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nārāyaṇatīrtha, 17th cent -- In literature." + ], + "titleDisplay": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic] / praṇetā Garikapāṭi Lakṣmīkāntaḥ." + ], + "uri": "b10000036", + "lccClassification": [ + "PK3799.L28 S68" + ], + "placeOfPublication": [ + "[s.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" + ], + "physicalLocation": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "uri": "i12858032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "bf:Barcode", + "value": "33433058548433" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058548433" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_score": 0, + "_source": { + "extent": [ + "4, 160 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit, with verse and prose translations in Hindi; prefatory matter in Hindi or Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Himācala Kalā-Saṃskrti-Bhāṣā Akādamī" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "76900772" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Prarthi, Lall Chand, 1916-" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000018-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "nypl:Bnumber", + "value": "10000038" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-B" + }, + { + "type": "bf:Lccn", + "value": "76900772" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100018" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200037" + } + ], + "updatedAt": 1711083015969, + "publicationStatement": [ + "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:bnum:10000038", + "urn:oclc:NYPG001000018-B", + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- India -- Himachal Pradesh." + ], + "titleDisplay": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana / mukhya sampādaka Lāla Canda Prārthī ; sampādaka maṇḍala, Manasā Rāma Śarmā 'Arūṇa'...[et al.]." + ], + "uri": "b10000038", + "lccClassification": [ + "PK3800.H52 R7" + ], + "placeOfPublication": [ + "Śimalā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000038" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" + ], + "physicalLocation": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "uri": "i13783788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "bf:Barcode", + "value": "33433058153572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_score": 0, + "_source": { + "extent": [ + "146 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], + "idLccn": [ + "78913375" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000019-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "nypl:Bnumber", + "value": "10000040" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-B" + }, + { + "type": "bf:Lccn", + "value": "78913375" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100019" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200039" + } + ], + "updatedAt": 1711606511675, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:bnum:10000040", + "urn:oclc:NYPG001000019-B", + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "titleDisplay": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār. Āciriyar Pulavar Aracu." + ], + "uri": "b10000040", + "lccClassification": [ + "PL4758.9.K223 Z83" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000040" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" + ], + "physicalLocation": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "uri": "i13783789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "bf:Barcode", + "value": "33433061301622" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301622" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_score": 0, + "_source": { + "extent": [ + "2, 108 p." + ], + "note": [ + { + "noteType": "Language", + "label": "Hindi and Sanskrit: pref. in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Advaita", + "Vedanta" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Devabhāṣā Prakāśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "1972" + ], + "title": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "72902870" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Brahmashram, Śwami, 1915-" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000020-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "nypl:Bnumber", + "value": "10000042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-B" + }, + { + "type": "bf:Lccn", + "value": "72902870" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100020" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200041" + } + ], + "uniformTitle": [ + "Mahābhārata. Sanatsugātīya." + ], + "dateEndYear": [ + 1972 + ], + "updatedAt": 1711293892981, + "publicationStatement": [ + "Prayāga, Devabhāṣā Prakāśana, Samvat 2028, i.e. 1971 or 2]" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:bnum:10000042", + "urn:oclc:NYPG001000020-B", + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Advaita.", + "Vedanta." + ], + "titleDisplay": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita. Vyākhyātā Svāmī Brahmāśrama." + ], + "uri": "b10000042", + "lccClassification": [ + "B132.V3 M264" + ], + "placeOfPublication": [ + "Prayāga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" + ], + "physicalLocation": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "uri": "i13783790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "bf:Barcode", + "value": "33433058618392" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058618392" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_score": 0, + "_source": { + "extent": [ + "[99] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Biographies of Khri-chen Byaṅ-chub-chos-ʼphel and Śel-dkar Bla-ma Saṅs-rgyas-bstan-ʼphel.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from prints from blocks from Lhasa and Śel-dkar Dgaʼ-ldan-legs-bśad-gliṅ.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884", + "Lamas", + "Lamas -- Tibet", + "Lamas -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ngawang Sopa" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel" + ], + "shelfMark": [ + "*OZ+ 82-2361" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Rgal-dbaṅ Chos-rje Blo-bzaṅ-ʼphrin-las-rnam-rgyal, active 1840-1860." + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "77901316" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ngag-dbang-blo-bzang-rgya-mtsho, Dalai Lama V, 1617-1682." + ], + "dateStartYear": [ + 1976 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "nypl:Bnumber", + "value": "10000044" + }, + { + "type": "bf:Lccn", + "value": "77901316" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100021" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200043" + } + ], + "idOclc": [ + "NYPG001000021-B" + ], + "holdings": [], + "updatedAt": 1674870752089, + "publicationStatement": [ + "New Delhi : Ngawang Sopa, 1976." + ], + "identifier": [ + "urn:bnum:10000044", + "urn:lccn:77901316", + "urn:oclc:NYPG001000021-B", + "urn:undefined:NNSZ00100021", + "urn:undefined:(WaOLN)nyp0200043" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838.", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884.", + "Lamas -- Tibet -- Biography." + ], + "titleDisplay": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel / by Dar-han Mkhan-sprul Blo-bzaṅ-ʼphrin-las-rnam-rgyal. Bkaʼ-gdams bstan-paʼi mdzod-ʼdzin Rje-btsun Bla-ma Saṅs-rgyas-bstan-ʼphel dpal-bzaṅ-poʼi rnam par thar pa dad ldan yid kyi dgaʼ ston : the biography of Saṅs-rgyas-bstan-ʼphel of Śel-dkar / by Śel-dkar Bkaʼ-ʼgyur Bla-ma Ṅag-dbaṅ-blo-bzaṅ-bstan-ʼdzin-tshul-khrims-rgyal-mtshan." + ], + "uri": "b10000044", + "lccClassification": [ + "BQ942.Y367 R47 1976" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000044" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433015080645" + ], + "physicalLocation": [ + "*OZ+ 82-2361" + ], + "shelfMark_sort": "a*OZ+ 82-002361", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000011", + "shelfMark": [ + "*OZ+ 82-2361" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "bf:Barcode", + "value": "33433015080645" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080645" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_score": 0, + "_source": { + "extent": [ + "[83] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Kye rdor rnam bśad.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from tracing and manuscripts from the library of Mkhan-po Rin-chen by Trayang and Jamyang Samten.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456", + "Tripiṭaka.", + "Tripiṭaka. -- Commentaries", + "Sa-skya-pa lamas", + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Trayang and Jamyang Samten" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], + "idLccn": [ + "77900893" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sangs-rgyas-phun-tshogs, Ngor-chen, 1649-1705." + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000022-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "nypl:Bnumber", + "value": "10000046" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-B" + }, + { + "type": "bf:Lccn", + "value": "77900893" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100022" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200045" + } + ], + "updatedAt": 1711147554676, + "publicationStatement": [ + "New Delhi : Trayang and Jamyang Samten, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:bnum:10000046", + "urn:oclc:NYPG001000022-B", + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", + "Tripiṭaka. -- Commentaries.", + "Sa-skya-pa lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra / by Sde-dge Yab-chen Tshe-dbaṅ-rdo-rje-rig-ʼdzin alias Byams-pa-kun-dgaʼ-bstan-paʼi-rgyal-mtshan. Rgyal ba Rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas : the life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po / by Ṅor-chen Saṅs-rgyas-phun-tshogs." + ], + "uri": "b10000046", + "lccClassification": [ + "BG974.0727 T75" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rgyal ba rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas.", + "Detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra.", + "Life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000046" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" + ], + "physicalLocation": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "uri": "i10000012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "bf:Barcode", + "value": "33433015080413" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080413" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_score": 0, + "_source": { + "extent": [ + "[150] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a MS. preserved at Pha-lo-ldiṅ Monastery in Bhutan.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Buddhism", + "Buddhism -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kunzang Topgey" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "76901012" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000023-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "nypl:Bnumber", + "value": "10000048" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-B" + }, + { + "type": "bf:Lccn", + "value": "76901012" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100023" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200047" + } + ], + "updatedAt": 1711479031405, + "publicationStatement": [ + "Thimphu : Kunzang Topgey, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:bnum:10000048", + "urn:oclc:NYPG001000023-B", + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Buddhism -- Rituals." + ], + "titleDisplay": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "uri": "b10000048", + "lccClassification": [ + "BQ7695 .B55" + ], + "placeOfPublication": [ + "Thimphu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 38 cm." + ] + }, + "sort": [ + 0, + "b10000048" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" + ], + "physicalLocation": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "uri": "i10000013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "bf:Barcode", + "value": "33433015080439" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080439" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_score": 0, + "_source": { + "extent": [ + "[188] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a print from the early 16th century western Tibetan blocks by Urgyan Dorje.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", + "Spiritual life", + "Spiritual life -- Buddhism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Urgyan Dorje" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], + "idLccn": [ + "76901747" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000024-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "nypl:Bnumber", + "value": "10000050" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-B" + }, + { + "type": "bf:Lccn", + "value": "76901747" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100024" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200049" + } + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "New Delhi : Urgyan Dorje, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:bnum:10000050", + "urn:oclc:NYPG001000024-B", + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", + "Spiritual life -- Buddhism." + ], + "titleDisplay": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "uri": "b10000050", + "lccClassification": [ + "BQ942.A187 A35 1976" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000050" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" + ], + "physicalLocation": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "uri": "i10000014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "bf:Barcode", + "value": "33433015080421" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080421" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_score": 0, + "_source": { + "extent": [ + "[247] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Gu ruʼi rnam thar ṅo tshar phun tshogs rgya mtsho.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Padma Sambhava, approximately 717-approximately 762", + "Lamas", + "Lamas -- China", + "Lamas -- China -- Tibet", + "Lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sherab Gyaltshen Lama" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Bkra-śis-stobs-rgyal, Byaṅ-bdag." + ], + "idLccn": [ + "76900205" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000025-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "nypl:Bnumber", + "value": "10000052" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-B" + }, + { + "type": "bf:Lccn", + "value": "76900205" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100025" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200051" + } + ], + "updatedAt": 1711606513881, + "publicationStatement": [ + "Gangtog : Sherab Gyaltshen Lama, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:bnum:10000052", + "urn:oclc:NYPG001000025-B", + "urn:lccn:76900205", + "urn:identifier:NNSZ00100025", + "urn:identifier:(WaOLN)nyp0200051" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Padma Sambhava, approximately 717-approximately 762.", + "Lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born / by Byaṅ-bdag Bkra-śis-stobs-rgyal." + ], + "uri": "b10000052", + "lccClassification": [ + "BQ7950.P327 B55 1976" + ], + "placeOfPublication": [ + "Gangtog" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "27 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000052" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:barcode:33433015080447" + ], + "physicalLocation": [ + "*OZ+ 82-2383" + ], + "shelfMark_sort": "a*OZ+ 82-002383", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "uri": "i10000015", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "bf:Barcode", + "value": "33433015080447" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080447" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_score": 0, + "_source": { + "extent": [ + "[161] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a one volume collection of the writings from the library of Rtogs-ldan Rin-po-che of Sgaṅ-sṅon.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBri-gung-pa (Sect)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tsondu Senghe" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBri-gung Chos-rje ʼJig-rten-mgon-po, 1143-1217." + ], + "idLccn": [ + "77900734" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000026-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "nypl:Bnumber", + "value": "10000054" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000026-B" + }, + { + "type": "bf:Lccn", + "value": "77900734" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100026" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200053" + } + ], + "updatedAt": 1711121709621, + "publicationStatement": [ + "Bir, H.P. : Tsondu Senghe, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:bnum:10000054", + "urn:oclc:NYPG001000026-B", + "urn:lccn:77900734", + "urn:identifier:NNSZ00100026", + "urn:identifier:(WaOLN)nyp0200053" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBri-gung-pa (Sect)" + ], + "titleDisplay": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "uri": "b10000054", + "lccClassification": [ + "BQ7684 .B74 1976" + ], + "placeOfPublication": [ + "Bir, H.P." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000054" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:barcode:33433015080454" + ], + "physicalLocation": [ + "*OZ+ 82-2384" + ], + "shelfMark_sort": "a*OZ+ 82-002384", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "uri": "i10000016", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "bf:Barcode", + "value": "33433015080454" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080454" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000056", + "_score": 0, + "_source": { + "extent": [ + "[155] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Half title: Pha rin po che Ratna-badzra gyi mgyur ʼbum zab don rdo rje ʼphreṅ ba bźugs so.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from a rare manuscript from Dzong-khul Monastery in Zangskar.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBrug-pa (Sect)", + "ʼBrug-pa (Sect) -- Prayer books and devotions", + "ʼBrug-pa (Sect) -- Prayer books and devotions -- Tibetan" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kargyud Sungrab Nyamso Khang" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Collected songs (mgur) of esoteric realisation of Ratna-badzra (Rin-chen-rdo-rje)." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2385" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Rad-na-badzra." + ], + "idLccn": [ + "76901741" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000027-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2385" + }, + { + "type": "nypl:Bnumber", + "value": "10000056" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000027-B" + }, + { + "type": "bf:Lccn", + "value": "76901741" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100027" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200055" + } + ], + "updatedAt": 1711121709621, + "publicationStatement": [ + "Darjeeling : Kargyud Sungrab Nyamso Khang, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2385", + "urn:bnum:10000056", + "urn:oclc:NYPG001000027-B", + "urn:lccn:76901741", + "urn:identifier:NNSZ00100027", + "urn:identifier:(WaOLN)nyp0200055" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBrug-pa (Sect) -- Prayer books and devotions -- Tibetan." + ], + "titleDisplay": [ + "Collected songs (mgur) of esoteric realisation of Ratna-badzra (Rin-chen-rdo-rje)." + ], + "uri": "b10000056", + "lccClassification": [ + "BQ7683.6 .R37 1976" + ], + "placeOfPublication": [ + "Darjeeling" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000056" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000056", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2385", + "urn:barcode:33433015080462" + ], + "physicalLocation": [ + "*OZ+ 82-2385" + ], + "shelfMark_sort": "a*OZ+ 82-002385", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2385" + ], + "uri": "i10000017", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2385" + }, + { + "type": "bf:Barcode", + "value": "33433015080462" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080462" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000058", + "_score": 0, + "_source": { + "extent": [ + "[132] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on spine: Rdzogs chen yaṅ ti nag po gser ʼbru chos skor.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced photographically from a rare manuscript from the collection of Brag-thog Monastery in Ladakh by Pema Choden.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rnying-ma-pa (Sect)", + "Rnying-ma-pa (Sect) -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "S.W. Tashigangpa" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Yaṅ ti nag po gser gyi ʼbru gcig paʼi chos skor : a collection of Nyingmapa Dzogchen teachings" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-5174" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Duṅ-mtsho-ras-pa, active 14th century." + ], + "idLccn": [ + "72908332" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Smanrtsis shesrig spendzod; v. 41" + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000028-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-5174" + }, + { + "type": "nypl:Bnumber", + "value": "10000058" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000028-B" + }, + { + "type": "bf:Lccn", + "value": "72908332" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100028" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200057" + } + ], + "updatedAt": 1711256697457, + "publicationStatement": [ + "Leh : S.W. Tashigangpa, 1972." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5174", + "urn:bnum:10000058", + "urn:oclc:NYPG001000028-B", + "urn:lccn:72908332", + "urn:identifier:NNSZ00100028", + "urn:identifier:(WaOLN)nyp0200057" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rnying-ma-pa (Sect) -- Rituals." + ], + "titleDisplay": [ + "Yaṅ ti nag po gser gyi ʼbru gcig paʼi chos skor : a collection of Nyingmapa Dzogchen teachings / rediscovered by Duṅ-mtsho-ras-pa (Phyi-ma)." + ], + "uri": "b10000058", + "lccClassification": [ + "BQ7662.4 .D86 1972" + ], + "placeOfPublication": [ + "Leh" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rdzogs chen yaṅ ti nag po gser ʼbru chos skor." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000058" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000058", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5174", + "urn:barcode:33433012357756" + ], + "physicalLocation": [ + "*OZ+ 82-5174" + ], + "shelfMark_sort": "a*OZ+ 82-005174", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-5174" + ], + "uri": "i10000018", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-5174" + }, + { + "type": "bf:Barcode", + "value": "33433012357756" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012357756" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000060", + "_score": 0, + "_source": { + "extent": [ + "1 v. (unpaged)" + ], + "note": [ + { + "noteType": "Note", + "label": "Photographic reproduction of a Tashilhunpo xylograph.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tibetan; introd. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Blo-bzang-chos-kyi-rgyal-mtshan, Panchen Lama IV, 1570-1662" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "The autobiography of the First Panchen Lama Blo-bzang-chos-kyi-rgyal-mtsho." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-5074" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Blo-bzang-chos-kyi-rgyal-mtshan, Panchen Lama IV, 1570-1662." + ], + "idLccn": [ + "70908872" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Gedan sungrab minyam gyunphel series, v. 12" + ], + "contributorLiteral": [ + "Demo, Ngawang Gelek, 1939-" + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000029-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-5074" + }, + { + "type": "nypl:Bnumber", + "value": "10000060" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000029-B" + }, + { + "type": "bf:Lccn", + "value": "70908872" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100029" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200059" + } + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "[New Delhi, 1969]" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5074", + "urn:bnum:10000060", + "urn:oclc:NYPG001000029-B", + "urn:lccn:70908872", + "urn:identifier:NNSZ00100029", + "urn:identifier:(WaOLN)nyp0200059" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Blo-bzang-chos-kyi-rgyal-mtshan, Panchen Lama IV, 1570-1662." + ], + "titleDisplay": [ + "The autobiography of the First Panchen Lama Blo-bzang-chos-kyi-rgyal-mtsho. Edited and reproduced by Ngawang Gelek Demo, with an English introd. by E. Gene Smith." + ], + "uri": "b10000060", + "lccClassification": [ + "BQ7945.B547 A33" + ], + "placeOfPublication": [ + "[New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "29 x 43 cm." + ] + }, + "sort": [ + 0, + "b10000060" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000060", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5074", + "urn:barcode:33433015080363" + ], + "physicalLocation": [ + "*OZ+ 82-5074" + ], + "shelfMark_sort": "a*OZ+ 82-005074", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-5074" + ], + "uri": "i10000019", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-5074" + }, + { + "type": "bf:Barcode", + "value": "33433015080363" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080363" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000062", + "_score": 0, + "_ignored": [ + "title.keyword", + "title.keywordLowercased", + "title.keywordLowercasedStripped" + ], + "_source": { + "extent": [ + "1 v. (unpaged)" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Gnas-chung chos spyod.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Buddhism", + "Buddhism -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[Can be obtained from Tibet House, New Delhi]" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Sa gsum na mngon par mtho ba Rdo rje sgra dbyangs gling gi zhal ʼdon bskang gsoʼi rim pa phyogs gcig tu bsgrigs paʼi ngo mtshar nor buʼi ʼphreng ba skal bzang gzhon nuʼi mgul rgyan. The collected liturgical texts of Gnas-chung Rdo-rje-sgra-dbyangs-gling, the residence of the State Oracle of Tibet." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-5073" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "idLccn": [ + "74906111" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Ngagyur Ngingmay Sungrab, v. 3" + ], + "contributorLiteral": [ + "Sonam Topgay Kazi." + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000030-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-5073" + }, + { + "type": "nypl:Bnumber", + "value": "10000062" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000030-B" + }, + { + "type": "bf:Lccn", + "value": "74906111" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100030" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200061" + } + ], + "uniformTitle": [ + "Gnas-chuṅ chos spyod." + ], + "updatedAt": 1711243926383, + "publicationStatement": [ + "Gangtok [Can be obtained from Tibet House, New Delhi] 1969." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5073", + "urn:bnum:10000062", + "urn:oclc:NYPG001000030-B", + "urn:lccn:74906111", + "urn:identifier:NNSZ00100030", + "urn:identifier:(WaOLN)nyp0200061" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Buddhism -- Rituals." + ], + "titleDisplay": [ + "Sa gsum na mngon par mtho ba Rdo rje sgra dbyangs gling gi zhal ʼdon bskang gsoʼi rim pa phyogs gcig tu bsgrigs paʼi ngo mtshar nor buʼi ʼphreng ba skal bzang gzhon nuʼi mgul rgyan. The collected liturgical texts of Gnas-chung Rdo-rje-sgra-dbyangs-gling, the residence of the State Oracle of Tibet. Reproduced photographically from Bskal-bzang-rin-chenʼs xylographic edition of 1845 by Sonam Topgay Kazi, with an English pref. by E. Gene Smith." + ], + "uri": "b10000062", + "lccClassification": [ + "BQ7695 .G58 1969" + ], + "placeOfPublication": [ + "Gangtok" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "29 x 44 cm." + ] + }, + "sort": [ + 0, + "b10000062" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000062", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5073", + "urn:barcode:33433030669448" + ], + "physicalLocation": [ + "*OZ+ 82-5073" + ], + "shelfMark_sort": "a*OZ+ 82-005073", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-5073" + ], + "uri": "i10000020", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-5073" + }, + { + "type": "bf:Barcode", + "value": "33433030669448" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433030669448" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000064", + "_score": 0, + "_source": { + "extent": [ + "168 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Shiʻr an-Nmir ibn Tawlab.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 159-168.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maṭbaʻat al-Maʻārif" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Shiʻr" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFA 82-2370" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Namir ibn Tawlab." + ], + "idLccn": [ + "76240902" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Qaysī, Nūrī Ḥammūdī." + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000031-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-2370" + }, + { + "type": "nypl:Bnumber", + "value": "10000064" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000031-B" + }, + { + "type": "bf:Lccn", + "value": "76240902" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100031" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200063" + } + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "Baghdād, Maṭbaʻat al-Maʻārif [1969]" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2370", + "urn:bnum:10000064", + "urn:oclc:NYPG001000031-B", + "urn:lccn:76240902", + "urn:identifier:NNSZ00100031", + "urn:identifier:(WaOLN)nyp0200063" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Shiʻr, al-Namir ibn Tawlab. Ṣanʻat Nūrī ʻHammūdī al-Qaysī." + ], + "uri": "b10000064", + "lccClassification": [ + "PJ7696.N3 S5" + ], + "placeOfPublication": [ + "Baghdād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000064" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000064", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2370", + "urn:barcode:33433002000481" + ], + "physicalLocation": [ + "*OFA 82-2370" + ], + "shelfMark_sort": "a*OFA 82-002370", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 82-2370" + ], + "uri": "i10000021", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-2370" + }, + { + "type": "bf:Barcode", + "value": "33433002000481" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002000481" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000066", + "_score": 0, + "_source": { + "extent": [ + "70, 272 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sāhitya Bhaṇḍāra" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1962 + ], + "title": [ + "Meghadūta. Hindī anuvāda, sakalāṅgapūrṇa samīkshātmaka bhūmikā, vyākhyātmaka ṭippāṇī, mallināthīya saṃskṛta ṭīkā tathā anya[sic] upayogī pariśishṭoṃ sahita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 82-2129" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1962" + ], + "creatorLiteral": [ + "Kālidāsa." + ], + "idLccn": [ + "sa 65007611" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Mallinātha.", + "Shastri, S. R." + ], + "dateStartYear": [ + 1962 + ], + "idOclc": [ + "NYPG001000032-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 82-2129" + }, + { + "type": "nypl:Bnumber", + "value": "10000066" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000032-B" + }, + { + "type": "bf:Lccn", + "value": "sa 65007611" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100032" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200065" + } + ], + "updatedAt": 1711506564610, + "publicationStatement": [ + "Meraṭha, Sāhitya Bhaṇḍāra, 1962." + ], + "identifier": [ + "urn:shelfmark:*OKP 82-2129", + "urn:bnum:10000066", + "urn:oclc:NYPG001000032-B", + "urn:lccn:sa 65007611", + "urn:identifier:NNSZ00100032", + "urn:identifier:(WaOLN)nyp0200065" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1962" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Meghadūta. Hindī anuvāda, sakalāṅgapūrṇa samīkshātmaka bhūmikā, vyākhyātmaka ṭippāṇī, mallināthīya saṃskṛta ṭīkā tathā anya[sic] upayogī pariśishṭoṃ sahita. Mahākavikālidāsapraṇita. Śivarāja Śāstrī dvārā sampādita evaṃ saṃśodhita." + ], + "uri": "b10000066", + "lccClassification": [ + "PK3796 .M5 1962" + ], + "placeOfPublication": [ + "Meraṭha" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000066" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000066", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 82-2129", + "urn:barcode:33433058152988" + ], + "physicalLocation": [ + "*OKP 82-2129" + ], + "shelfMark_sort": "a*OKP 82-002129", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 82-2129" + ], + "uri": "i13783793", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 82-2129" + }, + { + "type": "bf:Barcode", + "value": "33433058152988" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058152988" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000068", + "_score": 0, + "_source": { + "extent": [ + "228 p. port." + ], + "note": [ + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Urdu language", + "Urdu language -- Rhyme" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Qavāfī-yi Kāmil ; ʻilm-i qāfīyah bi-qānūn-i qadīm va jadīd." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTX 82-2129" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Kāmil Jūnāgaṛhī." + ], + "idLccn": [ + "72932110" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000033-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 82-2129" + }, + { + "type": "nypl:Bnumber", + "value": "10000068" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000033-B" + }, + { + "type": "bf:Lccn", + "value": "72932110" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100033" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200067" + } + ], + "updatedAt": 1711050815477, + "publicationStatement": [ + "[Karācī, 1970]" + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2129", + "urn:bnum:10000068", + "urn:oclc:NYPG001000033-B", + "urn:lccn:72932110", + "urn:identifier:NNSZ00100033", + "urn:identifier:(WaOLN)nyp0200067" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Urdu language -- Rhyme." + ], + "titleDisplay": [ + "Qavāfī-yi Kāmil ; ʻilm-i qāfīyah bi-qānūn-i qadīm va jadīd. Muʼallifah-yi Kāmil Jūnāgaṛhī." + ], + "uri": "b10000068", + "lccClassification": [ + "PK1979 .K3" + ], + "placeOfPublication": [ + "[Karācī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000068" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000068", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2129", + "urn:barcode:33433004672303" + ], + "physicalLocation": [ + "*OKTX 82-2129" + ], + "shelfMark_sort": "a*OKTX 82-002129", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTX 82-2129" + ], + "uri": "i10000022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 82-2129" + }, + { + "type": "bf:Barcode", + "value": "33433004672303" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004672303" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000070", + "_score": 0, + "_source": { + "extent": [ + "2 v. in 1." + ], + "note": [ + { + "noteType": "Note", + "label": "In Malayalam.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 2 published by Ke. Bṟadērsȧ, Kōḻikkōṭȧ.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Malayalam literature", + "Malayalam literature -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vidyārtthimitṟaṃ Bukkuḍippō" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Gadyamañjari." + ], + "shelfMark": [ + "*OLD 82-2140" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Kumāran, Mūrkkōttȧ, 1874-1941." + ], + "createdString": [ + "1967" + ], + "idLccn": [ + "sa 68007302" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 82-2140" + }, + { + "type": "nypl:Bnumber", + "value": "10000070" + }, + { + "type": "bf:Lccn", + "value": "sa 68007302" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000034-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100034" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200069" + } + ], + "idOclc": [ + "NYPG001000034-B" + ], + "holdings": [], + "updatedAt": 1674870747855, + "publicationStatement": [ + "Kōṭṭayaṃ, Vidyārtthimitṟaṃ Bukkuḍippō [1967]" + ], + "identifier": [ + "urn:bnum:10000070", + "urn:lccn:sa 68007302", + "urn:oclc:NYPG001000034-B", + "urn:undefined:NNSZ00100034", + "urn:undefined:(WaOLN)nyp0200069" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Malayalam literature -- History and criticism." + ], + "titleDisplay": [ + "Gadyamañjari. Granthakarttā Mūrkkōttu Kumāran." + ], + "uri": "b10000070", + "lccClassification": [ + "PL4718.O5 .K77" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Kōṭṭayaṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000070" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000070", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433004314914" + ], + "physicalLocation": [ + "*OLD 82-2140" + ], + "shelfMark_sort": "a*OLD 82-002140", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000023", + "shelfMark": [ + "*OLD 82-2140" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 82-2140" + }, + { + "type": "bf:Barcode", + "value": "33433004314914" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004314914" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000072", + "_score": 0, + "_source": { + "extent": [ + "54 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Primers, Persian" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i Āgāh" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "title": [ + "Fārsī nivīsī barā-yi kūdakān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMP 82-2194" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Ibrāhīmī, Nādir." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "NYPG001000035-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMP 82-2194" + }, + { + "type": "nypl:Bnumber", + "value": "10000072" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000035-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100035" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200071" + } + ], + "updatedAt": 1711226455057, + "publicationStatement": [ + "Tihrān : Intishārāt-i Āgāh, 2536 [1977]" + ], + "identifier": [ + "urn:shelfmark:*OMP 82-2194", + "urn:bnum:10000072", + "urn:oclc:NYPG001000035-B", + "urn:identifier:NNSZ00100035", + "urn:identifier:(WaOLN)nyp0200071" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Primers, Persian." + ], + "titleDisplay": [ + "Fārsī nivīsī barā-yi kūdakān / Nādir Ibrāhīmī." + ], + "uri": "b10000072", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000072" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000072", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMP 82-2194", + "urn:barcode:33433013172402" + ], + "physicalLocation": [ + "*OMP 82-2194" + ], + "shelfMark_sort": "a*OMP 82-002194", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMP 82-2194" + ], + "uri": "i10000024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMP 82-2194" + }, + { + "type": "bf:Barcode", + "value": "33433013172402" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013172402" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000074", + "_score": 0, + "_source": { + "extent": [ + "4 v. facsims." + ], + "note": [ + { + "noteType": "Note", + "label": "Vol. 3-4 edited by M. S. Maʻrūf only.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Text of the diwan is vocalized.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Maʻārif" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "1975" + ], + "title": [ + "Dīwān al-Bārūdī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFA 82-2183" + ], + "numItemVolumesParsed": [ + 4 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Bārūdī, Maḥmūd Sāmī, 1839-1904." + ], + "idLccn": [ + "74963263" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Jārim, ʻAlī.", + "Maʻrūf, Muḥammad Shafīq." + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000036-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-2183" + }, + { + "type": "nypl:Bnumber", + "value": "10000074" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000036-B" + }, + { + "type": "bf:Lccn", + "value": "74963263" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100036" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200073" + } + ], + "dateEndYear": [ + 1975 + ], + "updatedAt": 1711150459329, + "publicationStatement": [ + "Miṣr, Dār al-Maʻārif, 1971-1974 i.e. 1975." + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2183", + "urn:bnum:10000074", + "urn:oclc:NYPG001000036-B", + "urn:lccn:74963263", + "urn:identifier:NNSZ00100036", + "urn:identifier:(WaOLN)nyp0200073" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Dīwān al-Bārūdī [taʼlīf] Maḥmūd Sāmī al-Bārūdī. Ḥaqqaqahu wa-ṣaḥḥaạhu wa-ḍabaṭahu wa-sharaḥahu ʻAlī al-Jārim [wa]-Muḥammad Shafīq Maʻrūf" + ], + "uri": "b10000074", + "lccClassification": [ + "PJ7816 .A694 1971" + ], + "placeOfPublication": [ + "Miṣr" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Juzʼ 1. Qāfiyat al-Hamzah-qāfiyat al-Dhāl. -- Juzʼ 2. Qāfiyat al-Rāʼ - qāfiyat al-Kāf. -- Juzʼ 3. Qāfiyat al-Lām - qāfiyat al-Mīm. -- Juzʼ 4. Qāfiyat al-Nūn-qā fiyat al-yāʼ." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000074" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000074", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2183 v. 4", + "urn:barcode:33433002000465" + ], + "physicalLocation": [ + "*OFA 82-2183" + ], + "shelfMark_sort": "a*OFA 82-2183 v. 000004", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 82-2183 v. 4" + ], + "uri": "i10000028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-2183 v. 4" + }, + { + "type": "bf:Barcode", + "value": "33433002000465" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 4" + ], + "idBarcode": [ + "33433002000465" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + "sort": [ + " 4-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000074", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2183 v. 3", + "urn:barcode:33433002000457" + ], + "physicalLocation": [ + "*OFA 82-2183" + ], + "shelfMark_sort": "a*OFA 82-2183 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 82-2183 v. 3" + ], + "uri": "i10000027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-2183 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433002000457" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433002000457" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000074", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2183 v. 2", + "urn:barcode:33433002000440" + ], + "physicalLocation": [ + "*OFA 82-2183" + ], + "shelfMark_sort": "a*OFA 82-2183 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 82-2183 v. 2" + ], + "uri": "i10000026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-2183 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433002000440" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433002000440" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000076", + "_score": 0, + "_source": { + "extent": [ + "132 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Mujibur Rahman, Sheikh, 1922-1975", + "Finance, Public", + "Finance, Public -- Pakistan", + "Pakistan", + "Pakistan -- Politics and government" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktab-i Urdū Ḍaʼjist" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Chah nikāt kī saccī taṣvīr." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTX 82-2408" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Quraishī, Al̤tāf Ḥasan." + ], + "idLccn": [ + "78932499" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000037-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 82-2408" + }, + { + "type": "nypl:Bnumber", + "value": "10000076" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000037-B" + }, + { + "type": "bf:Lccn", + "value": "78932499" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100037" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200075" + } + ], + "updatedAt": 1711116303321, + "publicationStatement": [ + "Lāhaur, Maktab-i Urdū Ḍaʼjist [1969]" + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2408", + "urn:bnum:10000076", + "urn:oclc:NYPG001000037-B", + "urn:lccn:78932499", + "urn:identifier:NNSZ00100037", + "urn:identifier:(WaOLN)nyp0200075" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Mujibur Rahman, Sheikh, 1922-1975.", + "Finance, Public -- Pakistan.", + "Pakistan -- Politics and government." + ], + "titleDisplay": [ + "Chah nikāt kī saccī taṣvīr. [Muṣannif] Al̤tāf Ḥasan Quraishī." + ], + "uri": "b10000076", + "lccClassification": [ + "JQ543 1969 .Q87" + ], + "placeOfPublication": [ + "Lāhaur" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000076" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000076", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2408", + "urn:barcode:33433004672238" + ], + "physicalLocation": [ + "*OKTX 82-2408" + ], + "shelfMark_sort": "a*OKTX 82-002408", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTX 82-2408" + ], + "uri": "i10000029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 82-2408" + }, + { + "type": "bf:Barcode", + "value": "33433004672238" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004672238" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000081", + "_score": 0, + "_source": { + "extent": [ + "80 p. illus." + ], + "note": [ + { + "noteType": "Note", + "label": "Added title: Urdu kī pahili seerrhi", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Primers, Urdu" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktab-i Mīrī Laʼibrīrī" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Urdū kī pahlī sīṛhī; jadīd uslūb ʻāhil mabādī." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTX 82-2414" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Alifulmiḥrā̲s, 1919-" + ], + "idLccn": [ + "76932355" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG001000040-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 82-2414" + }, + { + "type": "nypl:Bnumber", + "value": "10000081" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000040-B" + }, + { + "type": "bf:Lccn", + "value": "76932355" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100040" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200080" + } + ], + "updatedAt": 1711592798090, + "publicationStatement": [ + "Lāhaur, Maktab-i Mīrī Laʼibrīrī [1969]" + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2414", + "urn:bnum:10000081", + "urn:oclc:NYPG001000040-B", + "urn:lccn:76932355", + "urn:identifier:NNSZ00100040", + "urn:identifier:(WaOLN)nyp0200080" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Primers, Urdu." + ], + "titleDisplay": [ + "Urdū kī pahlī sīṛhī; jadīd uslūb ʻāhil mabādī. Az Alifulmiḥrā̲s." + ], + "uri": "b10000081", + "lccClassification": [ + "PK1972 .A53" + ], + "placeOfPublication": [ + "Lāhaur" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000081" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000081", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2414", + "urn:barcode:33433004672246" + ], + "physicalLocation": [ + "*OKTX 82-2414" + ], + "shelfMark_sort": "a*OKTX 82-002414", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTX 82-2414" + ], + "uri": "i10000031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTX 82-2414" + }, + { + "type": "bf:Barcode", + "value": "33433004672246" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004672246" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000083", + "_score": 0, + "_source": { + "extent": [ + "4, 41, 4, 456 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Includes commentary of Namisādhu.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Although some scholars (Aufrecht, Weber) have identified the author with Rudrabhaṭṭa, the bulk of evidence produced by others (Peterson, Jacobi) seems to prove that they are not the same. The editor also concludes that they are different persons.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 456.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Hindi and Sanskrit; introd. in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Hindī-Anusandhāna-Parishad, Dillī Viśvavidyālaya ke nimitta Vāsudeva Prakāśana dvārā prakāśita" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Kāvyālaṅkāra. Aṅśuprabhāʼʼkhya-Hindīvyākhyā-sahita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 82-2410" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Rudraṭa, active 9th century." + ], + "idLccn": [ + "sa 66001274" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hindī Anusandhāna Parishad granthamālā, 33" + ], + "contributorLiteral": [ + "Namisādhu, active 1068.", + "Chaudhary, S. D." + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000041-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 82-2410" + }, + { + "type": "nypl:Bnumber", + "value": "10000083" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000041-B" + }, + { + "type": "bf:Lccn", + "value": "sa 66001274" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100041" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200082" + } + ], + "updatedAt": 1711101635237, + "publicationStatement": [ + "Dillī, Hindī-Anusandhāna-Parishad, Dillī Viśvavidyālaya ke nimitta Vāsudeva Prakāśana dvārā prakāśita [1965]" + ], + "identifier": [ + "urn:shelfmark:*OKP 82-2410", + "urn:bnum:10000083", + "urn:oclc:NYPG001000041-B", + "urn:lccn:sa 66001274", + "urn:identifier:NNSZ00100041", + "urn:identifier:(WaOLN)nyp0200082" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- History and criticism." + ], + "titleDisplay": [ + "Kāvyālaṅkāra. Aṅśuprabhāʼʼkhya-Hindīvyākhyā-sahita. Rudraṭa praṇīta. Hindīvyākhyākāra Satyadeva Chaudharī." + ], + "uri": "b10000083", + "lccClassification": [ + "PK2916 .R8 1965" + ], + "placeOfPublication": [ + "Dillī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000083" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000083", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 82-2410", + "urn:barcode:33433058153028" + ], + "physicalLocation": [ + "*OKP 82-2410" + ], + "shelfMark_sort": "a*OKP 82-002410", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 82-2410" + ], + "uri": "i13783794", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 82-2410" + }, + { + "type": "bf:Barcode", + "value": "33433058153028" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153028" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000089", + "_score": 0, + "_source": { + "extent": [ + "351 p." + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Bengali.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Beṅgala Pābaliśārsa" + ], + "language": [ + { + "id": "lang:ben", + "label": "Bengali" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Bāghinī." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKV 82-2420" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Basu, Samaresh, 1921-" + ], + "idLccn": [ + "79903322" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "creatorModifiedName": "Samaresh Basu", + "idOclc": [ + "NYPG001000044-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-2420" + }, + { + "type": "nypl:Bnumber", + "value": "10000089" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000044-B" + }, + { + "type": "bf:Lccn", + "value": "79903322" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100044" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200088" + } + ], + "updatedAt": 1711114428469, + "publicationStatement": [ + "Kalikātā, Beṅgala Pābaliśārsa [1967]" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-2420", + "urn:bnum:10000089", + "urn:oclc:NYPG001000044-B", + "urn:lccn:79903322", + "urn:identifier:NNSZ00100044", + "urn:identifier:(WaOLN)nyp0200088" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Bāghinī. [Lekhaka] Samareśa Basu." + ], + "uri": "b10000089", + "lccClassification": [ + "Pk1718.B39 B3 1967" + ], + "placeOfPublication": [ + "Kalikātā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000089" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000089", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-2420", + "urn:barcode:33433011167040" + ], + "physicalLocation": [ + "*OKV 82-2420" + ], + "shelfMark_sort": "a*OKV 82-002420", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-2420" + ], + "uri": "i10000034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-2420" + }, + { + "type": "bf:Barcode", + "value": "33433011167040" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011167040" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000093", + "_score": 0, + "_source": { + "extent": [ + "90 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Kuṟaḷ neṟi cittaneṟi.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar", + "Tamil Siddhas" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Civāṉantā Cittaneṟip Payiṟcik Kaḻkamm; inn̄ūl kiṭaikkum iṭam: S. Caṅkaraṉār, Ceṉṉai" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Kuṟaḷ neṟiyum Citta neṟiyum; ārāyccik kaṭṭurai." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5144" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Pasumporkizhar, N., 1936-" + ], + "idLccn": [ + "74902781" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "creatorModifiedName": "N Pasumporkizhar", + "idOclc": [ + "NYPG001000046-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5144" + }, + { + "type": "nypl:Bnumber", + "value": "10000093" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000046-B" + }, + { + "type": "bf:Lccn", + "value": "74902781" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100046" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200092" + } + ], + "updatedAt": 1711471460870, + "publicationStatement": [ + "Pacumpoṉ, Irāmanātapuram Māvaṭṭam, Civāṉantā Cittaneṟip Payiṟcik Kaḻkamm; inn̄ūl kiṭaikkum iṭam: S. Caṅkaraṉār, Ceṉṉai, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5144", + "urn:bnum:10000093", + "urn:oclc:NYPG001000046-B", + "urn:lccn:74902781", + "urn:identifier:NNSZ00100046", + "urn:identifier:(WaOLN)nyp0200092" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar.", + "Tamil Siddhas." + ], + "titleDisplay": [ + "Kuṟaḷ neṟiyum Citta neṟiyum; ārāyccik kaṭṭurai. Ākkiyōṉ Nā. Pacumpoṟkiḻār." + ], + "uri": "b10000093", + "lccClassification": [ + "PL4758.9.T5 P3" + ], + "placeOfPublication": [ + "Pacumpoṉ, Irāmanātapuram Māvaṭṭam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Kuṟaḷ neṟi cittaneṟi." + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000093" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000093", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5144", + "urn:barcode:33433001838980" + ], + "physicalLocation": [ + "*OLB 82-5144" + ], + "shelfMark_sort": "a*OLB 82-005144", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5144" + ], + "uri": "i10000037", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5144" + }, + { + "type": "bf:Barcode", + "value": "33433001838980" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001838980" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000095", + "_score": 0, + "_source": { + "extent": [ + "17, 504, xi p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Sources de l'histoire du Yemen à l'époque musulmane", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Introduction in Arabic and French.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [437]-467.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Yemen (Republic)", + "Yemen (Republic) -- History", + "Yemen (Republic) -- History -- Bibliography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Maʻhad al-ʻIlmī al-Faransī lil-Āthār al-Sharqīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Maṣādir tārīkh al-Yaman fī al-ʻaṣr al-Islāmī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFK 82-5143" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Sayyid, Ayman Fuʼād." + ], + "idLccn": [ + "75960138" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Nuṣūṣ wa-tarjamāt -- al-Maʻhad al-ʻIlmī al-Faransī lil-Āthar al-Sharqīyah; al-mujallad 7" + ], + "dateStartYear": [ + 1974 + ], + "creatorModifiedName": "Ayman Sayyid", + "idOclc": [ + "NYPG001000047-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 82-5143" + }, + { + "type": "nypl:Bnumber", + "value": "10000095" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000047-B" + }, + { + "type": "bf:Lccn", + "value": "75960138" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100047" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200094" + } + ], + "uniformTitle": [ + "Textes et traductions d'auteurs orientaux ; t. 7." + ], + "updatedAt": 1711500608469, + "publicationStatement": [ + "al-Qāhirah : al-Maʻhad al-ʻIlmī al-Faransī lil-Āthār al-Sharqīyah, 1974." + ], + "identifier": [ + "urn:shelfmark:*OFK 82-5143", + "urn:bnum:10000095", + "urn:oclc:NYPG001000047-B", + "urn:lccn:75960138", + "urn:identifier:NNSZ00100047", + "urn:identifier:(WaOLN)nyp0200094" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Yemen (Republic) -- History -- Bibliography." + ], + "titleDisplay": [ + "Maṣādir tārīkh al-Yaman fī al-ʻaṣr al-Islāmī / waḍaʻahā Ayman Fuʼād Sayyid." + ], + "uri": "b10000095", + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sources de l'histoire de Yemen à l'époque musulmane." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000095" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000095", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFK 82-5143", + "urn:barcode:33433005548338" + ], + "physicalLocation": [ + "*OFK 82-5143" + ], + "shelfMark_sort": "a*OFK 82-005143", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK 82-5143" + ], + "uri": "i10000038", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 82-5143" + }, + { + "type": "bf:Barcode", + "value": "33433005548338" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005548338" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000097", + "_score": 0, + "_source": { + "extent": [ + "218 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Poems.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Sharikah al-Waṭanīyah lil-Nashr wa-al-Tawzīʻ" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Anti Laylāy" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFA 82-5142" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Kharfī, Ṣāliḥ." + ], + "idLccn": [ + "75960362" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000048-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-5142" + }, + { + "type": "nypl:Bnumber", + "value": "10000097" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000048-B" + }, + { + "type": "bf:Lccn", + "value": "75960362" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100048" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200096" + } + ], + "updatedAt": 1711229759584, + "publicationStatement": [ + "al-Jazāʼir : al-Sharikah al-Waṭanīyah lil-Nashr wa-al-Tawzīʻ, 1974." + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5142", + "urn:bnum:10000097", + "urn:oclc:NYPG001000048-B", + "urn:lccn:75960362", + "urn:identifier:NNSZ00100048", + "urn:identifier:(WaOLN)nyp0200096" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Anti Laylāy / Ṣāliḥ Kharfī." + ], + "uri": "b10000097", + "lccClassification": [ + "PJ7842.H3245 A83" + ], + "placeOfPublication": [ + "al-Jazāʼir" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000097" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000097", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5142", + "urn:barcode:33433002000689" + ], + "physicalLocation": [ + "*OFA 82-5142" + ], + "shelfMark_sort": "a*OFA 82-005142", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 82-5142" + ], + "uri": "i10000039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-5142" + }, + { + "type": "bf:Barcode", + "value": "33433002000689" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002000689" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000101", + "_score": 0, + "_source": { + "extent": [ + "7, 237 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "An abridgment of the thesis originally submitted to Jāmiʻat al-Qāhirah, 1963.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 225-229", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Arameans", + "Arameans -- Egypt" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n." + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Arāmīyūn fī Miṣr, mundhu bidāyat ẓuhūrihim fī al-qarn al-sābiʻ Q.M. ḥattá ikhtifāʼihim fī al-qarn al-thānī Q.M." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFP 82-5140" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Ayad, Boulos Ayad." + ], + "idLccn": [ + "75960565" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "creatorModifiedName": "Boulos Ayad", + "idOclc": [ + "NYPG001000050-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-5140" + }, + { + "type": "nypl:Bnumber", + "value": "10000101" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000050-B" + }, + { + "type": "bf:Lccn", + "value": "75960565" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100050" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200100" + } + ], + "updatedAt": 1711567431280, + "publicationStatement": [ + "[al-Qāhirah : s.n., al-muqaddimah 1975]" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-5140", + "urn:bnum:10000101", + "urn:oclc:NYPG001000050-B", + "urn:lccn:75960565", + "urn:identifier:NNSZ00100050", + "urn:identifier:(WaOLN)nyp0200100" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Arameans -- Egypt." + ], + "titleDisplay": [ + "al-Arāmīyūn fī Miṣr, mundhu bidāyat ẓuhūrihim fī al-qarn al-sābiʻ Q.M. ḥattá ikhtifāʼihim fī al-qarn al-thānī Q.M. / Taʼlīf Būlus ʻAyyād ʻAyyād." + ], + "uri": "b10000101", + "lccClassification": [ + "DT72.A73 A92" + ], + "placeOfPublication": [ + "[al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000101" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000101", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 82-5140", + "urn:barcode:33433001937568" + ], + "physicalLocation": [ + "*OFP 82-5140" + ], + "shelfMark_sort": "a*OFP 82-005140", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 82-5140" + ], + "uri": "i10000041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-5140" + }, + { + "type": "bf:Barcode", + "value": "33433001937568" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001937568" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000103", + "_score": 0, + "_source": { + "extent": [ + "11, 602 p.: port.;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Sharikah al-Waṭanīyah lil-Nashr wa-al-Tawzīʻ" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Dīwān Muḥammad al-ʻĪd Muḥammad ʻAlī Khalīfah." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFA 82-5137" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Khalīfah, Muḥammad al-ʻĪd, 1904-1979." + ], + "idLccn": [ + "75960366" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Manshūrāt Wizārat al-Tarbiyah al-Waṭanīyah bi-al-Jazāʼir; 1" + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000051-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-5137" + }, + { + "type": "nypl:Bnumber", + "value": "10000103" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000051-B" + }, + { + "type": "bf:Lccn", + "value": "75960366" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100051" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200102" + } + ], + "updatedAt": 1711284909373, + "publicationStatement": [ + "[al-Jazāʼir]: al-Sharikah al-Waṭanīyah lil-Nashr wa-al-Tawzīʻ, 1967." + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5137", + "urn:bnum:10000103", + "urn:oclc:NYPG001000051-B", + "urn:lccn:75960366", + "urn:identifier:NNSZ00100051", + "urn:identifier:(WaOLN)nyp0200102" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Dīwān Muḥammad al-ʻĪd Muḥammad ʻAlī Khalīfah." + ], + "uri": "b10000103", + "lccClassification": [ + "PJ7842.H2937 A17 1967" + ], + "placeOfPublication": [ + "[al-Jazāʼir]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000103" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000103", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5137", + "urn:barcode:33433002000671" + ], + "physicalLocation": [ + "*OFA 82-5137" + ], + "shelfMark_sort": "a*OFA 82-005137", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFA 82-5137" + ], + "uri": "i10000042", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFA 82-5137" + }, + { + "type": "bf:Barcode", + "value": "33433002000671" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002000671" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000105", + "_score": 0, + "_source": { + "extent": [ + "60 p. illus." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Murugan (Hindu deity)", + "Murugan (Hindu deity) -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "innūlkaḷ kiṭaikkumiṭam Liṭṭil Pḷavar Kampeṉi" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Nakkīrar aruḷiya Tirumurukāṟṟuppaṭai; teḷivurai, viḷakkavuraikaḷuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5148" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Nakkīrar." + ], + "idLccn": [ + "73902452" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Murukaṉ aruḷ veḷiyīṭu, 3" + ], + "contributorLiteral": [ + "Kachapesvaran, S. R., 1909-" + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000053-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5148" + }, + { + "type": "nypl:Bnumber", + "value": "10000105" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000053-B" + }, + { + "type": "bf:Lccn", + "value": "73902452" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100053" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200104" + } + ], + "updatedAt": 1711184724032, + "publicationStatement": [ + "[Ceṉṉai]; innūlkaḷ kiṭaikkumiṭam Liṭṭil Pḷavar Kampeṉi, 1972." + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5148", + "urn:bnum:10000105", + "urn:oclc:NYPG001000053-B", + "urn:lccn:73902452", + "urn:identifier:NNSZ00100053", + "urn:identifier:(WaOLN)nyp0200104" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Murugan (Hindu deity) -- Poetry." + ], + "titleDisplay": [ + "Nakkīrar aruḷiya Tirumurukāṟṟuppaṭai; teḷivurai, viḷakkavuraikaḷuṭaṉ. Uraiyāciriyar Ca. Rā. Kaccapēcuvaraṉ." + ], + "uri": "b10000105", + "lccClassification": [ + "PL4758.9.N28 T54" + ], + "placeOfPublication": [ + "[Ceṉṉai];" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tirumurukāṟṟuppaṭai." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000105" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000105", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5148", + "urn:barcode:33433001838964" + ], + "physicalLocation": [ + "*OLB 82-5148" + ], + "shelfMark_sort": "a*OLB 82-005148", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5148" + ], + "uri": "i10000044", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5148" + }, + { + "type": "bf:Barcode", + "value": "33433001838964" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001838964" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000106", + "_score": 0, + "_source": { + "extent": [ + "78 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tai Nūlakam ; viṟpaṉai urimai, Kavitā Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Nallakati : kuṟunāval" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5149" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Shanmugam, A. P., 1929-" + ], + "idLccn": [ + "76903205" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Tai Nūlaka veḷiyīṭu ; 4" + ], + "dateStartYear": [ + 1975 + ], + "creatorModifiedName": "A Shanmugam", + "idOclc": [ + "NYPG001000054-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5149" + }, + { + "type": "nypl:Bnumber", + "value": "10000106" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000054-B" + }, + { + "type": "bf:Lccn", + "value": "76903205" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100054" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200105" + } + ], + "updatedAt": 1711567881178, + "publicationStatement": [ + "Nācciyār Kōvil, Tañcai Māvaṭṭam : Tai Nūlakam ; Ceṉṉai : viṟpaṉai urimai, Kavitā Patippakam, 1975." + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5149", + "urn:bnum:10000106", + "urn:oclc:NYPG001000054-B", + "urn:lccn:76903205", + "urn:identifier:NNSZ00100054", + "urn:identifier:(WaOLN)nyp0200105" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Nallakati : kuṟunāval / Ē. Pi. Caṇmukam." + ], + "uri": "b10000106", + "lccClassification": [ + "PL4758.9.S46 N3" + ], + "placeOfPublication": [ + "Nācciyār Kōvil, Tañcai Māvaṭṭam : Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000106" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000106", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5149", + "urn:barcode:33433001838956" + ], + "physicalLocation": [ + "*OLB 82-5149" + ], + "shelfMark_sort": "a*OLB 82-005149", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5149" + ], + "uri": "i10000045", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5149" + }, + { + "type": "bf:Barcode", + "value": "33433001838956" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001838956" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000107", + "_score": 0, + "_source": { + "extent": [ + "X, 271 p." + ], + "note": [ + { + "noteType": "Note", + "label": "\"1958 il Em. Liṭ. Āyvukkut...innūlai...āyntu Ceṉṉaip Palkalaikkaḻakattil 1961 il Āṅkilattil eṉ āyvukkaṭṭuraiyaik koṭuttēṉ. Ataṉait taḻuvi eḻutappeṟṟatē it Tamiḻ nūl.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Paripāṭal" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maṇivācakam Nūlakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Paripāṭal tiṟaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5147" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Cāraṅkapāṇi, Irā. (Irācakōpāl), 1925-" + ], + "idLccn": [ + "72901252" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000055-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5147" + }, + { + "type": "nypl:Bnumber", + "value": "10000107" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000055-B" + }, + { + "type": "bf:Lccn", + "value": "72901252" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100055" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200106" + } + ], + "updatedAt": 1711606516370, + "publicationStatement": [ + "Citamparam, Maṇivācakam Nūlakam [1972]" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5147", + "urn:bnum:10000107", + "urn:oclc:NYPG001000055-B", + "urn:lccn:72901252", + "urn:identifier:NNSZ00100055", + "urn:identifier:(WaOLN)nyp0200106" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Paripāṭal." + ], + "titleDisplay": [ + "Paripāṭal tiṟaṉ. [Eḻutiyavar] Irā. Cāraṅkapāṇi." + ], + "uri": "b10000107", + "lccClassification": [ + "PL4758.6.P37 S2" + ], + "placeOfPublication": [ + "Citamparam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000107" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000107", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5147", + "urn:barcode:33433001838972" + ], + "physicalLocation": [ + "*OLB 82-5147" + ], + "shelfMark_sort": "a*OLB 82-005147", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5147" + ], + "uri": "i10000046", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5147" + }, + { + "type": "bf:Barcode", + "value": "33433001838972" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001838972" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000109", + "_score": 0, + "_source": { + "extent": [ + "xxii, 321 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [305]-321).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Americans", + "Americans -- Travel", + "Americans -- Travel -- History", + "Americans -- Travel -- History -- China", + "Americans -- Travel -- History -- China -- 19th century", + "Public opinion", + "Public opinion -- United States", + "Public opinion -- United States -- History", + "Public opinion -- United States -- History -- 19th century", + "United States", + "United States -- Civilization", + "United States -- Civilization -- Chinese influences", + "United States -- Intellectual life", + "United States -- Intellectual life -- 19th century", + "China", + "China -- Foreign public opinion, American", + "China -- Foreign public opinion, American -- History", + "China -- Foreign public opinion, American -- History -- 19th century", + "China -- Civilization", + "China -- Civilization -- Public opinion", + "China -- Civilization -- Public opinion -- History", + "China -- Civilization -- Public opinion -- History -- 19th century", + "China -- Description and travel", + "China -- In popular culture", + "United States -- Relations", + "United States -- Relations -- China", + "China -- Relations", + "China -- Relations -- United States" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Columbia University Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 2008 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The romance of China : excursions to China in U.S. culture, 1776-1876" + ], + "shelfMark": [ + "JFE 09-1362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2008" + ], + "creatorLiteral": [ + "Haddad, John Rogers." + ], + "idLccn": [ + "2008037637" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2008 + ], + "creatorModifiedName": "John Haddad", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 09-1362" + }, + { + "type": "nypl:Bnumber", + "value": "10000109" + }, + { + "type": "bf:Isbn", + "value": "9780231130943 (cloth : alk. paper)" + }, + { + "type": "bf:Isbn", + "value": "0231130945 (cloth : alk. paper)" + }, + { + "type": "nypl:Oclc", + "value": "184821618" + }, + { + "type": "bf:Lccn", + "value": "2008037637" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)184821618" + } + ], + "idOclc": [ + "184821618" + ], + "updatedAt": 1711529073455, + "publicationStatement": [ + "New York : Columbia University Press, c2008." + ], + "identifier": [ + "urn:shelfmark:JFE 09-1362", + "urn:bnum:10000109", + "urn:isbn:9780231130943 (cloth : alk. paper)", + "urn:isbn:0231130945 (cloth : alk. paper)", + "urn:oclc:184821618", + "urn:lccn:2008037637", + "urn:identifier:(OCoLC)184821618" + ], + "idIsbn": [ + "9780231130943 (cloth : alk. paper)", + "0231130945 (cloth : alk. paper)" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2008" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Americans -- Travel -- History -- China -- 19th century.", + "Public opinion -- United States -- History -- 19th century.", + "United States -- Civilization -- Chinese influences.", + "United States -- Intellectual life -- 19th century.", + "China -- Foreign public opinion, American -- History -- 19th century.", + "China -- Civilization -- Public opinion -- History -- 19th century.", + "China -- Description and travel.", + "China -- In popular culture.", + "United States -- Relations -- China.", + "China -- Relations -- United States." + ], + "titleDisplay": [ + "The romance of China : excursions to China in U.S. culture, 1776-1876 / John Rogers Haddad." + ], + "uri": "b10000109", + "lccClassification": [ + "E183.8.C5 H175 2008" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Xanadu : an envoy at the throne of a monarch -- Romantic domesticity : a Chinese world invented at home -- Pursuing the China effect : a country described through marketing -- China in miniature : Nathan Dunn's Chinese museum -- A floating ethnology : the strange voyage of the Chinese junk Keying -- God's China : the Middle Kingdom of Samuel Wells Williams -- The cultural fruits of diplomacy : Chinese museum and panorama -- The ugly face of China : Bayard Taylor's travels in Asia -- Traditional China and Chinese Yankees : the Centennial Exposition of 1876." + ], + "dimensions": [ + "24 cm." + ], + "idIsbn_clean": [ + "9780231130943", + "0231130945" + ] + }, + "sort": [ + 0, + "b10000109" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000109", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFE 09-1362", + "urn:barcode:33433084847221" + ], + "physicalLocation": [ + "JFE 09-1362" + ], + "shelfMark_sort": "aJFE 09-001362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 09-1362" + ], + "uri": "i23117386", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 09-1362" + }, + { + "type": "bf:Barcode", + "value": "33433084847221" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433084847221" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000109", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLF 82-5145", + "urn:barcode:33433061318089" + ], + "physicalLocation": [ + "*OLF 82-5145" + ], + "shelfMark_sort": "a*OLF 82-005145", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "dueDate": [ + "2024-05-30" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:co||Loaned" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLF 82-5145" + ], + "uri": "i13783799", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLF 82-5145" + }, + { + "type": "bf:Barcode", + "value": "33433061318089" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061318089" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000110", + "_score": 0, + "_source": { + "extent": [ + "xi, 207 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Economic ideas in Kural.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 184-188.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maturaip Palkalaik Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Kuṟaḷ kaṇṭa poruḷvāḻvu" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5121" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Murukarattaṉam, Ti., 1934-" + ], + "idLccn": [ + "75902500" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Tirukkuṟaḷ Āyvaka veḷiyīṭu ; 1" + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000058-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5121" + }, + { + "type": "nypl:Bnumber", + "value": "10000110" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000058-B" + }, + { + "type": "bf:Lccn", + "value": "75902500" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100058" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200109" + } + ], + "updatedAt": 1710969251851, + "publicationStatement": [ + "Maturai : Maturaip Palkalaik Kaḻakam, 1973." + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5121", + "urn:bnum:10000110", + "urn:oclc:NYPG001000058-B", + "urn:lccn:75902500", + "urn:identifier:NNSZ00100058", + "urn:identifier:(WaOLN)nyp0200109" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Kuṟaḷ kaṇṭa poruḷvāḻvu / Āciriyar Ti. Murukarattaṉam." + ], + "uri": "b10000110", + "lccClassification": [ + "PL4758.9T5 M834" + ], + "placeOfPublication": [ + "Maturai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000110" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000110", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5121", + "urn:barcode:33433001837818" + ], + "physicalLocation": [ + "*OLB 82-5121" + ], + "shelfMark_sort": "a*OLB 82-005121", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5121" + ], + "uri": "i10000047", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5121" + }, + { + "type": "bf:Barcode", + "value": "33433001837818" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001837818" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000111", + "_score": 0, + "_source": { + "extent": [ + "330 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islamic law" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n." + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Taʻāmul fī al-Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGM 82-5151" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Samāwī, ʻAbd al-Wahhāb ibn Muḥammad." + ], + "idLccn": [ + "75960238" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000059-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGM 82-5151" + }, + { + "type": "nypl:Bnumber", + "value": "10000111" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000059-B" + }, + { + "type": "bf:Lccn", + "value": "75960238" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100059" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200110" + } + ], + "updatedAt": 1711097256805, + "publicationStatement": [ + "[S.l. : s.n., 1975]" + ], + "identifier": [ + "urn:shelfmark:*OGM 82-5151", + "urn:bnum:10000111", + "urn:oclc:NYPG001000059-B", + "urn:lccn:75960238", + "urn:identifier:NNSZ00100059", + "urn:identifier:(WaOLN)nyp0200110" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islamic law." + ], + "titleDisplay": [ + "al-Taʻāmul fī al-Islām / ʻAbd al-Wahhāb ibn Muḥammad al-Samāwī." + ], + "uri": "b10000111", + "placeOfPublication": [ + "[S.l." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000111" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000111", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGM 82-5151", + "urn:barcode:33433001944218" + ], + "physicalLocation": [ + "*OGM 82-5151" + ], + "shelfMark_sort": "a*OGM 82-005151", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGM 82-5151" + ], + "uri": "i10000048", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGM 82-5151" + }, + { + "type": "bf:Barcode", + "value": "33433001944218" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001944218" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000112", + "_score": 0, + "_source": { + "extent": [ + "397 p." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 397.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tax accounting", + "Tax accounting -- Libya" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Jāmiʻah al-Lībīyah, Kullīyat al-Iqtiṣād wa-al-Tijārah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "title": [ + "al-Muḥāsib al-ḍarībī; dirāsah naẓarīyah taṭbīqīyah muqāranah maʻa al-tashrīʻ al-ḍarībī al-Lībī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFO 82-5122" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "ʻAbd al-Raḥīm, Nūḥ Muḥammad." + ], + "idLccn": [ + "74222293" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000060-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFO 82-5122" + }, + { + "type": "nypl:Bnumber", + "value": "10000112" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000060-B" + }, + { + "type": "bf:Lccn", + "value": "74222293" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100060" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200111" + } + ], + "updatedAt": 1711098011493, + "publicationStatement": [ + "[Ṭarābulus] al-Jāmiʻah al-Lībīyah, Kullīyat al-Iqtiṣād wa-al-Tijārah [1971]" + ], + "identifier": [ + "urn:shelfmark:*OFO 82-5122", + "urn:bnum:10000112", + "urn:oclc:NYPG001000060-B", + "urn:lccn:74222293", + "urn:identifier:NNSZ00100060", + "urn:identifier:(WaOLN)nyp0200111" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tax accounting -- Libya." + ], + "titleDisplay": [ + "al-Muḥāsib al-ḍarībī; dirāsah naẓarīyah taṭbīqīyah muqāranah maʻa al-tashrīʻ al-ḍarībī al-Lībī [taʼlīf] Nūḥ Muḥammad ʻAbd al-Raḥīm." + ], + "uri": "b10000112", + "placeOfPublication": [ + "[Ṭarābulus]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000112" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000112", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFO 82-5122", + "urn:barcode:33433005586205" + ], + "physicalLocation": [ + "*OFO 82-5122" + ], + "shelfMark_sort": "a*OFO 82-005122", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFO 82-5122" + ], + "uri": "i10000049", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFO 82-5122" + }, + { + "type": "bf:Barcode", + "value": "33433005586205" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005586205" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000113", + "_score": 0, + "_source": { + "extent": [ + "140 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Previously published in Centamiḻ.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kalaimakaḷ Kāriyālayam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Vipulānanta ārāyvu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5157" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Vipulānanta, 1892-1947." + ], + "idLccn": [ + "78903058" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "His Ilakkiyam, tokuti, 4" + ], + "contributorLiteral": [ + "Selvanayagam, Arul." + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000061-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5157" + }, + { + "type": "nypl:Bnumber", + "value": "10000113" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000061-B" + }, + { + "type": "bf:Lccn", + "value": "78903058" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100061" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200112" + } + ], + "updatedAt": 1711613423158, + "publicationStatement": [ + "Ceṉṉai, Kalaimakaḷ Kāriyālayam [1965]" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5157", + "urn:bnum:10000113", + "urn:oclc:NYPG001000061-B", + "urn:lccn:78903058", + "urn:identifier:NNSZ00100061", + "urn:identifier:(WaOLN)nyp0200112" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Vipulānanta ārāyvu. Tokuppāciriyar Aruḷ Celvanāyakam. Matippurai: Ka. Ce. Naṭarācā." + ], + "uri": "b10000113", + "lccClassification": [ + "AC165.T3 V48" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000113" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000113", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5157", + "urn:barcode:33433001838923" + ], + "physicalLocation": [ + "*OLB 82-5157" + ], + "shelfMark_sort": "a*OLB 82-005157", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5157" + ], + "uri": "i10000050", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5157" + }, + { + "type": "bf:Barcode", + "value": "33433001838923" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001838923" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-707e82a5cfda241bcffe99ea0e972a10.json b/test/fixtures/query-707e82a5cfda241bcffe99ea0e972a10.json new file mode 100644 index 00000000..ab1c3c41 --- /dev/null +++ b/test/fixtures/query-707e82a5cfda241bcffe99ea0e972a10.json @@ -0,0 +1,1336 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_score": 15.560745, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "From 1807-June 1837 title reads: Morgenblatt für gebildete stände.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Kunst-blatt. Stuttgart, 1816-1849.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Includes the current supplements Literatur-blatt 1817-1849; Kunstblatt 1816-1849; Intelligenz-blatt 1817-1847.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 4 + ], + "publisherLiteral": [ + "J. G. Cotta'sche buchhandlung." + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1855 + ], + "dateEndString": [ + "1uuu" + ], + "title": [ + "Morgenblatt für gebildete leser." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1855" + ], + "idLccn": [ + "cau08001961" + ], + "numElectronicResources": [ + 88 + ], + "dateStartYear": [ + 1855 + ], + "idOclc": [ + "1608345" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser)" + }, + { + "type": "nypl:Bnumber", + "value": "14937001" + }, + { + "type": "nypl:Oclc", + "value": "1608345" + }, + { + "type": "bf:Lccn", + "value": "cau08001961" + }, + { + "type": "bf:Identifier", + "value": "0494254" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)ret0001042" + } + ], + "dateEndYear": [ + 1 + ], + "updatedAt": 1711598098379, + "publicationStatement": [ + "Stuttgart, Tübingen [etc.], J. G. Cotta'sche buchhandlung." + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser)", + "urn:bnum:14937001", + "urn:oclc:1608345", + "urn:lccn:cau08001961", + "urn:identifier:0494254", + "urn:identifier:(WaOLN)ret0001042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1855" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Morgenblatt für gebildete leser." + ], + "uri": "b14937001", + "electronicResources": [ + { + "label": "Full text available via HathiTrust - jahrg.11:Jan.-June (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899526k" + }, + { + "label": "Full text available via HathiTrust - jahrg.11:July-Dec. (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899527i" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:Jan.-June (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899528g" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:July-Dec. (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899529e" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:Jan.-June (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899530t" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:July-Dec. (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899531r" + }, + { + "label": "Full text available via HathiTrust - jahrg.14:Jan.-June (1820)", + "url": "http://hdl.handle.net/2027/umn.31951001899532p" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:Jan.-June (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899534l" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:July-Dec. (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899535j" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:Jan.-June (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899536h" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:July-Dec. (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899537f" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:Jan.-June (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899538d" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:July-Dec. (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899539b" + }, + { + "label": "Full text available via HathiTrust - jahrg.18:July-Dec. (1824)", + "url": "http://hdl.handle.net/2027/umn.31951001899541o" + }, + { + "label": "Full text available via HathiTrust - jahrg.19:Jan.-June (1825)", + "url": "http://hdl.handle.net/2027/umn.31951001899542m" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:Jan.-June (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899505s" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:July-Dec. (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899506q" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:Jan.-June (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899544i" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:July-Dec. (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899545g" + }, + { + "label": "Full text available via HathiTrust - jahrg.21:July-Dec. (1827)", + "url": "http://hdl.handle.net/2027/umn.31951001899547c" + }, + { + "label": "Full text available via HathiTrust - jahrg.22 (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899548a" + }, + { + "label": "Full text available via HathiTrust - jahrg.22:suppl.:art (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899620s" + }, + { + "label": "Full text available via HathiTrust - jahrg.23:July-Dec. (1829)", + "url": "http://hdl.handle.net/2027/umn.31951001899550n" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:Jan.-June (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899551l" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:July-Dec. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899552j" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:suppl.:lit. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899624k" + }, + { + "label": "Full text available via HathiTrust - jahrg.25:July-Dec. (1831)", + "url": "http://hdl.handle.net/2027/umn.31951001899554f" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:Jan.-June (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899555d" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:July-Dec. (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899556b" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:Jan.-June (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995587" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:July-Dec. (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995595" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:Jan.-June (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899560k" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:July-Dec. (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899561i" + }, + { + "label": "Full text available via HathiTrust - jahrg.30:Oct.-Dec. (1836)", + "url": "http://hdl.handle.net/2027/umn.31951001899563e" + }, + { + "label": "Full text available via HathiTrust - jahrg.32:suppl.:lit. (1838)", + "url": "http://hdl.handle.net/2027/umn.31951001899641k" + }, + { + "label": "Full text available via HathiTrust - jahrg.33 (1839)", + "url": "http://hdl.handle.net/2027/umn.319510018995668" + }, + { + "label": "Full text available via HathiTrust - jahrg.33:suppl.:art (1839)", + "url": "http://hdl.handle.net/2027/umn.31951001899642i" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:art (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899645c" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:lit. (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899646a" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Jan.-Apr. (1842)", + "url": "http://hdl.handle.net/2027/umn.319510018995692" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Sept.-Dec. (1842)", + "url": "http://hdl.handle.net/2027/umn.31951001899571f" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Jan.-Apr. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899572d" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:May-Aug. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899573b" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Sept.-Dec. (1843)", + "url": "http://hdl.handle.net/2027/umn.319510018995749" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:Jan.-Apr. (1844)", + "url": "http://hdl.handle.net/2027/umn.31951p01107664f" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:May-Aug. (1844)", + "url": "http://hdl.handle.net/2027/umn.319510018995765" + }, + { + "label": "Full text available via HathiTrust - jahrg.39:Jan.-June (1845)", + "url": "http://hdl.handle.net/2027/umn.319510018995781" + }, + { + "label": "Full text available via HathiTrust - jahrg.4:Jan.-June (1810)", + "url": "http://hdl.handle.net/2027/umn.31951001899509k" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:Jan.-June (1847)", + "url": "http://hdl.handle.net/2027/umn.31951001899582a" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:July-Dec. (1847)", + "url": "http://hdl.handle.net/2027/umn.319510018995838" + }, + { + "label": "Full text available via HathiTrust - jahrg.44:July-Dec. (1850)", + "url": "http://hdl.handle.net/2027/umn.31951001899589w" + }, + { + "label": "Full text available via HathiTrust - jahrg.45:Jan.-June (1851)", + "url": "http://hdl.handle.net/2027/umn.31951001899590b" + }, + { + "label": "Full text available via HathiTrust - jahrg.49:July-Dec. (1855)", + "url": "http://hdl.handle.net/2027/umn.31951001899599t" + }, + { + "label": "Full text available via HathiTrust - jahrg.5:July-Dec. (1811)", + "url": "http://hdl.handle.net/2027/umn.31951001899512v" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:Jan.-June (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899600y" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:July-Dec. (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899601w" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:Jan.-June (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899602u" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:July-Dec. (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899603s" + }, + { + "label": "Full text available via HathiTrust - jahrg.52:July-Dec. (1858)", + "url": "http://hdl.handle.net/2027/umn.31951001899605o" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:Jan.-June (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899606m" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:July-Dec. (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899607k" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:Jan.-June (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899608i" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:July-Dec. (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899609g" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:Jan.-June (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899610v" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:July-Dec. (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899611t" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:Jan.-June (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899612r" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:July-Dec. (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899613p" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:Jan.-June (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899614n" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:July-Dec. (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899615l" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:Jan.-June (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899616j" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:July-Dec. (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899617h" + }, + { + "label": "Full text available via HathiTrust - jahrg.59:July-Dec. (1865)", + "url": "http://hdl.handle.net/2027/umn.31951001899619d" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:Jan.-June (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899513t" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:July-Dec. (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899514r" + }, + { + "label": "Full text available via HathiTrust - jahrg.7:July-Dec. (1813)", + "url": "http://hdl.handle.net/2027/umn.31951001899516n" + }, + { + "label": "Full text available via HathiTrust - jahrg.9:Jan.-June (1815)", + "url": "http://hdl.handle.net/2027/umn.31951001899521u" + }, + { + "label": "Full text available via HathiTrust - vol.13, pt.2 (1819)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054677" + }, + { + "label": "Full text available via HathiTrust - vol.15, pt.1 (1821)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054701" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.1 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054743" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.2 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054768" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.3 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054776" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.1 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054800" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.2 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054818" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.1 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054826" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.2 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054834" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.1 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054842" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.2 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054859" + }, + { + "label": "Full text available via HathiTrust - vol.40 (1846)", + "url": "http://hdl.handle.net/2027/njp.32101064488156" + } + ], + "placeOfPublication": [ + "Stuttgart, Tübingen [etc.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ] + }, + "inner_hits": { + "allItems": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933", + "urn:barcode:33433088646033" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 001933", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + ], + "uri": "i28309666", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + }, + { + "type": "bf:Barcode", + "value": "33433088646033" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. Mar.-May 1933" + ], + "idBarcode": [ + "33433088646033" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "urn:barcode:33433096425198" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1855", + "lte": "1855" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1855" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + ], + "uri": "i28309648", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + }, + { + "type": "bf:Barcode", + "value": "33433096425198" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 49 (1855)" + ], + "idBarcode": [ + "33433096425198" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861", + "urn:barcode:33433088646041" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001861", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1861", + "lte": "1861" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1861" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + ], + "uri": "i28309668", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + }, + { + "type": "bf:Barcode", + "value": "33433088646041" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 1861" + ], + "idBarcode": [ + "33433088646041" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + } + ] + } + }, + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933", + "urn:barcode:33433088646033" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 001933", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + ], + "uri": "i28309666", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + }, + { + "type": "bf:Barcode", + "value": "33433088646033" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. Mar.-May 1933" + ], + "idBarcode": [ + "33433088646033" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1933" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861", + "urn:barcode:33433088646041" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001861", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1861", + "lte": "1861" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1861" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + ], + "uri": "i28309668", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + }, + { + "type": "bf:Barcode", + "value": "33433088646041" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 1861" + ], + "idBarcode": [ + "33433088646041" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1861" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860", + "urn:barcode:33433097964930" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001860", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1860", + "lte": "1860" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1860" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + ], + "uri": "i28543800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + }, + { + "type": "bf:Barcode", + "value": "33433097964930" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "Jahrg. 1860" + ], + "idBarcode": [ + "33433097964930" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1860" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "urn:barcode:33433096425198" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1855", + "lte": "1855" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1855" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + ], + "uri": "i28309648", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + }, + { + "type": "bf:Barcode", + "value": "33433096425198" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 49 (1855)" + ], + "idBarcode": [ + "33433096425198" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1855" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 3 + }, + { + "key": "loc:mal92||Schwarzman Building M2 - General Research Room 315", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 4 + } + ] + } + }, + "item_status": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 4 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-779379fe87324b12ee6565a41852b7ab.json b/test/fixtures/query-779379fe87324b12ee6565a41852b7ab.json new file mode 100644 index 00000000..69a6134f --- /dev/null +++ b/test/fixtures/query-779379fe87324b12ee6565a41852b7ab.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 5, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-7d9e85a2de5e6521991d266f57ba0f04.json b/test/fixtures/query-7d9e85a2de5e6521991d266f57ba0f04.json new file mode 100644 index 00000000..2d66b2ce --- /dev/null +++ b/test/fixtures/query-7d9e85a2de5e6521991d266f57ba0f04.json @@ -0,0 +1,10853 @@ +{ + "body": { + "took": 22, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_score": 15.560745, + "_source": { + "extent": [ + "volumes : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Some issues bear also thematic titles.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Editors: Harold Ross, 1925-1951; William Shawn, 1951-1987; Robert Gotllieb, 1987-1992, Tina Brown, 1992-1998; David Remnick, 1998-", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 73, no. 1 never published.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Has occasional supplements.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Vol. 90, no. 24 (Aug. 25, 2014).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began with issue for Feb. 21, 1925." + ], + "subjectLiteral_exploded": [ + "Literature", + "Literature -- Collections", + "Literature -- Collections -- Periodicals", + "Intellectual life", + "Electronic journals", + "New York (N.Y.)", + "New York (N.Y.) -- Intellectual life", + "New York (N.Y.) -- Intellectual life -- Directories", + "New York (State)", + "New York (State) -- New York" + ], + "numItemDatesParsed": [ + 819 + ], + "publisherLiteral": [ + "F-R Pub. Corp.", + "D. Carey", + "Condé Nast Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 824 + ], + "createdYear": [ + 1925 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The New Yorker." + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "numItemVolumesParsed": [ + 754 + ], + "createdString": [ + "1925" + ], + "idLccn": [ + "28005329" + ], + "idIssn": [ + "0028-792X" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ross, Harold Wallace, 1892-1951", + "Shawn, William", + "Brown, Tina", + "Remnick, David", + "White, Katharine Sergeant Angell", + "White, E. B. (Elwyn Brooks), 1899-1985", + "Irvin, Rea, 1881-1972", + "Angell, Roger" + ], + "dateStartYear": [ + 1925 + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest (copy held in Per. Sect.)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + }, + { + "type": "nypl:Bnumber", + "value": "10833141" + }, + { + "type": "nypl:Oclc", + "value": "1760231" + }, + { + "type": "bf:Lccn", + "value": "28005329" + }, + { + "type": "bf:Issn", + "value": "0028-792X" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1760231" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + } + ], + "idOclc": [ + "1760231" + ], + "uniformTitle": [ + "New Yorker (New York, N.Y. : 1925)" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 1 (Feb. 15, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 2 (Mar. 1, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 3 (Mar. 8, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 4 (Mar. 15, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 5 (Mar. 22, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 6 (Mar. 29, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 7 (Apr. 5, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 8 (Apr. 12, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 9 (Apr. 19, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 11 (May. 10, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 12 (May. 17, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 13 (May. 24, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 14 (May. 31, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 15 (Jun. 7, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 16 (Jun. 14, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 17 (Jun. 21, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 18 (Jun. 28, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 19 (Jul. 5, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 20 (Jul. 12, 2021)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 21 (Jul. 26, 2021)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 22 (Aug. 2, 2021)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 23 (Aug. 9, 2021)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 24 (Aug. 16, 2021)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "ROOM 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "FEB. 15/22, 2021 - AUG. 16, 2021", + "PRINT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1059671" + }, + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 25 (Aug. 23, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 26 (Aug. 30, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 27 (Sep. 6, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 28 (Sep. 13, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 29 (Sep. 20, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 30 (Sep. 27, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 31 (Oct. 4, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 32 (Oct. 11, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 33 (Oct. 18, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 34 (Oct. 25, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 35 (Nov. 1, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 36 (Nov. 8, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Missing" + }, + { + "coverage": "Vol. 97 No. 37 (Nov. 15, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 38 (Nov. 22, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 39 (Nov. 29, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 40 (Dec. 6, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 41 (Dec. 13, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 42 (Dec. 20, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 97 No. 43 (Dec. 27, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 45 (Jan. 10, 2022)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 46 (Jan. 24, 2022)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 47 (Jan. 31, 2022)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 48 (Feb. 7, 2022)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 1 (Feb. 13, 2023)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 2 (Feb. 27, 2023)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 3 (Mar. 6, 2023)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 4 (Mar. 13, 2023)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 5 (Mar. 20, 2023)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 6 (Mar. 27, 2023)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 7 (Apr. 3, 2023)", + "position": 32, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 8 (Apr. 10, 2023)", + "position": 33, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 9 (Apr. 17, 2023)", + "position": 34, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)", + "position": 35, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 11 (May. 8, 2023)", + "position": 36, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 12 (May. 15, 2023)", + "position": 37, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 13 (May. 22, 2023)", + "position": 38, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 14 (May. 29, 2023)", + "position": 39, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 15 (Jun. 5, 2023)", + "position": 40, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 16 (Jun. 12, 2023)", + "position": 41, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 17 (Jun. 19, 2023)", + "position": 42, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 18 (Jun. 26, 2023)", + "position": 43, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 19 (Jul. 3, 2023)", + "position": 44, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 20 (Jul. 10, 2023)", + "position": 45, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 21 (Jul. 24, 2023)", + "position": 46, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 22 (Jul. 31, 2023)", + "position": 47, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 23 (Aug. 7, 2023)", + "position": 48, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 24 (Aug. 14, 2023)", + "position": 49, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 25 (Aug. 21, 2023)", + "position": 50, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 26 (Aug. 28, 2023)", + "position": 51, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 27 (Sep. 4, 2023)", + "position": 52, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 28 (Sep. 11, 2023)", + "position": 53, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 29 (Sep. 18, 2023)", + "position": 54, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 30 (Sep. 25, 2023)", + "position": 55, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 31 (Oct. 2, 2023)", + "position": 56, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 32 (Oct. 9, 2023)", + "position": 57, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 33 (Oct. 16, 2023)", + "position": 58, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 34 (Oct. 23, 2023)", + "position": 59, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 35 (Oct. 30, 2023)", + "position": 60, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 36 (Nov. 6, 2023)", + "position": 61, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 37 (Nov. 13, 2023)", + "position": 62, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 38 (Nov. 20, 2023)", + "position": 63, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 39 (Nov. 27, 2023)", + "position": 64, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 40 (Dec. 4, 2023)", + "position": 65, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 41 (Dec. 11, 2023)", + "position": 66, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 42 (Dec. 18, 2023)", + "position": 67, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 43 (Dec. 25, 2023)", + "position": 68, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 44 (Jan. 1, 2024)", + "position": 69, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 45 (Jan. 15, 2024)", + "position": 70, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 46 (Jan. 22, 2024)", + "position": 71, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 47 (Jan. 29, 2024)", + "position": 72, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 48 (Feb. 5, 2024)", + "position": 73, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 1 (Feb. 12, 2024)", + "position": 74, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 2 (Feb. 26, 2024)", + "position": 75, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 3 (Mar. 4, 2024)", + "position": 76, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 4 (Mar. 11, 2024)", + "position": 77, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 5 (Mar. 18, 2024)", + "position": 78, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 6 (Mar. 25, 2024)", + "position": 79, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 7 (Apr. 1, 2024)", + "position": 80, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 8 (Apr. 8, 2024)", + "position": 81, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 9 (Apr. 15, 2024)", + "position": 82, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 10 (Apr. 22, 2024)", + "position": 83, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 11 (May. 6, 2024)", + "position": 84, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 12 (May. 13, 2024)", + "position": 85, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 13 (May. 20, 2024)", + "position": 86, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 14 (May. 27, 2024)", + "position": 87, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 15 (Jun. 3, 2024)", + "position": 88, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 16 (Jun. 10, 2024)", + "position": 89, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 17 (Jun. 17, 2024)", + "position": 90, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 18 (Jun. 24, 2024)", + "position": 91, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 19 (Jul. 1, 2024)", + "position": 92, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 20 (Jul. 8, 2024)", + "position": 93, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)--", + "v. 99, no. 37 (2023-11-13); v. 99, no. 48 (2024-02-05); v. 100, no. 2 (2024-02-26)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "Room 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "AUG. 23, 2021-CURRENT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1144777" + } + ], + "updatedAt": 1715286949069, + "publicationStatement": [ + "New York : F-R Pub. Corp., 1925-", + "[New York] : D. Carey", + "[New York] : Condé Nast Publications" + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker)", + "urn:bnum:10833141", + "urn:oclc:1760231", + "urn:lccn:28005329", + "urn:issn:0028-792X", + "urn:identifier:(OCoLC)1760231", + "urn:identifier:(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + ], + "genreForm": [ + "Collections.", + "Directories.", + "Periodicals." + ], + "numCheckinCardItems": [ + 117 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1925" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Literature -- Collections -- Periodicals.", + "Intellectual life.", + "Literature.", + "Electronic journals.", + "New York (N.Y.) -- Intellectual life -- Directories.", + "New York (State) -- New York." + ], + "titleDisplay": [ + "The New Yorker." + ], + "uri": "b10833141", + "lccClassification": [ + "AP2 .N6763" + ], + "placeOfPublication": [ + "New York", + "[New York]" + ], + "titleAlt": [ + "New Yorker", + "The New Yorker" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28-31 cm" + ] + }, + "inner_hits": { + "allItems": { + "hits": { + "total": { + "value": 824, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + } + ] + } + }, + "items": { + "hits": { + "total": { + "value": 705, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 791 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-13", + "lte": "2024-05-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 12" + ], + "enumerationChronology_sort": [ + " 100-2024-05-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-8", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 12 (May. 13, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 790 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-06", + "lte": "2024-05-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 11" + ], + "enumerationChronology_sort": [ + " 100-2024-05-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-9", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 11 (May. 6, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 789 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-22", + "lte": "2024-04-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 10" + ], + "enumerationChronology_sort": [ + " 100-2024-04-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-10", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 10 (Apr. 22, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 788 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-15", + "lte": "2024-04-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 9" + ], + "enumerationChronology_sort": [ + " 100-2024-04-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-11", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 9 (Apr. 15, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 787 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-08", + "lte": "2024-04-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 8" + ], + "enumerationChronology_sort": [ + " 100-2024-04-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-12", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 8 (Apr. 8, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 786 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-01", + "lte": "2024-04-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 7" + ], + "enumerationChronology_sort": [ + " 100-2024-04-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-13", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 7 (Apr. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-04-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 785 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-25", + "lte": "2024-03-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 6" + ], + "enumerationChronology_sort": [ + " 100-2024-03-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-14", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 6 (Mar. 25, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 784 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-18", + "lte": "2024-03-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 5" + ], + "enumerationChronology_sort": [ + " 100-2024-03-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-15", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 5 (Mar. 18, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 766 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-11", + "lte": "2024-03-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 4" + ], + "enumerationChronology_sort": [ + " 100-2024-03-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-33", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 4 (Mar. 11, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 765 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-04", + "lte": "2024-03-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 3" + ], + "enumerationChronology_sort": [ + " 100-2024-03-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-34", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 3 (Mar. 4, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-03-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 783 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-26", + "lte": "2024-02-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 2" + ], + "enumerationChronology_sort": [ + " 100-2024-02-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-16", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 2 (Feb. 26, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-02-26" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 764 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-12", + "lte": "2024-02-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 100 No. 1" + ], + "enumerationChronology_sort": [ + " 100-2024-02-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-35", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 1 (Feb. 12, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-02-12" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 755 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-05", + "lte": "2024-02-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 48" + ], + "enumerationChronology_sort": [ + " 99-2024-02-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-44", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 48 (Feb. 5, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-02-05" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 754 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-29", + "lte": "2024-01-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 47" + ], + "enumerationChronology_sort": [ + " 99-2024-01-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-45", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 47 (Jan. 29, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-29" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 753 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-22", + "lte": "2024-01-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 46" + ], + "enumerationChronology_sort": [ + " 99-2024-01-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-46", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 46 (Jan. 22, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 752 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-15", + "lte": "2024-01-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 45" + ], + "enumerationChronology_sort": [ + " 99-2024-01-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-47", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 45 (Jan. 15, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 751 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-01", + "lte": "2024-01-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 44" + ], + "enumerationChronology_sort": [ + " 99-2024-01-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-48", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 44 (Jan. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2024-01-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 750 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-25", + "lte": "2023-12-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 43" + ], + "enumerationChronology_sort": [ + " 99-2023-12-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-49", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 43 (Dec. 25, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 749 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-18", + "lte": "2023-12-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 42" + ], + "enumerationChronology_sort": [ + " 99-2023-12-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-50", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 42 (Dec. 18, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 748 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-11", + "lte": "2023-12-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 41" + ], + "enumerationChronology_sort": [ + " 99-2023-12-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-51", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 41 (Dec. 11, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 747 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-04", + "lte": "2023-12-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 40" + ], + "enumerationChronology_sort": [ + " 99-2023-12-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-52", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 40 (Dec. 4, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-12-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 746 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-27", + "lte": "2023-11-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 39" + ], + "enumerationChronology_sort": [ + " 99-2023-11-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-53", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 39 (Nov. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 743 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-20", + "lte": "2023-11-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 38" + ], + "enumerationChronology_sort": [ + " 99-2023-11-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-56", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 38 (Nov. 20, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 745 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-13", + "lte": "2023-11-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 37" + ], + "enumerationChronology_sort": [ + " 99-2023-11-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-54", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 37 (Nov. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 742 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-06", + "lte": "2023-11-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 36" + ], + "enumerationChronology_sort": [ + " 99-2023-11-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-57", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 36 (Nov. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-11-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 741 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-30", + "lte": "2023-10-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 35" + ], + "enumerationChronology_sort": [ + " 99-2023-10-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-58", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 35 (Oct. 30, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-30" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 744 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-23", + "lte": "2023-10-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 34" + ], + "enumerationChronology_sort": [ + " 99-2023-10-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-55", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 34 (Oct. 23, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-23" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 734 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-16", + "lte": "2023-10-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 33" + ], + "enumerationChronology_sort": [ + " 99-2023-10-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-65", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 33 (Oct. 16, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-16" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 733 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-09", + "lte": "2023-10-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 32" + ], + "enumerationChronology_sort": [ + " 99-2023-10-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-66", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 32 (Oct. 9, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-09" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 732 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-02", + "lte": "2023-10-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 31" + ], + "enumerationChronology_sort": [ + " 99-2023-10-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-67", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 31 (Oct. 2, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-10-02" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 763 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-25", + "lte": "2023-09-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 30" + ], + "enumerationChronology_sort": [ + " 99-2023-09-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-36", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 30 (Sep. 25, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 740 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-18", + "lte": "2023-09-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 29" + ], + "enumerationChronology_sort": [ + " 99-2023-09-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-59", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 29 (Sep. 18, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 762 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-11", + "lte": "2023-09-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 28" + ], + "enumerationChronology_sort": [ + " 99-2023-09-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-37", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 28 (Sep. 11, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 761 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-04", + "lte": "2023-09-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 27" + ], + "enumerationChronology_sort": [ + " 99-2023-09-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-38", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 27 (Sep. 4, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-09-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 731 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-28", + "lte": "2023-08-28" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 26" + ], + "enumerationChronology_sort": [ + " 99-2023-08-28" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-68", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 26 (Aug. 28, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-28" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 736 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-21", + "lte": "2023-08-21" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 25" + ], + "enumerationChronology_sort": [ + " 99-2023-08-21" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-63", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 25 (Aug. 21, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-21" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 735 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-14", + "lte": "2023-08-14" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 24" + ], + "enumerationChronology_sort": [ + " 99-2023-08-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-64", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 24 (Aug. 14, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-14" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 730 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-07", + "lte": "2023-08-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 23" + ], + "enumerationChronology_sort": [ + " 99-2023-08-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-69", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 23 (Aug. 7, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-08-07" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 739 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-31", + "lte": "2023-07-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 22" + ], + "enumerationChronology_sort": [ + " 99-2023-07-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-60", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 22 (Jul. 31, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-31" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 738 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-24", + "lte": "2023-07-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 21" + ], + "enumerationChronology_sort": [ + " 99-2023-07-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-61", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 21 (Jul. 24, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 737 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-10", + "lte": "2023-07-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 20" + ], + "enumerationChronology_sort": [ + " 99-2023-07-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-62", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 20 (Jul. 10, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 729 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-03", + "lte": "2023-07-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 19" + ], + "enumerationChronology_sort": [ + " 99-2023-07-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-70", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 19 (Jul. 3, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-07-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 728 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-26", + "lte": "2023-06-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 18" + ], + "enumerationChronology_sort": [ + " 99-2023-06-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-71", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 18 (Jun. 26, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-26" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 760 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-19", + "lte": "2023-06-19" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 17" + ], + "enumerationChronology_sort": [ + " 99-2023-06-19" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-39", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 17 (Jun. 19, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-19" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 727 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-12", + "lte": "2023-06-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 16" + ], + "enumerationChronology_sort": [ + " 99-2023-06-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-72", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 16 (Jun. 12, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-12" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 726 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-05", + "lte": "2023-06-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 15" + ], + "enumerationChronology_sort": [ + " 99-2023-06-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-73", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 15 (Jun. 5, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-06-05" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 725 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-29", + "lte": "2023-05-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 14" + ], + "enumerationChronology_sort": [ + " 99-2023-05-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-74", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 14 (May. 29, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-29" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 724 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-22", + "lte": "2023-05-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 13" + ], + "enumerationChronology_sort": [ + " 99-2023-05-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-75", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 13 (May. 22, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 723 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-15", + "lte": "2023-05-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 12" + ], + "enumerationChronology_sort": [ + " 99-2023-05-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-76", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 12 (May. 15, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 722 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-08", + "lte": "2023-05-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 11" + ], + "enumerationChronology_sort": [ + " 99-2023-05-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-77", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 11 (May. 8, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-05-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 721 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-24", + "lte": "2023-05-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 10" + ], + "enumerationChronology_sort": [ + " 99-2023-04-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-78", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 759 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-17", + "lte": "2023-04-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 9" + ], + "enumerationChronology_sort": [ + " 99-2023-04-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-40", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 9 (Apr. 17, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-17" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 758 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-10", + "lte": "2023-04-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 8" + ], + "enumerationChronology_sort": [ + " 99-2023-04-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-41", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 8 (Apr. 10, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 757 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-03", + "lte": "2023-04-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 7" + ], + "enumerationChronology_sort": [ + " 99-2023-04-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-42", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 7 (Apr. 3, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-04-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 756 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-27", + "lte": "2023-03-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 6" + ], + "enumerationChronology_sort": [ + " 99-2023-03-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-43", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 6 (Mar. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 720 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-20", + "lte": "2023-03-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 5" + ], + "enumerationChronology_sort": [ + " 99-2023-03-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-79", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 5 (Mar. 20, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 719 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-13", + "lte": "2023-03-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 4" + ], + "enumerationChronology_sort": [ + " 99-2023-03-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-80", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 4 (Mar. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 718 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-06", + "lte": "2023-03-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 3" + ], + "enumerationChronology_sort": [ + " 99-2023-03-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-81", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 3 (Mar. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-03-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 717 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-02-27", + "lte": "2023-02-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 2" + ], + "enumerationChronology_sort": [ + " 99-2023-02-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-82", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 2 (Feb. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-02-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 716 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-02-13", + "lte": "2023-02-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 99 No. 1" + ], + "enumerationChronology_sort": [ + " 99-2023-02-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-83", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 99 No. 1 (Feb. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + "sort": [ + " 99-2023-02-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 715 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-02-14", + "lte": "2023-02-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 98 No. 1-49" + ], + "enumerationChronology_sort": [ + " 98-2022-02-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-84", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 98, + "lte": 98 + } + ] + }, + "sort": [ + " 98-2022-02-14" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 712 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-02-07", + "lte": "2022-02-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 48" + ], + "enumerationChronology_sort": [ + " 97-2022-02-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-87", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 48 (Feb. 7, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-02-07" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 711 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-31", + "lte": "2022-01-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 47" + ], + "enumerationChronology_sort": [ + " 97-2022-01-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-88", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 47 (Jan. 31, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-31" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 710 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-24", + "lte": "2022-01-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 46" + ], + "enumerationChronology_sort": [ + " 97-2022-01-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-89", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 46 (Jan. 24, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 709 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-10", + "lte": "2022-01-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 45" + ], + "enumerationChronology_sort": [ + " 97-2022-01-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-90", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 45 (Jan. 10, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 708 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-03", + "lte": "2022-01-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "Vol. 97 No. 44" + ], + "enumerationChronology_sort": [ + " 97-2022-01-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-91", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2022-01-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)", + "urn:barcode:33433136742404" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Nov 2020-Feb 8, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + ], + "uri": "i40269792", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136742404" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Nov 2020-Feb 8, 2021)" + ], + "idBarcode": [ + "33433136742404" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 4 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (May-July 2020)", + "urn:barcode:33433136742420" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (May-July 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (May-July 2020)" + ], + "uri": "i40269798", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (May-July 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742420" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (May-July 2020)" + ], + "idBarcode": [ + "33433136742420" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 5 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Feb 17-April 2020)", + "urn:barcode:33433136742438" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Feb 17-April 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + ], + "uri": "i40269804", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742438" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Feb 17-April 2020)" + ], + "idBarcode": [ + "33433136742438" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 6 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Aug-Oct 2020)", + "urn:barcode:33433136742412" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Aug-Oct 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + ], + "uri": "i40269794", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742412" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Aug-Oct 2020)" + ], + "idBarcode": [ + "33433136742412" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 7 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)", + "urn:barcode:33433130033321" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Oct-Nov. 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + ], + "uri": "i40232403", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033321" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Oct-Nov. 2019)" + ], + "idBarcode": [ + "33433130033321" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 8 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (May-July 2019)", + "urn:barcode:33433130033305" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (May-July 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (May-July 2019)" + ], + "uri": "i40232398", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (May-July 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033305" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (May-July 2019)" + ], + "idBarcode": [ + "33433130033305" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 9 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Feb 18-April 2019)", + "urn:barcode:33433130033297" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Feb 18-April 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + ], + "uri": "i40232353", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033297" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Feb 18-April 2019)" + ], + "idBarcode": [ + "33433130033297" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 10 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)", + "urn:barcode:33433130033339" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Dec. 2019-Feb. 10, 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "uri": "i40232406", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433130033339" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "idBarcode": [ + "33433130033339" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 11 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)", + "urn:barcode:33433130033313" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Aug.-Sept. 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + ], + "uri": "i40232401", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033313" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Aug.-Sept. 2019)" + ], + "idBarcode": [ + "33433130033313" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 12 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201161" + } + ], + "enumerationChronology": [ + "v. 94 (Oct.-Nov. 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)", + "urn:barcode:33433128201161" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Oct.-Nov. 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37530724", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128201161" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 13 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (May-June 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (May-June 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201310" + } + ], + "enumerationChronology": [ + "v. 94 (May-June 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (May-June 2018)", + "urn:barcode:33433128201310" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (May-June 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37539307", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128201310" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 14 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (July-Sept. 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (July-Sept. 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201302" + } + ], + "enumerationChronology": [ + "v. 94 (July-Sept. 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (July-Sept. 2018)", + "urn:barcode:33433128201302" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (July-Sept. 2018)", + "status_packed": [ + "status:t||In transit" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37539308", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128201302" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + false + ], + "status": [ + { + "id": "status:t", + "label": "In transit" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 15 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128200965" + } + ], + "enumerationChronology": [ + "v. 94 (Feb. 12-Apr. 30, 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)", + "urn:barcode:33433128200965" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Feb. 12-Apr. 30, 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37529511", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128200965" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 16 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433128200973" + } + ], + "enumerationChronology": [ + "v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)", + "urn:barcode:33433128200973" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Dec. 3, 2018-Feb. 11, 2019)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37529513", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128200973" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 17 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433121911253" + } + ], + "enumerationChronology": [ + "v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)", + "urn:barcode:33433121911253" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Nov. 6, 2017-Feb. 5, 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790458", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911253" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 18 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (May-July 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (May-July 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911105" + } + ], + "enumerationChronology": [ + "v. 93 (May-July 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (May-July 2017)", + "urn:barcode:33433121911105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (May-July 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790460", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911105" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 19 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911246" + } + ], + "enumerationChronology": [ + "v. 93 (Feb. 13-Apr. 24, 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)", + "urn:barcode:33433121911246" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Feb. 13-Apr. 24, 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790455", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911246" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 20 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Aug-Oct 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Aug-Oct 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911097" + } + ], + "enumerationChronology": [ + "v. 93 (Aug-Oct 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Aug-Oct 2017)", + "urn:barcode:33433121911097" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Aug-Oct 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790462", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911097" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 21 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. " + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. " + }, + { + "type": "bf:Barcode", + "value": "33433119892341" + } + ], + "enumerationChronology": [ + "v. 92 (Oct. -Nov. 2016) Inc. " + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. ", + "urn:barcode:33433119892341" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Oct. -Nov. 2016) Inc. ", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36118780", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119892341" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 22 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (May-June 2016)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (May-June 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119855561" + } + ], + "enumerationChronology": [ + "v. 92 (May-June 2016)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (May-June 2016)", + "urn:barcode:33433119855561" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (May-June 2016)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36058799", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119855561" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 23 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (July-Sept. 2016)", + "urn:barcode:33433119872095" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (July-Sept. 2016)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + ], + "uri": "i36060542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119872095" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 92 (July-Sept. 2016)" + ], + "idBarcode": [ + "33433119872095" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 24 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119872103" + } + ], + "enumerationChronology": [ + "v. 92 (Feb. 8-April 25, 2016)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)", + "urn:barcode:33433119872103" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Feb. 8-April 25, 2016)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36060543", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119872103" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 25 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433119892333" + } + ], + "enumerationChronology": [ + "v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)", + "urn:barcode:33433119892333" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Dec. 5, 2016-Feb. 6, 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36118763", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119892333" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 26 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)", + "urn:barcode:33433119872087" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Sept.-Oct. 2015)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2015", + "lte": "2015" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + ], + "uri": "i36060538", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + }, + { + "type": "bf:Barcode", + "value": "33433119872087" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 91 (Sept.-Oct. 2015)" + ], + "idBarcode": [ + "33433119872087" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ] + }, + "sort": [ + " 91-2015" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 27 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2015", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119855579" + } + ], + "enumerationChronology": [ + "v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)", + "urn:barcode:33433119855579" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Nov. 2, 2015- Feb. 1, 2016)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "uri": "i36058800", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119855579" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 91-2015" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 28 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2015", + "lte": "2015" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + }, + { + "type": "bf:Barcode", + "value": "33433119892317" + } + ], + "enumerationChronology": [ + "v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. ", + "urn:barcode:33433119892317" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Mar. 23-Aug. 31, 2015) Inc. ", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "uri": "i36118736", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119892317" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 91-2015" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 29 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102134" + } + ], + "enumerationChronology": [ + "v. 90 (Oct. 6-Dec. 1 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)", + "urn:barcode:33433114102134" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (Oct. 6-Dec. 1 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "uri": "i34327846", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114102134" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 90-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 30 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (May-June 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (May-June 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114101987" + } + ], + "enumerationChronology": [ + "v. 90 (May-June 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (May-June 2014)", + "urn:barcode:33433114101987" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (May-June 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "uri": "i34325260", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114101987" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 90-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 31 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (July-Sept 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (July-Sept 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102084" + } + ], + "enumerationChronology": [ + "v. 90 (July-Sept 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (July-Sept 2014)", + "urn:barcode:33433114102084" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (July-Sept 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "uri": "i34327829", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114102084" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 90-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 32 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102043" + } + ], + "enumerationChronology": [ + "v. 89-90 (Feb. 10-Apr. 28 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)", + "urn:barcode:33433114102043" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089-90 (Feb. 10-Apr. 28 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2014" + ], + "uri": "i34327008", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114102043" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 37 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433110762741" + } + ], + "enumerationChronology": [ + "v. 89 (Jan. 6-Feb. 3, 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)", + "urn:barcode:33433110762741" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Jan. 6-Feb. 3, 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2014" + ], + "uri": "i32414227", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433110762741" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2014" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal82||Schwarzman Building - Main Reading Room 315", + "doc_count": 575 + }, + { + "key": "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108", + "doc_count": 117 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 66 + }, + { + "key": "loc:rcma2||Offsite", + "doc_count": 66 + } + ] + } + }, + "item_format": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 707 + }, + { + "key": "AUG. 23, 2021-CURRENT", + "doc_count": 93 + }, + { + "key": "FEB. 15/22, 2021 - AUG. 16, 2021", + "doc_count": 24 + } + ] + } + }, + "item_status": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 766 + }, + { + "key": "status:i||At bindery", + "doc_count": 41 + }, + { + "key": "status:na||Not available", + "doc_count": 9 + }, + { + "key": "status:co||Loaned", + "doc_count": 5 + }, + { + "key": "status:t||In transit", + "doc_count": 2 + }, + { + "key": "status:m||Missing", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-7ea3d25bc2ad25798190ecc0c6daeb25.json b/test/fixtures/query-7ea3d25bc2ad25798190ecc0c6daeb25.json new file mode 100644 index 00000000..5c37f28b --- /dev/null +++ b/test/fixtures/query-7ea3d25bc2ad25798190ecc0c6daeb25.json @@ -0,0 +1,440 @@ +{ + "body": { + "took": 11, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10015541", + "_score": 15.560745, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Vol. 2 has title: A history and genealogy of the families of Howland, Brown, Follett, Van Dyke, Lamb, Spaulding, and Davidson with related lines of Treat, Botsford, Parker, Burwell, Clark, Andrews, Symmonds, Burnaman, Ashbaugh, and Smith from Holland, England, Scotland, and France to Massachusetts, Connecticut, New York, New Jersey, Ohio, Iowa, Indiana, Nebraska, Kansas, and Texas from \"The Mayflower\" pilgrims in 1620 to the 1980s / by Dorothy Davidson Symmonds.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and indexes.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Pritchard family", + "Rimmer family", + "Jacobs family" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "D. Symmonds" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1985 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "A history and genealogy of the Pritchett, Rimmer, Jacobs, Hamilton, Eldridge, Etheridge, Smith, Brown, and Davidson families from North Carolina, Tennessee, Illinois, Missouri, and Kansas in the early 1800s to 1900s" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "APV (Pritchett) 87-2820" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1985" + ], + "creatorLiteral": [ + "Symmonds, Dorothy." + ], + "idLccn": [ + "85239758" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1985 + ], + "creatorModifiedName": "Dorothy Symmonds", + "idOclc": [ + "NYPG017000068-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Pritchett) 87-2820" + }, + { + "type": "nypl:Bnumber", + "value": "10015541" + }, + { + "type": "nypl:Oclc", + "value": "NYPG017000068-B" + }, + { + "type": "bf:Lccn", + "value": "85239758" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0215498" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711089512041, + "publicationStatement": [ + "Bellaire, Tex. (P.O. Box 26, Bellaire 77401) : D. Symmonds, c1985-" + ], + "identifier": [ + "urn:shelfmark:APV (Pritchett) 87-2820", + "urn:bnum:10015541", + "urn:oclc:NYPG017000068-B", + "urn:lccn:85239758", + "urn:identifier:(WaOLN)nyp0215498" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Pritchard family.", + "Rimmer family.", + "Jacobs family." + ], + "titleDisplay": [ + "A history and genealogy of the Pritchett, Rimmer, Jacobs, Hamilton, Eldridge, Etheridge, Smith, Brown, and Davidson families from North Carolina, Tennessee, Illinois, Missouri, and Kansas in the early 1800s to 1900s / by Dorothy Symmonds." + ], + "uri": "b10015541", + "lccClassification": [ + "CS71.P9615 1985" + ], + "placeOfPublication": [ + "Bellaire, Tex. (P.O. Box 26, Bellaire 77401)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10015541", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APV (Pritchett) 87-2820 v. 2", + "urn:barcode:33433065651741" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "APV (Pritchett) 87-2820" + ], + "shelfMark_sort": "aAPV (Pritchett) 87-2820 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APV (Pritchett) 87-2820 v. 2" + ], + "uri": "i14747616", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Pritchett) 87-2820 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433065651741" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433065651741" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10015541", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APV (Pritchett) 87-2820 v. 1", + "urn:barcode:33433060936147" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "APV (Pritchett) 87-2820" + ], + "shelfMark_sort": "aAPV (Pritchett) 87-2820 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APV (Pritchett) 87-2820 v. 1" + ], + "uri": "i35838326", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Pritchett) 87-2820 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433060936147" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433060936147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 2, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121", + "doc_count": 2 + } + ] + } + }, + "item_format": { + "doc_count": 2, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 2 + } + ] + } + }, + "item_status": { + "doc_count": 2, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 2 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-800804c33f3dd64463efc65de4debe17.json b/test/fixtures/query-800804c33f3dd64463efc65de4debe17.json new file mode 100644 index 00000000..35c8a884 --- /dev/null +++ b/test/fixtures/query-800804c33f3dd64463efc65de4debe17.json @@ -0,0 +1,354 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10628074", + "_score": 15.560745, + "_source": { + "extent": [ + "387 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Diet", + "Diet -- Great Britain", + "Food consumption", + "Food consumption -- Great Britain" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Scolar Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Plenty and want : a social history of diet in England from 1815 to the present day / John Burnett. Rev. ed." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLD 80-944" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Burnett, John, 1925-" + ], + "idLccn": [ + "79322081" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "John Burnett", + "idOclc": [ + "5330384", + "NYPG804170330-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLD 80-944" + }, + { + "type": "nypl:Bnumber", + "value": "10628074" + }, + { + "type": "bf:Isbn", + "value": "0859674614" + }, + { + "type": "nypl:Oclc", + "value": "5330384" + }, + { + "type": "nypl:Oclc", + "value": "NYPG804170330-B" + }, + { + "type": "bf:Lccn", + "value": "79322081" + }, + { + "type": "bf:Identifier", + "value": "NN804170330" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0633800" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)5330384" + } + ], + "updatedAt": 1711304061983, + "publicationStatement": [ + "London : Scolar Press, 1979." + ], + "idIsbn": [ + "0859674614" + ], + "identifier": [ + "urn:shelfmark:JLD 80-944", + "urn:bnum:10628074", + "urn:isbn:0859674614", + "urn:oclc:5330384", + "urn:oclc:NYPG804170330-B", + "urn:lccn:79322081", + "urn:identifier:NN804170330", + "urn:identifier:(WaOLN)nyp0633800", + "urn:identifier:(OCoLC)5330384" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Diet -- Great Britain.", + "Food consumption -- Great Britain." + ], + "titleDisplay": [ + "Plenty and want : a social history of diet in England from 1815 to the present day / John Burnett. Rev. ed." + ], + "uri": "b10628074", + "lccClassification": [ + "TX360.G7 B8 1979" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ], + "idIsbn_clean": [ + "0859674614" + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10628074", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLD 80-944", + "urn:barcode:33433080108636" + ], + "physicalLocation": [ + "JLD 80-944" + ], + "shelfMark_sort": "aJLD 80-000944", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLD 80-944" + ], + "uri": "i15761885", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLD 80-944" + }, + { + "type": "bf:Barcode", + "value": "33433080108636" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433080108636" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 1 + } + ] + } + }, + "item_status": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-83c45ae81dc3330eca3e0e80b07afae1.json b/test/fixtures/query-83c45ae81dc3330eca3e0e80b07afae1.json new file mode 100644 index 00000000..472c582e --- /dev/null +++ b/test/fixtures/query-83c45ae81dc3330eca3e0e80b07afae1.json @@ -0,0 +1,13358 @@ +{ + "body": { + "took": 142, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000061", + "_score": 0, + "_source": { + "extent": [ + "1 ms. score (10 p.) + 1 ms. part (3 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Holographs (?) signed, in ink.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For violin and piano; part incomplete.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Title varies: Hungarian song and dance.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "On t.p.: Given to H H Huss by Maud Powell.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Huss, Henry Holden, 1862-1953", + "Huss, Henry Holden, 1862-1953 -- Manuscripts", + "Violin and piano music", + "Violin and piano music -- Scores and parts" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1888 + ], + "title": [ + "Hungarian melody and dance" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 83-155 no. 189" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1888" + ], + "creatorLiteral": [ + "Matus." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Huss, Henry Holden, 1862-1953.", + "Powell, Maud, 1867-1920." + ], + "dateStartYear": [ + 1888 + ], + "idOclc": [ + "NYPG001000029-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-155 no. 189" + }, + { + "type": "nypl:Bnumber", + "value": "10000061" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000029-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100579" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200060" + } + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "1888." + ], + "identifier": [ + "urn:shelfmark:JPB 83-155 no. 189", + "urn:bnum:10000061", + "urn:oclc:NYPG001000029-C", + "urn:identifier:NNSZ00100579", + "urn:identifier:(WaOLN)nyp0200060" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1888" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Huss, Henry Holden, 1862-1953 -- Manuscripts.", + "Violin and piano music -- Scores and parts." + ], + "titleDisplay": [ + "Hungarian melody and dance / Matus ; arranged by H.H.H. Mazurka caprice / Henry Holden Huss." + ], + "uri": "b10000061", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Hungarian song and dance.", + "Mazurka caprice." + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000061" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000061", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 83-155 no. 189", + "urn:barcode:33433116929518" + ], + "physicalLocation": [ + "JPB 83-155 no. 189" + ], + "shelfMark_sort": "aJPB 83-155 no. 000189", + "catalogItemType_packed": [ + "catalogItemType:8||manuscript music" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Matus.&CallNumber=JPB+83-155+no.+189&Date=1888&Form=30&Genre=manuscript+music&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10000061&ItemISxN=i147463968&ItemNumber=33433116929518&ItemPublisher=1888.&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100000617&Site=LPAMR&Title=Hungarian+melody+and+dance" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 83-155 no. 189" + ], + "uri": "i14746396", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-155 no. 189" + }, + { + "type": "bf:Barcode", + "value": "33433116929518" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "idBarcode": [ + "33433116929518" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:8", + "label": "manuscript music" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000063", + "_score": 0, + "_source": { + "extent": [ + "1 ms. score (2 leaves) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Ms. (in ink) in the hand of Henry Holden Huss.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For one or more voices and piano.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Huss, Henry Holden, 1862-1953", + "Huss, Henry Holden, 1862-1953 -- Manuscripts", + "Songs (Medium voice) with piano", + "Choruses, Secular (Mixed voices, 2 parts) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1862 + ], + "dateEndString": [ + "1953" + ], + "title": [ + "For it's free : our native land" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 83-155 no. 190 " + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1862" + ], + "creatorLiteral": [ + "Proctor, David." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Huss, Henry Holden, 1862-1953." + ], + "dateStartYear": [ + 1862 + ], + "creatorModifiedName": "David Proctor", + "idOclc": [ + "NYPG001000030-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-155 no. 190 " + }, + { + "type": "nypl:Bnumber", + "value": "10000063" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000030-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100580" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200062" + } + ], + "dateEndYear": [ + 1953 + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "[19--?]" + ], + "identifier": [ + "urn:shelfmark:JPB 83-155 no. 190 ", + "urn:bnum:10000063", + "urn:oclc:NYPG001000030-C", + "urn:identifier:NNSZ00100580", + "urn:identifier:(WaOLN)nyp0200062" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1862" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Huss, Henry Holden, 1862-1953 -- Manuscripts.", + "Songs (Medium voice) with piano.", + "Choruses, Secular (Mixed voices, 2 parts) with piano." + ], + "titleDisplay": [ + "For it's free : our native land / music by David Proctor ; author anon." + ], + "uri": "b10000063", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000063" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000063", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 83-155 no. 190", + "urn:barcode:33433116929526" + ], + "physicalLocation": [ + "JPB 83-155 no. 190" + ], + "shelfMark_sort": "aJPB 83-155 no. 000190", + "catalogItemType_packed": [ + "catalogItemType:8||manuscript music" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Proctor%2C+David.&CallNumber=JPB+83-155+no.+190&Date=1862&Form=30&Genre=manuscript+music&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10000063&ItemISxN=i14746397x&ItemNumber=33433116929526&ItemPublisher=%5B19--%3F%5D&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100000630&Site=LPAMR&Title=For+it%27s+free+%3A+our+native+land" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 83-155 no. 190" + ], + "uri": "i14746397", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-155 no. 190" + }, + { + "type": "bf:Barcode", + "value": "33433116929526" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "idBarcode": [ + "33433116929526" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:8", + "label": "manuscript music" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000071", + "_score": 0, + "_source": { + "extent": [ + "1 ms. score ([3] p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Holograph signed, in ink.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For voice and piano.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Gilbert, Henry F. B. 1868-1928", + "Gilbert, Henry F. B. 1868-1928 -- Manuscripts", + "Riley, James Whitcomb, 1849-1916", + "Riley, James Whitcomb, 1849-1916 -- Musical settings", + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1868 + ], + "dateEndString": [ + "1928" + ], + "title": [ + "The treasure of the wise man" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 83-480" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1868" + ], + "creatorLiteral": [ + "Gilbert, Henry F. B. (Henry Franklin Belknap), 1868-1928." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Riley, James Whitcomb, 1849-1916." + ], + "dateStartYear": [ + 1868 + ], + "creatorModifiedName": "Henry Gilbert", + "idOclc": [ + "NYPG001000034-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-480" + }, + { + "type": "nypl:Bnumber", + "value": "10000071" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000034-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100584" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200070" + } + ], + "dateEndYear": [ + 1928 + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "[19--?]" + ], + "identifier": [ + "urn:shelfmark:JPB 83-480", + "urn:bnum:10000071", + "urn:oclc:NYPG001000034-C", + "urn:identifier:NNSZ00100584", + "urn:identifier:(WaOLN)nyp0200070" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1868" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Gilbert, Henry F. B. 1868-1928 -- Manuscripts.", + "Riley, James Whitcomb, 1849-1916 -- Musical settings.", + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "The treasure of the wise man / [words by] James Whitcomb Riley ; [music by] Henry F. Gilbert." + ], + "uri": "b10000071", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000071" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000071", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 83-480" + ], + "physicalLocation": [ + "JPB 83-480" + ], + "shelfMark_sort": "aJPB 83-000480", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Gilbert%2C+Henry+F.+B.+%28Henry+Franklin+Belknap%29%2C+1868-1928.&CallNumber=JPB+83-480&Date=1868&Form=30&Genre=book+non-circ&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10000071&ItemISxN=i147464018&ItemPublisher=%5B19--%3F%5D&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b10000071x&Site=LPAMR&Title=The+treasure+of+the+wise+man" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 83-480" + ], + "uri": "i14746401", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-480" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000077", + "_score": 0, + "_source": { + "extent": [ + "1 ms. score ([3] p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Holograph signed, in ink.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For voice and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At end: Komponirt im September 1892 ; revidirt & ballindet [?] im Mai 1894.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Published in: Sechs Lieder für tiefe Stimme mit Pianofortebegleitung, op. 2, no. 1. Leipzig, New York : Breitkopf & Härtel, c1900.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Paper extremely brittle and badly torn.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Goldmark, Rubin, 1872-1936", + "Goldmark, Rubin, 1872-1936 -- Manuscripts", + "Songs (Low voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1894 + ], + "title": [ + "Blaublümlein : rheinisches Volkslied" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 83-483" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1894" + ], + "creatorLiteral": [ + "Goldmark, Rubin, 1872-1936." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1894 + ], + "creatorModifiedName": "Rubin Goldmark", + "idOclc": [ + "NYPG001000037-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-483" + }, + { + "type": "nypl:Bnumber", + "value": "10000077" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000037-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100587" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200076" + } + ], + "uniformTitle": [ + "Lieder, op. 2. Blaublümlein" + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "1894 May." + ], + "identifier": [ + "urn:shelfmark:JPB 83-483", + "urn:bnum:10000077", + "urn:oclc:NYPG001000037-C", + "urn:identifier:NNSZ00100587", + "urn:identifier:(WaOLN)nyp0200076" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1894" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Goldmark, Rubin, 1872-1936 -- Manuscripts.", + "Songs (Low voice) with piano." + ], + "titleDisplay": [ + "Blaublümlein : rheinisches Volkslied / Rubin Goldmark." + ], + "uri": "b10000077", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Lieder, op. 2. Blaublümlein" + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 0, + "b10000077" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000077", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 83-483" + ], + "physicalLocation": [ + "JPB 83-483" + ], + "shelfMark_sort": "aJPB 83-000483", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Goldmark%2C+Rubin%2C+1872-1936.&CallNumber=JPB+83-483&Date=1894&Form=30&Genre=book+non-circ&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10000077&ItemISxN=i147464043&ItemPublisher=1894+May.&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100000770&Site=LPAMR&Title=Blaubl%C3%BCmlein+%3A+rheinisches+Volkslied" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 83-483" + ], + "uri": "i14746404", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-483" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000079", + "_score": 0, + "_source": { + "extent": [ + "1 ms. score ([3] p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Holograph, in ink.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For voice and piano.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "English and German words.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Goldmark, Rubin, 1872-1936", + "Goldmark, Rubin, 1872-1936 -- Manuscripts", + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1872 + ], + "dateEndString": [ + "1936" + ], + "title": [ + "The forest has its birds of song" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 83-484" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1872" + ], + "creatorLiteral": [ + "Goldmark, Rubin, 1872-1936." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1872 + ], + "creatorModifiedName": "Rubin Goldmark", + "idOclc": [ + "NYPG001000038-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-484" + }, + { + "type": "nypl:Bnumber", + "value": "10000079" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000038-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100588" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200078" + } + ], + "dateEndYear": [ + 1936 + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "[18--?]" + ], + "identifier": [ + "urn:shelfmark:JPB 83-484", + "urn:bnum:10000079", + "urn:oclc:NYPG001000038-C", + "urn:identifier:NNSZ00100588", + "urn:identifier:(WaOLN)nyp0200078" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1872" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Goldmark, Rubin, 1872-1936 -- Manuscripts.", + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "The forest has its birds of song / [Rubin Goldmark]." + ], + "uri": "b10000079", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 0, + "b10000079" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000079", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 83-484" + ], + "physicalLocation": [ + "JPB 83-484" + ], + "shelfMark_sort": "aJPB 83-000484", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Goldmark%2C+Rubin%2C+1872-1936.&CallNumber=JPB+83-484&Date=1872&Form=30&Genre=book+non-circ&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10000079&ItemISxN=i147464055&ItemPublisher=%5B18--%3F%5D&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100000794&Site=LPAMR&Title=The+forest+has+its+birds+of+song" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 83-484" + ], + "uri": "i14746405", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-484" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000084", + "_score": 0, + "_source": { + "extent": [ + "1 ms. score ([2] leaves) ; 1 ms. part ([1] leaf) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Holograph, in ink.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Published in: A group of songs, op. 1-2. Boston: Boston Music Co., c1896.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Accompanied by text (holograph, 2 leaves, 26 cm.) dated June 27th, 1889.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Gow, George Coleman, 1860-1938", + "Gow, George Coleman, 1860-1938 -- Manuscripts", + "Songs (Medium voice) with instrumental ensemble", + "Songs (Medium voice) with instrumental ensemble -- Scores and parts" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1890 + ], + "title": [ + "Slumber song : violin, voice, and pianoforte" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JPB 83-488" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1890" + ], + "creatorLiteral": [ + "Gow, George Coleman, 1860-1938." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1890 + ], + "creatorModifiedName": "George Gow", + "idOclc": [ + "NYPG001000041-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-488" + }, + { + "type": "nypl:Bnumber", + "value": "10000084" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000041-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100591" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200083" + } + ], + "updatedAt": 1712852430180, + "publicationStatement": [ + "1890 Mar. 10." + ], + "identifier": [ + "urn:shelfmark:JPB 83-488", + "urn:bnum:10000084", + "urn:oclc:NYPG001000041-C", + "urn:identifier:NNSZ00100591", + "urn:identifier:(WaOLN)nyp0200083" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1890" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Gow, George Coleman, 1860-1938 -- Manuscripts.", + "Songs (Medium voice) with instrumental ensemble -- Scores and parts." + ], + "titleDisplay": [ + "Slumber song : violin, voice, and pianoforte / by G. C. Gow." + ], + "uri": "b10000084", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "35 cm. + 27 cm." + ] + }, + "sort": [ + 0, + "b10000084" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000084", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:u||Supervised use" + ], + "identifier": [ + "urn:shelfmark:JPB 83-488" + ], + "physicalLocation": [ + "JPB 83-488" + ], + "shelfMark_sort": "aJPB 83-000488", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Gow%2C+George+Coleman%2C+1860-1938.&CallNumber=JPB+83-488&Date=1890&Form=30&Genre=book+non-circ&ItemInfo1=Supervised+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10000084&ItemISxN=i147464080&ItemPublisher=1890+Mar.+10.&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100000848&Site=LPAMR&Title=Slumber+song+%3A+violin%2C+voice%2C+and+pianoforte" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JPB 83-488" + ], + "uri": "i14746408", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JPB 83-488" + } + ], + "holdingLocation_packed": [ + "loc:pam38||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:pam38", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000284", + "_score": 0, + "_source": { + "extent": [ + "20, 429 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Reprint of the 1826 ed., published by Dar al-Inṭibāʻ-i Dār al-Salṭanah, Tabrīz.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Iran", + "Iran -- History", + "Iran -- History -- Qajar dynasty, 1794-1925", + "Iran -- Foreign relations", + "Iran -- Foreign relations -- Russia", + "Russia", + "Russia -- Foreign relations", + "Russia -- Foreign relations -- Iran" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i Ibn Sīnā" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "dateEndString": [ + "1826" + ], + "title": [ + "Maʼā̲sir-i sulṭānīyah, tārīkh-i janǵhā-yi Īrān va Rūs." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMZ 82-4274" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Maftūn Dunbulī, ʻAbd al-Razzāq, 1762 or 3-1827 or 8." + ], + "idLccn": [ + "74216823" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ṣadrī Afshār, Ghulām Ḥusayn." + ], + "dateStartYear": [ + 1972 + ], + "idOclc": [ + "NYPG001000237-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 82-4274" + }, + { + "type": "nypl:Bnumber", + "value": "10000284" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000237-B" + }, + { + "type": "bf:Lccn", + "value": "74216823" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100237" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200283" + } + ], + "dateEndYear": [ + 1826 + ], + "updatedAt": 1711501788035, + "publicationStatement": [ + "[Tihrān] Intishārāt-i Ibn Sīnā, 1351 [1972]" + ], + "identifier": [ + "urn:shelfmark:*OMZ 82-4274", + "urn:bnum:10000284", + "urn:oclc:NYPG001000237-B", + "urn:lccn:74216823", + "urn:identifier:NNSZ00100237", + "urn:identifier:(WaOLN)nyp0200283" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Iran -- History -- Qajar dynasty, 1794-1925.", + "Iran -- Foreign relations -- Russia.", + "Russia -- Foreign relations -- Iran." + ], + "titleDisplay": [ + "Maʼā̲sir-i sulṭānīyah, tārīkh-i janǵhā-yi Īrān va Rūs. A̲sar-i ʻAbd al-Razzāq Maftūn Dunbulī. Bā muqaddamah va fihristhā bi-ihtimām-i Ghulām Ḥusayn Ṣadrī Afshār." + ], + "uri": "b10000284", + "lccClassification": [ + "DS302 .M33 1972" + ], + "placeOfPublication": [ + "[Tihrān]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000284" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000284", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMZ 82-4274", + "urn:barcode:33433014539161" + ], + "physicalLocation": [ + "*OMZ 82-4274" + ], + "shelfMark_sort": "a*OMZ 82-004274", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMZ 82-4274" + ], + "uri": "i10942064", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 82-4274" + }, + { + "type": "bf:Barcode", + "value": "33433014539161" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014539161" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000348", + "_score": 0, + "_source": { + "extent": [ + "[28], 573 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. [7-10] (1st group)", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Iran", + "Iran -- Description and travel" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Mīrzā Ḥabīb Allāh" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1879 + ], + "dateEndString": [ + "1880" + ], + "title": [ + "Kitāb-i mustaṭāb-i ganj-i dānish" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ONA+ 82-2677" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1879" + ], + "creatorLiteral": [ + "Muʻtamid al-Sulṭān, Muḥammad Taqī khān Ḥakīm, mutakhalliṣ bih Ḥakīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1879 + ], + "idOclc": [ + "NYPG001000301-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONA+ 82-2677" + }, + { + "type": "nypl:Bnumber", + "value": "10000348" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000301-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100301" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200347" + } + ], + "dateEndYear": [ + 1880 + ], + "updatedAt": 1711231369937, + "publicationStatement": [ + "Ṭihrān : Mīrzā Ḥabīb Allāh, 1305 [1879 or 1880]" + ], + "identifier": [ + "urn:shelfmark:*ONA+ 82-2677", + "urn:bnum:10000348", + "urn:oclc:NYPG001000301-B", + "urn:identifier:NNSZ00100301", + "urn:identifier:(WaOLN)nyp0200347" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1879" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Iran -- Description and travel." + ], + "titleDisplay": [ + "Kitāb-i mustaṭāb-i ganj-i dānish / az taʼlīfāt-i Muʻtamid al-Sulṭān Muḥammad Taqī Khān mutikhalliṣ bih Ḥakīm ; bi-saʻī va ihtimām-i Mullā Maḥmūd va Mullā Rizā Kitābfurūsh." + ], + "uri": "b10000348", + "placeOfPublication": [ + "Ṭihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Ganj-i dānish." + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 0, + "b10000348" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000348", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*ONA+ 82-2677 ", + "urn:barcode:33433059840763" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*ONA+ 82-2677 " + ], + "shelfMark_sort": "a*ONA+ 82-2677 ", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ONA+ 82-2677 " + ], + "uri": "i13783848", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONA+ 82-2677 " + }, + { + "type": "bf:Barcode", + "value": "33433059840763" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433059840763" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000548", + "_score": 0, + "_ignored": [ + "title.keyword", + "title.keywordLowercased", + "title.keywordLowercasedStripped" + ], + "_source": { + "extent": [ + "89 p. : ill., port. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "United States Lawn Tennis Association", + "Tennis", + "Tennis -- Rules" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wright & Ditson" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1889 + ], + "title": [ + "Official lawn tennis rules as adopted by the United States National Lawn Tennis Association, containing also the constitution and by-laws, list of officers and clubs in the association, cases and decisions, rules for umpires, and the Bagnal wild system of drawing, by James Dwight ..." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*Z-3414 no. 4" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1889" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "United States Lawn Tennis Association." + ], + "dateStartYear": [ + 1889 + ], + "idOclc": [ + "NYPG001000505-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3414 no. 4" + }, + { + "type": "nypl:Bnumber", + "value": "10000548" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000505-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100505" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200547" + } + ], + "updatedAt": 1711222563193, + "publicationStatement": [ + "Boston, Mass. : Wright & Ditson, 1889." + ], + "identifier": [ + "urn:shelfmark:*Z-3414 no. 4", + "urn:bnum:10000548", + "urn:oclc:NYPG001000505-B", + "urn:identifier:NNSZ00100505", + "urn:identifier:(WaOLN)nyp0200547" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1889" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "United States Lawn Tennis Association.", + "Tennis -- Rules." + ], + "titleDisplay": [ + "Official lawn tennis rules [microform] : as adopted by the United States National Lawn Tennis Association, containing also the constitution and by-laws, list of officers and clubs in the association, cases and decisions, rules for umpires, and the Bagnal wild system of drawing, by James Dwight ..." + ], + "uri": "b10000548", + "placeOfPublication": [ + "Boston, Mass." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "16 cm." + ] + }, + "sort": [ + 0, + "b10000548" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000548", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-3414 no. 1-16", + "urn:barcode:33433107825220" + ], + "physicalLocation": [ + "*Z-3414" + ], + "shelfMark_sort": "a*Z-3414 no. 000001-16", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-3414 no. 1-16" + ], + "uri": "i30112243", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3414 no. 1-16" + }, + { + "type": "bf:Barcode", + "value": "33433107825220" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-16" + ], + "idBarcode": [ + "33433107825220" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 16 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000574", + "_score": 0, + "_source": { + "extent": [ + "xii, 56 p." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "J. Maisonneuve" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1891 + ], + "title": [ + "Les hymnes rohitas Livre XIII de l'Atharva-Véda" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-180 no. 10" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1891" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Henry, Victor, 1850-1907." + ], + "dateStartYear": [ + 1891 + ], + "idOclc": [ + "NYPG001000531-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-180 no. 10" + }, + { + "type": "nypl:Bnumber", + "value": "10000574" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000531-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100531" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200573" + } + ], + "uniformTitle": [ + "Vedas. Atharvaveda. French. Selections." + ], + "updatedAt": 1711385190495, + "publicationStatement": [ + "Paris, J. Maisonneuve, 1891." + ], + "identifier": [ + "urn:shelfmark:*ZO-180 no. 10", + "urn:bnum:10000574", + "urn:oclc:NYPG001000531-B", + "urn:identifier:NNSZ00100531", + "urn:identifier:(WaOLN)nyp0200573" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1891" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Les hymnes rohitas [microform] Livre XIII de l'Atharva-Véda, traduit et commenté par Victor Henry." + ], + "uri": "b10000574", + "placeOfPublication": [ + "Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "8̕." + ] + }, + "sort": [ + 0, + "b10000574" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000574", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-180 11 misc oriental titles", + "urn:barcode:33433105673077" + ], + "physicalLocation": [ + "*ZO-180" + ], + "shelfMark_sort": "a*ZO-180 11 misc oriental titles", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-180 11 misc oriental titles" + ], + "uri": "i30080033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-180 11 misc oriental titles" + }, + { + "type": "bf:Barcode", + "value": "33433105673077" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "11 misc oriental titles" + ], + "idBarcode": [ + "33433105673077" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000575", + "_score": 0, + "_source": { + "extent": [ + "23 p." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sloman, Jane, 1824-", + "Pianists", + "Pianists -- England", + "Pianists -- England -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dutton and Wentworth" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1841 + ], + "title": [ + "A Biographical sketch of Jane Sloman, the celebrated pianiste" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZB-1040" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1841" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1841 + ], + "idOclc": [ + "NYPG001000532-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZB-1040" + }, + { + "type": "nypl:Bnumber", + "value": "10000575" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000532-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100532" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200574" + } + ], + "updatedAt": 1711104987741, + "publicationStatement": [ + "Boston : Dutton and Wentworth, 1841." + ], + "identifier": [ + "urn:shelfmark:*ZB-1040", + "urn:bnum:10000575", + "urn:oclc:NYPG001000532-B", + "urn:identifier:NNSZ00100532", + "urn:identifier:(WaOLN)nyp0200574" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1841" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sloman, Jane, 1824-", + "Pianists -- England -- Biography." + ], + "titleDisplay": [ + "A Biographical sketch of Jane Sloman, the celebrated pianiste [microform]." + ], + "uri": "b10000575", + "placeOfPublication": [ + "Boston" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 0, + "b10000575" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000575", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*ZB-1040" + ], + "physicalLocation": [ + "*ZB-1040" + ], + "shelfMark_sort": "a*ZB-001040", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZB-1040" + ], + "uri": "i17446753", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZB-1040" + } + ], + "holdingLocation_packed": [ + "loc:pam32||Performing Arts Research Collections - Music" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pam32", + "label": "Performing Arts Research Collections - Music" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000576", + "_score": 0, + "_source": { + "extent": [ + "xxviii, 469 p. illus., maps (part fold.)" + ], + "note": [ + { + "noteType": "Note", + "label": "First published under title: A history of Egypt under the Pharaohs.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Egypt", + "Egypt -- History", + "Egypt -- History -- To 332 B.C" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "J. Murray" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1891 + ], + "title": [ + "Egypt under the Pharaohs a history derived entirely from the monuments." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-185 no. 5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1891" + ], + "creatorLiteral": [ + "Brugsch, Heinrich, 1827-1894." + ], + "idLccn": [ + "49042562" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1891 + ], + "creatorModifiedName": "Heinrich Brugsch", + "idOclc": [ + "NYPG001000533-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-185 no. 5" + }, + { + "type": "nypl:Bnumber", + "value": "10000576" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000533-B" + }, + { + "type": "bf:Lccn", + "value": "49042562" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100533" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200575" + } + ], + "updatedAt": 1711157137525, + "publicationStatement": [ + "London, J. Murray, 1891." + ], + "identifier": [ + "urn:shelfmark:*ZO-185 no. 5", + "urn:bnum:10000576", + "urn:oclc:NYPG001000533-B", + "urn:lccn:49042562", + "urn:identifier:NNSZ00100533", + "urn:identifier:(WaOLN)nyp0200575" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1891" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Egypt -- History -- To 332 B.C." + ], + "titleDisplay": [ + "Egypt under the Pharaohs [microform] a history derived entirely from the monuments." + ], + "uri": "b10000576", + "lccClassification": [ + "DT83 .89 1891" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000576" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000576", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-185 5 misc oriental titles", + "urn:barcode:33433105673168" + ], + "physicalLocation": [ + "*ZO-185" + ], + "shelfMark_sort": "a*ZO-185 5 misc oriental titles", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-185 5 misc oriental titles" + ], + "uri": "i30080739", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-185 5 misc oriental titles" + }, + { + "type": "bf:Barcode", + "value": "33433105673168" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "5 misc oriental titles" + ], + "idBarcode": [ + "33433105673168" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000578", + "_score": 0, + "_source": { + "extent": [ + "vi, 285 p. illus." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hindustani language", + "Hindustani language -- Glossaries, vocabularies, etc", + "Agriculture", + "Agriculture -- Terminology" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Supt. of Govt. Printing" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1888 + ], + "title": [ + "A rural and agricultural glossary for the N.-W. provinces and Oudh" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-187 no. 6" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1888" + ], + "creatorLiteral": [ + "Crooke, William, 1848-1923." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1888 + ], + "creatorModifiedName": "William Crooke", + "idOclc": [ + "NYPG001000535-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-187 no. 6" + }, + { + "type": "nypl:Bnumber", + "value": "10000578" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000535-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100535" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200577" + } + ], + "updatedAt": 1711090639793, + "publicationStatement": [ + "Calcutta, Supt. of Govt. Printing, 1888." + ], + "identifier": [ + "urn:shelfmark:*ZO-187 no. 6", + "urn:bnum:10000578", + "urn:oclc:NYPG001000535-B", + "urn:identifier:NNSZ00100535", + "urn:identifier:(WaOLN)nyp0200577" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1888" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hindustani language -- Glossaries, vocabularies, etc.", + "Agriculture -- Terminology." + ], + "titleDisplay": [ + "A rural and agricultural glossary for the N.-W. provinces and Oudh [microform] [By] William Crooke." + ], + "uri": "b10000578", + "placeOfPublication": [ + "Calcutta" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "4̕." + ] + }, + "sort": [ + 0, + "b10000578" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000578", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-187 9 misc oriental titles", + "urn:barcode:33433105673309" + ], + "physicalLocation": [ + "*ZO-187" + ], + "shelfMark_sort": "a*ZO-187 9 misc oriental titles", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-187 9 misc oriental titles" + ], + "uri": "i30081049", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-187 9 misc oriental titles" + }, + { + "type": "bf:Barcode", + "value": "33433105673309" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "9 misc oriental titles" + ], + "idBarcode": [ + "33433105673309" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000985", + "_score": 0, + "_source": { + "extent": [ + "22, 460 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Reprint of the 1884 ed. published in Lahore.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Urdu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Lahore (Pakistan)", + "Lahore (Pakistan) -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Majlis-i Taraqqī-i Adab" + ], + "language": [ + { + "id": "lang:urd", + "label": "Urdu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "dateEndString": [ + "1884" + ], + "title": [ + "Tārīkh-i Lāhaur" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTY 82-4463" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "KanhaiyyĀ Lāl Hindī, 1830-1888." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Fāiq, Kalb ʻAlī Khān." + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "NYPG002000395-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTY 82-4463" + }, + { + "type": "nypl:Bnumber", + "value": "10000985" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000395-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00200995" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200984" + } + ], + "dateEndYear": [ + 1884 + ], + "updatedAt": 1711578308882, + "publicationStatement": [ + "Lāhau : Majlis-i Taraqqī-i Adab, 1977." + ], + "identifier": [ + "urn:shelfmark:*OKTY 82-4463", + "urn:bnum:10000985", + "urn:oclc:NYPG002000395-B", + "urn:identifier:NNSZ00200995", + "urn:identifier:(WaOLN)nyp0200984" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Lahore (Pakistan) -- History." + ], + "titleDisplay": [ + "Tārīkh-i Lāhaur / muṣannifah-yi Kanhaiyyā Lāl Hindī ;murattabah-yi Kalb ʻalī Khān Fāʼiq." + ], + "uri": "b10000985", + "placeOfPublication": [ + "Lāhau" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000985" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000985", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTY 82-4463", + "urn:barcode:33433011242603" + ], + "physicalLocation": [ + "*OKTY 82-4463" + ], + "shelfMark_sort": "a*OKTY 82-004463", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTY 82-4463" + ], + "uri": "i10000619", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTY 82-4463" + }, + { + "type": "bf:Barcode", + "value": "33433011242603" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011242603" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001056", + "_score": 0, + "_source": { + "extent": [ + "67 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.l." + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1900 + ], + "dateEndString": [ + "1983" + ], + "title": [ + "Buḥūr al-ḥikmah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-243 no. 1" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1900" + ], + "creatorLiteral": [ + "Baháʼuʼlláh, 1817-1892." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1900 + ], + "idOclc": [ + "NYPG002000467-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-243 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "10001056" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000467-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201067" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201055" + } + ], + "dateEndYear": [ + 1983 + ], + "updatedAt": 1711113994800, + "publicationStatement": [ + "[New Delhi? : s.l., 19-]" + ], + "identifier": [ + "urn:shelfmark:*ZO-243 no. 1", + "urn:bnum:10001056", + "urn:oclc:NYPG002000467-B", + "urn:identifier:NNSZ00201067", + "urn:identifier:(WaOLN)nyp0201055" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1900" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Buḥūr al-ḥikmah [microform]." + ], + "uri": "b10001056", + "placeOfPublication": [ + "[New Delhi?" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "14 cm." + ] + }, + "sort": [ + 0, + "b10001056" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001056", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-243 11 Arabic titles", + "urn:barcode:33433105673531" + ], + "physicalLocation": [ + "*ZO-243" + ], + "shelfMark_sort": "a*ZO-243 11 Arabic titles", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-243 11 Arabic titles" + ], + "uri": "i30081267", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-243 11 Arabic titles" + }, + { + "type": "bf:Barcode", + "value": "33433105673531" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "11 Arabic titles" + ], + "idBarcode": [ + "33433105673531" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001080", + "_score": 0, + "_source": { + "extent": [ + "577 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"The first printed book in Malayalam\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Facsimile reproduction of old Malayalam and transcription, paraphrase, and notes in modern Malayalam, on opposite pages.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Original t.p. reads: Nasṟāṇikaḷ okkakkuṃ aṟiyeṇṭunna saṅkṣepavedārtthaṃ=Compendiosa legis explanatio omnibus Christianis scitu necessaria. Malabarico idiomate. Romāyilninn Miśihā pirṟannīṭṭ 1772 śṟȧṣṭa melpaṭṭakkāraruṭe anuvādattāl=Romae An. A nativit. Christi 1772, praisidum facultate\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Catholic Church. Syro-Malabar rite", + "Christianity", + "Christianity -- Philosophy" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ḍi. Ṣi. Buks ; Kārmel Pabḷiṣiṅg Senṟar" + ], + "language": [ + { + "id": "lang:mal", + "label": "Malayalam" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "1772" + ], + "title": [ + "Saṅkṣēpavēdartthaṃ : tṟānsliṯṯaṟēṣanuṃ parāvarttanavuṃ vyākhayānavuṃ ataṅṅiya putiya patipp" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLD 84-299" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Piyāniyas, Kḷemanṟ, 1731-1782." + ], + "idLccn": [ + "82904075" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Choondal, Chummar, 1940-", + "Mathew, Ulakamthara." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG002000491-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-299" + }, + { + "type": "nypl:Bnumber", + "value": "10001080" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000491-B" + }, + { + "type": "bf:Lccn", + "value": "82904075" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201091" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201079" + } + ], + "dateEndYear": [ + 1772 + ], + "updatedAt": 1711256114731, + "publicationStatement": [ + "Kōṭṭayaṃ : Ḍi. Ṣi. Buks ; Tiruvanantapuraṃ : Kārmel Pabḷiṣiṅg Senṟar, 1980." + ], + "identifier": [ + "urn:shelfmark:*OLD 84-299", + "urn:bnum:10001080", + "urn:oclc:NYPG002000491-B", + "urn:lccn:82904075", + "urn:identifier:NNSZ00201091", + "urn:identifier:(WaOLN)nyp0201079" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Catholic Church. Syro-Malabar rite.", + "Christianity -- Philosophy." + ], + "titleDisplay": [ + "Saṅkṣēpavēdartthaṃ : tṟānsliṯṯaṟēṣanuṃ parāvarttanavuṃ vyākhayānavuṃ ataṅṅiya putiya patipp / Kḷemanṟ Piyāniyas = Samkshepa vedartham / by Clement Pianius ; introduction by Chummar Choondel ; commentary by Mathew Ulakamthara." + ], + "uri": "b10001080", + "placeOfPublication": [ + "Kōṭṭayaṃ : Tiruvanantapuraṃ" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10001080" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001080", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLD 84-299", + "urn:barcode:33433011099029" + ], + "physicalLocation": [ + "*OLD 84-299" + ], + "shelfMark_sort": "a*OLD 84-000299", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLD 84-299" + ], + "uri": "i10000682", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLD 84-299" + }, + { + "type": "bf:Barcode", + "value": "33433011099029" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011099029" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001550", + "_score": 0, + "_source": { + "extent": [ + "1 v. (no paging) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Colophon title.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Shīʻah", + "Shīʻah -- Doctrines" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Chāpkhānah-ʼi Ḥajī ʻAbd al-Ḥamīd" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1850 + ], + "dateEndString": [ + "1851" + ], + "title": [ + "[Zubdat al-maʻārif" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGI+ 82-3286" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1850" + ], + "creatorLiteral": [ + "Iṣfahānī, Mullā ʻAlī Akbar." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1850 + ], + "idOclc": [ + "NYPG002000985-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI+ 82-3286" + }, + { + "type": "nypl:Bnumber", + "value": "10001550" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000985-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201585" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201548" + } + ], + "dateEndYear": [ + 1851 + ], + "updatedAt": 1711657940244, + "publicationStatement": [ + "[Tihrān?] : Chāpkhānah-ʼi Ḥajī ʻAbd al-Ḥamīd, 1267 [1850 or 1851]" + ], + "identifier": [ + "urn:shelfmark:*OGI+ 82-3286", + "urn:bnum:10001550", + "urn:oclc:NYPG002000985-B", + "urn:identifier:NNSZ00201585", + "urn:identifier:(WaOLN)nyp0201548" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1850" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Shīʻah -- Doctrines." + ], + "titleDisplay": [ + "[Zubdat al-maʻārif / Ākhund Mullā ʻAlī Akbar Iṣfahānī]." + ], + "uri": "b10001550", + "placeOfPublication": [ + "[Tihrān?]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "34 cm." + ] + }, + "sort": [ + 0, + "b10001550" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001550", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGI+ 82-3286", + "urn:barcode:33433058659826" + ], + "physicalLocation": [ + "*OGI+ 82-3286" + ], + "shelfMark_sort": "a*OGI+ 82-003286", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGI+ 82-3286" + ], + "uri": "i13784096", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI+ 82-3286" + }, + { + "type": "bf:Barcode", + "value": "33433058659826" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058659826" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001735", + "_score": 0, + "_source": { + "extent": [ + "2 v. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Handbooks, vade-mecums, etc", + "Middle East", + "Middle East -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1873 + ], + "title": [ + "Nuzhat al-jalīs wa-munyat al-adīb al-anīs" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-158 no. 9" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1873" + ], + "creatorLiteral": [ + "Mūsawī, al-ʻAbbās ibn ʻAlī, active 1735." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1873 + ], + "idOclc": [ + "NYPG002001170-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-158 no. 9" + }, + { + "type": "nypl:Bnumber", + "value": "10001735" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001170-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201770" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201733" + } + ], + "updatedAt": 1711655033536, + "publicationStatement": [ + "[al-Qāhirah : s.n, 1873?]" + ], + "identifier": [ + "urn:shelfmark:*ZO-158 no. 9", + "urn:bnum:10001735", + "urn:oclc:NYPG002001170-B", + "urn:identifier:NNSZ00201770", + "urn:identifier:(WaOLN)nyp0201733" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1873" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Handbooks, vade-mecums, etc.", + "Middle East -- Biography." + ], + "titleDisplay": [ + "Nuzhat al-jalīs wa-munyat al-adīb al-anīs [microform] / taʼlīf al-ʻAbbās ibn ʻAlī ibn Nūr al-Dīn al-Makkī al-Ḥusaynī al-Mūsawī." + ], + "uri": "b10001735", + "placeOfPublication": [ + "[al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "8̕." + ] + }, + "sort": [ + 0, + "b10001735" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001735", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-158 no. 1-10", + "urn:barcode:33433098135548" + ], + "physicalLocation": [ + "*ZO-158" + ], + "shelfMark_sort": "a*ZO-158 no. 000001-10", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-158 no. 1-10" + ], + "uri": "i30154976", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-158 no. 1-10" + }, + { + "type": "bf:Barcode", + "value": "33433098135548" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-10" + ], + "idBarcode": [ + "33433098135548" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 10 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001747", + "_score": 0, + "_source": { + "extent": [ + "8, 148 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "On margin: Aṭbāq al-dhahab / ʻAbd al-Muʼmin al-Maghribī.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Middle East", + "Middle East -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Maṭbaʻah al-ʻĀmirah al-Sharafīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1890 + ], + "title": [ + "Tuḥfat ahl al-fukāhah fī al-munādamah wa-al-nazāhah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-158 no. 10" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1890" + ], + "creatorLiteral": [ + "Muḥammad Saʻd ibn Muḥammad Saʻd al-Miṣrī." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maghribī, ʻAbd al-Muʼmin.", + "Schiff Collection." + ], + "dateStartYear": [ + 1890 + ], + "idOclc": [ + "NYPG002001182-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-158 no. 10" + }, + { + "type": "nypl:Bnumber", + "value": "10001747" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001182-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201782" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201745" + } + ], + "updatedAt": 1711329690438, + "publicationStatement": [ + "al-Qāhirah : al-Maṭbaʻah al-ʻĀmirah al-Sharafīyah, 1307 [1890]" + ], + "identifier": [ + "urn:shelfmark:*ZO-158 no. 10", + "urn:bnum:10001747", + "urn:oclc:NYPG002001182-B", + "urn:identifier:NNSZ00201782", + "urn:identifier:(WaOLN)nyp0201745" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1890" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Middle East -- Biography." + ], + "titleDisplay": [ + "Tuḥfat ahl al-fukāhah [microform] : fī al-munādamah wa-al-nazāhah / li-Muḥammad Afandī Saʻd." + ], + "uri": "b10001747", + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "8 degrees." + ] + }, + "sort": [ + 0, + "b10001747" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001747", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-158 no. 1-10", + "urn:barcode:33433098135548" + ], + "physicalLocation": [ + "*ZO-158" + ], + "shelfMark_sort": "a*ZO-158 no. 000001-10", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-158 no. 1-10" + ], + "uri": "i30154976", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-158 no. 1-10" + }, + { + "type": "bf:Barcode", + "value": "33433098135548" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-10" + ], + "idBarcode": [ + "33433098135548" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 10 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001936", + "_score": 0, + "_source": { + "extent": [ + "400 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Publication date from cover.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Also available on microform;", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Armenian.", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Microfilmed;", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Armenians", + "Armenians -- Iran", + "Armenians -- Iran -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tparan Hovhannu Tēr-Abrahamian" + ], + "language": [ + { + "id": "lang:arm", + "label": "Armenian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1891 + ], + "title": [ + "Niwtʻer azgayin patmutʻian hamar Ereveli hay kazunkʻ ; Parskastan" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ONR 84-743" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1891" + ], + "creatorLiteral": [ + "Shermazanian, Galust." + ], + "numElectronicResources": [ + 1 + ], + "dateStartYear": [ + 1891 + ], + "creatorModifiedName": "Galust Shermazanian", + "idOclc": [ + "NYPG002001377-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONR 84-743" + }, + { + "type": "nypl:Bnumber", + "value": "10001936" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001377-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201976" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201934" + } + ], + "updatedAt": 1711185810085, + "publicationStatement": [ + "Ṛostov (Doni Vra) : Tparan Hovhannu Tēr-Abrahamian, 1890 [i.e. 1891]" + ], + "identifier": [ + "urn:shelfmark:*ONR 84-743", + "urn:bnum:10001936", + "urn:oclc:NYPG002001377-B", + "urn:identifier:NNSZ00201976", + "urn:identifier:(WaOLN)nyp0201934" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1891" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Armenians -- Iran -- History." + ], + "titleDisplay": [ + "Niwtʻer azgayin patmutʻian hamar Ereveli hay kazunkʻ ; Parskastan / Ashkhatasirutʻiamb Galust Shermazaniani." + ], + "uri": "b10001936", + "electronicResources": [ + { + "label": "Full text available via HathiTrust", + "url": "http://hdl.handle.net/2027/nyp.33433001892276" + } + ], + "placeOfPublication": [ + "Ṛostov (Doni Vra)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10001936" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001936", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ONR 84-743", + "urn:barcode:33433001892276" + ], + "physicalLocation": [ + "*ONR 84-743" + ], + "shelfMark_sort": "a*ONR 84-000743", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ONR 84-743" + ], + "uri": "i10001320", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONR 84-743" + }, + { + "type": "bf:Barcode", + "value": "33433001892276" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001892276" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10002107", + "_score": 0, + "_source": { + "extent": [ + "16 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "H. Laakmann" + ], + "language": [ + { + "id": "lang:est", + "label": "Estonian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1881 + ], + "title": [ + "Wenemaa ajaloost." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFB 82-48 no. 4" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1881" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1881 + ], + "idOclc": [ + "NYPG002001550-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 82-48 no. 4" + }, + { + "type": "nypl:Bnumber", + "value": "10002107" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001550-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00202149" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202103" + } + ], + "updatedAt": 1711329784887, + "publicationStatement": [ + "Tartus: H. Laakmann, 1881." + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 4", + "urn:bnum:10002107", + "urn:oclc:NYPG002001550-B", + "urn:identifier:NNSZ00202149", + "urn:identifier:(WaOLN)nyp0202103" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1881" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Wenemaa ajaloost." + ], + "uri": "b10002107", + "placeOfPublication": [ + "Tartus" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "13 cm" + ] + }, + "sort": [ + 0, + "b10002107" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10002107", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", + "urn:barcode:33433005146166" + ], + "physicalLocation": [ + "JFB 82-48 no. 1" + ], + "shelfMark_sort": "aJFB 82-48 no. 000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFB 82-48 no. 1" + ], + "uri": "i10001452", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 82-48 no. 1" + }, + { + "type": "bf:Barcode", + "value": "33433005146166" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005146166" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10002108", + "_score": 0, + "_source": { + "extent": [ + "16 p. ; 13 cm." + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "M. Laakmann" + ], + "language": [ + { + "id": "lang:est", + "label": "Estonian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1881 + ], + "title": [ + "Rätsepp Kergepüks." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFB 82-48 no. 3" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1881" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1881 + ], + "idOclc": [ + "NYPG002001551-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 82-48 no. 3" + }, + { + "type": "nypl:Bnumber", + "value": "10002108" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001551-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00202150" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202104" + } + ], + "updatedAt": 1711085421986, + "publicationStatement": [ + "Tartus : M. Laakmann, 1881." + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 3", + "urn:bnum:10002108", + "urn:oclc:NYPG002001551-B", + "urn:identifier:NNSZ00202150", + "urn:identifier:(WaOLN)nyp0202104" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1881" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Rätsepp Kergepüks." + ], + "uri": "b10002108", + "placeOfPublication": [ + "Tartus" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ] + }, + "sort": [ + 0, + "b10002108" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10002108", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", + "urn:barcode:33433005146166" + ], + "physicalLocation": [ + "JFB 82-48 no. 1" + ], + "shelfMark_sort": "aJFB 82-48 no. 000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFB 82-48 no. 1" + ], + "uri": "i10001452", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 82-48 no. 1" + }, + { + "type": "bf:Barcode", + "value": "33433005146166" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005146166" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10002109", + "_score": 0, + "_source": { + "extent": [ + "16 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "H. Laakmann" + ], + "language": [ + { + "id": "lang:est", + "label": "Estonian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1881 + ], + "title": [ + "Masajalg." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFB 82-48 no. 1" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1881" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1881 + ], + "idOclc": [ + "NYPG002001552-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 82-48 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "10002109" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001552-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00202151" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202105" + } + ], + "updatedAt": 1711497506766, + "publicationStatement": [ + "Tartus : H. Laakmann, 1881." + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", + "urn:bnum:10002109", + "urn:oclc:NYPG002001552-B", + "urn:identifier:NNSZ00202151", + "urn:identifier:(WaOLN)nyp0202105" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1881" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Masajalg." + ], + "uri": "b10002109", + "placeOfPublication": [ + "Tartus" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "13 cm." + ] + }, + "sort": [ + 0, + "b10002109" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10002109", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", + "urn:barcode:33433005146166" + ], + "physicalLocation": [ + "JFB 82-48 no. 1" + ], + "shelfMark_sort": "aJFB 82-48 no. 000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFB 82-48 no. 1" + ], + "uri": "i10001452", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFB 82-48 no. 1" + }, + { + "type": "bf:Barcode", + "value": "33433005146166" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005146166" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10002118", + "_score": 0, + "_source": { + "extent": [ + "204 p. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wakālat Nāy" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1900 + ], + "dateEndString": [ + "1999" + ], + "title": [ + "Awlād bi-al-jumlah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFD 82-4488" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1900" + ], + "creatorLiteral": [ + "Gilbreth, Frank B. (Frank Bunker), 1911-2001." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Carey, Ernestine Moller, 1908-", + "Ṭāhā, Aḥmad." + ], + "dateStartYear": [ + 1900 + ], + "creatorModifiedName": "Frank Gilbreth", + "idOclc": [ + "NYPG002001561-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFD 82-4488" + }, + { + "type": "nypl:Bnumber", + "value": "10002118" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001561-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00202160" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202114" + } + ], + "uniformTitle": [ + "Cheaper by the dozen. Arabic" + ], + "dateEndYear": [ + 1999 + ], + "updatedAt": 1711605724143, + "publicationStatement": [ + "Dimashq : Wakālat Nāy, 19--." + ], + "identifier": [ + "urn:shelfmark:*OFD 82-4488", + "urn:bnum:10002118", + "urn:oclc:NYPG002001561-B", + "urn:identifier:NNSZ00202160", + "urn:identifier:(WaOLN)nyp0202114" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1900" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Awlād bi-al-jumlah / taʼlīf Firānk Bi. Jīlbrith wa-Irnistin Jīlbrith Kārī ; tarjumat Aḥmad Ṭaha." + ], + "uri": "b10002118", + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Cheaper by the dozen." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10002118" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10002118", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFD 82-4488", + "urn:barcode:33433001997497" + ], + "physicalLocation": [ + "*OFD 82-4488" + ], + "shelfMark_sort": "a*OFD 82-004488", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFD 82-4488" + ], + "uri": "i10001459", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFD 82-4488" + }, + { + "type": "bf:Barcode", + "value": "33433001997497" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001997497" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10002588", + "_score": 0, + "_source": { + "extent": [ + "24 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At head of title: Not published.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfiche.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jews", + "Jews -- Conversion to Christianity", + "Missions to Jews" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1840 + ], + "title": [ + "Report of the late agency of the Rev. J.S.C.F. Frey presented to the Board of Managers of the American Society for Meliorating the Condition of the Jews." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*XMH-2174" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1840" + ], + "creatorLiteral": [ + "Frey, Joseph Samuel C. F. (Joseph Samuel Christian Frederick), 1771-1850." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "American Society for Meliorating the Condition of the Jews." + ], + "dateStartYear": [ + 1840 + ], + "creatorModifiedName": "Joseph Frey", + "idOclc": [ + "NYPG003000034-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*XMH-2174" + }, + { + "type": "nypl:Bnumber", + "value": "10002588" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000034-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00302930" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202584" + } + ], + "updatedAt": 1711294388856, + "publicationStatement": [ + "[New York : s.n., 1840?]" + ], + "identifier": [ + "urn:shelfmark:*XMH-2174", + "urn:bnum:10002588", + "urn:oclc:NYPG003000034-B", + "urn:identifier:NNSZ00302930", + "urn:identifier:(WaOLN)nyp0202584" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1840" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jews -- Conversion to Christianity.", + "Missions to Jews." + ], + "titleDisplay": [ + "Report of the late agency of the Rev. J.S.C.F. Frey [microform] : presented to the Board of Managers of the American Society for Meliorating the Condition of the Jews." + ], + "uri": "b10002588", + "placeOfPublication": [ + "[New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10002588" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10002627", + "_score": 0, + "_source": { + "extent": [ + "48 p. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfiche.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Horses" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bokförlaget Rediviva" + ], + "language": [ + { + "id": "lang:swe", + "label": "Swedish" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1978 + ], + "dateEndString": [ + "1837" + ], + "title": [ + "Undervisning i hästkännedom för korporals-skolorna vid kavalleriet inom fjerde militär-districtet" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*XM-15430" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Billing, J. S." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "creatorModifiedName": "J Billing", + "idOclc": [ + "NYPG003000075-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*XM-15430" + }, + { + "type": "nypl:Bnumber", + "value": "10002627" + }, + { + "type": "bf:Isbn", + "value": "9171201017" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000075-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00302971" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202622" + } + ], + "dateEndYear": [ + 1837 + ], + "updatedAt": 1711399234956, + "publicationStatement": [ + "Stockholm : Bokförlaget Rediviva, 1978." + ], + "idIsbn": [ + "9171201017" + ], + "identifier": [ + "urn:shelfmark:*XM-15430", + "urn:bnum:10002627", + "urn:isbn:9171201017", + "urn:oclc:NYPG003000075-B", + "urn:identifier:NNSZ00302971", + "urn:identifier:(WaOLN)nyp0202622" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Horses." + ], + "titleDisplay": [ + "Undervisning i hästkännedom för korporals-skolorna [microform] : vid kavalleriet inom fjerde militär-districtet / uppraättad af J. S. Billing." + ], + "uri": "b10002627", + "placeOfPublication": [ + "Stockholm" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "15 cm." + ], + "idIsbn_clean": [ + "9171201017" + ] + }, + "sort": [ + 0, + "b10002627" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10002631", + "_score": 0, + "_source": { + "extent": [ + "44 p. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfiche.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Socialism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Trübsche Buchh." + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1882 + ], + "title": [ + "Wetterleuchten, der Staatssozialismus und seine Consequenzen. Erster Theil" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*XME-10755" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1882" + ], + "creatorLiteral": [ + "Locher, Friedrich, 1820-1911." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1882 + ], + "creatorModifiedName": "Friedrich Locher", + "idOclc": [ + "NYPG003000079-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*XME-10755" + }, + { + "type": "nypl:Bnumber", + "value": "10002631" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000079-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00302975" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202626" + } + ], + "updatedAt": 1711399234956, + "publicationStatement": [ + "Zürich : Trübsche Buchh., 1882." + ], + "identifier": [ + "urn:shelfmark:*XME-10755", + "urn:bnum:10002631", + "urn:oclc:NYPG003000079-B", + "urn:identifier:NNSZ00302975", + "urn:identifier:(WaOLN)nyp0202626" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1882" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Socialism." + ], + "titleDisplay": [ + "Wetterleuchten, der Staatssozialismus und seine Consequenzen. Erster Theil [microform] / von Friedrich Locher." + ], + "uri": "b10002631", + "placeOfPublication": [ + "Zürich" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10002631" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003085", + "_score": 0, + "_source": { + "extent": [ + "8, 172, 10 p." + ], + "note": [ + { + "noteType": "Note", + "label": "A revision of the authoress' thesis, Varanaseya Sanskrit Vishwavidyalaya.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [1]-5 (3rd group)", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vedas", + "Hinduism", + "Hinduism -- Rites and ceremonies" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[Vārāṇaseya-Saṃskṛta-Viśvavidyālayaḥ." + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "dateEndString": [ + "1889" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Atharvavede śāntipuṣṭikarmāṇi." + ], + "shelfMark": [ + "*OLY 83-704" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Malaviya, Maya, 1939-" + ], + "idLccn": [ + "sa 68016943" + ], + "seriesStatement": [ + "Sarasvatībhavana - Adhyayanamālā, 17" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "creatorModifiedName": "Maya Malaviya", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-704" + }, + { + "type": "nypl:Bnumber", + "value": "10003085" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000540-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68016943" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303436" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203078" + } + ], + "idOclc": [ + "NYPG003000540-B" + ], + "dateEndYear": [ + 1889 + ], + "updatedAt": 1711105459495, + "publicationStatement": [ + "Vārāṇasyām [Vārāṇaseya-Saṃskṛta-Viśvavidyālayaḥ. 1889 tame Śakābde [1967]" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-704", + "urn:bnum:10003085", + "urn:oclc:NYPG003000540-B", + "urn:lccn:sa 68016943", + "urn:identifier:NNSZ00303436", + "urn:identifier:(WaOLN)nyp0203078" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vedas.", + "Hinduism -- Rites and ceremonies." + ], + "titleDisplay": [ + "Atharvavede śāntipuṣṭikarmāṇi. Lekhikā sampādikā ca Māyā Mālavīyā." + ], + "uri": "b10003085", + "lccClassification": [ + "BL1226.2 .M32 1967" + ], + "placeOfPublication": [ + "Vārāṇasyām" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003085" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003085", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-704", + "urn:barcode:33433060417965" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-704" + ], + "shelfMark_sort": "a*OLY 83-000704", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 83-704" + ], + "uri": "i13784336", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 83-704" + }, + { + "type": "bf:Barcode", + "value": "33433060417965" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060417965" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003088", + "_score": 0, + "_source": { + "extent": [ + "2, 16, 200 p. illus." + ], + "note": [ + { + "noteType": "Thesis", + "label": "Thesis -- Varanaseya Sanskrit Vishwavidyalaya.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [198]-200.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Solar eclipses" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vārāṇaseya-Saṃskṛta-Viśvavidyālayaḥ[" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "dateEndString": [ + "1889" + ], + "title": [ + "Sūryagrahaṇam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKQ 83-703" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Dvivedī, Kṛṣṇacandra." + ], + "idLccn": [ + "sa 68014918" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Sarasvatībhavana - Adhyayanamālā, .15" + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG003000543-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKQ 83-703" + }, + { + "type": "nypl:Bnumber", + "value": "10003088" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000543-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68014918" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303439" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203081" + } + ], + "dateEndYear": [ + 1889 + ], + "updatedAt": 1711328373600, + "publicationStatement": [ + "Vārāṇasyām, Vārāṇaseya-Saṃskṛta-Viśvavidyālayaḥ[ 1889 tame śakāb de [1967]" + ], + "identifier": [ + "urn:shelfmark:*OKQ 83-703", + "urn:bnum:10003088", + "urn:oclc:NYPG003000543-B", + "urn:lccn:sa 68014918", + "urn:identifier:NNSZ00303439", + "urn:identifier:(WaOLN)nyp0203081" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Solar eclipses." + ], + "titleDisplay": [ + "Sūryagrahaṇam. Lekhakaḥ sampādakaśca Kṛṣnacandra-dvivedī." + ], + "uri": "b10003088", + "lccClassification": [ + "QB541 .D83" + ], + "placeOfPublication": [ + "Vārāṇasyām" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003088" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003088", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKQ 83-703", + "urn:barcode:33433002896748" + ], + "physicalLocation": [ + "*OKQ 83-703" + ], + "shelfMark_sort": "a*OKQ 83-000703", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKQ 83-703" + ], + "uri": "i10002163", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKQ 83-703" + }, + { + "type": "bf:Barcode", + "value": "33433002896748" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002896748" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003117", + "_score": 0, + "_source": { + "extent": [ + "10, 192, 52 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Reprint of the 1313 H. (1895 or 1896) ed. published by al-Sharikah al-Ṣiḥāfīyah al-ʻUthmānīyah, Istanbul.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bukhārī, Muḥammad ibn Ismāʻīl, 810-870.", + "Bukhārī, Muḥammad ibn Ismāʻīl, 810-870. -- Indexes", + "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875.", + "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875. -- Indexes", + "Hadith", + "Hadith -- Indexes" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Kutub al-ʻIlmīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "dateEndString": [ + "1895" + ], + "title": [ + "Miftāḥ al-Ṣaḥīḥayn Bukhārī wa-Muslim" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGF 84-1307" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Tawqādī, Muḥammad al-Sharīf ibn Muṣṭafá." + ], + "idLccn": [ + "77960426" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Bukhārī, Muḥammad ibn Ismāʻīl, 810-870.", + "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG003000572-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGF 84-1307" + }, + { + "type": "nypl:Bnumber", + "value": "10003117" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000572-B" + }, + { + "type": "bf:Lccn", + "value": "77960426" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303468" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203110" + } + ], + "dateEndYear": [ + 1895 + ], + "updatedAt": 1711534592802, + "publicationStatement": [ + "Bayrūt : Dār al-Kutub al-ʻIlmīyah, 1975." + ], + "identifier": [ + "urn:shelfmark:*OGF 84-1307", + "urn:bnum:10003117", + "urn:oclc:NYPG003000572-B", + "urn:lccn:77960426", + "urn:identifier:NNSZ00303468", + "urn:identifier:(WaOLN)nyp0203110" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bukhārī, Muḥammad ibn Ismāʻīl, 810-870. -- Indexes.", + "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875. -- Indexes.", + "Hadith -- Indexes." + ], + "titleDisplay": [ + "Miftāḥ al-Ṣaḥīḥayn Bukhārī wa-Muslim / Muḥammad al-Sharīf ibn Muṣṭafá al-Tūqādī." + ], + "uri": "b10003117", + "lccClassification": [ + "BP135.2. T86 1975" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Miftāḥ Ṣaḥīḥ al-Bukhārī: Irshād al-sārī lil-Qasṭallānī. Fatḥ al-Bārī li-ibn Ḥajar al-ʻAsqulānī. ʻUmdat al-qārī lil-ʻAynī. Matn Ṣaḥīḥ al-Bukhārī. -- Miftāḥ Ṣaḥīḥ Muslim: al-Nawawī ʻalá Ṣaḥīḥ Muslim. Matn Ṣaḥīḥ Muslim." + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10003117" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003117", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGF 84-1307", + "urn:barcode:33433013217298" + ], + "physicalLocation": [ + "*OGF 84-1307" + ], + "shelfMark_sort": "a*OGF 84-001307", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGF 84-1307" + ], + "uri": "i10002177", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGF 84-1307" + }, + { + "type": "bf:Barcode", + "value": "33433013217298" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013217298" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003143", + "_score": 0, + "_source": { + "extent": [ + "20, 784 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Reproduced from Ms. copy.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Reprint of the ed. published in Teheran, 1272 A. H.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Shīʻah", + "Shīʻah -- Doctrines" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "dateEndString": [ + "1855" + ], + "title": [ + "Ghāyat al-marām fī ḥujjat al-khiṣ̣ām ʻan ṭarīq al-khāṣṣ wa-al-ʻāmm" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGI+ 84-1305" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Baḥrānī, Hāshim ibn Sulaymān, -1695 or 6." + ], + "idLccn": [ + "75961367" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1968 + ], + "idOclc": [ + "NYPG003000598-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI+ 84-1305" + }, + { + "type": "nypl:Bnumber", + "value": "10003143" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000598-B" + }, + { + "type": "bf:Lccn", + "value": "75961367" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303494" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203136" + } + ], + "dateEndYear": [ + 1855 + ], + "updatedAt": 1711243708651, + "publicationStatement": [ + "[Bayrūt, Muʼassasat al-Aʻlamī lil-Maṭbūʻāt, 1968]" + ], + "identifier": [ + "urn:shelfmark:*OGI+ 84-1305", + "urn:bnum:10003143", + "urn:oclc:NYPG003000598-B", + "urn:lccn:75961367", + "urn:identifier:NNSZ00303494", + "urn:identifier:(WaOLN)nyp0203136" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Shīʻah -- Doctrines." + ], + "titleDisplay": [ + "Ghāyat al-marām fī ḥujjat al-khiṣ̣ām ʻan ṭarīq al-khāṣṣ wa-al-ʻāmm, lil-Baḥrānī." + ], + "uri": "b10003143", + "lccClassification": [ + "BP194 .B3 1968" + ], + "placeOfPublication": [ + "[Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10003143" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003143", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGI+ 84-1305", + "urn:barcode:33433058659842" + ], + "physicalLocation": [ + "*OGI+ 84-1305" + ], + "shelfMark_sort": "a*OGI+ 84-001305", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGI+ 84-1305" + ], + "uri": "i13784359", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGI+ 84-1305" + }, + { + "type": "bf:Barcode", + "value": "33433058659842" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058659842" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003158", + "_score": 0, + "_source": { + "extent": [ + "608 p. in various pagings ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Reprint ed.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Chinese.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Medicine, Chinese" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si" + ], + "language": [ + { + "id": "lang:chi", + "label": "Chinese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "dateEndString": [ + "1670" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Zheng yin mo zhi : [4 juan]" + ], + "shelfMark": [ + "*OVL 84-1330" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Qin, Changyu, active 17th century." + ], + "idLccn": [ + "77839836" + ], + "seriesStatement": [ + "zhongguo yi yao zong shu." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Changyu Qin", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OVL 84-1330" + }, + { + "type": "nypl:Bnumber", + "value": "10003158" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000613-B" + }, + { + "type": "bf:Lccn", + "value": "77839836" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303509" + } + ], + "idOclc": [ + "NYPG003000613-B" + ], + "dateEndYear": [ + 1670 + ], + "updatedAt": 1711569598775, + "publicationStatement": [ + "Taipei xian yonghe zhen : Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si, Min'Guo 61[1972]" + ], + "identifier": [ + "urn:shelfmark:*OVL 84-1330", + "urn:bnum:10003158", + "urn:oclc:NYPG003000613-B", + "urn:lccn:77839836", + "urn:identifier:NNSZ00303509" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Medicine, Chinese." + ], + "titleDisplay": [ + "Zheng yin mo zhi : [4 juan] / Qin Jingming [Changyu] zhu ; Qin Zhizheng ji ; [Cao Binzhang quan dian]." + ], + "uri": "b10003158", + "lccClassification": [ + "R128.7 .C545" + ], + "placeOfPublication": [ + "Taipei xian yonghe zhen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10003158" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003158", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OVL 84-1330", + "urn:barcode:33433001746852" + ], + "physicalLocation": [ + "*OVL 84-1330" + ], + "shelfMark_sort": "a*OVL 84-001330", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OVL 84-1330" + ], + "uri": "i10002193", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OVL 84-1330" + }, + { + "type": "bf:Barcode", + "value": "33433001746852" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001746852" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003190", + "_score": 0, + "_source": { + "extent": [ + "606 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Basavapurāṇavu.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Kannaḍa sāhitya caritre.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Basava, active 1160", + "Basava, active 1160 -- Poetry", + "Lingayats", + "Lingayats -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n." + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1800 + ], + "dateEndString": [ + "1899" + ], + "title": [ + "Basavapurāṇavu" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA+ 82-1360" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1800" + ], + "creatorLiteral": [ + "Palakuriki Somanatha, active 13th century." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Bhīmakavi, active 1369." + ], + "dateStartYear": [ + 1800 + ], + "idOclc": [ + "NYPG003000645-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA+ 82-1360" + }, + { + "type": "nypl:Bnumber", + "value": "10003190" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000645-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303541" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203183" + } + ], + "uniformTitle": [ + "Basavapurāṇamu. Kannada" + ], + "dateEndYear": [ + 1899 + ], + "updatedAt": 1711109252605, + "publicationStatement": [ + "[S.1. : s.n., 18--?]" + ], + "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", + "urn:bnum:10003190", + "urn:oclc:NYPG003000645-B", + "urn:identifier:NNSZ00303541", + "urn:identifier:(WaOLN)nyp0203183" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1800" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Basava, active 1160 -- Poetry.", + "Lingayats -- Poetry." + ], + "titleDisplay": [ + "Basavapurāṇavu / [Bhīmakavi viracita ; Sōmanātha kaviya Telugu Basavapurāṇamuvina Kannaḍa anuvāda]." + ], + "uri": "b10003190", + "placeOfPublication": [ + "[S.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Basavapurāṇamu." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10003190" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003190", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", + "urn:barcode:33433069579674" + ], + "physicalLocation": [ + "*OLA+ 82-1360" + ], + "shelfMark_sort": "a*OLA+ 82-001360", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA+ 82-1360" + ], + "uri": "i13784381", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA+ 82-1360" + }, + { + "type": "bf:Barcode", + "value": "33433069579674" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433069579674" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., map, facsims. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and indexes.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kurds", + "Kurds -- Iran", + "Kurds -- Iran -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Chāpkhānah-ʼi Kūshish" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1981 + ], + "dateEndString": [ + "999" + ], + "title": [ + "Ḥarikat-i tārikhī-i Kurd bih Khurāsān dar difāʻ az istiqlāl-i Īrān" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMR 84-1145" + ], + "numItemVolumesParsed": [ + 3 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Tavaḥḥudī Awghāzī, Kalīm Allāh." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG003000759-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145" + }, + { + "type": "nypl:Bnumber", + "value": "10003301" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000759-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303655" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0000007" + } + ], + "dateEndYear": [ + 999 + ], + "updatedAt": 1711249214227, + "publicationStatement": [ + "Mashhad : Chāpkhānah-ʼi Kūshish, 1359- [1981- ]" + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145", + "urn:bnum:10003301", + "urn:oclc:NYPG003000759-B", + "urn:identifier:NNSZ00303655", + "urn:identifier:(WaOLN)nyp0000007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kurds -- Iran -- History." + ], + "titleDisplay": [ + "Ḥarikat-i tārikhī-i Kurd bih Khurāsān dar difāʻ az istiqlāl-i Īrān / taʼlīf-i Kalīm Allāh Tavaḥḥudī (Awghāzi)" + ], + "uri": "b10003301", + "placeOfPublication": [ + "Mashhad" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003301" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 4", + "urn:barcode:33433013135854" + ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "shelfMark_sort": "a*OMR 84-1145 v. 000004", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMR 84-1145 v. 4" + ], + "uri": "i10002283", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145 v. 4" + }, + { + "type": "bf:Barcode", + "value": "33433013135854" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 4" + ], + "idBarcode": [ + "33433013135854" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + "sort": [ + " 4-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 3", + "urn:barcode:33433013135847" + ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "shelfMark_sort": "a*OMR 84-1145 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMR 84-1145 v. 3" + ], + "uri": "i10002282", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433013135847" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433013135847" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003301", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 1", + "urn:barcode:33433013136530" + ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "shelfMark_sort": "a*OMR 84-1145 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMR 84-1145 v. 1" + ], + "uri": "i10002281", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMR 84-1145 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433013136530" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433013136530" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003564", + "_score": 0, + "_source": { + "extent": [ + "13, 496 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Poems.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Abū Ṭālib Shīrāzī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1859 + ], + "title": [ + "Ḥadīqat al-ḥaqīqah va sharīʻat al-ṭarīqah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMQ 82-3324" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1859" + ], + "creatorLiteral": [ + "Sanāʼī al-Ghaznavī, Abū al-Majd Majdūd ibn Ādam, -approximately 1150." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1859 + ], + "idOclc": [ + "NYPG003001024-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMQ 82-3324" + }, + { + "type": "nypl:Bnumber", + "value": "10003564" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001024-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303920" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203556" + } + ], + "updatedAt": 1711249216528, + "publicationStatement": [ + "Bumbaʼī : Abū Ṭālib Shīrāzī, 1859." + ], + "identifier": [ + "urn:shelfmark:*OMQ 82-3324", + "urn:bnum:10003564", + "urn:oclc:NYPG003001024-B", + "urn:identifier:NNSZ00303920", + "urn:identifier:(WaOLN)nyp0203556" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1859" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Ḥadīqat al-ḥaqīqah va sharīʻat al-ṭarīqah / Abū al-Majd Majdūd ibn Ādam al-Sanāʼī al-Ghaznavī." + ], + "uri": "b10003564", + "placeOfPublication": [ + "Bumbaʼī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10003564" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003564", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMQ 82-3324", + "urn:barcode:33433013144385" + ], + "physicalLocation": [ + "*OMQ 82-3324" + ], + "shelfMark_sort": "a*OMQ 82-003324", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMQ 82-3324" + ], + "uri": "i10002468", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMQ 82-3324" + }, + { + "type": "bf:Barcode", + "value": "33433013144385" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "idBarcode": [ + "33433013144385" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003703", + "_score": 0, + "_source": { + "extent": [ + "253 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "J.R. Vilímek" + ], + "language": [ + { + "id": "lang:cze", + "label": "Czech" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1900 + ], + "dateEndString": [ + "1983" + ], + "title": [ + "Listí po krajích rozváté : básně" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*QVH 83-187" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1900" + ], + "creatorLiteral": [ + "Svoboda, František Xaver, 1860-" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Spisy / F.X. Svobody ; 23" + ], + "dateStartYear": [ + 1900 + ], + "idOclc": [ + "NYPG003001165-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*QVH 83-187" + }, + { + "type": "nypl:Bnumber", + "value": "10003703" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001165-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304061" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203695" + } + ], + "dateEndYear": [ + 1983 + ], + "updatedAt": 1711284893442, + "publicationStatement": [ + "V Praze : J.R. Vilímek, [19--]." + ], + "identifier": [ + "urn:shelfmark:*QVH 83-187", + "urn:bnum:10003703", + "urn:oclc:NYPG003001165-B", + "urn:identifier:NNSZ00304061", + "urn:identifier:(WaOLN)nyp0203695" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1900" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Listí po krajích rozváté : básně / F. X. Svoboda." + ], + "uri": "b10003703", + "placeOfPublication": [ + "V Praze" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10003703" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003703", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*QVH 83-187", + "urn:barcode:33433011955378" + ], + "physicalLocation": [ + "*QVH 83-187" + ], + "shelfMark_sort": "a*QVH 83-000187", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*QVH 83-187" + ], + "uri": "i10002586", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*QVH 83-187" + }, + { + "type": "bf:Barcode", + "value": "33433011955378" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011955378" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003857", + "_score": 0, + "_source": { + "extent": [ + "319 p. : ill., plates, maps ;" + ], + "parallelDisplayField": [ + { + "fieldName": "publicationStatement", + "index": 0, + "value": "‏بيروت : دار مكتبة الحياة, [196-؟]" + }, + { + "fieldName": "placeOfPublication", + "index": 0, + "value": "‏بيروت" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Yemen (Republic)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Maktabat al-Ḥayāh" + ], + "parallelPublisherLiteral": [ + "‏دار مكتبة الحياة" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 196 + ], + "parallelTitle": [ + "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة" + ], + "title": [ + "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFI 82-4419" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "196u" + ], + "creatorLiteral": [ + "Tarsīsī, ʻAdnān." + ], + "idLccn": [ + "ne 64003290" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 196 + ], + "parallelCreatorLiteral": [ + "‏ترسيسي, عدنان." + ], + "idOclc": [ + "11272192" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFI 82-4419" + }, + { + "type": "nypl:Bnumber", + "value": "10003857" + }, + { + "type": "nypl:Oclc", + "value": "11272192" + }, + { + "type": "bf:Lccn", + "value": "ne 64003290" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)11272192" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)221366702" + } + ], + "updatedAt": 1711087211898, + "publicationStatement": [ + "Bayrūt : Dār Maktabat al-Ḥayāh, [196-?]" + ], + "identifier": [ + "urn:shelfmark:*OFI 82-4419", + "urn:bnum:10003857", + "urn:oclc:11272192", + "urn:lccn:ne 64003290", + "urn:identifier:(OCoLC)11272192", + "urn:identifier:(OCoLC)221366702" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "196u" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Yemen (Republic)" + ], + "titleDisplay": [ + "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah / [taʼlīf] ʻAdnān Tarsīsī." + ], + "uri": "b10003857", + "lccClassification": [ + "DS247.Y4 T3" + ], + "parallelTitleDisplay": [ + "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة / [تاليف] عدنان ترسيسي." + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Includes musical score of national anthem of Yemen Arab Republic." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003857" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003857", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "urn:barcode:33433101143836" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + ], + "shelfMark_sort": "a*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + ], + "uri": "i29202258", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + }, + { + "type": "bf:Barcode", + "value": "33433101143836" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433101143836" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003857", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFI 82-4419", + "urn:barcode:33433002023293" + ], + "physicalLocation": [ + "*OFI 82-4419" + ], + "shelfMark_sort": "a*OFI 82-004419", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFI 82-4419" + ], + "uri": "i10002714", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFI 82-4419" + }, + { + "type": "bf:Barcode", + "value": "33433002023293" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002023293" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004026", + "_score": 0, + "_source": { + "extent": [ + "[15], 409 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Based on conversation with Sayyāḥ yamanī.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sufism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.,]" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1889 + ], + "dateEndString": [ + "1890" + ], + "title": [ + "Haẕā Kitāb-i hadīqat al-inṣāf" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMQ 82-3319" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1889" + ], + "creatorLiteral": [ + "Sarmast Rūmī, ʻAbd al-Karīm Maḥmūd." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sayyāḥ yamanī." + ], + "dateStartYear": [ + 1889 + ], + "idOclc": [ + "NYPG003001491-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMQ 82-3319" + }, + { + "type": "nypl:Bnumber", + "value": "10004026" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001491-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304387" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204018" + } + ], + "dateEndYear": [ + 1890 + ], + "updatedAt": 1711246509233, + "publicationStatement": [ + "[S.l. : s.n.,] 1307 [1889 or 1890]" + ], + "identifier": [ + "urn:shelfmark:*OMQ 82-3319", + "urn:bnum:10004026", + "urn:oclc:NYPG003001491-B", + "urn:identifier:NNSZ00304387", + "urn:identifier:(WaOLN)nyp0204018" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1889" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sufism." + ], + "titleDisplay": [ + "Haẕā Kitāb-i hadīqat al-inṣāf / [ʻAbd al-Karīm Sarmast Rūmī]." + ], + "uri": "b10004026", + "placeOfPublication": [ + "[S.l." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Ḥadīqat al-inṣāf." + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10004026" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004026", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OMQ 82-3319", + "urn:barcode:33433013144377" + ], + "physicalLocation": [ + "*OMQ 82-3319" + ], + "shelfMark_sort": "a*OMQ 82-003319", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OMQ 82-3319" + ], + "uri": "i10002864", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMQ 82-3319" + }, + { + "type": "bf:Barcode", + "value": "33433013144377" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "idBarcode": [ + "33433013144377" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004080", + "_score": 0, + "_source": { + "extent": [ + "2v." + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Bengali.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Esosiẏeṭeḍa Pābaliśārsa" + ], + "language": [ + { + "id": "lang:ben", + "label": "Bengali" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1960 + ], + "dateEndString": [ + "62" + ], + "title": [ + "Junāpura Sṭīla." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKV 82-3891" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1960" + ], + "creatorLiteral": [ + "Mānnā, Guṇamaẏa, 1925-2010." + ], + "idLccn": [ + "sa 63003864" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1960 + ], + "idOclc": [ + "NYPG003001546-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-3891" + }, + { + "type": "nypl:Bnumber", + "value": "10004080" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001546-B" + }, + { + "type": "bf:Lccn", + "value": "sa 63003864" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304442" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204072" + } + ], + "dateEndYear": [ + 62 + ], + "updatedAt": 1711381454102, + "publicationStatement": [ + "[Kalakātā] Esosiẏeṭeḍa Pābaliśārsa [1960-1962]" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891", + "urn:bnum:10004080", + "urn:oclc:NYPG003001546-B", + "urn:lccn:sa 63003864", + "urn:identifier:NNSZ00304442", + "urn:identifier:(WaOLN)nyp0204072" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1960" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Junāpura Sṭīla. [Lekhaka] Guṇamaẏa Mānnā." + ], + "uri": "b10004080", + "lccClassification": [ + "PK1718.M253 53" + ], + "placeOfPublication": [ + "[Kalakātā]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10004080" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004080", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 2", + "urn:barcode:33433011168402" + ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "shelfMark_sort": "a*OKV 82-3891 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-3891 v. 2" + ], + "uri": "i10002917", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-3891 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433011168402" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433011168402" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004080", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 1", + "urn:barcode:33433011168394" + ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "shelfMark_sort": "a*OKV 82-3891 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKV 82-3891 v. 1" + ], + "uri": "i10002916", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKV 82-3891 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433011168394" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433011168394" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004340", + "_score": 0, + "_source": { + "extent": [ + "11, 552, 28 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Medicine, Arab" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maṭbaʻat Muḥammad Rashīd ibn Dāvūd al-Saʻdī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1895 + ], + "title": [ + "Hādhā kitāb Daqaʼiq al-ʻilāj fī al-ṭibb al-badanī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGB 83-1915" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1895" + ], + "creatorLiteral": [ + "Kirmānī, Muḥammad Karīm Khān, 1809-1870." + ], + "numElectronicResources": [ + 1 + ], + "dateStartYear": [ + 1895 + ], + "idOclc": [ + "NYPG003001809-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGB 83-1915" + }, + { + "type": "nypl:Bnumber", + "value": "10004340" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001809-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304705" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204332" + } + ], + "updatedAt": 1711249111660, + "publicationStatement": [ + "Bumbaʼī : Maṭbaʻat Muḥammad Rashīd ibn Dāvūd al-Saʻdī, 1315 [1895]" + ], + "identifier": [ + "urn:shelfmark:*OGB 83-1915", + "urn:bnum:10004340", + "urn:oclc:NYPG003001809-B", + "urn:identifier:NNSZ00304705", + "urn:identifier:(WaOLN)nyp0204332" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1895" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Medicine, Arab." + ], + "titleDisplay": [ + "Hādhā kitāb Daqaʼiq al-ʻilāj fī al-ṭibb al-badanī / min muṣannafāt Muḥammad Karīm Khān al-Kirmānī." + ], + "uri": "b10004340", + "electronicResources": [ + { + "label": "Full text available via HathiTrust", + "url": "http://hdl.handle.net/2027/nyp.33433019817224" + } + ], + "placeOfPublication": [ + "Bumbaʼī" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Daqāʼiq al-ʻilāj." + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 0, + "b10004340" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004340", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OGB 83-1915", + "urn:barcode:33433019817224" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGB 83-1915" + ], + "shelfMark_sort": "a*OGB 83-001915", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGB 83-1915" + ], + "uri": "i12540130", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGB 83-1915" + }, + { + "type": "bf:Barcode", + "value": "33433019817224" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433019817224" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004504", + "_score": 0, + "_source": { + "extent": [ + "34 p.;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Pronunciation" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Naṭarācaṉ" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 197 + ], + "title": [ + "Tamiḻ valliṉa eḻuttukkaḷ: olikaḷum vitikaḷum" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 83-2757" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "197 " + ], + "creatorLiteral": [ + "Natarajan, Subbiah, 1911-" + ], + "idLccn": [ + "75906338" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 197 + ], + "creatorModifiedName": "Subbiah Natarajan", + "idOclc": [ + "NYPG003001973-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-2757" + }, + { + "type": "nypl:Bnumber", + "value": "10004504" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001973-B" + }, + { + "type": "bf:Lccn", + "value": "75906338" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304869" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204496" + } + ], + "updatedAt": 1711409769504, + "publicationStatement": [ + "[Tūttukkuṭi]: Naṭarācaṉ, 1974." + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2757", + "urn:bnum:10004504", + "urn:oclc:NYPG003001973-B", + "urn:lccn:75906338", + "urn:identifier:NNSZ00304869", + "urn:identifier:(WaOLN)nyp0204496" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "197 " + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Pronunciation." + ], + "titleDisplay": [ + "Tamiḻ valliṉa eḻuttukkaḷ: olikaḷum vitikaḷum/ Cu. Naṭarājaṉ." + ], + "uri": "b10004504", + "lccClassification": [ + "PL4754 .N33 1974" + ], + "placeOfPublication": [ + "[Tūttukkuṭi]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10004504" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004504", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2757", + "urn:barcode:33433061296681" + ], + "physicalLocation": [ + "*OLB 83-2757" + ], + "shelfMark_sort": "a*OLB 83-002757", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 83-2757" + ], + "uri": "i13784546", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 83-2757" + }, + { + "type": "bf:Barcode", + "value": "33433061296681" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061296681" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004657", + "_score": 0, + "_source": { + "extent": [ + "2 p. l., iii, 404, vi p. 1 plate." + ], + "note": [ + { + "noteType": "Note", + "label": "Niscaladasa, supposed author.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "H. Dhole" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1885 + ], + "title": [ + "The metaphysics of the Upanishads, Vicharsagar" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-179 no. 8" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1885" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Dhole's Vedanta series, \\3" + ], + "contributorLiteral": [ + "Niscaladasa." + ], + "dateStartYear": [ + 1885 + ], + "idOclc": [ + "NYPG004000018-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-179 no. 8" + }, + { + "type": "nypl:Bnumber", + "value": "10004657" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000018-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405768" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204649" + } + ], + "uniformTitle": [ + "Upanishads. English." + ], + "updatedAt": 1711495850214, + "publicationStatement": [ + "Calcutta, H. Dhole, 1885." + ], + "identifier": [ + "urn:shelfmark:*ZO-179 no. 8", + "urn:bnum:10004657", + "urn:oclc:NYPG004000018-B", + "urn:identifier:NNSZ00405768", + "urn:identifier:(WaOLN)nyp0204649" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1885" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "The metaphysics of the Upanishads, Vicharsagar [microform]. Translated with copious notes by Lala Sreeram." + ], + "uri": "b10004657", + "placeOfPublication": [ + "Calcutta" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vicharsagar." + ], + "dimensions": [ + "8̕." + ] + }, + "sort": [ + 0, + "b10004657" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004657", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-179 9 misc oriental titles", + "urn:barcode:33433105673085" + ], + "physicalLocation": [ + "*ZO-179" + ], + "shelfMark_sort": "a*ZO-179 9 misc oriental titles", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-179 9 misc oriental titles" + ], + "uri": "i30080087", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-179 9 misc oriental titles" + }, + { + "type": "bf:Barcode", + "value": "33433105673085" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "9 misc oriental titles" + ], + "idBarcode": [ + "33433105673085" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004661", + "_score": 0, + "_source": { + "extent": [ + "111 p." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Gregorius de Montelongo", + "Italy", + "Italy -- History", + "Italy -- History -- 476-1492" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1898 + ], + "title": [ + "Gregorius de Montelongo Ein Beitrag zur Geschichte Oberitaliens in den Jahren 1238-1269." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*Z-3433 no. 3" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1898" + ], + "creatorLiteral": [ + "Frankfurth, Hermann." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1898 + ], + "creatorModifiedName": "Hermann Frankfurth", + "idOclc": [ + "NYPG004000022-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3433 no. 3" + }, + { + "type": "nypl:Bnumber", + "value": "10004661" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000022-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405772" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204653" + } + ], + "updatedAt": 1711244716345, + "publicationStatement": [ + "Marburg, N.G. Elwert, 1808." + ], + "identifier": [ + "urn:shelfmark:*Z-3433 no. 3", + "urn:bnum:10004661", + "urn:oclc:NYPG004000022-B", + "urn:identifier:NNSZ00405772", + "urn:identifier:(WaOLN)nyp0204653" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1898" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Gregorius de Montelongo.", + "Italy -- History -- 476-1492." + ], + "titleDisplay": [ + "Gregorius de Montelongo [microform]. Ein Beitrag zur Geschichte Oberitaliens in den Jahren 1238-1269. Von Hermann Frankfurth." + ], + "uri": "b10004661", + "placeOfPublication": [ + "Marburg" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "8̕." + ] + }, + "sort": [ + 0, + "b10004661" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004661", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-3433", + "urn:barcode:33433107964664" + ], + "physicalLocation": [ + "*Z-3433" + ], + "shelfMark_sort": "a*Z-003433", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-3433" + ], + "uri": "i30141341", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3433" + }, + { + "type": "bf:Barcode", + "value": "33433107964664" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "idBarcode": [ + "33433107964664" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004664", + "_score": 0, + "_source": { + "extent": [ + "ix, [11]-149 p." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cuban question", + "Cuban question -- To 1895" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Impr. de \"El Cronista,\"" + ], + "language": [ + { + "id": "lang:spa", + "label": "Spanish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1872 + ], + "title": [ + "Cuba puede ser independiente Folleto político de actualidad" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZH-695 no. 6" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1872" + ], + "creatorLiteral": [ + "Ferrer de Couto, José, 1820-1877." + ], + "idLccn": [ + "17000612" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1872 + ], + "idOclc": [ + "NYPG004000025-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZH-695 no. 6" + }, + { + "type": "nypl:Bnumber", + "value": "10004664" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000025-B" + }, + { + "type": "bf:Lccn", + "value": "17000612" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405775" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204656" + } + ], + "updatedAt": 1711125506439, + "publicationStatement": [ + "Nueva York, Impr. de \"El Cronista,\" 1872." + ], + "identifier": [ + "urn:shelfmark:*ZH-695 no. 6", + "urn:bnum:10004664", + "urn:oclc:NYPG004000025-B", + "urn:lccn:17000612", + "urn:identifier:NNSZ00405775", + "urn:identifier:(WaOLN)nyp0204656" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1872" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cuban question -- To 1895." + ], + "titleDisplay": [ + "Cuba puede ser independiente [microform]. Folleto político de actualidad, por José Ferrer de Couto." + ], + "uri": "b10004664", + "lccClassification": [ + "F1783 .F39" + ], + "placeOfPublication": [ + "Nueva York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10004664" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004664", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZH-695 8 misc. American history titles", + "urn:barcode:33433110498031" + ], + "physicalLocation": [ + "*ZH-695" + ], + "shelfMark_sort": "a*ZH-695 8 misc. American history titles", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZH-695 8 misc. American history titles" + ], + "uri": "i30805021", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZH-695 8 misc. American history titles" + }, + { + "type": "bf:Barcode", + "value": "33433110498031" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "8 misc. American history titles" + ], + "idBarcode": [ + "33433110498031" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004665", + "_score": 0, + "_source": { + "extent": [ + "2 p.l., v., 382 p." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Gustav III, King of Sweden, 1746-1792" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Amyot" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1861 + ], + "title": [ + "Gustave III, roi de Suède, 1746-1792" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*Z-3354 no. 2" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1861" + ], + "creatorLiteral": [ + "Léouzon Le Duc, L. (Louis), 1815-1889." + ], + "idLccn": [ + "05008965" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Les Couronnes sanglantes" + ], + "dateStartYear": [ + 1861 + ], + "idOclc": [ + "NYPG004000026-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3354 no. 2" + }, + { + "type": "nypl:Bnumber", + "value": "10004665" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000026-B" + }, + { + "type": "bf:Lccn", + "value": "05008965" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405776" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204657" + } + ], + "updatedAt": 1711245397390, + "publicationStatement": [ + "Paris, Amyot, 1861." + ], + "identifier": [ + "urn:shelfmark:*Z-3354 no. 2", + "urn:bnum:10004665", + "urn:oclc:NYPG004000026-B", + "urn:lccn:05008965", + "urn:identifier:NNSZ00405776", + "urn:identifier:(WaOLN)nyp0204657" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1861" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Gustav III, King of Sweden, 1746-1792." + ], + "titleDisplay": [ + "Gustave III, roi de Suède, 1746-1792 [microform], par L. Léouzon Le Duc." + ], + "uri": "b10004665", + "lccClassification": [ + "DL766 .L58" + ], + "placeOfPublication": [ + "Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Gustave trois, roi de Suède, 1746-1792." + ], + "dimensions": [ + "19cm." + ] + }, + "sort": [ + 0, + "b10004665" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004665", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-3354 no. 1-7", + "urn:barcode:33433107663993" + ], + "physicalLocation": [ + "*Z-3354" + ], + "shelfMark_sort": "a*Z-3354 no. 000001-7", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-3354 no. 1-7" + ], + "uri": "i30147719", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3354 no. 1-7" + }, + { + "type": "bf:Barcode", + "value": "33433107663993" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-7" + ], + "idBarcode": [ + "33433107663993" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 7 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004672", + "_score": 0, + "_source": { + "extent": [ + "106 p. ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "P. Vaillant" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1775 + ], + "title": [ + "All in the wrong a comedy, as it is acted at the Theatre-Royal in Drury-Lane" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZC-177" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1775" + ], + "creatorLiteral": [ + "Murphy, Arthur, 1727-1805." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1775 + ], + "creatorModifiedName": "Arthur Murphy", + "idOclc": [ + "NYPG004000033-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZC-177" + }, + { + "type": "nypl:Bnumber", + "value": "10004672" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000033-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405783" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204664" + } + ], + "updatedAt": 1711098232297, + "publicationStatement": [ + "London : P. Vaillant, 1775." + ], + "identifier": [ + "urn:shelfmark:*ZC-177", + "urn:bnum:10004672", + "urn:oclc:NYPG004000033-B", + "urn:identifier:NNSZ00405783", + "urn:identifier:(WaOLN)nyp0204664" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1775" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "All in the wrong [microform] : a comedy, as it is acted at the Theatre-Royal in Drury-Lane / by Mr. Murphy." + ], + "uri": "b10004672", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "12⁰." + ] + }, + "sort": [ + 0, + "b10004672" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004675", + "_score": 0, + "_source": { + "extent": [ + "xv, 231 p." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Champagne (Wine)", + "Reims (France)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Hurd and Houghton" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1867 + ], + "title": [ + "The Champagne country" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*Z-3451" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1867" + ], + "creatorLiteral": [ + "Tomes, Robert, 1817-1882." + ], + "idLccn": [ + "04022232" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1867 + ], + "creatorModifiedName": "Robert Tomes", + "idOclc": [ + "NYPG004000036-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3451" + }, + { + "type": "nypl:Bnumber", + "value": "10004675" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000036-B" + }, + { + "type": "bf:Lccn", + "value": "04022232" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405786" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204667" + } + ], + "updatedAt": 1711445107852, + "publicationStatement": [ + "New York, Hurd and Houghton, 1867." + ], + "identifier": [ + "urn:shelfmark:*Z-3451", + "urn:bnum:10004675", + "urn:oclc:NYPG004000036-B", + "urn:lccn:04022232", + "urn:identifier:NNSZ00405786", + "urn:identifier:(WaOLN)nyp0204667" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1867" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Champagne (Wine)", + "Reims (France)" + ], + "titleDisplay": [ + "The Champagne country [microform] by Robert Tomes." + ], + "uri": "b10004675", + "lccClassification": [ + "DC801.R36 T6" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10004675" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004675", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-3451", + "urn:barcode:33433107660072" + ], + "physicalLocation": [ + "*Z-3451" + ], + "shelfMark_sort": "a*Z-003451", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-3451" + ], + "uri": "i30155890", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3451" + }, + { + "type": "bf:Barcode", + "value": "33433107660072" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "idBarcode": [ + "33433107660072" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004679", + "_score": 0, + "_source": { + "extent": [ + "271 p." + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jews", + "Jews -- Germany", + "Jews -- Germany -- Berlin", + "Jews -- Germany -- Berlin -- Directories" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "V. Blavier" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1888 + ], + "title": [ + "Addressbuch der Juden Berlin's Praktisches Handbuch für das kaufende Publikum." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZP-685 no. 1" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1888" + ], + "creatorLiteral": [ + "Blavier, V." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1888 + ], + "creatorModifiedName": "V Blavier", + "idOclc": [ + "NYPG004000040-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZP-685 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "10004679" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000040-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405790" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204671" + } + ], + "updatedAt": 1711095450001, + "publicationStatement": [ + "Berlin, V. Blavier, 1888." + ], + "identifier": [ + "urn:shelfmark:*ZP-685 no. 1", + "urn:bnum:10004679", + "urn:oclc:NYPG004000040-B", + "urn:identifier:NNSZ00405790", + "urn:identifier:(WaOLN)nyp0204671" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1888" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jews -- Germany -- Berlin -- Directories." + ], + "titleDisplay": [ + "Addressbuch der Juden Berlin's [microform]. Praktisches Handbuch für das kaufende Publikum. Zusammengestellt von V. Blavier." + ], + "uri": "b10004679", + "placeOfPublication": [ + "Berlin" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "15 cm." + ] + }, + "sort": [ + 0, + "b10004679" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004679", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:*ZP-685 ", + "urn:barcode:33433107484226" + ], + "physicalLocation": [ + "*ZP-685 " + ], + "shelfMark_sort": "a*ZP-685 ", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZP-685 " + ], + "uri": "i35538478", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZP-685 " + }, + { + "type": "bf:Barcode", + "value": "33433107484226" + } + ], + "holdingLocation_packed": [ + "loc:maf82||Schwarzman Building - Dorot Jewish Division Room 111" + ], + "idBarcode": [ + "33433107484226" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maf82", + "label": "Schwarzman Building - Dorot Jewish Division Room 111" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004681", + "_score": 0, + "_source": { + "extent": [ + "28 p ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfiche.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The Association, 1899" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1899 + ], + "title": [ + "Report to the Hyde Park Protective Association" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*XM-15524" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1899" + ], + "creatorLiteral": [ + "Hyde Park Protective Association." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1899 + ], + "idOclc": [ + "NYPG004000042-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*XM-15524" + }, + { + "type": "nypl:Bnumber", + "value": "10004681" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000042-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405792" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204673" + } + ], + "updatedAt": 1711074377093, + "publicationStatement": [ + "Chicago : The Association, 1899" + ], + "identifier": [ + "urn:shelfmark:*XM-15524", + "urn:bnum:10004681", + "urn:oclc:NYPG004000042-B", + "urn:identifier:NNSZ00405792", + "urn:identifier:(WaOLN)nyp0204673" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1899" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Report to the Hyde Park Protective Association [microform] / by the president, for the sixteen months ending Jan. 31, 1899." + ], + "uri": "b10004681", + "placeOfPublication": [ + "Chicago" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10004681" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004728", + "_score": 0, + "_source": { + "extent": [ + "438 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Most articles are signed Nescio.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Trentino-Alto Adige (Italy)", + "Trentino-Alto Adige (Italy) -- Social life and customs", + "Trentino-Alto Adige (Italy) -- Civilization" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "A. Forni" + ], + "language": [ + { + "id": "lang:ita", + "label": "Italian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "dateEndString": [ + "1882" + ], + "title": [ + "Usi e costumi del Trentino" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 83-6462" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Bolognini, Nepomuceno." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Nepomuceno Bolognini", + "idOclc": [ + "NYPG004000089-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 83-6462" + }, + { + "type": "nypl:Bnumber", + "value": "10004728" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000089-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00405839" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204719" + } + ], + "dateEndYear": [ + 1882 + ], + "updatedAt": 1711593810621, + "publicationStatement": [ + "Sala Bolognese : A. Forni, 1979." + ], + "identifier": [ + "urn:shelfmark:JFD 83-6462", + "urn:bnum:10004728", + "urn:oclc:NYPG004000089-B", + "urn:identifier:NNSZ00405839", + "urn:identifier:(WaOLN)nyp0204719" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Trentino-Alto Adige (Italy) -- Social life and customs.", + "Trentino-Alto Adige (Italy) -- Civilization." + ], + "titleDisplay": [ + "Usi e costumi del Trentino / Nepomuceno Bolognini." + ], + "uri": "b10004728", + "placeOfPublication": [ + "Sala Bolognese" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10004728" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004728", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFD 83-6462", + "urn:barcode:33433038875419" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFD 83-6462" + ], + "shelfMark_sort": "aJFD 83-006462", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 83-6462" + ], + "uri": "i12858257", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 83-6462" + }, + { + "type": "bf:Barcode", + "value": "33433038875419" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433038875419" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-84acf41118ccc2510fafb67456030a54.json b/test/fixtures/query-84acf41118ccc2510fafb67456030a54.json index 99551937..96e38770 100644 --- a/test/fixtures/query-84acf41118ccc2510fafb67456030a54.json +++ b/test/fixtures/query-84acf41118ccc2510fafb67456030a54.json @@ -1,33 +1,29 @@ { "body": { - "took": 1, + "took": 8, "timed_out": false, "_shards": { - "total": 1, - "successful": 1, - "skipped": 0, + "total": 3, + "successful": 3, "failed": 0 }, "hits": { - "total": { - "value": 1, - "relation": "eq" - }, - "max_score": null, + "total": 1, + "max_score": 0, "hits": [] }, "aggregations": { "statuses": { - "doc_count": 824, + "doc_count": 848, "nonrecap_statuses": { - "doc_count": 692, + "doc_count": 716, "nonrecap_status_buckets": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "key": "status:a||Available", - "doc_count": 635 + "doc_count": 659 }, { "key": "status:i||At bindery", @@ -35,11 +31,11 @@ }, { "key": "status:na||Not available", - "doc_count": 9 + "doc_count": 11 }, { "key": "status:co||Loaned", - "doc_count": 5 + "doc_count": 3 }, { "key": "status:m||Missing", diff --git a/test/fixtures/query-8a61d1e125169b4bf8522edee49a2898.json b/test/fixtures/query-8a61d1e125169b4bf8522edee49a2898.json new file mode 100644 index 00000000..1b7f1ad8 --- /dev/null +++ b/test/fixtures/query-8a61d1e125169b4bf8522edee49a2898.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-929158ef6530babd48394ef5390512a2.json b/test/fixtures/query-929158ef6530babd48394ef5390512a2.json new file mode 100644 index 00000000..57c592c6 --- /dev/null +++ b/test/fixtures/query-929158ef6530babd48394ef5390512a2.json @@ -0,0 +1,345 @@ +{ + "body": { + "took": 7, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001936", + "_score": 15.560745, + "_source": { + "extent": [ + "400 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Publication date from cover.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Also available on microform;", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Armenian.", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Microfilmed;", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Armenians", + "Armenians -- Iran", + "Armenians -- Iran -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tparan Hovhannu Tēr-Abrahamian" + ], + "language": [ + { + "id": "lang:arm", + "label": "Armenian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1891 + ], + "title": [ + "Niwtʻer azgayin patmutʻian hamar Ereveli hay kazunkʻ ; Parskastan" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ONR 84-743" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1891" + ], + "creatorLiteral": [ + "Shermazanian, Galust." + ], + "numElectronicResources": [ + 1 + ], + "dateStartYear": [ + 1891 + ], + "creatorModifiedName": "Galust Shermazanian", + "idOclc": [ + "NYPG002001377-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONR 84-743" + }, + { + "type": "nypl:Bnumber", + "value": "10001936" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001377-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201976" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201934" + } + ], + "updatedAt": 1711185810085, + "publicationStatement": [ + "Ṛostov (Doni Vra) : Tparan Hovhannu Tēr-Abrahamian, 1890 [i.e. 1891]" + ], + "identifier": [ + "urn:shelfmark:*ONR 84-743", + "urn:bnum:10001936", + "urn:oclc:NYPG002001377-B", + "urn:identifier:NNSZ00201976", + "urn:identifier:(WaOLN)nyp0201934" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1891" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Armenians -- Iran -- History." + ], + "titleDisplay": [ + "Niwtʻer azgayin patmutʻian hamar Ereveli hay kazunkʻ ; Parskastan / Ashkhatasirutʻiamb Galust Shermazaniani." + ], + "uri": "b10001936", + "electronicResources": [ + { + "label": "Full text available via HathiTrust", + "url": "http://hdl.handle.net/2027/nyp.33433001892276" + } + ], + "placeOfPublication": [ + "Ṛostov (Doni Vra)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001936", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ONR 84-743", + "urn:barcode:33433001892276" + ], + "physicalLocation": [ + "*ONR 84-743" + ], + "shelfMark_sort": "a*ONR 84-000743", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ONR 84-743" + ], + "uri": "i10001320", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ONR 84-743" + }, + { + "type": "bf:Barcode", + "value": "33433001892276" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001892276" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 1 + } + ] + } + }, + "item_status": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-976e492000eb691a2edc2ffc622c074a.json b/test/fixtures/query-976e492000eb691a2edc2ffc622c074a.json new file mode 100644 index 00000000..067682b8 --- /dev/null +++ b/test/fixtures/query-976e492000eb691a2edc2ffc622c074a.json @@ -0,0 +1,306 @@ +{ + "body": { + "took": 5, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13565153", + "_score": 1608.2854, + "_source": { + "extent": [ + "430 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on spine: Ladies companion to the flower garden.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Ladies' companion to the flower-garden (p. [97]-340), has half- title page.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Monthly calendar of work to be done in the flower-garden: p. [425]-430.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Gardening", + "Flower gardening" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "John Wiley" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1854 + ], + "dateEndString": [ + "1853" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Gardening for ladies : and, Companion to the flower-garden" + ], + "shelfMark": [ + "VQG (Loudon, J. W. Gardening for ladies. 1854)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1854" + ], + "creatorLiteral": [ + "Loudon, Mrs. (Jane), 1807-1858." + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "Downing, A. J. (Andrew Jackson), 1815-1852." + ], + "dateStartYear": [ + 1854 + ], + "creatorModifiedName": "Mrs Loudon", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VQG (Loudon, J. W. Gardening for ladies. 1854)" + }, + { + "type": "nypl:Bnumber", + "value": "13565153" + }, + { + "type": "nypl:Oclc", + "value": "31237346" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3539974" + } + ], + "idOclc": [ + "31237346" + ], + "dateEndYear": [ + 1853 + ], + "updatedAt": 1711584773313, + "publicationStatement": [ + "New York : John Wiley, 1854, c1853." + ], + "identifier": [ + "urn:shelfmark:VQG (Loudon, J. W. Gardening for ladies. 1854)", + "urn:bnum:13565153", + "urn:oclc:31237346", + "urn:identifier:(WaOLN)nyp3539974" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1854" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Gardening.", + "Flower gardening." + ], + "titleDisplay": [ + "Gardening for ladies : and, Companion to the flower-garden / by Mrs. Loudon." + ], + "uri": "b13565153", + "electronicResources": [ + { + "label": "Full text available via HathiTrust", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433006564110" + } + ], + "placeOfPublication": [ + "New York" + ], + "titleAlt": [ + "Companion to the flower-garden.", + "Ladies' companion to the flower garden." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 1608.2854, + "b13565153" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13565153", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:VQG (Loudon, J. W. Gardening for ladies. 1854)", + "urn:barcode:33433006564110" + ], + "physicalLocation": [ + "VQG (Loudon, J. W. Gardening for ladies. 1854)" + ], + "shelfMark_sort": "aVQG (Loudon, J. W. Gardening for ladies. 1854)", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "VQG (Loudon, J. W. Gardening for ladies. 1854)" + ], + "uri": "i10708577", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VQG (Loudon, J. W. Gardening for ladies. 1854)" + }, + { + "type": "bf:Barcode", + "value": "33433006564110" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "idBarcode": [ + "33433006564110" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NL" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-97d0128acbc159596c4cca66a6e44df9.json b/test/fixtures/query-97d0128acbc159596c4cca66a6e44df9.json new file mode 100644 index 00000000..3eed9b30 --- /dev/null +++ b/test/fixtures/query-97d0128acbc159596c4cca66a6e44df9.json @@ -0,0 +1,18702 @@ +{ + "body": { + "took": 581, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000109", + "_score": 0, + "_source": { + "extent": [ + "xxii, 321 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [305]-321).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Americans", + "Americans -- Travel", + "Americans -- Travel -- History", + "Americans -- Travel -- History -- China", + "Americans -- Travel -- History -- China -- 19th century", + "Public opinion", + "Public opinion -- United States", + "Public opinion -- United States -- History", + "Public opinion -- United States -- History -- 19th century", + "United States", + "United States -- Civilization", + "United States -- Civilization -- Chinese influences", + "United States -- Intellectual life", + "United States -- Intellectual life -- 19th century", + "China", + "China -- Foreign public opinion, American", + "China -- Foreign public opinion, American -- History", + "China -- Foreign public opinion, American -- History -- 19th century", + "China -- Civilization", + "China -- Civilization -- Public opinion", + "China -- Civilization -- Public opinion -- History", + "China -- Civilization -- Public opinion -- History -- 19th century", + "China -- Description and travel", + "China -- In popular culture", + "United States -- Relations", + "United States -- Relations -- China", + "China -- Relations", + "China -- Relations -- United States" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Columbia University Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 2008 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The romance of China : excursions to China in U.S. culture, 1776-1876" + ], + "shelfMark": [ + "JFE 09-1362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2008" + ], + "creatorLiteral": [ + "Haddad, John Rogers." + ], + "idLccn": [ + "2008037637" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2008 + ], + "creatorModifiedName": "John Haddad", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 09-1362" + }, + { + "type": "nypl:Bnumber", + "value": "10000109" + }, + { + "type": "bf:Isbn", + "value": "9780231130943 (cloth : alk. paper)" + }, + { + "type": "bf:Isbn", + "value": "0231130945 (cloth : alk. paper)" + }, + { + "type": "nypl:Oclc", + "value": "184821618" + }, + { + "type": "bf:Lccn", + "value": "2008037637" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)184821618" + } + ], + "idOclc": [ + "184821618" + ], + "updatedAt": 1711529073455, + "publicationStatement": [ + "New York : Columbia University Press, c2008." + ], + "identifier": [ + "urn:shelfmark:JFE 09-1362", + "urn:bnum:10000109", + "urn:isbn:9780231130943 (cloth : alk. paper)", + "urn:isbn:0231130945 (cloth : alk. paper)", + "urn:oclc:184821618", + "urn:lccn:2008037637", + "urn:identifier:(OCoLC)184821618" + ], + "idIsbn": [ + "9780231130943 (cloth : alk. paper)", + "0231130945 (cloth : alk. paper)" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2008" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Americans -- Travel -- History -- China -- 19th century.", + "Public opinion -- United States -- History -- 19th century.", + "United States -- Civilization -- Chinese influences.", + "United States -- Intellectual life -- 19th century.", + "China -- Foreign public opinion, American -- History -- 19th century.", + "China -- Civilization -- Public opinion -- History -- 19th century.", + "China -- Description and travel.", + "China -- In popular culture.", + "United States -- Relations -- China.", + "China -- Relations -- United States." + ], + "titleDisplay": [ + "The romance of China : excursions to China in U.S. culture, 1776-1876 / John Rogers Haddad." + ], + "uri": "b10000109", + "lccClassification": [ + "E183.8.C5 H175 2008" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Xanadu : an envoy at the throne of a monarch -- Romantic domesticity : a Chinese world invented at home -- Pursuing the China effect : a country described through marketing -- China in miniature : Nathan Dunn's Chinese museum -- A floating ethnology : the strange voyage of the Chinese junk Keying -- God's China : the Middle Kingdom of Samuel Wells Williams -- The cultural fruits of diplomacy : Chinese museum and panorama -- The ugly face of China : Bayard Taylor's travels in Asia -- Traditional China and Chinese Yankees : the Centennial Exposition of 1876." + ], + "dimensions": [ + "24 cm." + ], + "idIsbn_clean": [ + "9780231130943", + "0231130945" + ] + }, + "sort": [ + 0, + "b10000109" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000109", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFE 09-1362", + "urn:barcode:33433084847221" + ], + "physicalLocation": [ + "JFE 09-1362" + ], + "shelfMark_sort": "aJFE 09-001362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 09-1362" + ], + "uri": "i23117386", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 09-1362" + }, + { + "type": "bf:Barcode", + "value": "33433084847221" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433084847221" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000109", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLF 82-5145", + "urn:barcode:33433061318089" + ], + "physicalLocation": [ + "*OLF 82-5145" + ], + "shelfMark_sort": "a*OLF 82-005145", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "dueDate": [ + "2024-05-30" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:co||Loaned" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLF 82-5145" + ], + "uri": "i13783799", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLF 82-5145" + }, + { + "type": "bf:Barcode", + "value": "33433061318089" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061318089" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001333", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., folded maps ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Geomorphology", + "Geomorphology -- Libya" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1973 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Abḥāth fī zhiyūmūrfūlūzhīyat al-arāḍī al-Lībīyah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFO 82-5116" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Jawdah, Jawdah Ḥasanayn." + ], + "idLccn": [ + "75960642" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "creatorModifiedName": "Jawdah Jawdah", + "idOclc": [ + "NYPG002000748-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFO 82-5116" + }, + { + "type": "nypl:Bnumber", + "value": "10001333" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002000748-B" + }, + { + "type": "bf:Lccn", + "value": "75960642" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201348" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201331" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711092738891, + "publicationStatement": [ + "[Binghāzī] : al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb, 1973-" + ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116", + "urn:bnum:10001333", + "urn:oclc:NYPG002000748-B", + "urn:lccn:75960642", + "urn:identifier:NNSZ00201348", + "urn:identifier:(WaOLN)nyp0201331" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Geomorphology -- Libya." + ], + "titleDisplay": [ + "Abḥāth fī zhiyūmūrfūlūzhīyat al-arāḍī al-Lībīyah / Jawdah Ḥasanayn Jawdah." + ], + "uri": "b10001333", + "lccClassification": [ + "GB440.L5 J38" + ], + "placeOfPublication": [ + "[Binghāzī]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24cm." + ] + }, + "sort": [ + 0, + "b10001333" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001333", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 2", + "urn:barcode:33433005586197" + ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 2" + ], + "uri": "i10000872", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433005586197" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433005586197" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001333", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 1", + "urn:barcode:33433005586189" + ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 1" + ], + "uri": "i10000871", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433005586189" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433005586189" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001657", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., maps ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on p. [4] of cover: Village gazetteer.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Bar asās-i natāyij-i sarshumārī-i ʻumūmī-i Ābānʼmāh-i 1345.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "English and Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Villages", + "Villages -- Iran", + "Villages -- Iran -- Statistics", + "Iran", + "Iran -- Gazetteers" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Markaz-i Āmār-i Īrān" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 11 + ], + "createdYear": [ + 1969 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Farhang-i ābādīhā-yi kishvar." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Map Div. 84-146" + ], + "numItemVolumesParsed": [ + 11 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Markaz-i Āmār-i Īrān." + ], + "idLccn": [ + "81464564" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG002001092-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Map Div. 84-146" + }, + { + "type": "nypl:Bnumber", + "value": "10001657" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001092-B" + }, + { + "type": "bf:Lccn", + "value": "81464564" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201692" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201655" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711190054190, + "publicationStatement": [ + "Tihrān : Markaz-i Āmār-i Īrān, 1347- [1969-]" + ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146", + "urn:bnum:10001657", + "urn:oclc:NYPG002001092-B", + "urn:lccn:81464564", + "urn:identifier:NNSZ00201692", + "urn:identifier:(WaOLN)nyp0201655" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Villages -- Iran -- Statistics.", + "Iran -- Gazetteers." + ], + "titleDisplay": [ + "Farhang-i ābādīhā-yi kishvar." + ], + "uri": "b10001657", + "lccClassification": [ + "DS253 .M37" + ], + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Village gazetteer." + ], + "tableOfContents": [ + "Jild-i 2. Ustān-i Āẕarbāyjān-i Gharbī--Jild-i 3-5. Ustān-i Khurāsān--Jild-1 6. Ustān-i Kurdistān--Jild-i 9. Farmāndārī-i Kull-i Luristān--Jild-i 10. Farmāndārīhā-yi Kull-i Banādir va Jazāʼir-i Khalīj-i Fārs va Daryā-yi Ummān--Jild-i 11. Ustān-i Māzandarān--Jild-i 14. Ustān-i Markazī--Jild-i 15. Ustān-i Gilān--Jild-i 17. Farmāndārī-i Kull-i Simnān." + ], + "dimensions": [ + "42x54 cm." + ] + }, + "sort": [ + 0, + "b10001657" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 11, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10001657", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" + } + ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 17", + "urn:barcode:33433057030870" + ], + "physicalLocation": [ + "Map Div. 84-146" + ], + "shelfMark_sort": "aMap Div. 84-146 v. 000017", + "catalogItemType_packed": [ + "catalogItemType:25||atlas" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 17-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Map Div. 84-146 v. 17" + ], + "uri": "i13784147", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Map Div. 84-146 v. 17" + }, + { + "type": "bf:Barcode", + "value": "33433057030870" + } + ], + "holdingLocation_packed": [ + "loc:rcmp2||Offsite" + ], + "enumerationChronology": [ + "v. 17" + ], + "idBarcode": [ + "33433057030870" + ], + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmp2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NL" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + "sort": [ + " 17-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001657", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" + } + ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 15", + "urn:barcode:33433057030862" + ], + "physicalLocation": [ + "Map Div. 84-146" + ], + "shelfMark_sort": "aMap Div. 84-146 v. 000015", + "catalogItemType_packed": [ + "catalogItemType:25||atlas" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 15-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Map Div. 84-146 v. 15" + ], + "uri": "i13784146", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Map Div. 84-146 v. 15" + }, + { + "type": "bf:Barcode", + "value": "33433057030862" + } + ], + "holdingLocation_packed": [ + "loc:rcmp2||Offsite" + ], + "enumerationChronology": [ + "v. 15" + ], + "idBarcode": [ + "33433057030862" + ], + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmp2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NL" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ] + }, + "sort": [ + " 15-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10001657", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" + } + ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 14", + "urn:barcode:33433057030854" + ], + "physicalLocation": [ + "Map Div. 84-146" + ], + "shelfMark_sort": "aMap Div. 84-146 v. 000014", + "catalogItemType_packed": [ + "catalogItemType:25||atlas" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 14-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Map Div. 84-146 v. 14" + ], + "uri": "i13784145", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Map Div. 84-146 v. 14" + }, + { + "type": "bf:Barcode", + "value": "33433057030854" + } + ], + "holdingLocation_packed": [ + "loc:rcmp2||Offsite" + ], + "enumerationChronology": [ + "v. 14" + ], + "idBarcode": [ + "33433057030854" + ], + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmp2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NL" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } + ] + }, + "sort": [ + " 14-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003410", + "_score": 0, + "_source": { + "extent": [ + "v. facsims." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: Imam Ṭaḥāwī's Disagreement of jurists (Ikhtilāf al-fuqahāʼ)", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Introd. in Arabic and English ; text in Arabic.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: v. 1, p. [313]-314.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islamic law" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Ikhtilāf al-fuqahāʼ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGM 84-702" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Ṭaḥāwī, Aḥmad ibn Muḥammad, 852?-933." + ], + "idLccn": [ + "72930954" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Maṭbūʻāt Maʻhad al-Abḥāth al-Islāmīyāh. Publication no. 23" + ], + "contributorLiteral": [ + "Maʻṣūmī, M. Ṣaghīr Ḥasan (Muḥammad Ṣaghīr Ḥasan)" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG003000869-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGM 84-702" + }, + { + "type": "nypl:Bnumber", + "value": "10003410" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000869-B" + }, + { + "type": "bf:Lccn", + "value": "72930954" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303765" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203402" + } + ], + "uniformTitle": [ + "Publication (Islamic Research Institute (Pakistan)) ; \\no.23." + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711391778281, + "publicationStatement": [ + "Islām Ābād [1971-" + ], + "identifier": [ + "urn:shelfmark:*OGM 84-702", + "urn:bnum:10003410", + "urn:oclc:NYPG003000869-B", + "urn:lccn:72930954", + "urn:identifier:NNSZ00303765", + "urn:identifier:(WaOLN)nyp0203402" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islamic law." + ], + "titleDisplay": [ + "Ikhtilāf al-fuqahāʼ, lil-Imām Abī Jaʻfar Aḥmad ibn Muḥammad al-Ṭaḥāwī. Ḥaqqaqahu wa-ʻallaqa ʻalayhi Muḥammad Ṣaghīr Ḥasan al-Maʻṣūmī." + ], + "uri": "b10003410", + "placeOfPublication": [ + "Islām Ābād" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003410" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003410", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGM 84-702", + "urn:barcode:33433001944960" + ], + "physicalLocation": [ + "*OGM 84-702" + ], + "shelfMark_sort": "a*OGM 84-000702", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGM 84-702" + ], + "uri": "i10002358", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGM 84-702" + }, + { + "type": "bf:Barcode", + "value": "33433001944960" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001944960" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003414", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Skandamahāpurāṇam.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Added t.p. in English or Hindi.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 1:2. Saṃskaraṇam; v. 2-: 1. Saṃskaraṇam.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; introductory matter in Hindi or Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Manasukharāya Mora" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 6 + ], + "createdYear": [ + 1960 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Skandamahāpurāṇam" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKOK 84-641" + ], + "numItemVolumesParsed": [ + 6 + ], + "createdString": [ + "1960" + ], + "idLccn": [ + "73902099" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Gurumaṇḍalagranthamālāyāḥ ; puṣpam 20" + ], + "dateStartYear": [ + 1960 + ], + "idOclc": [ + "NYPG003000873-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKOK 84-641" + }, + { + "type": "nypl:Bnumber", + "value": "10003414" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000873-B" + }, + { + "type": "bf:Lccn", + "value": "73902099" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303769" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203406" + } + ], + "uniformTitle": [ + "Puranas Skanda Purāṇa." + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711048734763, + "publicationStatement": [ + "Kalakattā : Manasukharāya Mora, 1960-" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641", + "urn:bnum:10003414", + "urn:oclc:NYPG003000873-B", + "urn:lccn:73902099", + "urn:identifier:NNSZ00303769", + "urn:identifier:(WaOLN)nyp0203406" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1960" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Skandamahāpurāṇam / Śrāmanmaharṣikrṣṇadvaipāyanavyāsaviracitam." + ], + "uri": "b10003414", + "lccClassification": [ + "PK3621 .S5 1960" + ], + "placeOfPublication": [ + "Kalakattā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Skanda-Purāṇam." + ], + "tableOfContents": [ + "1. Māheśvarakhaṇḍātmakaḥ.--2. Vaiṣṇavakhaṇḍātmakaḥ.--3. Brahmakhandātmakaḥ.--4. Kāśīkhaṇḍātmakaḥ.--5. Avantīkhaṇḍātmakah. 2 pts." + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10003414" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 6, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003414", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 2", + "urn:barcode:33433013221423" + ], + "physicalLocation": [ + "*OKOK 84-641" + ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 2", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 2" + ], + "uri": "i10002364", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKOK 84-641 v. 5 pt 2" + }, + { + "type": "bf:Barcode", + "value": "33433013221423" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 5 pt 2" + ], + "idBarcode": [ + "33433013221423" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + "sort": [ + " 5-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003414", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 1", + "urn:barcode:33433013221415" + ], + "physicalLocation": [ + "*OKOK 84-641" + ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 1", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 1" + ], + "uri": "i10002363", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKOK 84-641 v. 5 pt 1" + }, + { + "type": "bf:Barcode", + "value": "33433013221415" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 5 pt 1" + ], + "idBarcode": [ + "33433013221415" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + "sort": [ + " 5-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003414", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 4", + "urn:barcode:33433013221407" + ], + "physicalLocation": [ + "*OKOK 84-641" + ], + "shelfMark_sort": "a*OKOK 84-641 v. 000004", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKOK 84-641 v. 4" + ], + "uri": "i10002362", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKOK 84-641 v. 4" + }, + { + "type": "bf:Barcode", + "value": "33433013221407" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 4" + ], + "idBarcode": [ + "33433013221407" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + "sort": [ + " 4-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003502", + "_score": 0, + "_source": { + "extent": [ + "v. : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Partly translations from German poetry (with German texts included).", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Originally published in 1856, under title: Dziesmiņas latviešu valodai pārtulkotas; original t.p. included.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Liesma" + ], + "language": [ + { + "id": "lang:lav", + "label": "Latvian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Dziesmiņas" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*QYN 82-2046" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Alunāns, Juris, 1832-1864." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Literārā mantojuma mazā bibliotēka" + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG003000961-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*QYN 82-2046" + }, + { + "type": "nypl:Bnumber", + "value": "10003502" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000961-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00303857" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203494" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711148692635, + "publicationStatement": [ + "Riga : Liesma, 1981-" + ], + "identifier": [ + "urn:shelfmark:*QYN 82-2046", + "urn:bnum:10003502", + "urn:oclc:NYPG003000961-B", + "urn:identifier:NNSZ00303857", + "urn:identifier:(WaOLN)nyp0203494" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Dziesmiņas / Juris Alunāns." + ], + "uri": "b10003502", + "placeOfPublication": [ + "Riga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "17 cm." + ] + }, + "sort": [ + 0, + "b10003502" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003502", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*QYN 82-2046 Dala 1.", + "urn:barcode:33433013501782" + ], + "physicalLocation": [ + "*QYN 82-2046 Dala 1." + ], + "shelfMark_sort": "a*QYN 82-2046 Dala 1.", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*QYN 82-2046 Dala 1." + ], + "uri": "i10002421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*QYN 82-2046 Dala 1." + }, + { + "type": "bf:Barcode", + "value": "33433013501782" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013501782" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10003671", + "_score": 0, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Egypt", + "Egypt -- Politics and government", + "Egypt -- Politics and government -- 640-1882" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Anjlū al-Miṣrīyah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Nuẓum al-Fāṭimīyīn wa-rusūmuhum fī Miṣr. Institutions et cérémonial des Faṭimides en Égypte." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFP 82-1931" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Mājid, ʻAbd al-Munʻim." + ], + "idLccn": [ + "73960873" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG003001133-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-1931" + }, + { + "type": "nypl:Bnumber", + "value": "10003671" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001133-B" + }, + { + "type": "bf:Lccn", + "value": "73960873" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304029" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0203663" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711655786383, + "publicationStatement": [ + "al-Qāhirah, Maktabat al-Anjlū al-Miṣrīyah, 1973-" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-1931", + "urn:bnum:10003671", + "urn:oclc:NYPG003001133-B", + "urn:lccn:73960873", + "urn:identifier:NNSZ00304029", + "urn:identifier:(WaOLN)nyp0203663" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Egypt -- Politics and government -- 640-1882." + ], + "titleDisplay": [ + "Nuẓum al-Fāṭimīyīn wa-rusūmuhum fī Miṣr. Institutions et cérémonial des Faṭimides en Égypte. Taʼlīf ʻAbd al-Munʻim Mājid." + ], + "uri": "b10003671", + "lccClassification": [ + "JQ3824 .M34 1973" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Institutions et cérémonial des Fatimides en Égypte." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10003671" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10003671", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 82-1931", + "urn:barcode:33433001937121" + ], + "physicalLocation": [ + "*OFP 82-1931" + ], + "shelfMark_sort": "a*OFP 82-001931", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 82-1931" + ], + "uri": "i10002566", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 82-1931" + }, + { + "type": "bf:Barcode", + "value": "33433001937121" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001937121" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004373", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Vols. 3- have imprint: Mysore : Sahyādri Prakāśana.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuvempu, 1904-1994" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Karnāṭaka Sahakārī Prakāśana Mandira" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kuvempu sāhitya: Kelavu adhyayanagaḷu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 83-3417" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Javare Gowda, Deve Gowda, 1918-" + ], + "idLccn": [ + "72902119" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG003001842-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-3417" + }, + { + "type": "nypl:Bnumber", + "value": "10004373" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001842-B" + }, + { + "type": "bf:Lccn", + "value": "72902119" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00304738" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204365" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711471583691, + "publicationStatement": [ + "Beṅgaḷūru] Karnāṭaka Sahakārī Prakāśana Mandira [1971]-" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-3417", + "urn:bnum:10004373", + "urn:oclc:NYPG003001842-B", + "urn:lccn:72902119", + "urn:identifier:NNSZ00304738", + "urn:identifier:(WaOLN)nyp0204365" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuvempu, 1904-1994." + ], + "titleDisplay": [ + "Kuvempu sāhitya: Kelavu adhyayanagaḷu. [Lēkhaka] Dējagau." + ], + "uri": "b10004373", + "lccClassification": [ + "PL4659.P797 S7934" + ], + "placeOfPublication": [ + "Beṅgaḷūru]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10004373" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004373", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 83-341 v. 3", + "urn:barcode:33433057523718" + ], + "physicalLocation": [ + "*OLA 83-341" + ], + "shelfMark_sort": "a*OLA 83-341 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 83-341 v. 3" + ], + "uri": "i12858227", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-341 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433057523718" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433057523718" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004373", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLA 83-3417 Library has: Vol. 1, 3.", + "urn:barcode:33433001707623" + ], + "physicalLocation": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], + "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], + "uri": "i10003188", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-3417 Library has: Vol. 1, 3." + }, + { + "type": "bf:Barcode", + "value": "33433001707623" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001707623" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004816", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Martins Livreiro-Editor" + ], + "language": [ + { + "id": "lang:por", + "label": "Portuguese" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "A outra face de J. Simões Lopes Neto" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFK 84-291" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1983" + ], + "creatorLiteral": [ + "Lopes Neto, J. Simões (João Simões), 1865-1916." + ], + "idLccn": [ + "84227211" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Moreira, Angelo Pires." + ], + "dateStartYear": [ + 1983 + ], + "idOclc": [ + "NYPG004000178-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 84-291" + }, + { + "type": "nypl:Bnumber", + "value": "10004816" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000178-B" + }, + { + "type": "bf:Lccn", + "value": "84227211" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204806" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1710969866000, + "publicationStatement": [ + "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil : Martins Livreiro-Editor, 1983-" + ], + "identifier": [ + "urn:shelfmark:JFK 84-291", + "urn:bnum:10004816", + "urn:oclc:NYPG004000178-B", + "urn:lccn:84227211", + "urn:identifier:(WaOLN)nyp0204806" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "A outra face de J. Simões Lopes Neto / [editor] Angelo Pires Moreira." + ], + "uri": "b10004816", + "lccClassification": [ + "PQ9697.L7223 A6 1983" + ], + "placeOfPublication": [ + "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10004816" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004816", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFK 84-291 v. 1", + "urn:barcode:33433003418559" + ], + "physicalLocation": [ + "JFK 84-291" + ], + "shelfMark_sort": "aJFK 84-291 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFK 84-291 v. 1" + ], + "uri": "i10003383", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 84-291 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433003418559" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433003418559" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10004947", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Colophon title in Russian: Geografi︠i︡a.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Allworth no. 170.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Azerbaijani.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Geography", + "Geography -- Textbooks", + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Azärnäshr" + ], + "language": [ + { + "id": "lang:aze", + "label": "Azerbaijani" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1926 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Cografija" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-221 no. 8" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1926" + ], + "creatorLiteral": [ + "Räshad, Gafyr." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1926 + ], + "idOclc": [ + "NYPG004000308-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-221 no. 8" + }, + { + "type": "nypl:Bnumber", + "value": "10004947" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000308-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00406058" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0204937" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711120882081, + "publicationStatement": [ + "Baqï : Azärnäshr, 1926-" + ], + "identifier": [ + "urn:shelfmark:*ZO-221 no. 8", + "urn:bnum:10004947", + "urn:oclc:NYPG004000308-B", + "urn:identifier:NNSZ00406058", + "urn:identifier:(WaOLN)nyp0204937" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1926" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." + ], + "titleDisplay": [ + "Cografija [microform] / Gafyr Räshad." + ], + "uri": "b10004947", + "placeOfPublication": [ + "Baqï" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Geografi︠i︡a." + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10004947" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10004947", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-221 11 Azerbaijani monographs", + "urn:barcode:33433105673499" + ], + "physicalLocation": [ + "*ZO-221" + ], + "shelfMark_sort": "a*ZO-221 11 Azerbaijani monographs", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-221 11 Azerbaijani monographs" + ], + "uri": "i30081242", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-221 11 Azerbaijani monographs" + }, + { + "type": "bf:Barcode", + "value": "33433105673499" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "11 Azerbaijani monographs" + ], + "idBarcode": [ + "33433105673499" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005127", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "At head of cover title: Zähmät mäqtäbläri uçun tädris vä pedagozhi qitablarï.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Cover colophon title in Russian: Nachalʹnyĭ kurs geografii.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Allworth no. 151.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Azerbaijani.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Geography", + "Geography -- Textbooks", + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Azärnäshr" + ], + "language": [ + { + "id": "lang:aze", + "label": "Azerbaijani" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1928 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Cografija" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-216 no. 15" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1928" + ], + "creatorLiteral": [ + "Ivanov, G." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1928 + ], + "creatorModifiedName": "G Ivanov", + "idOclc": [ + "NYPG004000493-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-216 no. 15" + }, + { + "type": "nypl:Bnumber", + "value": "10005127" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000493-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00406243" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205116" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711120882081, + "publicationStatement": [ + "Baqï : Azärnäshr, 1928-" + ], + "identifier": [ + "urn:shelfmark:*ZO-216 no. 15", + "urn:bnum:10005127", + "urn:oclc:NYPG004000493-B", + "urn:identifier:NNSZ00406243", + "urn:identifier:(WaOLN)nyp0205116" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1928" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." + ], + "titleDisplay": [ + "Cografija [microform] / Ivanof ; çäviräni Äsädylla Äbdurrähim-zadä." + ], + "uri": "b10005127", + "placeOfPublication": [ + "Baqï" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Nachalʹnyĭ kurs geografii." + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10005127" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005211", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Colophon title in Russian: Khaos.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Allworth no. 586.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Azerbaijani.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Azärnäshr" + ], + "language": [ + { + "id": "lang:aze", + "label": "Azerbaijani" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1929 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Xaos" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-220 no. 9" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1929" + ], + "creatorLiteral": [ + "Shirvanzade, 1858-1935." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1929 + ], + "idOclc": [ + "NYPG004000578-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-220 no. 9" + }, + { + "type": "nypl:Bnumber", + "value": "10005211" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000578-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00406328" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205200" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711646891455, + "publicationStatement": [ + "Bagï : Azärnäshr, 1929" + ], + "identifier": [ + "urn:shelfmark:*ZO-220 no. 9", + "urn:bnum:10005211", + "urn:oclc:NYPG004000578-B", + "urn:identifier:NNSZ00406328", + "urn:identifier:(WaOLN)nyp0205200" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1929" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Azerbaijani language -- Texts." + ], + "titleDisplay": [ + "Xaos [microform] / Shirvanzada ; ermeni dilinden ceviräni F. Ismixanov ; tärcimäsinin redaktory Säid Mirkasïmzada." + ], + "uri": "b10005211", + "placeOfPublication": [ + "Bagï" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Khaos." + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10005211" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005211", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-220 collection of 10 titles (monographs)", + "urn:barcode:33433105674059" + ], + "physicalLocation": [ + "*ZO-220" + ], + "shelfMark_sort": "a*ZO-220 collection of 10 titles (monographs)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-220 collection of 10 titles (monographs)" + ], + "uri": "i30087469", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-220 collection of 10 titles (monographs)" + }, + { + "type": "bf:Barcode", + "value": "33433105674059" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "collection of 10 titles (monographs)" + ], + "idBarcode": [ + "33433105674059" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005860", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Swahili.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Swahili language", + "Swahili language -- Texts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n." + ], + "language": [ + { + "id": "lang:swa", + "label": "Swahili" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Ser.-N .Z288" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Zanzibar." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG005000002-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-N .Z288" + }, + { + "type": "nypl:Bnumber", + "value": "10005860" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000002-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507074" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205850" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711530704245, + "publicationStatement": [ + "[Zanzibar : s.n., 1980- ]" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-N .Z288", + "urn:bnum:10005860", + "urn:oclc:NYPG005000002-B", + "urn:identifier:NNSZ00507074", + "urn:identifier:(WaOLN)nyp0205850" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Swahili language -- Texts." + ], + "titleDisplay": [ + "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." + ], + "uri": "b10005860", + "placeOfPublication": [ + "[Zanzibar" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Kitabu cha 1-9." + ], + "dimensions": [ + "13-31 cm." + ] + }, + "sort": [ + 0, + "b10005860" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005860", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-N .Z288 Kituba cha 1-9", + "urn:barcode:33433030859007" + ], + "physicalLocation": [ + "Sc Ser.-N .Z288" + ], + "shelfMark_sort": "aSc Ser.-N .Z288 Kituba cha 1-000009", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-N .Z288 Kituba cha 1-9" + ], + "uri": "i10942241", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-N .Z288 Kituba cha 1-9" + }, + { + "type": "bf:Barcode", + "value": "33433030859007" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "Kituba cha 1-9" + ], + "idBarcode": [ + "33433030859007" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005862", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Editor: Gerald A. McWorter.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "African Americans", + "African Americans -- Study and teaching", + "African Americans -- Study and teaching -- Congresses", + "Black people", + "Black people -- Study and teaching", + "Black people -- Study and teaching -- Congresses" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Afro-American Studies and Research Program, University of Illinois" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1983 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Proceedings" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Ser.-M .N3674" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1983" + ], + "creatorLiteral": [ + "National Council for Black Studies (U.S.). Conference (6th : 1982 : Chicago, Ill.)" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "McWorter, Gerald A." + ], + "dateStartYear": [ + 1983 + ], + "idOclc": [ + "NYPG005000004-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .N3674" + }, + { + "type": "nypl:Bnumber", + "value": "10005862" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000004-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507076" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205852" + } + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .N3674" + } + ], + "physicalLocation": [ + "Sc Ser.-M .N3674" + ], + "format": [ + "PRINT" + ], + "location": [ + { + "code": "loc:scf", + "label": "Schomburg Center - Research & Reference" + } + ], + "shelfMark": [ + "Sc Ser.-M .N3674" + ], + "uri": "h1144093" + } + ], + "updatedAt": 1711471622189, + "publicationStatement": [ + "Urbana, Ill. : Afro-American Studies and Research Program, University of Illinois, [1983?-]" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .N3674", + "urn:bnum:10005862", + "urn:oclc:NYPG005000004-B", + "urn:identifier:NNSZ00507076", + "urn:identifier:(WaOLN)nyp0205852" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "African Americans -- Study and teaching -- Congresses.", + "Black people -- Study and teaching -- Congresses." + ], + "titleDisplay": [ + "Proceedings / National Council for Black Studies, 6th annual national conference." + ], + "uri": "b10005862", + "placeOfPublication": [ + "Urbana, Ill." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "no. 1. Race/class.--no. 2. Studies on Black children and their families.--no. 3. Philosophical perspectives in Black studies.--no. 4. Black liberation movement.--no. 5. Social science and the Black experience." + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10005862" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005862", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 3-5", + "urn:barcode:33433072219805" + ], + "physicalLocation": [ + "Sc Ser.-M .N3674: 6th. 1982" + ], + "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000003-5", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-M .N3674: 6th. 1982 no. 3-5" + ], + "uri": "i17447316", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .N3674: 6th. 1982 no. 3-5" + }, + { + "type": "bf:Barcode", + "value": "33433072219805" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "no. 3-5" + ], + "idBarcode": [ + "33433072219805" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 5 + } + ] + }, + "sort": [ + " 3-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005862", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 1-2", + "urn:barcode:33433072219797" + ], + "physicalLocation": [ + "Sc Ser.-M .N3674: 6th. 1982" + ], + "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000001-2", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-M .N3674: 6th. 1982 no. 1-2" + ], + "uri": "i14746590", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .N3674: 6th. 1982 no. 1-2" + }, + { + "type": "bf:Barcode", + "value": "33433072219797" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "no. 1-2" + ], + "idBarcode": [ + "33433072219797" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005898", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Creole dialects, French", + "Creole dialects, French -- Haiti", + "Creole dialects, French -- Haiti -- Textbooks for foreign speakers", + "Creole dialects, French -- Haiti -- Textbooks for foreign speakers -- French" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "I.L.A. de Port-au-Prince" + ], + "language": [ + { + "id": "lang:crp", + "label": "Creoles and Pidgins (Other)" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1984 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Leson kreyòl pou etranje ki pale franse \\" + ], + "shelfMark": [ + "Sc Ser.-M .M468" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1984" + ], + "creatorLiteral": [ + "Mirville, Ernst." + ], + "seriesStatement": [ + "Siwolin; \\t.2", + "Collection Coucoville" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Institut de linguistique appliquée de Port-au-Prince." + ], + "dateStartYear": [ + 1984 + ], + "creatorModifiedName": "Ernst Mirville", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .M468" + }, + { + "type": "nypl:Bnumber", + "value": "10005898" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000041-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507113" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205888" + } + ], + "idOclc": [ + "NYPG005000041-B" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .M468" + } + ], + "physicalLocation": [ + "Sc Ser.-M .M468" + ], + "format": [ + "PRINT" + ], + "location": [ + { + "code": "loc:scf", + "label": "Schomburg Center - Research & Reference" + } + ], + "shelfMark": [ + "Sc Ser.-M .M468" + ], + "uri": "h1144290" + } + ], + "updatedAt": 1711395431856, + "publicationStatement": [ + "Port-au-Prince : I.L.A. de Port-au-Prince, 1984-" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .M468", + "urn:bnum:10005898", + "urn:oclc:NYPG005000041-B", + "urn:identifier:NNSZ00507113", + "urn:identifier:(WaOLN)nyp0205888" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Creole dialects, French -- Haiti -- Textbooks for foreign speakers -- French." + ], + "titleDisplay": [ + "Leson kreyòl pou etranje ki pale franse \\ Ernst Mirville." + ], + "uri": "b10005898", + "placeOfPublication": [ + "Port-au-Prince" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10005898" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005898", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .M468 t. 2, ptie 1", + "urn:barcode:33433017863220" + ], + "physicalLocation": [ + "Sc Ser.-M .M468" + ], + "shelfMark_sort": "aSc Ser.-M .M468 t. 2, ptie 000001", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-M .M468 t. 2, ptie 1" + ], + "uri": "i11900486", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .M468 t. 2, ptie 1" + }, + { + "type": "bf:Barcode", + "value": "33433017863220" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "t. 2, ptie 1" + ], + "idBarcode": [ + "33433017863220" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005907", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Discography: p. 115-122.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jazz", + "Jazz -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Producciones Don Pedro" + ], + "language": [ + { + "id": "lang:spa", + "label": "Spanish" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1978 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "En torno al jazz" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Ser.-L .V354" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Vélez, Ana." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "NYPG005000050-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-L .V354" + }, + { + "type": "nypl:Bnumber", + "value": "10005907" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000050-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507122" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205897" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711168238383, + "publicationStatement": [ + "San Juan, P.R. : Producciones Don Pedro, 1978-" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354", + "urn:bnum:10005907", + "urn:oclc:NYPG005000050-B", + "urn:identifier:NNSZ00507122", + "urn:identifier:(WaOLN)nyp0205897" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jazz -- History and criticism." + ], + "titleDisplay": [ + "En torno al jazz / Ana Vélez." + ], + "uri": "b10005907", + "placeOfPublication": [ + "San Juan, P.R." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "v. 1. Musica de nuestro siglo -- v. 2. Impacto social y trascendencia." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10005907" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10005907", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354 v. 2", + "urn:barcode:33433017895651" + ], + "physicalLocation": [ + "Sc Ser.-L .V354" + ], + "shelfMark_sort": "aSc Ser.-L .V354 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-L .V354 v. 2" + ], + "uri": "i11900496", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-L .V354 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433017895651" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433017895651" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10005907", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354 v. 1", + "urn:barcode:33433030890481" + ], + "physicalLocation": [ + "Sc Ser.-L .V354" + ], + "shelfMark_sort": "aSc Ser.-L .V354 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-L .V354 v. 1" + ], + "uri": "i11900495", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-L .V354 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433030890481" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433030890481" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006011", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tem language" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Experiment in International Living" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Tem" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Ser.-M .T425" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Peace Corps language handbook series" + ], + "contributorLiteral": [ + "Der-Houssikian, Haig." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG005000158-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .T425" + }, + { + "type": "nypl:Bnumber", + "value": "10006011" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000158-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507231" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206003" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711330931258, + "publicationStatement": [ + "Brattleboro, vt. : Experiment in International Living, 1980-" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .T425", + "urn:bnum:10006011", + "urn:oclc:NYPG005000158-B", + "urn:identifier:NNSZ00507231", + "urn:identifier:(WaOLN)nyp0206003" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tem language." + ], + "titleDisplay": [ + "Tem / developed by the Experiment in International Living...for ACTION/Peace Corps." + ], + "uri": "b10006011", + "placeOfPublication": [ + "Brattleboro, vt." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Communication and culture handbook/by Haig Der-Houssikian.--" + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10006011" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006011", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .T425", + "urn:barcode:33433076233265" + ], + "physicalLocation": [ + "Sc Ser.-M .T425" + ], + "shelfMark_sort": "aSc Ser.-M .T000425", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-M .T425" + ], + "uri": "i23169346", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .T425" + }, + { + "type": "bf:Barcode", + "value": "33433076233265" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433076233265" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006012", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kabre language" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Experiment in International Living" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kabiye" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc F 84-135" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Peace Corps language handbook series" + ], + "contributorLiteral": [ + "Sedlak, Philip Alan Stephen, 1939-", + "Jassor, Essogoye.", + "Experiment in International Living." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG005000159-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc F 84-135" + }, + { + "type": "nypl:Bnumber", + "value": "10006012" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000159-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507232" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206004" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711544432253, + "publicationStatement": [ + "Brattleboro, Vt. : Experiment in International Living, 1980-" + ], + "identifier": [ + "urn:shelfmark:Sc F 84-135", + "urn:bnum:10006012", + "urn:oclc:NYPG005000159-B", + "urn:identifier:NNSZ00507232", + "urn:identifier:(WaOLN)nyp0206004" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kabre language." + ], + "titleDisplay": [ + "Kabiye / developed by the Experiment in International Living...for ACTION/Peace Corps." + ], + "uri": "b10006012", + "placeOfPublication": [ + "Brattleboro, Vt." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Special skills handbook/compiled by Philip A.S. Sedlak; assisted by Essogoye Jassor.--" + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10006012" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006012", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc F 84-135", + "urn:barcode:33433036872368" + ], + "physicalLocation": [ + "Sc F 84-135" + ], + "shelfMark_sort": "aSc F 84-000135", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc F 84-135" + ], + "uri": "i11900585", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc F 84-135" + }, + { + "type": "bf:Barcode", + "value": "33433036872368" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433036872368" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006018", + "_score": 0, + "_source": { + "extent": [ + "v. : ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Corrections to volume I\": v. 2, p. 69.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Iota Phi Lambda" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "The Sorority" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1959 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "A History of Iota Phi Lambda Sorority." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Ser.-M .H592" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1959" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Greene, Ethel K.", + "Sims, Sarah B." + ], + "dateStartYear": [ + 1959 + ], + "idOclc": [ + "NYPG005000165-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .H592" + }, + { + "type": "nypl:Bnumber", + "value": "10006018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000165-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507238" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206010" + } + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .H592" + } + ], + "physicalLocation": [ + "Sc Ser.-M .H592" + ], + "format": [ + "PRINT" + ], + "location": [ + { + "code": "loc:scf", + "label": "Schomburg Center - Research & Reference" + } + ], + "shelfMark": [ + "Sc Ser.-M .H592" + ], + "uri": "h1142937" + } + ], + "updatedAt": 1711089650715, + "publicationStatement": [ + "Washington : The Sorority, 1959-" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .H592", + "urn:bnum:10006018", + "urn:oclc:NYPG005000165-B", + "urn:identifier:NNSZ00507238", + "urn:identifier:(WaOLN)nyp0206010" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1959" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Iota Phi Lambda." + ], + "titleDisplay": [ + "A History of Iota Phi Lambda Sorority." + ], + "uri": "b10006018", + "placeOfPublication": [ + "Washington" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1929-1958/Ethel K. Greene.--1959-1969/Sarah B. Sims." + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10006018" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006018", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", + "urn:barcode:33433061038323" + ], + "physicalLocation": [ + "Sc Ser.-M .H592" + ], + "shelfMark_sort": "aSc Ser.-M .H592 v. 000001, 2 (1928-19, 1959-69)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1928", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-1928" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + ], + "uri": "i14746595", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + }, + { + "type": "bf:Barcode", + "value": "33433061038323" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "v. 1, 2 (1928-19, 1959-69)" + ], + "idBarcode": [ + "33433061038323" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-1928" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006159", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Civil rights", + "Civil rights -- United States", + "Violence", + "Violence -- United States", + "African Americans", + "African Americans -- Civil rights" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "American Foundation for Negro Affairs" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Law and disorder a research position paper" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc Micro R-4202, no. 16" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "American Foundation for Negro Affairs. Commission on Judiciary and Law. Subcommittee on National Goals." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG005000311-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Micro R-4202, no. 16" + }, + { + "type": "nypl:Bnumber", + "value": "10006159" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000311-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507384" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206150" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711305889023, + "publicationStatement": [ + "Philadelphia, Pa. : American Foundation for Negro Affairs, 1970-" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4202, no. 16", + "urn:bnum:10006159", + "urn:oclc:NYPG005000311-B", + "urn:identifier:NNSZ00507384", + "urn:identifier:(WaOLN)nyp0206150" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Civil rights -- United States.", + "Violence -- United States.", + "African Americans -- Civil rights." + ], + "titleDisplay": [ + "Law and disorder [microform] : a research position paper / [Commission on Judiciary and Law, Subcommittee on National Goals]." + ], + "uri": "b10006159", + "placeOfPublication": [ + "Philadelphia, Pa." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 x 28 cm." + ] + }, + "sort": [ + 0, + "b10006159" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006159", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4202", + "urn:barcode:33433059035760" + ], + "physicalLocation": [ + "Sc Micro R-4202" + ], + "shelfMark_sort": "aSc Micro R-004202", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc Micro R-4202" + ], + "uri": "i24023455", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc Micro R-4202" + }, + { + "type": "bf:Barcode", + "value": "33433059035760" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433059035760" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006540", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Vol. 2 issued without edition statement has imprint date 1972.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and indexes.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "World War, 1939-1945", + "World War, 1939-1945 -- Germany", + "Germany", + "Germany -- History", + "Germany -- History -- Allied occupation, 1945-" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Selbstverlag" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Was geschah nach 1945?" + ], + "shelfMark": [ + "JFK 84-184" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Roth, Heinz." + ], + "seriesStatement": [ + "Auf der Suche nach der Wahrheit / Heinz Roth ; Bd. 4-5", + "Roth, Heinz. Auf der Suche nach der Wahrheit ; \\Bd. 4-5." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "creatorModifiedName": "Heinz Roth", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 84-184" + }, + { + "type": "nypl:Bnumber", + "value": "10006540" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000697-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507771" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206529" + } + ], + "idOclc": [ + "NYPG005000697-B" + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711622113152, + "publicationStatement": [ + "Odenhausen/Lumda : Selbstverlag, [197-?-" + ], + "identifier": [ + "urn:shelfmark:JFK 84-184", + "urn:bnum:10006540", + "urn:oclc:NYPG005000697-B", + "urn:identifier:NNSZ00507771", + "urn:identifier:(WaOLN)nyp0206529" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "World War, 1939-1945 -- Germany.", + "Germany -- History -- Allied occupation, 1945-" + ], + "titleDisplay": [ + "Was geschah nach 1945? / Heinz Roth." + ], + "uri": "b10006540", + "placeOfPublication": [ + "Odenhausen/Lumda" + ], + "titleAlt": [ + "Was geschah nach neunzehnhundertfünfundvierzig." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "T.1. Der Zusammenbruch -- T.2. Kriegsverbrecherprozesse u.a." + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10006540" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006540", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFK 84-184 v. 1-2", + "urn:barcode:33433003841073" + ], + "physicalLocation": [ + "JFK 84-184" + ], + "shelfMark_sort": "aJFK 84-184 v. 000001-2", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFK 84-184 v. 1-2" + ], + "uri": "i10003927", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFK 84-184 v. 1-2" + }, + { + "type": "bf:Barcode", + "value": "33433003841073" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1-2" + ], + "idBarcode": [ + "33433003841073" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006687", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., ports, ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Skiđuhreppur (Iceland)", + "Öxnadalshreppur (Iceland)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bókaútgáfan Skjaldborg" + ], + "language": [ + { + "id": "lang:ice", + "label": "Icelandic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1982 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Ritsafn" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFL 84-217" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Eiður Guðmundsson, 1888-1984." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG005000846-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 84-217" + }, + { + "type": "nypl:Bnumber", + "value": "10006687" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000846-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507920" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206676" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711080489345, + "publicationStatement": [ + "Akureyri : Bókaútgáfan Skjaldborg, 1982-" + ], + "identifier": [ + "urn:shelfmark:JFL 84-217", + "urn:bnum:10006687", + "urn:oclc:NYPG005000846-B", + "urn:identifier:NNSZ00507920", + "urn:identifier:(WaOLN)nyp0206676" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Skiđuhreppur (Iceland)", + "Öxnadalshreppur (Iceland)" + ], + "titleDisplay": [ + "Ritsafn / Eidur Gudmundsson Púfnav;ollum." + ], + "uri": "b10006687", + "placeOfPublication": [ + "Akureyri" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1. Mannfelliviun mikli -- 2. Búskaparsaga i Skriđuhreppi forna." + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10006687" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006687", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 2", + "urn:barcode:33433004069567" + ], + "physicalLocation": [ + "JFL 84-217" + ], + "shelfMark_sort": "aJFL 84-217 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFL 84-217 v. 2" + ], + "uri": "i10003946", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 84-217 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433004069567" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433004069567" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006687", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 1", + "urn:barcode:33433004069559" + ], + "physicalLocation": [ + "JFL 84-217" + ], + "shelfMark_sort": "aJFL 84-217 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFL 84-217 v. 1" + ], + "uri": "i10003945", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 84-217 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433004069559" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433004069559" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006688", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Iceland", + "Iceland -- History", + "Iceland -- Economic conditions", + "Iceland -- Social conditions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Mál og Menning" + ], + "language": [ + { + "id": "lang:ice", + "label": "Icelandic" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1981 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Ritsafn" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFL 84-216" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Sverrir Kristjánsson, 1908-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG005000847-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 84-216" + }, + { + "type": "nypl:Bnumber", + "value": "10006688" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000847-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507921" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206677" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711080489345, + "publicationStatement": [ + "Reykjavík : Mál og Menning, 1981-" + ], + "identifier": [ + "urn:shelfmark:JFL 84-216", + "urn:bnum:10006688", + "urn:oclc:NYPG005000847-B", + "urn:identifier:NNSZ00507921", + "urn:identifier:(WaOLN)nyp0206677" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Iceland -- History.", + "Iceland -- Economic conditions.", + "Iceland -- Social conditions." + ], + "titleDisplay": [ + "Ritsafn / Sverrir Kristjánsson." + ], + "uri": "b10006688", + "placeOfPublication": [ + "Reykjavík" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10006688" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006688", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 2", + "urn:barcode:33433004069542" + ], + "physicalLocation": [ + "JFL 84-216" + ], + "shelfMark_sort": "aJFL 84-216 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFL 84-216 v. 2" + ], + "uri": "i10003948", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 84-216 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433004069542" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433004069542" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006688", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 1", + "urn:barcode:33433004069534" + ], + "physicalLocation": [ + "JFL 84-216" + ], + "shelfMark_sort": "aJFL 84-216 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFL 84-216 v. 1" + ], + "uri": "i10003947", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFL 84-216 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433004069534" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433004069534" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006705", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. (some col.);" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vernacular architecture", + "Vernacular architecture -- Greece", + "Architecture, Domestic", + "Architecture, Domestic -- Greece" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ekdot. Oikos \"Melissa,\"" + ], + "language": [ + { + "id": "lang:gre", + "label": "Greek, Modern (1453- )" + } + ], + "numItemsTotal": [ + 7 + ], + "createdYear": [ + 1982 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Hellēnikē paradosiakē architektonikē" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "3-MQW+ 84-2551" + ], + "numItemVolumesParsed": [ + 7 + ], + "createdString": [ + "1982" + ], + "idLccn": [ + "83177376" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Philippidēs, Dēmētrēs." + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG005000864-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "3-MQW+ 84-2551" + }, + { + "type": "nypl:Bnumber", + "value": "10006705" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000864-B" + }, + { + "type": "bf:Lccn", + "value": "83177376" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206694" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711246816335, + "publicationStatement": [ + "Athēna : Ekdot. Oikos \"Melissa,\" c1982-" + ], + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551", + "urn:bnum:10006705", + "urn:oclc:NYPG005000864-B", + "urn:lccn:83177376", + "urn:identifier:(WaOLN)nyp0206694" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vernacular architecture -- Greece.", + "Architecture, Domestic -- Greece." + ], + "titleDisplay": [ + "Hellēnikē paradosiakē architektonikē / symvoulos kai syntonistēs tēs ekdosēs, Dēmētrēs Philippidēs ; [phōtographies, V. Voutsas]." + ], + "uri": "b10006705", + "lccClassification": [ + "NA1091 .H44 1982" + ], + "placeOfPublication": [ + "Athēna" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "t. 1. Anatoliko Aigaio. Sporades. Heptanēsa -- t. 2. Kyklades -- t. 3. Dōdekanēsa-Krētē -- t. 4. Peloponnēsos I -- t. 5 Peloponnesos II, Sterea Hellada -- t. 6. Thessalia-Ēpeiros -- t. 7. Makedonia I." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10006705" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 7, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006705", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 7", + "urn:barcode:33433105160679" + ], + "physicalLocation": [ + "3-MQW+ 84-2551" + ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000007", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 7-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "3-MQW+ 84-2551 v. 7" + ], + "uri": "i14746675", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "3-MQW+ 84-2551 v. 7" + }, + { + "type": "bf:Barcode", + "value": "33433105160679" + } + ], + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + ], + "enumerationChronology": [ + "v. 7" + ], + "idBarcode": [ + "33433105160679" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ] + }, + "sort": [ + " 7-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006705", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 6", + "urn:barcode:33433105160661" + ], + "physicalLocation": [ + "3-MQW+ 84-2551" + ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000006", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 6-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "3-MQW+ 84-2551 v. 6" + ], + "uri": "i14746674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "3-MQW+ 84-2551 v. 6" + }, + { + "type": "bf:Barcode", + "value": "33433105160661" + } + ], + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + ], + "enumerationChronology": [ + "v. 6" + ], + "idBarcode": [ + "33433105160661" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ] + }, + "sort": [ + " 6-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006705", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 5", + "urn:barcode:33433105160653" + ], + "physicalLocation": [ + "3-MQW+ 84-2551" + ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000005", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "3-MQW+ 84-2551 v. 5" + ], + "uri": "i14746673", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "3-MQW+ 84-2551 v. 5" + }, + { + "type": "bf:Barcode", + "value": "33433105160653" + } + ], + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + ], + "enumerationChronology": [ + "v. 5" + ], + "idBarcode": [ + "33433105160653" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + "sort": [ + " 5-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10006715", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. (some ed.);" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on spine: 2222.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "United States", + "United States -- Relations", + "United States -- Relations -- Austria", + "Austria", + "Austria -- Relations", + "Austria -- Relations -- United States" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The author" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Quadruple 2" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "ICM (Austria) 85-584" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Humes, John P." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "creatorModifiedName": "John Humes", + "idOclc": [ + "NYPG005000874-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "ICM (Austria) 85-584" + }, + { + "type": "nypl:Bnumber", + "value": "10006715" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000874-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00507948" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206704" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711051162341, + "publicationStatement": [ + "[S.l. : The author, 197-]" + ], + "identifier": [ + "urn:shelfmark:ICM (Austria) 85-584", + "urn:bnum:10006715", + "urn:oclc:NYPG005000874-B", + "urn:identifier:NNSZ00507948", + "urn:identifier:(WaOLN)nyp0206704" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "United States -- Relations -- Austria.", + "Austria -- Relations -- United States." + ], + "titleDisplay": [ + "Quadruple 2 / by John P. Humes." + ], + "uri": "b10006715", + "placeOfPublication": [ + "[S.l." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Quadruple two.", + "2222." + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10006715" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10006715", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:ICM (Austria) 85-584 v. 2", + "urn:barcode:33433090390752" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "ICM (Austria) 85-584" + ], + "shelfMark_sort": "aICM (Austria) 85-584 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "ICM (Austria) 85-584 v. 2" + ], + "uri": "i14746681", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "ICM (Austria) 85-584 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433090390752" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433090390752" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10007240", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Imprint on cover: Tañcāvūr Mahārājā Carapōjiyiṉ Caracuvati Makāl Nūl Nilaiyam.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Glossaries, vocabularies, etc" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tañcai Caracuvati Makāl Nūl Nilaiya Nirvākak Kuḻu" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1975 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Āciriya nikaṇṭu : cēntaṉ tivākaram, piṅkala nikaṇṭu, cūṭāmaṇi, kayātaram ākiya nikaṇṭukaḷiṉ oppumaip pakutikaḷuṭaṉ" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-3259" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "77902870" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Tañcai Caracuvati Makāl veḷiyīṭu; 156" + ], + "contributorLiteral": [ + "Chokkalingam." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG005001408-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-3259" + }, + { + "type": "nypl:Bnumber", + "value": "10007240" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005001408-B" + }, + { + "type": "bf:Lccn", + "value": "77902870" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00508482" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0207225" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711654884681, + "publicationStatement": [ + "[Tañcāvūr] : Tañcai Caracuvati Makāl Nūl Nilaiya Nirvākak Kuḻu, 1975." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-3259", + "urn:bnum:10007240", + "urn:oclc:NYPG005001408-B", + "urn:lccn:77902870", + "urn:identifier:NNSZ00508482", + "urn:identifier:(WaOLN)nyp0207225" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Glossaries, vocabularies, etc." + ], + "titleDisplay": [ + "Āciriya nikaṇṭu : cēntaṉ tivākaram, piṅkala nikaṇṭu, cūṭāmaṇi, kayātaram ākiya nikaṇṭukaḷiṉ oppumaip pakutikaḷuṭaṉ / patippāciriyar Vī. Cokkaliṅkam." + ], + "uri": "b10007240", + "lccClassification": [ + "PL4757 .A5" + ], + "placeOfPublication": [ + "[Tañcāvūr]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10007240" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10007240", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-3259", + "urn:barcode:33433061303693" + ], + "physicalLocation": [ + "*OLB 84-3259" + ], + "shelfMark_sort": "a*OLB 84-003259", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-3259" + ], + "uri": "i13785013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-3259" + }, + { + "type": "bf:Barcode", + "value": "33433061303693" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061303693" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10007240", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-3259", + "urn:barcode:33433061354662" + ], + "physicalLocation": [ + "*OLB 84-3259" + ], + "shelfMark_sort": "a*OLB 84-003259", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-3259" + ], + "uri": "i13785014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-3259" + }, + { + "type": "bf:Barcode", + "value": "33433061354662" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061354662" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10007516", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Egypt", + "Egypt -- History", + "Egypt -- History -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "al-Mu'assasah al-Àrabīyah lil-Dirāsāt wa-al-Nashr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1974 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Qiṣṣat thawrat 23 Yūliyū" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFP 84-3195" + ], + "numItemVolumesParsed": [ + 5 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Ḥamrūsh, Aḥmad." + ], + "idLccn": [ + "76960179" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG005001687-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 84-3195" + }, + { + "type": "nypl:Bnumber", + "value": "10007516" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005001687-B" + }, + { + "type": "bf:Lccn", + "value": "76960179" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00508761" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0207500" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711609218928, + "publicationStatement": [ + "Bayrūt : al-Mu'assasah al-Àrabīyah lil-Dirāsāt wa-al-Nashr, 1974-" + ], + "identifier": [ + "urn:shelfmark:*OFP 84-3195", + "urn:bnum:10007516", + "urn:oclc:NYPG005001687-B", + "urn:lccn:76960179", + "urn:identifier:NNSZ00508761", + "urn:identifier:(WaOLN)nyp0207500" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Egypt -- History -- 20th century." + ], + "titleDisplay": [ + "Qiṣṣat thawrat 23 Yūliyū / Aḥmad Ḥamrūsh." + ], + "uri": "b10007516", + "lccClassification": [ + "DT107.825 .H35" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Juz' 1. Miṣr wa-al-Àskarīyūn. -- Juz' 2. Mujtamà Jamāl Àbd al-Nāṣir. -- Juz' 3. Àbd al-Nāṣir wa-al-Àrab. -- Juz' 4. Shuhūd thawrat Yūliyū.--Juz' 5. Kharīf Àbd al-Nāṣir." + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10007516" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 5, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10007516", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 84-3195 v. 5", + "urn:barcode:33433005566249" + ], + "physicalLocation": [ + "*OFP 84-3195" + ], + "shelfMark_sort": "a*OFP 84-3195 v. 000005", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 84-3195 v. 5" + ], + "uri": "i10004361", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 84-3195 v. 5" + }, + { + "type": "bf:Barcode", + "value": "33433005566249" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 5" + ], + "idBarcode": [ + "33433005566249" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + "sort": [ + " 5-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10007516", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 84-3195 v. 4", + "urn:barcode:33433005566231" + ], + "physicalLocation": [ + "*OFP 84-3195" + ], + "shelfMark_sort": "a*OFP 84-3195 v. 000004", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 84-3195 v. 4" + ], + "uri": "i10004360", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 84-3195 v. 4" + }, + { + "type": "bf:Barcode", + "value": "33433005566231" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 4" + ], + "idBarcode": [ + "33433005566231" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + "sort": [ + " 4-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10007516", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFP 84-3195 v. 3", + "urn:barcode:33433005566223" + ], + "physicalLocation": [ + "*OFP 84-3195" + ], + "shelfMark_sort": "a*OFP 84-3195 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFP 84-3195 v. 3" + ], + "uri": "i10004359", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFP 84-3195 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433005566223" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433005566223" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008347", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: v.2, p. 375.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Qurʼan", + "Qurʼan -- Commentaries" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[s. n.]" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Aḍwāʼ ʻalá mutashābihāt al-Qurʼān ; yaḥtawī ʻalá 1600 suʼāl wa-jawāb" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGDM 82-3193" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Yāsīn, Khalīl." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "NYPG006000606-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGDM 82-3193" + }, + { + "type": "nypl:Bnumber", + "value": "10008347" + }, + { + "type": "nypl:Oclc", + "value": "NYPG006000606-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00609754" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0208328" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711463418061, + "publicationStatement": [ + "Bayrūt : [s. n.], 1969-" + ], + "identifier": [ + "urn:shelfmark:*OGDM 82-3193", + "urn:bnum:10008347", + "urn:oclc:NYPG006000606-B", + "urn:identifier:NNSZ00609754", + "urn:identifier:(WaOLN)nyp0208328" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Qurʼan -- Commentaries." + ], + "titleDisplay": [ + "Aḍwāʼ ʻalá mutashābihāt al-Qurʼān ; yaḥtawī ʻalá 1600 suʼāl wa-jawāb / bi-qalam Khalīl Yāsīn." + ], + "uri": "b10008347", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10008347" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10008347", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGDM 82-3193", + "urn:barcode:33433005577105" + ], + "physicalLocation": [ + "*OGDM 82-3193" + ], + "shelfMark_sort": "a*OGDM 82-003193", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGDM 82-3193" + ], + "uri": "i10004653", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGDM 82-3193" + }, + { + "type": "bf:Barcode", + "value": "33433005577105" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005577105" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008408", + "_score": 0, + "_source": { + "extent": [ + "v. 1-5 : ill., maps ;" + ], + "note": [ + { + "noteType": "Note", + "label": "One folded map inserted in v. 1; 3 folded maps inserted in v. 3; one folded map inserted in v. 4.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "10 folded maps accompany atlas; issued together in a case.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Errata slip inserted in v. 3.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Excavations (Archaeology)", + "Excavations (Archaeology) -- Niger", + "Excavations (Archaeology) -- Niger -- Ingal", + "Niger", + "Niger -- Antiquities", + "Niger -- Antiquities -- Maps", + "Ingal (Niger)", + "Ingal (Niger) -- Antiquities", + "Ingal (Niger) -- Antiquities -- Maps", + "Teguidda-n-Tessoumt (Niger)", + "Teguidda-n-Tessoumt (Niger) -- Antiquities", + "Teguidda-n-Tessoumt (Niger) -- Antiquities -- Maps", + "Ingal Region (Niger)", + "Ingal Region (Niger) -- Antiquities" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Institut de recherches en sciences humaines" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1983 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "La Région d'In Gall--Tegidda n Tesemt (Niger) : programme archéologique d'urgence, 1977-1981." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc F 87-35" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1983" + ], + "idLccn": [ + "84121246" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Etudes nigériennes ; no 47-52" + ], + "contributorLiteral": [ + "Grébénart, Danilo.", + "Paris, François, 1946-", + "Poncet, Yveline.", + "Université de Niamey. Institut de recherches en sciences humaines." + ], + "dateStartYear": [ + 1983 + ], + "idOclc": [ + "12840091" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc F 87-35" + }, + { + "type": "nypl:Bnumber", + "value": "10008408" + }, + { + "type": "bf:Isbn", + "value": "2859210601 (v. 4)" + }, + { + "type": "bf:Isbn", + "value": "9782859210601 (v. 4)" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "285920482 (v. 1)" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "285920490 (v. 2)" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "285920504 (v. 3)" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "285921061X (v. 5)" + }, + { + "type": "nypl:Oclc", + "value": "12840091" + }, + { + "type": "bf:Lccn", + "value": "84121246" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)12840091" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711097301102, + "publicationStatement": [ + "Niamey : Institut de recherches en sciences humaines, 1983-<1992>" + ], + "idIsbn": [ + "2859210601 (v. 4)", + "9782859210601 (v. 4)" + ], + "identifier": [ + "urn:shelfmark:Sc F 87-35", + "urn:bnum:10008408", + "urn:isbn:2859210601 (v. 4)", + "urn:isbn:9782859210601 (v. 4)", + "urn:isbn:285920482 (v. 1)", + "urn:isbn:285920490 (v. 2)", + "urn:isbn:285920504 (v. 3)", + "urn:isbn:285921061X (v. 5)", + "urn:oclc:12840091", + "urn:lccn:84121246", + "urn:identifier:(OCoLC)12840091" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Excavations (Archaeology) -- Niger -- Ingal.", + "Niger -- Antiquities -- Maps.", + "Ingal (Niger) -- Antiquities.", + "Ingal (Niger) -- Antiquities -- Maps.", + "Teguidda-n-Tessoumt (Niger) -- Antiquities.", + "Teguidda-n-Tessoumt (Niger) -- Antiquities -- Maps.", + "Ingal Region (Niger) -- Antiquities." + ], + "titleDisplay": [ + "La Région d'In Gall--Tegidda n Tesemt (Niger) : programme archéologique d'urgence, 1977-1981." + ], + "uri": "b10008408", + "placeOfPublication": [ + "Niamey" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "no. 47. Atlas / conçu et réalisé par Yveline Poncet -- 1. (no. 48) Introduction : méthodologie, environnements -- 2. (no. 49) Le Néolithique final et les débuts de la métallurgie / Danilo Grébénart -- 3. (no. 50) Les sépultures, du Néolithique final à l'islam / François Paris -- 4. (no. 51) Azelik-Takadda et l'implantation sédentaire Médiévale -- 5. (no. 52) Les populations actuelles." + ], + "dimensions": [ + "24 cm. +" + ], + "idIsbn_clean": [ + "28592106014", + "97828592106014" + ] + }, + "sort": [ + 0, + "b10008408" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 5, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10008408", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc F 87-35 t. 4-5", + "urn:barcode:33433057875258" + ], + "physicalLocation": [ + "Sc F 87-35" + ], + "shelfMark_sort": "aSc F 87-35 t. 4-000005", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc F 87-35 t. 4-5" + ], + "uri": "i12540453", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc F 87-35 t. 4-5" + }, + { + "type": "bf:Barcode", + "value": "33433057875258" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "t. 4-5" + ], + "idBarcode": [ + "33433057875258" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008408", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc F 87-35 t. 3", + "urn:barcode:33433057875068" + ], + "physicalLocation": [ + "Sc F 87-35" + ], + "shelfMark_sort": "aSc F 87-35 t. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc F 87-35 t. 3" + ], + "uri": "i12540452", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc F 87-35 t. 3" + }, + { + "type": "bf:Barcode", + "value": "33433057875068" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "t. 3" + ], + "idBarcode": [ + "33433057875068" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008408", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc F 87-35 t. 2", + "urn:barcode:33433057875050" + ], + "physicalLocation": [ + "Sc F 87-35" + ], + "shelfMark_sort": "aSc F 87-35 t. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc F 87-35 t. 2" + ], + "uri": "i12540451", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc F 87-35 t. 2" + }, + { + "type": "bf:Barcode", + "value": "33433057875050" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "t. 2" + ], + "idBarcode": [ + "33433057875050" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008989", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "At head of title: Florentina Studiorum Universitas.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Novellae constitutiones" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Cisalpino-Goliardica" + ], + "language": [ + { + "id": "lang:grc", + "label": "Greek, Ancient (to 1453)" + } + ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1986 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Novellae : pars graeca" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLN 88-42" + ], + "numItemVolumesParsed": [ + 4 + ], + "createdString": [ + "1986" + ], + "creatorLiteral": [ + "Bartoletti Colombo, Anna Maria." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Legum Iustiniani imperatoris vocabularium" + ], + "contributorLiteral": [ + "Archi, Gian Gualberto." + ], + "dateStartYear": [ + 1986 + ], + "idOclc": [ + "NYPG008000116-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLN 88-42" + }, + { + "type": "nypl:Bnumber", + "value": "10008989" + }, + { + "type": "bf:Isbn", + "value": "8820505517 (v. 1)" + }, + { + "type": "nypl:Oclc", + "value": "NYPG008000116-B" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0208964" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711665022417, + "publicationStatement": [ + "Milano : Cisalpino-Goliardica, c1986-" + ], + "idIsbn": [ + "8820505517 (v. 1)" + ], + "identifier": [ + "urn:shelfmark:JLN 88-42", + "urn:bnum:10008989", + "urn:isbn:8820505517 (v. 1)", + "urn:oclc:NYPG008000116-B", + "urn:identifier:(WaOLN)nyp0208964" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1986" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Novellae constitutiones." + ], + "titleDisplay": [ + "Novellae : pars graeca / Iohanne Gualberto Archi moderante, curavit Anna Maria Bartoletti Colombo." + ], + "uri": "b10008989", + "placeOfPublication": [ + "Milano" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "35 cm." + ], + "idIsbn_clean": [ + "88205055171" + ] + }, + "sort": [ + 0, + "b10008989" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 5, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10008989", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLN 88-42 v. 5", + "urn:barcode:33433079237768" + ], + "physicalLocation": [ + "JLN 88-42" + ], + "shelfMark_sort": "aJLN 88-42 v. 000005", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLN 88-42 v. 5" + ], + "uri": "i17447326", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLN 88-42 v. 5" + }, + { + "type": "bf:Barcode", + "value": "33433079237768" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 5" + ], + "idBarcode": [ + "33433079237768" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + "sort": [ + " 5-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008989", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLN 88-42 v. 3", + "urn:barcode:33433079237776" + ], + "physicalLocation": [ + "JLN 88-42" + ], + "shelfMark_sort": "aJLN 88-42 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLN 88-42 v. 3" + ], + "uri": "i17447327", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLN 88-42 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433079237776" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433079237776" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10008989", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLN 88-42 v. 2", + "urn:barcode:33433079237784" + ], + "physicalLocation": [ + "JLN 88-42" + ], + "shelfMark_sort": "aJLN 88-42 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLN 88-42 v. 2" + ], + "uri": "i17447328", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLN 88-42 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433079237784" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433079237784" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009049", + "_score": 0, + "_source": { + "extent": [ + "3 v. (loose-leaf) : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Loose-leaves for updating.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Computers", + "Computers -- Catalogs", + "Computer industry", + "Computer industry -- Technological innovations" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Datapro Research Corp. ;" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1985 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Datapro reports on minicomputers" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JSF 85-437" + ], + "numItemVolumesParsed": [ + 3 + ], + "createdString": [ + "1985" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Heminway, Mary C.", + "Datapro Research Corporation." + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPG008000179-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSF 85-437" + }, + { + "type": "nypl:Bnumber", + "value": "10009049" + }, + { + "type": "nypl:Oclc", + "value": "NYPG008000179-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00810570" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209024" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711128284975, + "publicationStatement": [ + "Delran, N.J. : Datapro Research Corp. ; c1985-" + ], + "identifier": [ + "urn:shelfmark:JSF 85-437", + "urn:bnum:10009049", + "urn:oclc:NYPG008000179-B", + "urn:identifier:NNSZ00810570", + "urn:identifier:(WaOLN)nyp0209024" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Computers -- Catalogs.", + "Computer industry -- Technological innovations." + ], + "titleDisplay": [ + "Datapro reports on minicomputers / group managing editor, Mary C. Heminway." + ], + "uri": "b10009049", + "placeOfPublication": [ + "Delran, N.J." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Reports on minicomputers." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10009049" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009049", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JSF 85-437 v. 3", + "urn:barcode:33433059486757" + ], + "physicalLocation": [ + "JSF 85-437" + ], + "shelfMark_sort": "aJSF 85-437 v. 000003", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JSF 85-437 v. 3" + ], + "uri": "i13785402", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSF 85-437 v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433059486757" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433059486757" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + "sort": [ + " 3-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009049", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JSF 85-437 v. 2", + "urn:barcode:33433059486500" + ], + "physicalLocation": [ + "JSF 85-437" + ], + "shelfMark_sort": "aJSF 85-437 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JSF 85-437 v. 2" + ], + "uri": "i13785401", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSF 85-437 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433059486500" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433059486500" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009049", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JSF 85-437 v. 1", + "urn:barcode:33433037693862" + ], + "physicalLocation": [ + "JSF 85-437" + ], + "shelfMark_sort": "aJSF 85-437 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JSF 85-437 v. 1" + ], + "uri": "i12540492", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSF 85-437 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433037693862" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433037693862" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009141", + "_score": 0, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "viṟpaṉai urimai: Pāri Nilaiyam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1967 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Ilakkaṇat tokai." + ], + "shelfMark": [ + "*OLB 85-879" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Subramanian, S. V." + ], + "idLccn": [ + "75910470" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "creatorModifiedName": "S Subramanian", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 85-879" + }, + { + "type": "nypl:Bnumber", + "value": "10009141" + }, + { + "type": "nypl:Oclc", + "value": "NYPG008000273-B" + }, + { + "type": "bf:Lccn", + "value": "75910470" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00810664" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209116" + } + ], + "idOclc": [ + "NYPG008000273-B" + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711250187702, + "publicationStatement": [ + "Ceṉṉai, viṟpaṉai urimai: Pāri Nilaiyam, 1967-" + ], + "identifier": [ + "urn:shelfmark:*OLB 85-879", + "urn:bnum:10009141", + "urn:oclc:NYPG008000273-B", + "urn:lccn:75910470", + "urn:identifier:NNSZ00810664", + "urn:identifier:(WaOLN)nyp0209116" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Grammar." + ], + "titleDisplay": [ + "Ilakkaṇat tokai. [Tokuppāciriyar] Ca. Vē. Cuppiramaṇiyaṉ." + ], + "uri": "b10009141", + "lccClassification": [ + "PL4754 .S78" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1. Eḻuttu. -- 2. Col." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10009141" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 85-879 v. 2", + "urn:barcode:33433061304865" + ], + "physicalLocation": [ + "*OLB 85-879" + ], + "shelfMark_sort": "a*OLB 85-879 v. 000002", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 85-879 v. 2" + ], + "uri": "i13785411", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 85-879 v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433061304865" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433061304865" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 85-879 v. 1", + "urn:barcode:33433061304857" + ], + "physicalLocation": [ + "*OLB 85-879" + ], + "shelfMark_sort": "a*OLB 85-879 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 85-879 v. 1" + ], + "uri": "i13785410", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 85-879 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433061304857" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433061304857" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009318", + "_score": 0, + "_source": { + "extent": [ + "10 v. in 7." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 7 + ], + "createdYear": [ + 1960 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Villiputtūrār iyaṟṟiya Makāpāratam; Vai. Mu. Kōpālakiruṣṇamācāriyar iyaṟṟiya uraiyuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLY 87-5294" + ], + "numItemVolumesParsed": [ + 7 + ], + "createdString": [ + "1960" + ], + "creatorLiteral": [ + "Kōpāla Kiruṣṇamācāryar, Vai. Mu., 1882-1956." + ], + "idLccn": [ + "76909632" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kiruṣṇamācāriyar, C.", + "Villiputtūrāḻvār." + ], + "dateStartYear": [ + 1960 + ], + "idOclc": [ + "NYPG009000066-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 87-5294" + }, + { + "type": "nypl:Bnumber", + "value": "10009318" + }, + { + "type": "nypl:Oclc", + "value": "NYPG009000066-B" + }, + { + "type": "bf:Lccn", + "value": "76909632" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00910847" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209293" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711611806023, + "publicationStatement": [ + "Ceṉṉai, 1960-1968 [v.1. 1963]" + ], + "identifier": [ + "urn:shelfmark:*OLY 87-5294", + "urn:bnum:10009318", + "urn:oclc:NYPG009000066-B", + "urn:lccn:76909632", + "urn:identifier:NNSZ00910847", + "urn:identifier:(WaOLN)nyp0209293" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1960" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Villiputtūrār iyaṟṟiya Makāpāratam; Vai. Mu. Kōpālakiruṣṇamācāriyar iyaṟṟiya uraiyuṭaṉ." + ], + "uri": "b10009318", + "lccClassification": [ + "PL4758.9.V492 V534 1960" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 0, + "b10009318" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 7, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009318", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 87-5294 v. 9-10", + "urn:barcode:33433059585376" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 87-5294" + ], + "shelfMark_sort": "a*OLY 87-5294 v. 000009-10", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 9-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 87-5294 v. 9-10" + ], + "uri": "i13785440", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 87-5294 v. 9-10" + }, + { + "type": "bf:Barcode", + "value": "33433059585376" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 9-10" + ], + "idBarcode": [ + "33433059585376" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ] + }, + "sort": [ + " 9-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009318", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 87-5294 v. 6-8", + "urn:barcode:33433059585368" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 87-5294" + ], + "shelfMark_sort": "a*OLY 87-5294 v. 000006-8", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 6-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 87-5294 v. 6-8" + ], + "uri": "i13785439", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 87-5294 v. 6-8" + }, + { + "type": "bf:Barcode", + "value": "33433059585368" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 6-8" + ], + "idBarcode": [ + "33433059585368" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 6, + "lte": 8 + } + ] + }, + "sort": [ + " 6-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009318", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*OLY 87-5294 v. 5", + "urn:barcode:33433059585350" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 87-5294" + ], + "shelfMark_sort": "a*OLY 87-5294 v. 000005", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLY 87-5294 v. 5" + ], + "uri": "i13785438", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLY 87-5294 v. 5" + }, + { + "type": "bf:Barcode", + "value": "33433059585350" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "v. 5" + ], + "idBarcode": [ + "33433059585350" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + "sort": [ + " 5-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009600", + "_score": 0, + "_source": { + "extent": [ + "v. : ill." + ], + "note": [ + { + "noteType": "Note", + "label": "Colophon title in Russian: Uchebnik Kir. ︠i︡azyka dl︠i︡a trudovykh shkol.", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Allworth no. 1685.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kirghiz.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kyrgyz language", + "Kyrgyz language -- Texts", + "Kyrgyz language -- Textbooks for foreign speakers", + "Kyrgyz language -- Textbooks for foreign speakers -- Russian" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Qïrghïzïstan Memleket Basmasï" + ], + "language": [ + { + "id": "lang:kir", + "label": "Kyrgyz" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1930 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Orus emgek mektebteri ycyn qïrghïz tilinin oquu kitebi" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZO-258 no. 1" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1930" + ], + "creatorLiteral": [ + "Çangïbajuluu, M." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1930 + ], + "idOclc": [ + "NYPG009000291-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-258 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "10009600" + }, + { + "type": "nypl:Oclc", + "value": "NYPG009000291-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00911072" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209576" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1710969224096, + "publicationStatement": [ + "Prunza : Qïrghïzïstan Memleket Basmasï, 1930-" + ], + "identifier": [ + "urn:shelfmark:*ZO-258 no. 1", + "urn:bnum:10009600", + "urn:oclc:NYPG009000291-B", + "urn:identifier:NNSZ00911072", + "urn:identifier:(WaOLN)nyp0209576" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1930" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kyrgyz language -- Texts.", + "Kyrgyz language -- Textbooks for foreign speakers -- Russian." + ], + "titleDisplay": [ + "Orus emgek mektebteri ycyn qïrghïz tilinin oquu kitebi [microform] / M. Çangïbaj uluu." + ], + "uri": "b10009600", + "placeOfPublication": [ + "Prunza" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Uchebnik kirgizskogo ︠i︡azyka dl︠i︡a trudovykh shkol." + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10009600" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009600", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZO-258, no. 1 no. 1-22", + "urn:barcode:33433105667400" + ], + "physicalLocation": [ + "*ZO-258, no. 1" + ], + "shelfMark_sort": "a*ZO-258, no. 000001 no. 1-22", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZO-258, no. 1 no. 1-22" + ], + "uri": "i30068355", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZO-258, no. 1 no. 1-22" + }, + { + "type": "bf:Barcode", + "value": "33433105667400" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-22" + ], + "idBarcode": [ + "33433105667400" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 22 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009763", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., facsims., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Suppl. 2 has title: Book of Jared; vol. 3 (the second supplement), continuing the record of descedants of John Jared (1837 [sic]-1805) and his wives Hannah Whitacre and Rachel Palmer.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jared family", + "Jared, John, 1737-1805", + "Jared, John, 1737-1805 -- Family" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "E. M. Hall" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1981 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "The book of Jared supplement[s] : a family record showing descendants of John Jared, 1737-1805, Hannah Whitacre, Rachel Palmer" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "APV (Jared) 85-2860 Suppl." + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Hall, Eleanor McAllister, 1910-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Eleanor Hall", + "idOclc": [ + "NYPG009000458-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Jared) 85-2860 Suppl." + }, + { + "type": "nypl:Bnumber", + "value": "10009763" + }, + { + "type": "nypl:Oclc", + "value": "NYPG009000458-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00911239" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209739" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711438959019, + "publicationStatement": [ + "Salt Lake City, Utah (7234 So. 2825 East, Salt Lake City 84121) : E. M. Hall, c1981-" + ], + "identifier": [ + "urn:shelfmark:APV (Jared) 85-2860 Suppl.", + "urn:bnum:10009763", + "urn:oclc:NYPG009000458-B", + "urn:identifier:NNSZ00911239", + "urn:identifier:(WaOLN)nyp0209739" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jared family.", + "Jared, John, 1737-1805 -- Family." + ], + "titleDisplay": [ + "The book of Jared supplement[s] : a family record showing descendants of John Jared, 1737-1805, Hannah Whitacre, Rachel Palmer / [compiled by Eleanor M. Hall]." + ], + "uri": "b10009763", + "placeOfPublication": [ + "Salt Lake City, Utah (7234 So. 2825 East, Salt Lake City 84121)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10009763" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10009763", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 2", + "urn:barcode:33433093160152" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2." + ], + "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 000002", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 2" + ], + "uri": "i27564651", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 2" + }, + { + "type": "bf:Barcode", + "value": "33433093160152" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "Suppl. 2" + ], + "idBarcode": [ + "33433093160152" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009763", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 1", + "urn:barcode:33433093160145" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2." + ], + "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 1" + ], + "uri": "i27564640", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 1" + }, + { + "type": "bf:Barcode", + "value": "33433093160145" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "Suppl. 1" + ], + "idBarcode": [ + "33433093160145" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10009763", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. ", + "urn:barcode:33433093160137" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2" + ], + "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. ", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. " + ], + "uri": "i14747026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. " + }, + { + "type": "bf:Barcode", + "value": "33433093160137" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "Suppl. " + ], + "idBarcode": [ + "33433093160137" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010070", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Supplement", + "label": "Issues for 1968-69 include supplement: Quality.", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by the institute in collaboration with the General Confederation of Italian Industry.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Fall 1958-" + ], + "subjectLiteral_exploded": [ + "Industries", + "Industries -- Italy", + "Industries -- Italy -- Periodicals", + "Italy", + "Italy -- Commerce", + "Italy -- Commerce -- Periodicals" + ], + "numItemDatesParsed": [ + 2 + ], + "publisherLiteral": [ + "Istituto Nazionale per il Commercio Estero" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1958 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Italy presents." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLM 81-304" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1958" + ], + "idLccn": [ + "63053813" + ], + "idIssn": [ + "0021-3160" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Istituto nazionale per il commercio estero (Italy)", + "Confederazione generale dell'industria italiana." + ], + "dateStartYear": [ + 1958 + ], + "idOclc": [ + "1754066", + "NYPG010-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-304" + }, + { + "type": "nypl:Bnumber", + "value": "10010070" + }, + { + "type": "nypl:Oclc", + "value": "1754066" + }, + { + "type": "nypl:Oclc", + "value": "NYPG010-S" + }, + { + "type": "bf:Lccn", + "value": "63053813" + }, + { + "type": "bf:Issn", + "value": "0021-3160" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0210046" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1754066" + } + ], + "uniformTitle": [ + "Quality." + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711197230682, + "publicationStatement": [ + "Rome : Istituto Nazionale per il Commercio Estero, 1958-" + ], + "identifier": [ + "urn:shelfmark:JLM 81-304", + "urn:bnum:10010070", + "urn:oclc:1754066", + "urn:oclc:NYPG010-S", + "urn:lccn:63053813", + "urn:issn:0021-3160", + "urn:identifier:(WaOLN)nyp0210046", + "urn:identifier:(OCoLC)1754066" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1958" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Industries -- Italy -- Periodicals.", + "Italy -- Commerce -- Periodicals." + ], + "titleDisplay": [ + "Italy presents." + ], + "uri": "b10010070", + "placeOfPublication": [ + "Rome" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Italian trade magazine." + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10010070" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010070", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-304 1970-1972", + "urn:barcode:33433017526959" + ], + "physicalLocation": [ + "JLM 81-304" + ], + "shelfMark_sort": "aJLM 81-304 1970-001972", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1970", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-304 1970-1972" + ], + "uri": "i12540520", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-304 1970-1972" + }, + { + "type": "bf:Barcode", + "value": "33433017526959" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1970-1972" + ], + "idBarcode": [ + "33433017526959" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1970" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010070", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1967", + "lte": "1969" + } + ], + "dueDate": [ + "2024-11-02" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-304 1967-1969" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-304 1967-1969" + }, + { + "type": "bf:Barcode", + "value": "33433017526942" + } + ], + "enumerationChronology": [ + "1967-1969" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-304 1967-1969", + "urn:barcode:33433017526942" + ], + "physicalLocation": [ + "JLM 81-304" + ], + "shelfMark_sort": "aJLM 81-304 1967-001969", + "status_packed": [ + "status:co||Loaned" + ], + "enumerationChronology_sort": [ + " -1967" + ], + "uri": "i12540519", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433017526942" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + false + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + "sort": [ + " -1967" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010482", + "_score": 0, + "_source": { + "extent": [ + "v. : ill., facsims., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "K.A.R.D.: Karow, Adamson, Rubidoux, Dye--V. 2, Pref.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 12 published in Kent, Washington.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 12: \"John A. & Judy K. Dye.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Adams family" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "J. Dye" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 15 + ], + "createdYear": [ + 1982 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The K.A.R.D. files--Adamson ancestry" + ], + "shelfMark": [ + "APV (Adamson) 85-544" + ], + "numItemVolumesParsed": [ + 4 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Dye, John." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Dye, Judy." + ], + "dateStartYear": [ + 1982 + ], + "creatorModifiedName": "John Dye", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Adamson) 85-544" + }, + { + "type": "nypl:Bnumber", + "value": "10010482" + }, + { + "type": "nypl:Oclc", + "value": "NYPG010000400-B" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0210458" + } + ], + "idOclc": [ + "NYPG010000400-B" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "No. 13", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Arrived" + }, + { + "coverage": "", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + }, + { + "coverage": "", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "1-12-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "APV (Adamson) 85-544 Library has: Vol. 1-13." + } + ], + "physicalLocation": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "location": [ + { + "code": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "uri": "h1031668" + } + ], + "updatedAt": 1711486419313, + "publicationStatement": [ + "Spokane, Wash. : J. Dye, [1982]-" + ], + "identifier": [ + "urn:shelfmark:APV (Adamson) 85-544", + "urn:bnum:10010482", + "urn:oclc:NYPG010000400-B", + "urn:identifier:(WaOLN)nyp0210458" + ], + "numCheckinCardItems": [ + 12 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Adams family." + ], + "titleDisplay": [ + "The K.A.R.D. files--Adamson ancestry / John and Judy Dye." + ], + "uri": "b10010482", + "placeOfPublication": [ + "Spokane, Wash." + ], + "titleAlt": [ + "KARD files--Adamson ancestry." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10010482" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 15, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010482", + "_nested": { + "field": "items", + "offset": 14 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "volumeRaw": [ + "No. 13" + ], + "enumerationChronology_sort": [ + " 13-" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "uri": "i-h1031668-0", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Adamson) 85-544 Library has: Vol. 1-13." + } + ], + "holdingLocation_packed": [ + "loc:mag||Schwarzman Building - Milstein Division Room 121" + ], + "enumerationChronology": [ + "No. 13" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ] + }, + "sort": [ + " 13-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010482", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)", + "urn:barcode:33433091335061" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "APV (Adamson) 85-544" + ], + "shelfMark_sort": "aAPV (Adamson) 85-544 v. 000010-13 (Mar. 1989-Sept. 1996)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "dateRange": [ + { + "gte": "1989", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 10-1989" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)" + ], + "uri": "i26428980", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433091335061" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 10-13 (Mar. 1989-Sept. 1996)" + ], + "idBarcode": [ + "33433091335061" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 13 + } + ] + }, + "sort": [ + " 10-1989" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010482", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APV (Adamson) 85-544 v. 4-9", + "urn:barcode:33433091335053" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "APV (Adamson) 85-544 " + ], + "shelfMark_sort": "aAPV (Adamson) 85-544 v. 000004-9", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APV (Adamson) 85-544 v. 4-9" + ], + "uri": "i26428927", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APV (Adamson) 85-544 v. 4-9" + }, + { + "type": "bf:Barcode", + "value": "33433091335053" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 4-9" + ], + "idBarcode": [ + "33433091335053" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 9 + } + ] + }, + "sort": [ + " 4-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010483", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Photocopy.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "vol. 1-2: \"July 18, 1941.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Reformed Protestant Dutch Church (Herkimer, N.Y.)", + "Church records and registers", + "Church records and registers -- New York (State)", + "Church records and registers -- New York (State) -- Herkimer", + "Church records and registers -- New York (State) -- Herkimer -- Indexes", + "Herkimer (N.Y.)", + "Herkimer (N.Y.) -- Genealogy", + "Herkimer (N.Y.) -- Genealogy -- Indexes" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The Dept.]" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1941 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Index of records Reformed Protestant Dutch Church of Herkimer" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "APR (Herkimer, N.Y.) 85-424 Index" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1941" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Montgomery County (N.Y.). Dept. of History and Archives.", + "Reformed Protestant Dutch Church (Herkimer, N.Y.). Records of the Reformed Protestant Dutch Church of Herkimer in the Town of Herkimer, Herkimer County, N.Y." + ], + "dateStartYear": [ + 1941 + ], + "idOclc": [ + "NYPG010000401-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APR (Herkimer, N.Y.) 85-424 Index" + }, + { + "type": "nypl:Bnumber", + "value": "10010483" + }, + { + "type": "nypl:Oclc", + "value": "NYPG010000401-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01012132" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0210459" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711552847524, + "publicationStatement": [ + "[New York : The Dept.], 1941-" + ], + "identifier": [ + "urn:shelfmark:APR (Herkimer, N.Y.) 85-424 Index", + "urn:bnum:10010483", + "urn:oclc:NYPG010000401-B", + "urn:identifier:NNSZ01012132", + "urn:identifier:(WaOLN)nyp0210459" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1941" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Reformed Protestant Dutch Church (Herkimer, N.Y.)", + "Church records and registers -- New York (State) -- Herkimer -- Indexes.", + "Herkimer (N.Y.) -- Genealogy -- Indexes." + ], + "titleDisplay": [ + "Index of records Reformed Protestant Dutch Church of Herkimer / compiled by the Montgomery Department of History and Archives." + ], + "uri": "b10010483", + "placeOfPublication": [ + "[New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10010483" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010483", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:APR (Herkimer, N.Y.) 85-424 Index v. 2", + "urn:barcode:33433085274375" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "APR (Herkimer, N.Y.) 85-424 Index" + ], + "shelfMark_sort": "aAPR (Herkimer, N.Y.) 85-424 Index v. 000002", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APR (Herkimer, N.Y.) 85-424 Index v. 2" + ], + "uri": "i24831672", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APR (Herkimer, N.Y.) 85-424 Index v. 2" + }, + { + "type": "bf:Barcode", + "value": "33433085274375" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "enumerationChronology": [ + "v. 2" + ], + "idBarcode": [ + "33433085274375" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + "sort": [ + " 2-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010483", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1105", + "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" + } + ], + "identifier": [ + "urn:shelfmark:APR (Herkimer, N.Y.) 85-424 Index v. 1-2", + "urn:barcode:33433032068110" + ], + "physicalLocation": [ + "APR (Herkimer, N.Y.) 85-424 Index" + ], + "shelfMark_sort": "aAPR (Herkimer, N.Y.) 85-424 Index v. 000001-2", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "APR (Herkimer, N.Y.) 85-424 Index v. 1-2" + ], + "uri": "i11901094", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "APR (Herkimer, N.Y.) 85-424 Index v. 1-2" + }, + { + "type": "bf:Barcode", + "value": "33433032068110" + } + ], + "holdingLocation_packed": [ + "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" + ], + "enumerationChronology": [ + "v. 1-2" + ], + "idBarcode": [ + "33433032068110" + ], + "owner_packed": [ + "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:magg2", + "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010676", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title from cover.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At head of title: No 704. Sénat. Année 1919. Session ordinaire ...", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "World War, 1914-1918" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Impr. du Sénat" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1919 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Rapport de la Commission d'enquête sur les faits de la guerre" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*Z-3990 no. 9" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1919" + ], + "creatorLiteral": [ + "France. Commission d'enquête sur les faits de la guerre." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1919 + ], + "idOclc": [ + "NYPG011000001-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3990 no. 9" + }, + { + "type": "nypl:Bnumber", + "value": "10010676" + }, + { + "type": "nypl:Oclc", + "value": "NYPG011000001-B" + }, + { + "type": "bf:Identifier", + "value": "WWIa" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01112568" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0210652" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711061488091, + "publicationStatement": [ + "Paris : Impr. du Sénat, 1919-" + ], + "identifier": [ + "urn:shelfmark:*Z-3990 no. 9", + "urn:bnum:10010676", + "urn:oclc:NYPG011000001-B", + "urn:identifier:WWIa", + "urn:identifier:NNSZ01112568", + "urn:identifier:(WaOLN)nyp0210652" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1919" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "World War, 1914-1918." + ], + "titleDisplay": [ + "Rapport de la Commission d'enquête sur les faits de la guerre [microform]." + ], + "uri": "b10010676", + "placeOfPublication": [ + "Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "v.1. Mémoire sur les responsabilités de la guerre/établi ... par Émile Bourgeois et Georges Pagès." + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10010676" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010676", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-3990 no. 1-9", + "urn:barcode:33433106577558" + ], + "physicalLocation": [ + "*Z-3990" + ], + "shelfMark_sort": "a*Z-3990 no. 000001-9", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-3990 no. 1-9" + ], + "uri": "i24076474", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-3990 no. 1-9" + }, + { + "type": "bf:Barcode", + "value": "33433106577558" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-9" + ], + "idBarcode": [ + "33433106577558" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 9 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010714", + "_score": 0, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Economic history", + "Economic history -- 1918-1945", + "Italy", + "Italy -- Economic conditions", + "Italy -- Economic conditions -- 1918-1945" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Società tipografica \"Leonardo da Vinci,\"" + ], + "language": [ + { + "id": "lang:ita", + "label": "Italian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1921 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Prospettive economiche" + ], + "shelfMark": [ + "*ZT-1615" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1921" + ], + "creatorLiteral": [ + "Mortara, Giorgio, 1885-1967." + ], + "idLccn": [ + "25013936" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Università commerciale Luigi Bocconi." + ], + "dateStartYear": [ + 1921 + ], + "creatorModifiedName": "Giorgio Mortara", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZT-1615" + }, + { + "type": "nypl:Bnumber", + "value": "10010714" + }, + { + "type": "nypl:Oclc", + "value": "NYPG011000073-B" + }, + { + "type": "bf:Lccn", + "value": "25013936" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01112640" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0210690" + } + ], + "idOclc": [ + "NYPG011000073-B" + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711033638397, + "publicationStatement": [ + "Città di Castello, Società tipografica \"Leonardo da Vinci,\" 1921-" + ], + "identifier": [ + "urn:shelfmark:*ZT-1615", + "urn:bnum:10010714", + "urn:oclc:NYPG011000073-B", + "urn:lccn:25013936", + "urn:identifier:NNSZ01112640", + "urn:identifier:(WaOLN)nyp0210690" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1921" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Economic history -- 1918-1945.", + "Italy -- Economic conditions -- 1918-1945." + ], + "titleDisplay": [ + "Prospettive economiche [microform], opera edita sotto gli auspici della Università Bocconi di Milano." + ], + "uri": "b10010714", + "lccClassification": [ + "HC305 .M6" + ], + "placeOfPublication": [ + "Città di Castello" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10010714" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010714", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*ZT-1615", + "urn:barcode:33433062786078" + ], + "physicalLocation": [ + "*ZT-1615" + ], + "shelfMark_sort": "a*ZT-001615", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZT-1615" + ], + "uri": "i16656931", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZT-1615" + }, + { + "type": "bf:Barcode", + "value": "33433062786078" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "idBarcode": [ + "33433062786078" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10010914", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Songs with melody and beat indications.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Telugu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Songs, Telugu", + "Songs, Telugu -- Texts", + "Carnatic music" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:tel", + "label": "Telugu" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Annamācārya Saṅkīrtanalu" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLC 86-775" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "creatorLiteral": [ + "Annamācārya, 1408-1503." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "T. T. D. Religious publication series; no. 128" + ], + "contributorLiteral": [ + "Śrīnivāsuluśetti, Kāmiśeṭṭi." + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG011000321-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 86-775" + }, + { + "type": "nypl:Bnumber", + "value": "10010914" + }, + { + "type": "nypl:Oclc", + "value": "NYPG011000321-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01112888" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0210890" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711557935470, + "publicationStatement": [ + "Tirupati : Tirumala Tirupati Dēvasthānamula Mudraṇālayamu, 1982-" + ], + "identifier": [ + "urn:shelfmark:*OLC 86-775", + "urn:bnum:10010914", + "urn:oclc:NYPG011000321-B", + "urn:identifier:NNSZ01112888", + "urn:identifier:(WaOLN)nyp0210890" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Songs, Telugu -- Texts.", + "Carnatic music." + ], + "titleDisplay": [ + "Annamācārya Saṅkīrtanalu / kūrpu, Kāmiśeṭṭi Śrīnivāsaluśeṭṭi." + ], + "uri": "b10010914", + "placeOfPublication": [ + "Tirupati : Tirumala Tirupati Dēvasthānamula Mudraṇālayamu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10010914" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10010914", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLC 86-775", + "urn:barcode:33433004309740" + ], + "physicalLocation": [ + "*OLC 86-775" + ], + "shelfMark_sort": "a*OLC 86-000775", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLC 86-775" + ], + "uri": "i10005369", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLC 86-775" + }, + { + "type": "bf:Barcode", + "value": "33433004309740" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004309740" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011031", + "_score": 0, + "_source": { + "extent": [ + "v. ill." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "State universities and colleges", + "State universities and colleges -- United States", + "State universities and colleges -- United States -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "AASCU studies." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLM 81-389" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "999" + ], + "creatorLiteral": [ + "American Association of State Colleges and Universities." + ], + "idLccn": [ + "72621307" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "7994181", + "NYPG0111-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-389" + }, + { + "type": "nypl:Bnumber", + "value": "10011031" + }, + { + "type": "nypl:Oclc", + "value": "7994181" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0111-S" + }, + { + "type": "bf:Lccn", + "value": "72621307" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211007" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)7994181" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711093358887, + "publicationStatement": [ + "[Washington]" + ], + "identifier": [ + "urn:shelfmark:JLM 81-389", + "urn:bnum:10011031", + "urn:oclc:7994181", + "urn:oclc:NYPG0111-S", + "urn:lccn:72621307", + "urn:identifier:(WaOLN)nyp0211007", + "urn:identifier:(OCoLC)7994181" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "State universities and colleges -- United States -- Periodicals." + ], + "titleDisplay": [ + "AASCU studies." + ], + "uri": "b10011031", + "lccClassification": [ + "LB2329.5.A43" + ], + "placeOfPublication": [ + "[Washington]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "A. A. S. C. U. studies." + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10011031" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011031", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-389 1970-1974", + "urn:barcode:33433017529995" + ], + "physicalLocation": [ + "JLM 81-389" + ], + "shelfMark_sort": "aJLM 81-389 1970-001974", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1970", + "lte": "1974" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-389 1970-1974" + ], + "uri": "i12540542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-389 1970-1974" + }, + { + "type": "bf:Barcode", + "value": "33433017529995" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1970-1974" + ], + "idBarcode": [ + "33433017529995" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1970" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011032", + "_score": 0, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "1978-" + ], + "subjectLiteral_exploded": [ + "Arts", + "Arts -- Australia", + "Arts -- Australia -- Periodicals", + "Communication in art", + "Communication in art -- Australia", + "Communication in art -- Australia -- Periodicals", + "Dance", + "Dance -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "Australia International Press & Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1978 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Communicating arts." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*MGZA 81-365" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "37164420", + "NYPG0112-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGZA 81-365" + }, + { + "type": "nypl:Bnumber", + "value": "10011032" + }, + { + "type": "nypl:Oclc", + "value": "37164420" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0112-S" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211008" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)37164420" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711055145043, + "publicationStatement": [ + "Melbourne : Australia International Press & Publications, 1978-" + ], + "identifier": [ + "urn:shelfmark:*MGZA 81-365", + "urn:bnum:10011032", + "urn:oclc:37164420", + "urn:oclc:NYPG0112-S", + "urn:identifier:(WaOLN)nyp0211008", + "urn:identifier:(OCoLC)37164420" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Arts -- Australia -- Periodicals.", + "Communication in art -- Australia -- Periodicals.", + "Dance -- Periodicals." + ], + "titleDisplay": [ + "Communicating arts." + ], + "uri": "b10011032", + "placeOfPublication": [ + "Melbourne" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10011032" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011032", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*MGZA 81-365 1978", + "urn:barcode:33433105526044" + ], + "physicalLocation": [ + "*MGZA 81-365" + ], + "shelfMark_sort": "a*MGZA 81-365 001978", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*MGZA 81-365 1978" + ], + "uri": "i29527877", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGZA 81-365 1978" + }, + { + "type": "bf:Barcode", + "value": "33433105526044" + } + ], + "holdingLocation_packed": [ + "loc:pad32||Performing Arts Research Collections - Dance" + ], + "enumerationChronology": [ + "1978" + ], + "idBarcode": [ + "33433105526044" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pad32", + "label": "Performing Arts Research Collections - Dance" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1978" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011032", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*MGZA 81-365" + ], + "physicalLocation": [ + "*MGZA 81-365" + ], + "shelfMark_sort": "a*MGZA 81-000365", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*MGZA 81-365" + ], + "uri": "i17447365", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGZA 81-365" + } + ], + "holdingLocation_packed": [ + "loc:pad32||Performing Arts Research Collections - Dance" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:pad32", + "label": "Performing Arts Research Collections - Dance" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011034", + "_score": 0, + "_source": { + "extent": [ + "v. ill." + ], + "note": [ + { + "noteType": "Linking Entry", + "label": "Issued also in French and German.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "v. 1- Feb. 1977-" + ], + "subjectLiteral_exploded": [ + "Military weapons", + "Military weapons -- Periodicals", + "Firearms industry and trade", + "Firearms industry and trade -- Periodicals" + ], + "numItemDatesParsed": [ + 14 + ], + "publisherLiteral": [ + "Internationale Armada Aktiengesellschaft]" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 14 + ], + "createdYear": [ + 1977 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Armada international." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JSP 81-130" + ], + "numItemVolumesParsed": [ + 14 + ], + "createdString": [ + "1977" + ], + "idLccn": [ + "80640160" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "5928321", + "NYPG0114-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSP 81-130" + }, + { + "type": "nypl:Bnumber", + "value": "10011034" + }, + { + "type": "nypl:Oclc", + "value": "5928321" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0114-S" + }, + { + "type": "bf:Lccn", + "value": "80640160" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0011048" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0000036" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)5928321" + } + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "holdingStatement": [ + "3(1979)-9:7(1985),10:(1986)-19:2(1995),19:4(1995)-31(2008)." + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "JSP 81-130" + } + ], + "physicalLocation": [ + "JSP 81-130" + ], + "format": [ + "PRINT" + ], + "location": [ + { + "code": "loc:mal", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "shelfMark": [ + "JSP 81-130" + ], + "uri": "h1005103" + } + ], + "updatedAt": 1711173180330, + "publicationStatement": [ + "[Zurich, Switzerland, Internationale Armada Aktiengesellschaft]" + ], + "identifier": [ + "urn:shelfmark:JSP 81-130", + "urn:bnum:10011034", + "urn:oclc:5928321", + "urn:oclc:NYPG0114-S", + "urn:lccn:80640160", + "urn:identifier:(WaOLN)nyp0011048", + "urn:identifier:(WaOLN)nyp0000036", + "urn:identifier:(OCoLC)5928321" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Military weapons -- Periodicals.", + "Firearms industry and trade -- Periodicals." + ], + "titleDisplay": [ + "Armada international." + ], + "uri": "b10011034", + "lccClassification": [ + "HD9743.A1 A75" + ], + "placeOfPublication": [ + "[Zurich, Switzerland" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10011034" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 14, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011034", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JSP 81-130 v. 31 (Feb. 2007-Jan. 2008)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSP 81-130 v. 31 (Feb. 2007-Jan. 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433089132389" + } + ], + "enumerationChronology": [ + "v. 31 (Feb. 2007-Jan. 2008)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JSP 81-130 v. 31 (Feb. 2007-Jan. 2008)", + "urn:barcode:33433089132389" + ], + "physicalLocation": [ + "JSP 81-130" + ], + "shelfMark_sort": "aJSP 81-130 v. 000031 (Feb. 2007-Jan. 2008)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 31-2007" + ], + "uri": "i25471664", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433089132389" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 31-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011034", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JSP 81-130 v. 30 (Feb. 2006-Jan. 2007)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSP 81-130 v. 30 (Feb. 2006-Jan. 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433089132371" + } + ], + "enumerationChronology": [ + "v. 30 (Feb. 2006-Jan. 2007)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JSP 81-130 v. 30 (Feb. 2006-Jan. 2007)", + "urn:barcode:33433089132371" + ], + "physicalLocation": [ + "JSP 81-130" + ], + "shelfMark_sort": "aJSP 81-130 v. 000030 (Feb. 2006-Jan. 2007)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 30-2006" + ], + "uri": "i25471657", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433089132371" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 30-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011034", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JSP 81-130 v. 29 (Feb. 2005-Jan. 2006)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JSP 81-130 v. 29 (Feb. 2005-Jan. 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433089132363" + } + ], + "enumerationChronology": [ + "v. 29 (Feb. 2005-Jan. 2006)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JSP 81-130 v. 29 (Feb. 2005-Jan. 2006)", + "urn:barcode:33433089132363" + ], + "physicalLocation": [ + "JSP 81-130" + ], + "shelfMark_sort": "aJSP 81-130 v. 000029 (Feb. 2005-Jan. 2006)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 29-2005" + ], + "uri": "i25471630", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433089132363" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 29-2005" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011036", + "_score": 0, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Numbering", + "label": "Vols. for 1980- called 1st- annual supplement.", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Continues: Equal employment opportunity court cases, ISSN 0272-278x, issued by: United States. Civil Service Commission. Bureau of Intergovernmental Personnel Programs. (Earlier title cataloged as monograph. See entry under: United States. Civil Service Commission. Bureau of Intergovernmental Personnel Programs).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Discrimination in employment", + "Discrimination in employment -- Law and legislation", + "Discrimination in employment -- Law and legislation -- Digests", + "Discrimination in employment -- Law and legislation -- Digests -- United States", + "Discrimination in employment -- Law and legislation -- Digests -- United States -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "U.S. Office of Personnel Management, Office of Intergovernmental Programs : For sale by the Supt. of Docs., U.S. G.P.O." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Equal employment opportunity court cases." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JLM 81-385" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "999" + ], + "idLccn": [ + "80647817" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "OIPP" + ], + "contributorLiteral": [ + "United States. Office of Intergovernmental Personnel Programs." + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "6784164", + "NYPG0116-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-385" + }, + { + "type": "nypl:Bnumber", + "value": "10011036" + }, + { + "type": "nypl:Oclc", + "value": "6784164" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0116-S" + }, + { + "type": "bf:Lccn", + "value": "80647817" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0011050" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0000038" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)6784164" + }, + { + "type": "bf:Identifier", + "value": "RCON-EPA" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711184589084, + "publicationStatement": [ + "Washington : U.S. Office of Personnel Management, Office of Intergovernmental Programs : For sale by the Supt. of Docs., U.S. G.P.O." + ], + "identifier": [ + "urn:shelfmark:JLM 81-385", + "urn:bnum:10011036", + "urn:oclc:6784164", + "urn:oclc:NYPG0116-S", + "urn:lccn:80647817", + "urn:identifier:(WaOLN)nyp0011050", + "urn:identifier:(WaOLN)nyp0000038", + "urn:identifier:(OCoLC)6784164", + "urn:identifier:RCON-EPA" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Discrimination in employment -- Law and legislation -- Digests -- United States -- Periodicals." + ], + "titleDisplay": [ + "Equal employment opportunity court cases." + ], + "uri": "b10011036", + "lccClassification": [ + "PAR" + ], + "placeOfPublication": [ + "Washington" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Equal employment opportunity court cases" + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 0, + "b10011036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:JLM 81-385 1980", + "urn:barcode:33433017529912" + ], + "physicalLocation": [ + "JLM 81-385" + ], + "shelfMark_sort": "aJLM 81-385 001980", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JLM 81-385 1980" + ], + "uri": "i12540547", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JLM 81-385 1980" + }, + { + "type": "bf:Barcode", + "value": "33433017529912" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "1980" + ], + "idBarcode": [ + "33433017529912" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1980" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011040", + "_score": 0, + "_source": { + "extent": [ + "v. ill." + ], + "note": [ + { + "noteType": "Additional Formats", + "label": "Issued also on the World Wide Web.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "v. 37- fall 1963-" + ], + "subjectLiteral_exploded": [ + "Education", + "Education -- Periodicals", + "Education -- Economic aspects", + "Education -- Economic aspects -- United States", + "Education -- Economic aspects -- United States -- Periodicals" + ], + "numItemDatesParsed": [ + 5 + ], + "publisherLiteral": [ + "American Sociological Association]" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1963 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Sociology of education" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*ZAN-4462" + ], + "numItemVolumesParsed": [ + 5 + ], + "createdString": [ + "1963" + ], + "idLccn": [ + "sc 77001582" + ], + "idIssn": [ + "0038-0407" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "American Sociological Association." + ], + "dateStartYear": [ + 1963 + ], + "idOclc": [ + "7607170", + "NYPG012-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-4462" + }, + { + "type": "nypl:Bnumber", + "value": "10011040" + }, + { + "type": "nypl:Oclc", + "value": "7607170" + }, + { + "type": "nypl:Oclc", + "value": "NYPG012-S" + }, + { + "type": "bf:Lccn", + "value": "sc 77001582" + }, + { + "type": "bf:Issn", + "value": "0038-0407" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211013" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)7607170" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711479012296, + "publicationStatement": [ + "[Albany, N.Y., etc., American Sociological Association]" + ], + "identifier": [ + "urn:shelfmark:*ZAN-4462", + "urn:bnum:10011040", + "urn:oclc:7607170", + "urn:oclc:NYPG012-S", + "urn:lccn:sc 77001582", + "urn:issn:0038-0407", + "urn:identifier:(WaOLN)nyp0211013", + "urn:identifier:(OCoLC)7607170" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Education -- Periodicals.", + "Education -- Economic aspects -- United States -- Periodicals." + ], + "titleDisplay": [ + "Sociology of education [microform]." + ], + "uri": "b10011040", + "electronicResources": [ + { + "label": "E-journal through JSTOR (Onsite access at NYPL Research Libraries)", + "url": "http://www.jstor.org/journals/00380407.html" + } + ], + "placeOfPublication": [ + "[Albany, N.Y., etc." + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Sociology of education" + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10011040" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 5, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011040", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-4462 v. 54-60 (Jan. 1981-Oct. 1988)", + "urn:barcode:33433107112983" + ], + "physicalLocation": [ + "*ZAN-4462" + ], + "shelfMark_sort": "a*ZAN-4462 v. 000054-60 (Jan. 1981-Oct. 1988)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1981", + "lte": "1988" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 54-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-4462 v. 54-60 (Jan. 1981-Oct. 1988)" + ], + "uri": "i30367595", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-4462 v. 54-60 (Jan. 1981-Oct. 1988)" + }, + { + "type": "bf:Barcode", + "value": "33433107112983" + } + ], + "holdingLocation_packed": [ + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" + ], + "enumerationChronology": [ + "v. 54-60 (Jan. 1981-Oct. 1988)" + ], + "idBarcode": [ + "33433107112983" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 60 + } + ] + }, + "sort": [ + " 54-1981" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011040", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-4462 v. 51-53 (Jan. 1978-Oct. 1980)", + "urn:barcode:33433107112975" + ], + "physicalLocation": [ + "*ZAN-4462" + ], + "shelfMark_sort": "a*ZAN-4462 v. 000051-53 (Jan. 1978-Oct. 1980)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1978", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 51-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-4462 v. 51-53 (Jan. 1978-Oct. 1980)" + ], + "uri": "i30367592", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-4462 v. 51-53 (Jan. 1978-Oct. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433107112975" + } + ], + "holdingLocation_packed": [ + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" + ], + "enumerationChronology": [ + "v. 51-53 (Jan. 1978-Oct. 1980)" + ], + "idBarcode": [ + "33433107112975" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 53 + } + ] + }, + "sort": [ + " 51-1978" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011040", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*ZAN-4462 v. 50 (Jan.-Oct. 1977)", + "urn:barcode:33433107114203" + ], + "physicalLocation": [ + "*ZAN-4462" + ], + "shelfMark_sort": "a*ZAN-4462 v. 000050 (Jan.-Oct. 1977)", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 50-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*ZAN-4462 v. 50 (Jan.-Oct. 1977)" + ], + "uri": "i30367591", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*ZAN-4462 v. 50 (Jan.-Oct. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433107114203" + } + ], + "holdingLocation_packed": [ + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" + ], + "enumerationChronology": [ + "v. 50 (Jan.-Oct. 1977)" + ], + "idBarcode": [ + "33433107114203" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 50, + "lte": 50 + } + ] + }, + "sort": [ + " 50-1977" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_score": 0, + "_source": { + "extent": [ + "v. ill., ports." + ], + "note": [ + { + "noteType": "Supplement", + "label": "Supplement accompany some issues.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Journalism", + "Journalism -- Periodicals" + ], + "numItemDatesParsed": [ + 9 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 9 + ], + "createdYear": [ + 999 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Bulletin." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "M-10 3102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "999" + ], + "creatorLiteral": [ + "American Society of Newspaper Editors." + ], + "idLccn": [ + "59037860 //r82" + ], + "idIssn": [ + "0003-1178" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 999 + ], + "idOclc": [ + "NYPG0120-S" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102" + }, + { + "type": "nypl:Bnumber", + "value": "10011041" + }, + { + "type": "nypl:Oclc", + "value": "NYPG0120-S" + }, + { + "type": "bf:Lccn", + "value": "59037860 //r82" + }, + { + "type": "bf:Issn", + "value": "0003-1178" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0011055" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0000039" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711114099424, + "publicationStatement": [ + "Easton, Pa. [etc.]" + ], + "identifier": [ + "urn:shelfmark:M-10 3102", + "urn:bnum:10011041", + "urn:oclc:NYPG0120-S", + "urn:lccn:59037860 //r82", + "urn:issn:0003-1178", + "urn:identifier:(WaOLN)nyp0011055", + "urn:identifier:(WaOLN)nyp0000039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Journalism -- Periodicals." + ], + "titleDisplay": [ + "Bulletin." + ], + "uri": "b10011041", + "lccClassification": [ + "PN4700 .A58" + ], + "placeOfPublication": [ + "Easton, Pa. [etc.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "The Bulletin of the American Society of Newspaper Editors" + ], + "dimensions": [ + "26 cm." + ] + }, + "sort": [ + 0, + "b10011041" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 9, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980", + "urn:barcode:33433010676884" + ], + "physicalLocation": [ + "M-10 3102" + ], + "shelfMark_sort": "aM-10 3102 nos. 601-629 Jan. 1977-Jan. 001980", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1977", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980" + ], + "uri": "i11901117", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980" + }, + { + "type": "bf:Barcode", + "value": "33433010676884" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "nos. 601-629 Jan. 1977-Jan. 1980" + ], + "idBarcode": [ + "33433010676884" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1977" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 574-600 1974-76", + "urn:barcode:33433010676876" + ], + "physicalLocation": [ + "M-10 3102" + ], + "shelfMark_sort": "aM-10 3102 nos. 574-600 1974-000076", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1974", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1974" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M-10 3102 nos. 574-600 1974-76" + ], + "uri": "i11901116", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102 nos. 574-600 1974-76" + }, + { + "type": "bf:Barcode", + "value": "33433010676876" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "nos. 574-600 1974-76" + ], + "idBarcode": [ + "33433010676876" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1974" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011041", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 547-57 1971-73", + "urn:barcode:33433010676868" + ], + "physicalLocation": [ + "M-10 3102" + ], + "shelfMark_sort": "aM-10 3102 nos. 547-57 1971-000073", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1971", + "lte": "1973" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "M-10 3102 nos. 547-57 1971-73" + ], + "uri": "i11901115", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M-10 3102 nos. 547-57 1971-73" + }, + { + "type": "bf:Barcode", + "value": "33433010676868" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "nos. 547-57 1971-73" + ], + "idBarcode": [ + "33433010676868" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1971" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011050", + "_score": 0, + "_source": { + "extent": [ + "v. : maps ;" + ], + "note": [ + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "World War, 1914-1918" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Union deutsche Verlagsgesellschaft" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1917 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Der Weltkrieg nach amtlichen Quellen dem Volke und der Jugend erzählt" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*Z-4046 no. 5" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1917" + ], + "creatorLiteral": [ + "Niederhausen, Ernst." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1917 + ], + "creatorModifiedName": "Ernst Niederhausen", + "idOclc": [ + "NYPG012000008-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-4046 no. 5" + }, + { + "type": "nypl:Bnumber", + "value": "10011050" + }, + { + "type": "nypl:Oclc", + "value": "NYPG012000008-B" + }, + { + "type": "bf:Identifier", + "value": "WWIa" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01213014" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211022" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711133140405, + "publicationStatement": [ + "Berlin : Union deutsche Verlagsgesellschaft, 1917-" + ], + "identifier": [ + "urn:shelfmark:*Z-4046 no. 5", + "urn:bnum:10011050", + "urn:oclc:NYPG012000008-B", + "urn:identifier:WWIa", + "urn:identifier:NNSZ01213014", + "urn:identifier:(WaOLN)nyp0211022" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1917" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "World War, 1914-1918." + ], + "titleDisplay": [ + "Der Weltkrieg [microform] : nach amtlichen Quellen dem Volke und der Jugend erzählt / von Ernst Niederhausen." + ], + "uri": "b10011050", + "placeOfPublication": [ + "Berlin" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "T. 1. Die Kämpfe im Westen." + ], + "dimensions": [ + "8⁰." + ] + }, + "sort": [ + 0, + "b10011050" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011050", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-4046 no. 1 no. 1-10", + "urn:barcode:33433106578192" + ], + "physicalLocation": [ + "*Z-4046 no. 1" + ], + "shelfMark_sort": "a*Z-4046 no. 000001 no. 1-10", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-4046 no. 1 no. 1-10" + ], + "uri": "i30104763", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-4046 no. 1 no. 1-10" + }, + { + "type": "bf:Barcode", + "value": "33433106578192" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-10" + ], + "idBarcode": [ + "33433106578192" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 10 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011050", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*Z-4046" + ], + "physicalLocation": [ + "*Z-4046" + ], + "shelfMark_sort": "a*Z-004046", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-4046" + ], + "uri": "i24076485", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-4046" + } + ], + "holdingLocation_packed": [ + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011054", + "_score": 0, + "_source": { + "extent": [ + "v. plates, facsims., plans." + ], + "note": [ + { + "noteType": "Note", + "label": "At head of title: Publication autorisée par le Ministère de la guerre.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "World War, 1914-1918", + "World War, 1914-1918 -- Personal narratives, German" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Berger-Levrault" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1916 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Carnets de route de combattants allemands" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*z-4052 no. 1" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1916" + ], + "creatorLiteral": [ + "Dampierre, Jacques, Marquis de, 1874-" + ], + "idLccn": [ + "16014710" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1916 + ], + "creatorModifiedName": "Jacques Dampierre", + "idOclc": [ + "NYPG012000012-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*z-4052 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "10011054" + }, + { + "type": "nypl:Oclc", + "value": "NYPG012000012-B" + }, + { + "type": "bf:Lccn", + "value": "16014710" + }, + { + "type": "bf:Identifier", + "value": "WWIa" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01213018" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211026" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711115932786, + "publicationStatement": [ + "Paris, Berger-Levrault, 1916-" + ], + "identifier": [ + "urn:shelfmark:*z-4052 no. 1", + "urn:bnum:10011054", + "urn:oclc:NYPG012000012-B", + "urn:lccn:16014710", + "urn:identifier:WWIa", + "urn:identifier:NNSZ01213018", + "urn:identifier:(WaOLN)nyp0211026" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1916" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "World War, 1914-1918 -- Personal narratives, German." + ], + "titleDisplay": [ + "Carnets de route de combattants allemands [microform] traduction intégrale, introduction et notes par Jacques de Dampierre." + ], + "uri": "b10011054", + "lccClassification": [ + "D640 .D3" + ], + "placeOfPublication": [ + "Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10011054" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011054", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-4052 no. 1-9", + "urn:barcode:33433106578275" + ], + "physicalLocation": [ + "*Z-4052" + ], + "shelfMark_sort": "a*Z-4052 no. 000001-9", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-4052 no. 1-9" + ], + "uri": "i30107938", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-4052 no. 1-9" + }, + { + "type": "bf:Barcode", + "value": "33433106578275" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "no. 1-9" + ], + "idBarcode": [ + "33433106578275" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 9 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011076", + "_score": 0, + "_source": { + "extent": [ + "v. fold. maps (part col.; in pockets)" + ], + "note": [ + { + "noteType": "Note", + "label": "At head of title: Ministero della guerra. Comando del corpo di Stato maggiore. Ufficio storico.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "World War, 1914-1918" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Libreria dello Stato" + ], + "language": [ + { + "id": "lang:ita", + "label": "Italian" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1927 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "La Guerra mondiale, 1914-1918 compilazione dell'Archivio di stato germanico." + ], + "shelfMark": [ + "*Z-4071" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1927" + ], + "creatorLiteral": [ + "Reichsarchiv (Germany)" + ], + "idLccn": [ + "51030627" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Bollati, Ambrogio, 1871-" + ], + "dateStartYear": [ + 1927 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-4071" + }, + { + "type": "nypl:Bnumber", + "value": "10011076" + }, + { + "type": "nypl:Oclc", + "value": "NYPG012000034-B" + }, + { + "type": "bf:Lccn", + "value": "51030627" + }, + { + "type": "bf:Identifier", + "value": "WWIa" + }, + { + "type": "bf:Identifier", + "value": "NNSZ01213040" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0211048" + } + ], + "idOclc": [ + "NYPG012000034-B" + ], + "uniformTitle": [ + "Weltkrieg 1914 bis 1918. Italian" + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711070453772, + "publicationStatement": [ + "Roma, Libreria dello Stato, 1927-" + ], + "identifier": [ + "urn:shelfmark:*Z-4071", + "urn:bnum:10011076", + "urn:oclc:NYPG012000034-B", + "urn:lccn:51030627", + "urn:identifier:WWIa", + "urn:identifier:NNSZ01213040", + "urn:identifier:(WaOLN)nyp0211048" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1927" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "World War, 1914-1918." + ], + "titleDisplay": [ + "La Guerra mondiale, 1914-1918 [microform] compilazione dell'Archivio di stato germanico. Traduzione del generale di brigata Ambrogio Bollati." + ], + "uri": "b10011076", + "lccClassification": [ + "D521 .G424" + ], + "placeOfPublication": [ + "Roma" + ], + "titleAlt": [ + "Weltkrieg 1914 bis 1918." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "v. 1. Le battaglie di frontiera nell'ovest.--v. 2. La liberazione della Prussia orientale.--v. 3-4. La compagna della Marna.--v. 5-6. La campagna autunnale del 1914.--v. 7. Le operazioni del 1915." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10011076" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10011076", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-4071 r. 2, v. 5-7", + "urn:barcode:33433106578515" + ], + "physicalLocation": [ + "*Z-4071" + ], + "shelfMark_sort": "a*Z-4071 r. 000002, v. 5-7", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-4071 r. 2, v. 5-7" + ], + "uri": "i30109213", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-4071 r. 2, v. 5-7" + }, + { + "type": "bf:Barcode", + "value": "33433106578515" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "r. 2, v. 5-7" + ], + "idBarcode": [ + "33433106578515" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 7 + } + ] + }, + "sort": [ + " 5-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10011076", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*Z-4071 r. 1, v. 1-4", + "urn:barcode:33433106578507" + ], + "physicalLocation": [ + "*Z-4071" + ], + "shelfMark_sort": "a*Z-4071 r. 000001, v. 1-4", + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*Z-4071 r. 1, v. 1-4" + ], + "uri": "i30109212", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*Z-4071 r. 1, v. 1-4" + }, + { + "type": "bf:Barcode", + "value": "33433106578507" + } + ], + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" + ], + "enumerationChronology": [ + "r. 1, v. 1-4" + ], + "idBarcode": [ + "33433106578507" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 4 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-98fe5ca79f11a69fa96548ec09895402.json b/test/fixtures/query-98fe5ca79f11a69fa96548ec09895402.json new file mode 100644 index 00000000..cb2a5e08 --- /dev/null +++ b/test/fixtures/query-98fe5ca79f11a69fa96548ec09895402.json @@ -0,0 +1,12899 @@ +{ + "body": { + "took": 20, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_score": 15.560745, + "_source": { + "extent": [ + "volumes : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Some issues bear also thematic titles.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Editors: Harold Ross, 1925-1951; William Shawn, 1951-1987; Robert Gotllieb, 1987-1992, Tina Brown, 1992-1998; David Remnick, 1998-", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 73, no. 1 never published.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Has occasional supplements.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Vol. 90, no. 24 (Aug. 25, 2014).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began with issue for Feb. 21, 1925." + ], + "subjectLiteral_exploded": [ + "Literature", + "Literature -- Collections", + "Literature -- Collections -- Periodicals", + "Intellectual life", + "Electronic journals", + "New York (N.Y.)", + "New York (N.Y.) -- Intellectual life", + "New York (N.Y.) -- Intellectual life -- Directories", + "New York (State)", + "New York (State) -- New York" + ], + "numItemDatesParsed": [ + 819 + ], + "publisherLiteral": [ + "F-R Pub. Corp.", + "D. Carey", + "Condé Nast Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 824 + ], + "createdYear": [ + 1925 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The New Yorker." + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "numItemVolumesParsed": [ + 754 + ], + "createdString": [ + "1925" + ], + "idLccn": [ + "28005329" + ], + "idIssn": [ + "0028-792X" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ross, Harold Wallace, 1892-1951", + "Shawn, William", + "Brown, Tina", + "Remnick, David", + "White, Katharine Sergeant Angell", + "White, E. B. (Elwyn Brooks), 1899-1985", + "Irvin, Rea, 1881-1972", + "Angell, Roger" + ], + "dateStartYear": [ + 1925 + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest (copy held in Per. Sect.)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + }, + { + "type": "nypl:Bnumber", + "value": "10833141" + }, + { + "type": "nypl:Oclc", + "value": "1760231" + }, + { + "type": "bf:Lccn", + "value": "28005329" + }, + { + "type": "bf:Issn", + "value": "0028-792X" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1760231" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + } + ], + "idOclc": [ + "1760231" + ], + "uniformTitle": [ + "New Yorker (New York, N.Y. : 1925)" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 1 (Feb. 15, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 2 (Mar. 1, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 3 (Mar. 8, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 4 (Mar. 15, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 5 (Mar. 22, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 6 (Mar. 29, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 7 (Apr. 5, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 8 (Apr. 12, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 9 (Apr. 19, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 11 (May. 10, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 12 (May. 17, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 13 (May. 24, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 14 (May. 31, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 15 (Jun. 7, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 16 (Jun. 14, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 17 (Jun. 21, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 18 (Jun. 28, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 19 (Jul. 5, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 20 (Jul. 12, 2021)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 21 (Jul. 26, 2021)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 22 (Aug. 2, 2021)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 23 (Aug. 9, 2021)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 24 (Aug. 16, 2021)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "ROOM 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "FEB. 15/22, 2021 - AUG. 16, 2021", + "PRINT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1059671" + }, + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 25 (Aug. 23, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 26 (Aug. 30, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 27 (Sep. 6, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 28 (Sep. 13, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 29 (Sep. 20, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 30 (Sep. 27, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 31 (Oct. 4, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 32 (Oct. 11, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 33 (Oct. 18, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 34 (Oct. 25, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 35 (Nov. 1, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 36 (Nov. 8, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Missing" + }, + { + "coverage": "Vol. 97 No. 37 (Nov. 15, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 38 (Nov. 22, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 39 (Nov. 29, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 40 (Dec. 6, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 41 (Dec. 13, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 42 (Dec. 20, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 97 No. 43 (Dec. 27, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 45 (Jan. 10, 2022)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 46 (Jan. 24, 2022)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 47 (Jan. 31, 2022)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 48 (Feb. 7, 2022)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 1 (Feb. 13, 2023)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 2 (Feb. 27, 2023)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 3 (Mar. 6, 2023)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 4 (Mar. 13, 2023)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 5 (Mar. 20, 2023)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 6 (Mar. 27, 2023)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 7 (Apr. 3, 2023)", + "position": 32, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 8 (Apr. 10, 2023)", + "position": 33, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 9 (Apr. 17, 2023)", + "position": 34, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)", + "position": 35, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 11 (May. 8, 2023)", + "position": 36, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 12 (May. 15, 2023)", + "position": 37, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 13 (May. 22, 2023)", + "position": 38, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 14 (May. 29, 2023)", + "position": 39, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 15 (Jun. 5, 2023)", + "position": 40, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 16 (Jun. 12, 2023)", + "position": 41, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 17 (Jun. 19, 2023)", + "position": 42, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 18 (Jun. 26, 2023)", + "position": 43, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 19 (Jul. 3, 2023)", + "position": 44, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 20 (Jul. 10, 2023)", + "position": 45, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 21 (Jul. 24, 2023)", + "position": 46, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 22 (Jul. 31, 2023)", + "position": 47, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 23 (Aug. 7, 2023)", + "position": 48, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 24 (Aug. 14, 2023)", + "position": 49, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 25 (Aug. 21, 2023)", + "position": 50, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 26 (Aug. 28, 2023)", + "position": 51, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 27 (Sep. 4, 2023)", + "position": 52, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 28 (Sep. 11, 2023)", + "position": 53, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 29 (Sep. 18, 2023)", + "position": 54, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 30 (Sep. 25, 2023)", + "position": 55, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 31 (Oct. 2, 2023)", + "position": 56, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 32 (Oct. 9, 2023)", + "position": 57, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 33 (Oct. 16, 2023)", + "position": 58, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 34 (Oct. 23, 2023)", + "position": 59, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 35 (Oct. 30, 2023)", + "position": 60, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 36 (Nov. 6, 2023)", + "position": 61, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 37 (Nov. 13, 2023)", + "position": 62, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 38 (Nov. 20, 2023)", + "position": 63, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 39 (Nov. 27, 2023)", + "position": 64, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 40 (Dec. 4, 2023)", + "position": 65, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 41 (Dec. 11, 2023)", + "position": 66, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 42 (Dec. 18, 2023)", + "position": 67, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 43 (Dec. 25, 2023)", + "position": 68, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 44 (Jan. 1, 2024)", + "position": 69, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 45 (Jan. 15, 2024)", + "position": 70, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 46 (Jan. 22, 2024)", + "position": 71, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 47 (Jan. 29, 2024)", + "position": 72, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 48 (Feb. 5, 2024)", + "position": 73, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 1 (Feb. 12, 2024)", + "position": 74, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 2 (Feb. 26, 2024)", + "position": 75, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 3 (Mar. 4, 2024)", + "position": 76, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 4 (Mar. 11, 2024)", + "position": 77, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 5 (Mar. 18, 2024)", + "position": 78, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 6 (Mar. 25, 2024)", + "position": 79, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 7 (Apr. 1, 2024)", + "position": 80, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 8 (Apr. 8, 2024)", + "position": 81, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 9 (Apr. 15, 2024)", + "position": 82, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 10 (Apr. 22, 2024)", + "position": 83, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 11 (May. 6, 2024)", + "position": 84, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 12 (May. 13, 2024)", + "position": 85, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 13 (May. 20, 2024)", + "position": 86, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 14 (May. 27, 2024)", + "position": 87, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 15 (Jun. 3, 2024)", + "position": 88, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 16 (Jun. 10, 2024)", + "position": 89, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 17 (Jun. 17, 2024)", + "position": 90, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 18 (Jun. 24, 2024)", + "position": 91, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 19 (Jul. 1, 2024)", + "position": 92, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 20 (Jul. 8, 2024)", + "position": 93, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)--", + "v. 99, no. 37 (2023-11-13); v. 99, no. 48 (2024-02-05); v. 100, no. 2 (2024-02-26)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "Room 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "AUG. 23, 2021-CURRENT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1144777" + } + ], + "updatedAt": 1715286949069, + "publicationStatement": [ + "New York : F-R Pub. Corp., 1925-", + "[New York] : D. Carey", + "[New York] : Condé Nast Publications" + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker)", + "urn:bnum:10833141", + "urn:oclc:1760231", + "urn:lccn:28005329", + "urn:issn:0028-792X", + "urn:identifier:(OCoLC)1760231", + "urn:identifier:(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + ], + "genreForm": [ + "Collections.", + "Directories.", + "Periodicals." + ], + "numCheckinCardItems": [ + 117 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1925" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Literature -- Collections -- Periodicals.", + "Intellectual life.", + "Literature.", + "Electronic journals.", + "New York (N.Y.) -- Intellectual life -- Directories.", + "New York (State) -- New York." + ], + "titleDisplay": [ + "The New Yorker." + ], + "uri": "b10833141", + "lccClassification": [ + "AP2 .N6763" + ], + "placeOfPublication": [ + "New York", + "[New York]" + ], + "titleAlt": [ + "New Yorker", + "The New Yorker" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28-31 cm" + ] + }, + "inner_hits": { + "allItems": { + "hits": { + "total": { + "value": 824, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + } + ] + } + }, + "items": { + "hits": { + "total": { + "value": 575, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)", + "urn:barcode:33433136742404" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Nov 2020-Feb 8, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + ], + "uri": "i40269792", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136742404" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Nov 2020-Feb 8, 2021)" + ], + "idBarcode": [ + "33433136742404" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 4 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (May-July 2020)", + "urn:barcode:33433136742420" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (May-July 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (May-July 2020)" + ], + "uri": "i40269798", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (May-July 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742420" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (May-July 2020)" + ], + "idBarcode": [ + "33433136742420" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 5 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Feb 17-April 2020)", + "urn:barcode:33433136742438" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Feb 17-April 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + ], + "uri": "i40269804", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742438" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Feb 17-April 2020)" + ], + "idBarcode": [ + "33433136742438" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 6 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Aug-Oct 2020)", + "urn:barcode:33433136742412" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Aug-Oct 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + ], + "uri": "i40269794", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742412" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Aug-Oct 2020)" + ], + "idBarcode": [ + "33433136742412" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 7 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)", + "urn:barcode:33433130033321" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Oct-Nov. 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + ], + "uri": "i40232403", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033321" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Oct-Nov. 2019)" + ], + "idBarcode": [ + "33433130033321" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 8 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (May-July 2019)", + "urn:barcode:33433130033305" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (May-July 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (May-July 2019)" + ], + "uri": "i40232398", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (May-July 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033305" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (May-July 2019)" + ], + "idBarcode": [ + "33433130033305" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 9 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Feb 18-April 2019)", + "urn:barcode:33433130033297" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Feb 18-April 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + ], + "uri": "i40232353", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033297" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Feb 18-April 2019)" + ], + "idBarcode": [ + "33433130033297" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 10 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)", + "urn:barcode:33433130033339" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Dec. 2019-Feb. 10, 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "uri": "i40232406", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433130033339" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "idBarcode": [ + "33433130033339" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 11 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)", + "urn:barcode:33433130033313" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Aug.-Sept. 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + ], + "uri": "i40232401", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033313" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Aug.-Sept. 2019)" + ], + "idBarcode": [ + "33433130033313" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 23 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (July-Sept. 2016)", + "urn:barcode:33433119872095" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (July-Sept. 2016)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + ], + "uri": "i36060542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119872095" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 92 (July-Sept. 2016)" + ], + "idBarcode": [ + "33433119872095" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 26 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)", + "urn:barcode:33433119872087" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Sept.-Oct. 2015)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2015", + "lte": "2015" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + ], + "uri": "i36060538", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + }, + { + "type": "bf:Barcode", + "value": "33433119872087" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 91 (Sept.-Oct. 2015)" + ], + "idBarcode": [ + "33433119872087" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ] + }, + "sort": [ + " 91-2015" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 43 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Oct-Nov 2011)", + "urn:barcode:33433099610952" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Oct-Nov 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Oct-Nov 2011)" + ], + "uri": "i28878991", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Oct-Nov 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099610952" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Oct-Nov 2011)" + ], + "idBarcode": [ + "33433099610952" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 44 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (June-July 2011)", + "urn:barcode:33433099611083" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (June-July 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (June-July 2011)" + ], + "uri": "i28878983", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (June-July 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611083" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (June-July 2011)" + ], + "idBarcode": [ + "33433099611083" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 45 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)", + "urn:barcode:33433099611109" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Feb. 14-Mar. 28, 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)" + ], + "uri": "i28878974", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611109" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Feb. 14-Mar. 28, 2011)" + ], + "idBarcode": [ + "33433099611109" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 46 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)", + "urn:barcode:33433099610945" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Dec. 5, 2011-Feb. 6, 2012)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + ], + "uri": "i28879000", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + }, + { + "type": "bf:Barcode", + "value": "33433099610945" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + ], + "idBarcode": [ + "33433099610945" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 47 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Aug-Sept 2011)", + "urn:barcode:33433099611075" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Aug-Sept 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Aug-Sept 2011)" + ], + "uri": "i28878989", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Aug-Sept 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611075" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Aug-Sept 2011)" + ], + "idBarcode": [ + "33433099611075" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 48 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Apr-May 2011)", + "urn:barcode:33433099611091" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Apr-May 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Apr-May 2011)" + ], + "uri": "i28878981", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Apr-May 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611091" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Apr-May 2011)" + ], + "idBarcode": [ + "33433099611091" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 49 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 inc. (May-July 2010)", + "urn:barcode:33433099612925" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 inc. (May-July 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 inc. (May-July 2010)" + ], + "uri": "i28974701", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 inc. (May-July 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099612925" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 inc. (May-July 2010)" + ], + "idBarcode": [ + "33433099612925" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 50 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Oct-Nov 2010)", + "urn:barcode:33433099611125" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Oct-Nov 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Oct-Nov 2010)" + ], + "uri": "i28878958", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Oct-Nov 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611125" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Oct-Nov 2010)" + ], + "idBarcode": [ + "33433099611125" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 51 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)", + "urn:barcode:33433099611141" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Feb. 15-Apr. 26, 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)" + ], + "uri": "i28878948", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611141" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Feb. 15-Apr. 26, 2010)" + ], + "idBarcode": [ + "33433099611141" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 52 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)", + "urn:barcode:33433099611117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Dec. 6, 2010-Feb. 7, 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + ], + "uri": "i28878970", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611117" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + ], + "idBarcode": [ + "33433099611117" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 53 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Aug-Sept 2010)", + "urn:barcode:33433099611133" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Aug-Sept 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Aug-Sept 2010)" + ], + "uri": "i28878953", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Aug-Sept 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611133" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Aug-Sept 2010)" + ], + "idBarcode": [ + "33433099611133" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 54 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Oct-Nov 2009)", + "urn:barcode:33433099611166" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Oct-Nov 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Oct-Nov 2009)" + ], + "uri": "i28878932", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Oct-Nov 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611166" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (Oct-Nov 2009)" + ], + "idBarcode": [ + "33433099611166" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 55 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (May-June 2009)", + "urn:barcode:33433099611182" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (May-June 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (May-June 2009)" + ], + "uri": "i28878920", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (May-June 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611182" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (May-June 2009)" + ], + "idBarcode": [ + "33433099611182" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 56 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)", + "urn:barcode:33433099611190" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Feb. 9-Apr. 27, 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)" + ], + "uri": "i28878911", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611190" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (Feb. 9-Apr. 27, 2009)" + ], + "idBarcode": [ + "33433099611190" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 57 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)", + "urn:barcode:33433099611174" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Aug. 10-Sept. 28, 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)" + ], + "uri": "i28878925", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611174" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (Aug. 10-Sept. 28, 2009)" + ], + "idBarcode": [ + "33433099611174" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 58 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Oct-Nov 2008)", + "urn:barcode:33433085063992" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Oct-Nov 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Oct-Nov 2008)" + ], + "uri": "i25589223", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Oct-Nov 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085063992" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Oct-Nov 2008)" + ], + "idBarcode": [ + "33433085063992" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 59 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (June-July 2008)", + "urn:barcode:33433085064008" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (June-July 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (June-July 2008)" + ], + "uri": "i25589214", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (June-July 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064008" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (June-July 2008)" + ], + "idBarcode": [ + "33433085064008" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 60 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)", + "urn:barcode:33433085063950" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Feb. 11-Mar. 31 , 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)" + ], + "uri": "i25589272", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085063950" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Feb. 11-Mar. 31 , 2008)" + ], + "idBarcode": [ + "33433085063950" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 61 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)", + "urn:barcode:33433085063976" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Dec 1, 2008-Feb 2, 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)" + ], + "uri": "i25589242", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433085063976" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Dec 1, 2008-Feb 2, 2009)" + ], + "idBarcode": [ + "33433085063976" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 62 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)", + "urn:barcode:33433085064172" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Aug-Sept 2008 & Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)" + ], + "uri": "i25589287", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085064172" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Aug-Sept 2008 & Suppl.)" + ], + "idBarcode": [ + "33433085064172" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 63 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Apr-May 2008)", + "urn:barcode:33433085064214" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Apr-May 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Apr-May 2008)" + ], + "uri": "i25589205", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Apr-May 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064214" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Apr-May 2008)" + ], + "idBarcode": [ + "33433085064214" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 64 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)", + "urn:barcode:33433085063984" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Oct-Nov 2007 & Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)" + ], + "uri": "i25589229", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085063984" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Oct-Nov 2007 & Suppl.)" + ], + "idBarcode": [ + "33433085063984" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 65 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)", + "urn:barcode:33433085063943" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (June 25-July 30, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)" + ], + "uri": "i25589274", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085063943" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (June 25-July 30, 2007)" + ], + "idBarcode": [ + "33433085063943" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 66 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)", + "urn:barcode:33433085064180" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Feb. 19-Mar. 26, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)" + ], + "uri": "i25589278", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085064180" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Feb. 19-Mar. 26, 2007)" + ], + "idBarcode": [ + "33433085064180" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 67 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)", + "urn:barcode:33433085064206" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Dec. 3, 2007-Feb. 4, 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + ], + "uri": "i25589263", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064206" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + ], + "idBarcode": [ + "33433085064206" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 68 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)", + "urn:barcode:33433085063968" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Aug-Sept 2007 & Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)" + ], + "uri": "i25589251", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085063968" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Aug-Sept 2007 & Suppl.)" + ], + "idBarcode": [ + "33433085063968" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 69 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)", + "urn:barcode:33433085064198" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Apr. 2-May 21, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)" + ], + "uri": "i25589269", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085064198" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Apr. 2-May 21, 2007)" + ], + "idBarcode": [ + "33433085064198" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 70 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)", + "urn:barcode:33433084240575" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Oct.-Nov. 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)" + ], + "uri": "i17474922", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240575" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (Oct.-Nov. 2006)" + ], + "idBarcode": [ + "33433084240575" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 71 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (May-June 2006)", + "urn:barcode:33433084240559" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (May-June 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (May-June 2006)" + ], + "uri": "i17474920", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (May-June 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240559" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (May-June 2006)" + ], + "idBarcode": [ + "33433084240559" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 72 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)", + "urn:barcode:33433084240567" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (July-Sept. & Suppl. 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)" + ], + "uri": "i17474921", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240567" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (July-Sept. & Suppl. 2006)" + ], + "idBarcode": [ + "33433084240567" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 73 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)", + "urn:barcode:33433084240542" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Feb. 13-Apr. 24, 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)" + ], + "uri": "i17474919", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240542" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (Feb. 13-Apr. 24, 2006)" + ], + "idBarcode": [ + "33433084240542" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 74 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)", + "urn:barcode:33433084240583" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Dec. 4, 2006-Feb. 12, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + ], + "uri": "i17474923", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433084240583" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + ], + "idBarcode": [ + "33433084240583" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 75 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)", + "urn:barcode:33433084240526" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Oct.-Nov. 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)" + ], + "uri": "i17474917", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240526" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Oct.-Nov. 2005)" + ], + "idBarcode": [ + "33433084240526" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 76 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)", + "urn:barcode:33433084240518" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (June 27-Sept.26,2005;Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)" + ], + "uri": "i17474916", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433084240518" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (June 27-Sept.26,2005;Suppl.)" + ], + "idBarcode": [ + "33433084240518" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 77 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)", + "urn:barcode:33433084240492" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Feb. 14-Mar. 28, 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)" + ], + "uri": "i17474914", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240492" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Feb. 14-Mar. 28, 2005)" + ], + "idBarcode": [ + "33433084240492" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 78 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)", + "urn:barcode:33433084240534" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Dec. 5, 2005-Feb. 6, 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + ], + "uri": "i17474918", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240534" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + ], + "idBarcode": [ + "33433084240534" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 79 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Apr.-May 2005)", + "urn:barcode:33433084240500" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Apr.-May 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Apr.-May 2005)" + ], + "uri": "i17474915", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Apr.-May 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240500" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Apr.-May 2005)" + ], + "idBarcode": [ + "33433084240500" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 80 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)", + "urn:barcode:33433084240476" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Oct.-Nov. 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)" + ], + "uri": "i17474912", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240476" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (Oct.-Nov. 2004)" + ], + "idBarcode": [ + "33433084240476" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 81 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (May-June 2004)", + "urn:barcode:33433084240468" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (May-June 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (May-June 2004)" + ], + "uri": "i17474911", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (May-June 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240468" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (May-June 2004)" + ], + "idBarcode": [ + "33433084240468" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 82 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (July-Sept 2004)", + "urn:barcode:33433078508037" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (July-Sept 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (July-Sept 2004)" + ], + "uri": "i17474399", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (July-Sept 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433078508037" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (July-Sept 2004)" + ], + "idBarcode": [ + "33433078508037" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 83 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)", + "urn:barcode:33433080028222" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Feb. 16- Apr. 26 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)" + ], + "uri": "i17474447", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433080028222" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (Feb. 16- Apr. 26 2004)" + ], + "idBarcode": [ + "33433080028222" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 84 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)", + "urn:barcode:33433084240484" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Dec. 6, 2004-Feb. 7, 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + ], + "uri": "i17474913", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240484" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + ], + "idBarcode": [ + "33433084240484" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 85 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)", + "urn:barcode:33433084240443" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Oct.-Nov. 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)" + ], + "uri": "i17474909", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240443" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Oct.-Nov. 2003)" + ], + "idBarcode": [ + "33433084240443" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 86 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (June-July 2003)", + "urn:barcode:33433084240427" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (June-July 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (June-July 2003)" + ], + "uri": "i17474907", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (June-July 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240427" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (June-July 2003)" + ], + "idBarcode": [ + "33433084240427" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 87 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)", + "urn:barcode:33433084240401" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Feb. 17-Mar. 31, 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)" + ], + "uri": "i17474905", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240401" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Feb. 17-Mar. 31, 2003)" + ], + "idBarcode": [ + "33433084240401" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 88 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)", + "urn:barcode:33433084240450" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Dec. 1, 2003-Feb. 9, 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + ], + "uri": "i17474910", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240450" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + ], + "idBarcode": [ + "33433084240450" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 89 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)", + "urn:barcode:33433084240435" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Aug-Sept. 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)" + ], + "uri": "i17474908", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240435" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Aug-Sept. 2003)" + ], + "idBarcode": [ + "33433084240435" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 90 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Apr.-May 2003)", + "urn:barcode:33433084240419" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Apr.-May 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Apr.-May 2003)" + ], + "uri": "i17474906", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Apr.-May 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240419" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Apr.-May 2003)" + ], + "idBarcode": [ + "33433084240419" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 91 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)", + "urn:barcode:33433084240385" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Oct.-Nov. 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)" + ], + "uri": "i17474903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240385" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Oct.-Nov. 2002)" + ], + "idBarcode": [ + "33433084240385" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 92 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (June-July 2002)", + "urn:barcode:33433084240369" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (June-July 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (June-July 2002)" + ], + "uri": "i17474901", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (June-July 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240369" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (June-July 2002)" + ], + "idBarcode": [ + "33433084240369" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 93 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)", + "urn:barcode:33433084240344" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Feb. 18-Mar. 25, 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)" + ], + "uri": "i17474899", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240344" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Feb. 18-Mar. 25, 2002)" + ], + "idBarcode": [ + "33433084240344" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 94 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)", + "urn:barcode:33433084240393" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Dec. 2, 2002-Feb. 10, 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + ], + "uri": "i17474904", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240393" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + ], + "idBarcode": [ + "33433084240393" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 95 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)", + "urn:barcode:33433084240377" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Aug.-Sept. 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)" + ], + "uri": "i17474902", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240377" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Aug.-Sept. 2002)" + ], + "idBarcode": [ + "33433084240377" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 96 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Apr.-May 2002)", + "urn:barcode:33433084240351" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Apr.-May 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Apr.-May 2002)" + ], + "uri": "i17474900", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Apr.-May 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240351" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Apr.-May 2002)" + ], + "idBarcode": [ + "33433084240351" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 97 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)", + "urn:barcode:33433084240328" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Oct. -Nov. 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)" + ], + "uri": "i17474897", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240328" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (Oct. -Nov. 2001)" + ], + "idBarcode": [ + "33433084240328" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 98 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (May-July 2001)", + "urn:barcode:33433079991612" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (May-July 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (May-July 2001)" + ], + "uri": "i17474446", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (May-July 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433079991612" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (May-July 2001)" + ], + "idBarcode": [ + "33433079991612" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 99 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)", + "urn:barcode:33433084240302" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Feb. 19-Apr. 30, 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)" + ], + "uri": "i17474895", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240302" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (Feb. 19-Apr. 30, 2001)" + ], + "idBarcode": [ + "33433084240302" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 100 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Dec. 3, 2001-Feb. 11, 2002)", + "urn:barcode:33433084240336" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Dec. 3, 2001-Feb. 11, 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Dec. 3, 2001-Feb. 11, 2002)" + ], + "uri": "i17474898", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Dec. 3, 2001-Feb. 11, 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240336" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (Dec. 3, 2001-Feb. 11, 2002)" + ], + "idBarcode": [ + "33433084240336" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 101 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Aug. 6-Sept. 17, 2001)", + "urn:barcode:33433084240310" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Aug. 6-Sept. 17, 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Aug. 6-Sept. 17, 2001)" + ], + "uri": "i17474896", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Aug. 6-Sept. 17, 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240310" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (Aug. 6-Sept. 17, 2001)" + ], + "idBarcode": [ + "33433084240310" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 102 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Sept.-Oct. 2000)", + "urn:barcode:33433084240286" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Sept.-Oct. 2000)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Sept.-Oct. 2000)" + ], + "uri": "i17474893", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Sept.-Oct. 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433084240286" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 76 (Sept.-Oct. 2000)" + ], + "idBarcode": [ + "33433084240286" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + "sort": [ + " 76-2000" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 103 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Nov. 6, 2000-Feb. 5, 2001)", + "urn:barcode:33433084240294" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Nov. 6, 2000-Feb. 5, 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2000", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Nov. 6, 2000-Feb. 5, 2001)" + ], + "uri": "i17474894", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Nov. 6, 2000-Feb. 5, 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240294" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 76 (Nov. 6, 2000-Feb. 5, 2001)" + ], + "idBarcode": [ + "33433084240294" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + "sort": [ + " 76-2000" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 104 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (July-Aug. 2000)", + "urn:barcode:33433078639105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (July-Aug. 2000)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (July-Aug. 2000)" + ], + "uri": "i17474402", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (July-Aug. 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433078639105" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 76 (July-Aug. 2000)" + ], + "idBarcode": [ + "33433078639105" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + "sort": [ + " 76-2000" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 105 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Feb. 21 - Apr. 17, 2000)", + "urn:barcode:33433084240278" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Feb. 21 - Apr. 17, 2000)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Feb. 21 - Apr. 17, 2000)" + ], + "uri": "i40028166", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Feb. 21 - Apr. 17, 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433084240278" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 76 (Feb. 21 - Apr. 17, 2000)" + ], + "idBarcode": [ + "33433084240278" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + "sort": [ + " 76-2000" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 106 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*", + "urn:barcode:33433080426707" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*" + ], + "uri": "i17474434", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*" + }, + { + "type": "bf:Barcode", + "value": "33433080426707" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*" + ], + "idBarcode": [ + "33433080426707" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + "sort": [ + " 76-2000" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 107 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75(Feb.22-May 3, 1999)", + "urn:barcode:33433084240211" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075(Feb.22-May 3, 1999)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75(Feb.22-May 3, 1999)" + ], + "uri": "i17474887", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75(Feb.22-May 3, 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240211" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 75(Feb.22-May 3, 1999)" + ], + "idBarcode": [ + "33433084240211" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + "sort": [ + " 75-1999" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 108 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (Sept.-Oct. 1999)", + "urn:barcode:33433084240245" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (Sept.-Oct. 1999)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (Sept.-Oct. 1999)" + ], + "uri": "i17474890", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (Sept.-Oct. 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240245" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 75 (Sept.-Oct. 1999)" + ], + "idBarcode": [ + "33433084240245" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + "sort": [ + " 75-1999" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 109 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (Nov. 1999)", + "urn:barcode:33433084240252" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (Nov. 1999)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (Nov. 1999)" + ], + "uri": "i17474891", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (Nov. 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240252" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 75 (Nov. 1999)" + ], + "idBarcode": [ + "33433084240252" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + "sort": [ + " 75-1999" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 110 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (May 10-June 28, 1999)", + "urn:barcode:33433084240229" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (May 10-June 28, 1999)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (May 10-June 28, 1999)" + ], + "uri": "i17474888", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (May 10-June 28, 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240229" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 75 (May 10-June 28, 1999)" + ], + "idBarcode": [ + "33433084240229" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + "sort": [ + " 75-1999" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 111 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (July-Aug. 1999)", + "urn:barcode:33433084240237" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (July-Aug. 1999)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (July-Aug. 1999)" + ], + "uri": "i17474889", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (July-Aug. 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240237" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 75 (July-Aug. 1999)" + ], + "idBarcode": [ + "33433084240237" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + "sort": [ + " 75-1999" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 112 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (Dec. 6, 1999-Feb. 14, 2000)", + "urn:barcode:33433084240260" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (Dec. 6, 1999-Feb. 14, 2000)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1999", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (Dec. 6, 1999-Feb. 14, 2000)" + ], + "uri": "i17474892", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (Dec. 6, 1999-Feb. 14, 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433084240260" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 75 (Dec. 6, 1999-Feb. 14, 2000)" + ], + "idBarcode": [ + "33433084240260" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + "sort": [ + " 75-1999" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 113 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74 (Sept. 7-Nov. 2, 1998)", + "urn:barcode:33433084240203" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074 (Sept. 7-Nov. 2, 1998)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1998", + "lte": "1998" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 74-1998" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74 (Sept. 7-Nov. 2, 1998)" + ], + "uri": "i17474886", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74 (Sept. 7-Nov. 2, 1998)" + }, + { + "type": "bf:Barcode", + "value": "33433084240203" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 74 (Sept. 7-Nov. 2, 1998)" + ], + "idBarcode": [ + "33433084240203" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + "sort": [ + " 74-1998" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 114 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74 (Nov. 9, 1998-Feb. 15, 1999)", + "urn:barcode:33433078660671" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074 (Nov. 9, 1998-Feb. 15, 1999)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1998", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 74-1998" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74 (Nov. 9, 1998-Feb. 15, 1999)" + ], + "uri": "i17474403", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74 (Nov. 9, 1998-Feb. 15, 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433078660671" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 74 (Nov. 9, 1998-Feb. 15, 1999)" + ], + "idBarcode": [ + "33433078660671" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + "sort": [ + " 74-1998" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 115 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74 (June- Aug. 1998)", + "urn:barcode:33433084240195" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074 (June- Aug. 1998)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1998", + "lte": "1998" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 74-1998" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74 (June- Aug. 1998)" + ], + "uri": "i17474885", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74 (June- Aug. 1998)" + }, + { + "type": "bf:Barcode", + "value": "33433084240195" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 74 (June- Aug. 1998)" + ], + "idBarcode": [ + "33433084240195" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + "sort": [ + " 74-1998" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 116 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74", + "urn:barcode:33433080030616" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 74-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74" + ], + "uri": "i17474453", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74" + }, + { + "type": "bf:Barcode", + "value": "33433080030616" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 74" + ], + "idBarcode": [ + "33433080030616" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + "sort": [ + " 74-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 117 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (Nov. 3, 1997-Feb. 9, 1998)", + "urn:barcode:33433078530031" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (Nov. 3, 1997-Feb. 9, 1998)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1997", + "lte": "1998" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (Nov. 3, 1997-Feb. 9, 1998)" + ], + "uri": "i17142393", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (Nov. 3, 1997-Feb. 9, 1998)" + }, + { + "type": "bf:Barcode", + "value": "33433078530031" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 73 (Nov. 3, 1997-Feb. 9, 1998)" + ], + "idBarcode": [ + "33433078530031" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + "sort": [ + " 73-1997" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 118 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (May 12-July 28, 1997)", + "urn:barcode:33433081121117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (May 12-July 28, 1997)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1997", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (May 12-July 28, 1997)" + ], + "uri": "i16700889", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (May 12-July 28, 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433081121117" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 73 (May 12-July 28, 1997)" + ], + "idBarcode": [ + "33433081121117" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + "sort": [ + " 73-1997" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 119 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (Feb 17-May 5 1997)", + "urn:barcode:33433078658105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (Feb 17-May 5 1997)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1997", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (Feb 17-May 5 1997)" + ], + "uri": "i17474429", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (Feb 17-May 5 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433078658105" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 73 (Feb 17-May 5 1997)" + ], + "idBarcode": [ + "33433078658105" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + "sort": [ + " 73-1997" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 120 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (Aug-Oct 1997)", + "urn:barcode:33433078658113" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (Aug-Oct 1997)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1997", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (Aug-Oct 1997)" + ], + "uri": "i17474430", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (Aug-Oct 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433078658113" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 73 (Aug-Oct 1997)" + ], + "idBarcode": [ + "33433078658113" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + "sort": [ + " 73-1997" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 121 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Oct 7-Nov 25 1996)", + "urn:barcode:33433078658089" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Oct 7-Nov 25 1996)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Oct 7-Nov 25 1996)" + ], + "uri": "i17474427", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Oct 7-Nov 25 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433078658089" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 72 (Oct 7-Nov 25 1996)" + ], + "idBarcode": [ + "33433078658089" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + "sort": [ + " 72-1996" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 122 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (July 8-Sept 30 1996 (inc))", + "urn:barcode:33433078658071" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (July 8-Sept 30 1996 (inc))", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (July 8-Sept 30 1996 (inc))" + ], + "uri": "i17474426", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (July 8-Sept 30 1996 (inc))" + }, + { + "type": "bf:Barcode", + "value": "33433078658071" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 72 (July 8-Sept 30 1996 (inc))" + ], + "idBarcode": [ + "33433078658071" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + "sort": [ + " 72-1996" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 123 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Feb 19-Apr 22 1996)", + "urn:barcode:33433078626128" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Feb 19-Apr 22 1996)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Feb 19-Apr 22 1996)" + ], + "uri": "i17474400", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Feb 19-Apr 22 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433078626128" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 72 (Feb 19-Apr 22 1996)" + ], + "idBarcode": [ + "33433078626128" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + "sort": [ + " 72-1996" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 124 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Dec 2 1996-Feb 10 1997)", + "urn:barcode:33433078658097" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Dec 2 1996-Feb 10 1997)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1996", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Dec 2 1996-Feb 10 1997)" + ], + "uri": "i17474428", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Dec 2 1996-Feb 10 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433078658097" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 72 (Dec 2 1996-Feb 10 1997)" + ], + "idBarcode": [ + "33433078658097" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + "sort": [ + " 72-1996" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 125 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Apr 29-July 1 1996)", + "urn:barcode:33433078658063" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Apr 29-July 1 1996)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Apr 29-July 1 1996)" + ], + "uri": "i17474425", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Apr 29-July 1 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433078658063" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 72 (Apr 29-July 1 1996)" + ], + "idBarcode": [ + "33433078658063" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + "sort": [ + " 72-1996" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 126 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (Oct-Nov 1995)", + "urn:barcode:33433078658048" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (Oct-Nov 1995)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (Oct-Nov 1995)" + ], + "uri": "i17474423", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (Oct-Nov 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433078658048" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 71 (Oct-Nov 1995)" + ], + "idBarcode": [ + "33433078658048" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + "sort": [ + " 71-1995" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 127 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (June-July 1995)", + "urn:barcode:33433078658022" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (June-July 1995)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (June-July 1995)" + ], + "uri": "i17474421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (June-July 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433078658022" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 71 (June-July 1995)" + ], + "idBarcode": [ + "33433078658022" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + "sort": [ + " 71-1995" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 128 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (Feb. 20-Mar. 27, 1995)", + "urn:barcode:33433084240179" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (Feb. 20-Mar. 27, 1995)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (Feb. 20-Mar. 27, 1995)" + ], + "uri": "i17474883", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (Feb. 20-Mar. 27, 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433084240179" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 71 (Feb. 20-Mar. 27, 1995)" + ], + "idBarcode": [ + "33433084240179" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + "sort": [ + " 71-1995" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal82||Schwarzman Building - Main Reading Room 315", + "doc_count": 575 + }, + { + "key": "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108", + "doc_count": 117 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 66 + }, + { + "key": "loc:rcma2||Offsite", + "doc_count": 66 + } + ] + } + }, + "item_format": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 707 + }, + { + "key": "AUG. 23, 2021-CURRENT", + "doc_count": 93 + }, + { + "key": "FEB. 15/22, 2021 - AUG. 16, 2021", + "doc_count": 24 + } + ] + } + }, + "item_status": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 766 + }, + { + "key": "status:i||At bindery", + "doc_count": 41 + }, + { + "key": "status:na||Not available", + "doc_count": 9 + }, + { + "key": "status:co||Loaned", + "doc_count": 5 + }, + { + "key": "status:t||In transit", + "doc_count": 2 + }, + { + "key": "status:m||Missing", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-9b49275a1afdf6925422e7e13e1cd802.json b/test/fixtures/query-9b49275a1afdf6925422e7e13e1cd802.json new file mode 100644 index 00000000..81ac8919 --- /dev/null +++ b/test/fixtures/query-9b49275a1afdf6925422e7e13e1cd802.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-9dfe3112eaf13c42a15f09f01c31b5da.json b/test/fixtures/query-9dfe3112eaf13c42a15f09f01c31b5da.json new file mode 100644 index 00000000..5f21ad2c --- /dev/null +++ b/test/fixtures/query-9dfe3112eaf13c42a15f09f01c31b5da.json @@ -0,0 +1,69228 @@ +{ + "body": { + "took": 55, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 13.978272, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10833141", + "_score": 13.978272, + "_source": { + "extent": [ + "volumes : illustrations ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began with issue for Feb. 21, 1925." + ], + "publisherLiteral": [ + "F-R Pub. Corp.", + "D. Carey", + "Condé Nast Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1925 + ], + "buildingLocationIds": [ + "ma", + "rc" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "idLccn": [ + "28005329" + ], + "idIssn": [ + "0028-792X" + ], + "dateStartYear": [ + 1925 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + }, + { + "type": "nypl:Bnumber", + "value": "10833141" + }, + { + "type": "nypl:Oclc", + "value": "1760231" + }, + { + "type": "bf:Lccn", + "value": "28005329" + }, + { + "type": "bf:Issn", + "value": "0028-792X" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1760231" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + } + ], + "updatedAt": 1729195496113, + "publicationStatement": [ + "New York : F-R Pub. Corp., 1925-", + "[New York] : D. Carey", + "[New York] : Condé Nast Publications" + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker)", + "urn:bnum:10833141", + "urn:oclc:1760231", + "urn:lccn:28005329", + "urn:issn:0028-792X", + "urn:identifier:(OCoLC)1760231", + "urn:identifier:(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Literature -- Collections -- Periodicals.", + "Intellectual life.", + "Literature.", + "Electronic journals.", + "New York (N.Y.) -- Intellectual life -- Directories.", + "New York (State) -- New York." + ], + "lccClassification": [ + "AP2 .N6763" + ], + "titleAlt": [ + "New Yorker", + "The New Yorker" + ], + "items": [ + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)", + "urn:barcode:33433136742404" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Nov 2020-Feb 8, 2021)", + "dateRange": [ + { + "gte": "2020", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + ], + "uri": "i40269792", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136742404" + } + ], + "enumerationChronology": [ + "v. 96 (Nov 2020-Feb 8, 2021)" + ], + "idBarcode": [ + "33433136742404" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (May-July 2020)", + "urn:barcode:33433136742420" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (May-July 2020)", + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (May-July 2020)" + ], + "uri": "i40269798", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (May-July 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742420" + } + ], + "enumerationChronology": [ + "v. 96 (May-July 2020)" + ], + "idBarcode": [ + "33433136742420" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Feb 17-April 2020)", + "urn:barcode:33433136742438" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Feb 17-April 2020)", + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + ], + "uri": "i40269804", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742438" + } + ], + "enumerationChronology": [ + "v. 96 (Feb 17-April 2020)" + ], + "idBarcode": [ + "33433136742438" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Aug-Oct 2020)", + "urn:barcode:33433136742412" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Aug-Oct 2020)", + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + ], + "uri": "i40269794", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742412" + } + ], + "enumerationChronology": [ + "v. 96 (Aug-Oct 2020)" + ], + "idBarcode": [ + "33433136742412" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)", + "urn:barcode:33433130033321" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Oct-Nov. 2019)", + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + ], + "uri": "i40232403", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033321" + } + ], + "enumerationChronology": [ + "v. 95 (Oct-Nov. 2019)" + ], + "idBarcode": [ + "33433130033321" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (May-July 2019)", + "urn:barcode:33433130033305" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (May-July 2019)", + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (May-July 2019)" + ], + "uri": "i40232398", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (May-July 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033305" + } + ], + "enumerationChronology": [ + "v. 95 (May-July 2019)" + ], + "idBarcode": [ + "33433130033305" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Feb 18-April 2019)", + "urn:barcode:33433130033297" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Feb 18-April 2019)", + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + ], + "uri": "i40232353", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033297" + } + ], + "enumerationChronology": [ + "v. 95 (Feb 18-April 2019)" + ], + "idBarcode": [ + "33433130033297" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)", + "urn:barcode:33433130033339" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Dec. 2019-Feb. 10, 2020)", + "dateRange": [ + { + "gte": "2019", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "uri": "i40232406", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433130033339" + } + ], + "enumerationChronology": [ + "v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "idBarcode": [ + "33433130033339" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)", + "urn:barcode:33433130033313" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Aug.-Sept. 2019)", + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + ], + "uri": "i40232401", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033313" + } + ], + "enumerationChronology": [ + "v. 95 (Aug.-Sept. 2019)" + ], + "idBarcode": [ + "33433130033313" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)", + "urn:barcode:33433128201161" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Oct.-Nov. 2018)", + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)" + ], + "uri": "i37530724", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201161" + } + ], + "enumerationChronology": [ + "v. 94 (Oct.-Nov. 2018)" + ], + "idBarcode": [ + "33433128201161" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (May-June 2018)", + "urn:barcode:33433128201310" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (May-June 2018)", + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (May-June 2018)" + ], + "uri": "i37539307", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (May-June 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201310" + } + ], + "enumerationChronology": [ + "v. 94 (May-June 2018)" + ], + "idBarcode": [ + "33433128201310" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (July-Sept. 2018)", + "urn:barcode:33433128201302" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (July-Sept. 2018)", + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (July-Sept. 2018)" + ], + "uri": "i37539308", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (July-Sept. 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201302" + } + ], + "enumerationChronology": [ + "v. 94 (July-Sept. 2018)" + ], + "idBarcode": [ + "33433128201302" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)", + "urn:barcode:33433128200965" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Feb. 12-Apr. 30, 2018)", + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)" + ], + "uri": "i37529511", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128200965" + } + ], + "enumerationChronology": [ + "v. 94 (Feb. 12-Apr. 30, 2018)" + ], + "idBarcode": [ + "33433128200965" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)", + "urn:barcode:33433128200973" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Dec. 3, 2018-Feb. 11, 2019)", + "dateRange": [ + { + "gte": "2018", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + ], + "uri": "i37529513", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433128200973" + } + ], + "enumerationChronology": [ + "v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + ], + "idBarcode": [ + "33433128200973" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)", + "urn:barcode:33433121911253" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Nov. 6, 2017-Feb. 5, 2018)", + "dateRange": [ + { + "gte": "2017", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + ], + "uri": "i36790458", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433121911253" + } + ], + "enumerationChronology": [ + "v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + ], + "idBarcode": [ + "33433121911253" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (May-July 2017)", + "urn:barcode:33433121911105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (May-July 2017)", + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (May-July 2017)" + ], + "uri": "i36790460", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (May-July 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911105" + } + ], + "enumerationChronology": [ + "v. 93 (May-July 2017)" + ], + "idBarcode": [ + "33433121911105" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)", + "urn:barcode:33433121911246" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Feb. 13-Apr. 24, 2017)", + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)" + ], + "uri": "i36790455", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911246" + } + ], + "enumerationChronology": [ + "v. 93 (Feb. 13-Apr. 24, 2017)" + ], + "idBarcode": [ + "33433121911246" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Aug-Oct 2017)", + "urn:barcode:33433121911097" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Aug-Oct 2017)", + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Aug-Oct 2017)" + ], + "uri": "i36790462", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Aug-Oct 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911097" + } + ], + "enumerationChronology": [ + "v. 93 (Aug-Oct 2017)" + ], + "idBarcode": [ + "33433121911097" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. ", + "urn:barcode:33433119892341" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Oct. -Nov. 2016) Inc. ", + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. " + ], + "uri": "i36118780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. " + }, + { + "type": "bf:Barcode", + "value": "33433119892341" + } + ], + "enumerationChronology": [ + "v. 92 (Oct. -Nov. 2016) Inc. " + ], + "idBarcode": [ + "33433119892341" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (May-June 2016)", + "urn:barcode:33433119855561" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (May-June 2016)", + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (May-June 2016)" + ], + "uri": "i36058799", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (May-June 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119855561" + } + ], + "enumerationChronology": [ + "v. 92 (May-June 2016)" + ], + "idBarcode": [ + "33433119855561" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (July-Sept. 2016)", + "urn:barcode:33433119872095" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (July-Sept. 2016)", + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + ], + "uri": "i36060542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119872095" + } + ], + "enumerationChronology": [ + "v. 92 (July-Sept. 2016)" + ], + "idBarcode": [ + "33433119872095" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)", + "urn:barcode:33433119872103" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Feb. 8-April 25, 2016)", + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)" + ], + "uri": "i36060543", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119872103" + } + ], + "enumerationChronology": [ + "v. 92 (Feb. 8-April 25, 2016)" + ], + "idBarcode": [ + "33433119872103" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)", + "urn:barcode:33433119892333" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Dec. 5, 2016-Feb. 6, 2017)", + "dateRange": [ + { + "gte": "2016", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + ], + "uri": "i36118763", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433119892333" + } + ], + "enumerationChronology": [ + "v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + ], + "idBarcode": [ + "33433119892333" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)", + "urn:barcode:33433119872087" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Sept.-Oct. 2015)", + "dateRange": [ + { + "gte": "2015", + "lte": "2015" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + ], + "uri": "i36060538", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + }, + { + "type": "bf:Barcode", + "value": "33433119872087" + } + ], + "enumerationChronology": [ + "v. 91 (Sept.-Oct. 2015)" + ], + "idBarcode": [ + "33433119872087" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)", + "urn:barcode:33433119855579" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Nov. 2, 2015- Feb. 1, 2016)", + "dateRange": [ + { + "gte": "2015", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + ], + "uri": "i36058800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119855579" + } + ], + "enumerationChronology": [ + "v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + ], + "idBarcode": [ + "33433119855579" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. ", + "urn:barcode:33433119892317" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Mar. 23-Aug. 31, 2015) Inc. ", + "dateRange": [ + { + "gte": "2015", + "lte": "2015" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + ], + "uri": "i36118736", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + }, + { + "type": "bf:Barcode", + "value": "33433119892317" + } + ], + "enumerationChronology": [ + "v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + ], + "idBarcode": [ + "33433119892317" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)", + "urn:barcode:33433114102134" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (Oct. 6-Dec. 1 2014)", + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)" + ], + "uri": "i34327846", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102134" + } + ], + "enumerationChronology": [ + "v. 90 (Oct. 6-Dec. 1 2014)" + ], + "idBarcode": [ + "33433114102134" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (May-June 2014)", + "urn:barcode:33433114101987" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (May-June 2014)", + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (May-June 2014)" + ], + "uri": "i34325260", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (May-June 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114101987" + } + ], + "enumerationChronology": [ + "v. 90 (May-June 2014)" + ], + "idBarcode": [ + "33433114101987" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (July-Sept 2014)", + "urn:barcode:33433114102084" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (July-Sept 2014)", + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (July-Sept 2014)" + ], + "uri": "i34327829", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (July-Sept 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102084" + } + ], + "enumerationChronology": [ + "v. 90 (July-Sept 2014)" + ], + "idBarcode": [ + "33433114102084" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)", + "urn:barcode:33433114102043" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089-90 (Feb. 10-Apr. 28 2014)", + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 89-2014" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)" + ], + "uri": "i34327008", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102043" + } + ], + "enumerationChronology": [ + "v. 89-90 (Feb. 10-Apr. 28 2014)" + ], + "idBarcode": [ + "33433114102043" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 90 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Sept-Oct 2013)", + "urn:barcode:33433110762709" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Sept-Oct 2013)", + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Sept-Oct 2013)" + ], + "uri": "i32414253", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Sept-Oct 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762709" + } + ], + "enumerationChronology": [ + "v. 89 (Sept-Oct 2013)" + ], + "idBarcode": [ + "33433110762709" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Nov-Dec 2013)", + "urn:barcode:33433110762691" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Nov-Dec 2013)", + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Nov-Dec 2013)" + ], + "uri": "i32414254", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Nov-Dec 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762691" + } + ], + "enumerationChronology": [ + "v. 89 (Nov-Dec 2013)" + ], + "idBarcode": [ + "33433110762691" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (May-June 2013)", + "urn:barcode:33433110762725" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (May-June 2013)", + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (May-June 2013)" + ], + "uri": "i32414248", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (May-June 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762725" + } + ], + "enumerationChronology": [ + "v. 89 (May-June 2013)" + ], + "idBarcode": [ + "33433110762725" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (July-Aug 2013)", + "urn:barcode:33433110762717" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (July-Aug 2013)", + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (July-Aug 2013)" + ], + "uri": "i32414252", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (July-Aug 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762717" + } + ], + "enumerationChronology": [ + "v. 89 (July-Aug 2013)" + ], + "idBarcode": [ + "33433110762717" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)", + "urn:barcode:33433110762741" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Jan. 6-Feb. 3, 2014)", + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 89-2014" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)" + ], + "uri": "i32414227", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433110762741" + } + ], + "enumerationChronology": [ + "v. 89 (Jan. 6-Feb. 3, 2014)" + ], + "idBarcode": [ + "33433110762741" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Feb. 11-Apr. 29 , 2013)", + "urn:barcode:33433110762733" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Feb. 11-Apr. 29 , 2013)", + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Feb. 11-Apr. 29 , 2013)" + ], + "uri": "i32414245", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Feb. 11-Apr. 29 , 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762733" + } + ], + "enumerationChronology": [ + "v. 89 (Feb. 11-Apr. 29 , 2013)" + ], + "idBarcode": [ + "33433110762733" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (June 4-July 16, 2012)", + "urn:barcode:33433108528393" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (June 4-July 16, 2012)", + "dateRange": [ + { + "gte": "2012", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (June 4-July 16, 2012)" + ], + "uri": "i31482936", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (June 4-July 16, 2012)" + }, + { + "type": "bf:Barcode", + "value": "33433108528393" + } + ], + "enumerationChronology": [ + "v. 88 (June 4-July 16, 2012)" + ], + "idBarcode": [ + "33433108528393" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (Feb. 13-Mar. 26, 2012)", + "urn:barcode:33433108528385" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (Feb. 13-Mar. 26, 2012)", + "dateRange": [ + { + "gte": "2012", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (Feb. 13-Mar. 26, 2012)" + ], + "uri": "i31482935", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (Feb. 13-Mar. 26, 2012)" + }, + { + "type": "bf:Barcode", + "value": "33433108528385" + } + ], + "enumerationChronology": [ + "v. 88 (Feb. 13-Mar. 26, 2012)" + ], + "idBarcode": [ + "33433108528385" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (Dec. 10, 2012-Feb. 4, 2013)", + "urn:barcode:33433108528401" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (Dec. 10, 2012-Feb. 4, 2013)", + "dateRange": [ + { + "gte": "2012", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (Dec. 10, 2012-Feb. 4, 2013)" + ], + "uri": "i31482938", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (Dec. 10, 2012-Feb. 4, 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433108528401" + } + ], + "enumerationChronology": [ + "v. 88 (Dec. 10, 2012-Feb. 4, 2013)" + ], + "idBarcode": [ + "33433108528401" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (Apr.-May 2012) Inc.", + "urn:barcode:33433108528377" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (Apr.-May 2012) Inc.", + "dateRange": [ + { + "gte": "2012", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (Apr.-May 2012) Inc." + ], + "uri": "i31482930", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (Apr.-May 2012) Inc." + }, + { + "type": "bf:Barcode", + "value": "33433108528377" + } + ], + "enumerationChronology": [ + "v. 88 (Apr.-May 2012) Inc." + ], + "idBarcode": [ + "33433108528377" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Oct-Nov 2011)", + "urn:barcode:33433099610952" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Oct-Nov 2011)", + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Oct-Nov 2011)" + ], + "uri": "i28878991", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Oct-Nov 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099610952" + } + ], + "enumerationChronology": [ + "v. 87 (Oct-Nov 2011)" + ], + "idBarcode": [ + "33433099610952" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (June-July 2011)", + "urn:barcode:33433099611083" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (June-July 2011)", + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (June-July 2011)" + ], + "uri": "i28878983", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (June-July 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611083" + } + ], + "enumerationChronology": [ + "v. 87 (June-July 2011)" + ], + "idBarcode": [ + "33433099611083" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)", + "urn:barcode:33433099611109" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Feb. 14-Mar. 28, 2011)", + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)" + ], + "uri": "i28878974", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611109" + } + ], + "enumerationChronology": [ + "v. 87 (Feb. 14-Mar. 28, 2011)" + ], + "idBarcode": [ + "33433099611109" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)", + "urn:barcode:33433099610945" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Dec. 5, 2011-Feb. 6, 2012)", + "dateRange": [ + { + "gte": "2011", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + ], + "uri": "i28879000", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + }, + { + "type": "bf:Barcode", + "value": "33433099610945" + } + ], + "enumerationChronology": [ + "v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + ], + "idBarcode": [ + "33433099610945" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Aug-Sept 2011)", + "urn:barcode:33433099611075" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Aug-Sept 2011)", + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Aug-Sept 2011)" + ], + "uri": "i28878989", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Aug-Sept 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611075" + } + ], + "enumerationChronology": [ + "v. 87 (Aug-Sept 2011)" + ], + "idBarcode": [ + "33433099611075" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Apr-May 2011)", + "urn:barcode:33433099611091" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Apr-May 2011)", + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Apr-May 2011)" + ], + "uri": "i28878981", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Apr-May 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611091" + } + ], + "enumerationChronology": [ + "v. 87 (Apr-May 2011)" + ], + "idBarcode": [ + "33433099611091" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 inc. (May-July 2010)", + "urn:barcode:33433099612925" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 inc. (May-July 2010)", + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 inc. (May-July 2010)" + ], + "uri": "i28974701", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 inc. (May-July 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099612925" + } + ], + "enumerationChronology": [ + "v. 86 inc. (May-July 2010)" + ], + "idBarcode": [ + "33433099612925" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Oct-Nov 2010)", + "urn:barcode:33433099611125" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Oct-Nov 2010)", + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Oct-Nov 2010)" + ], + "uri": "i28878958", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Oct-Nov 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611125" + } + ], + "enumerationChronology": [ + "v. 86 (Oct-Nov 2010)" + ], + "idBarcode": [ + "33433099611125" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)", + "urn:barcode:33433099611141" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Feb. 15-Apr. 26, 2010)", + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)" + ], + "uri": "i28878948", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611141" + } + ], + "enumerationChronology": [ + "v. 86 (Feb. 15-Apr. 26, 2010)" + ], + "idBarcode": [ + "33433099611141" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)", + "urn:barcode:33433099611117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Dec. 6, 2010-Feb. 7, 2011)", + "dateRange": [ + { + "gte": "2010", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + ], + "uri": "i28878970", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611117" + } + ], + "enumerationChronology": [ + "v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + ], + "idBarcode": [ + "33433099611117" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Aug-Sept 2010)", + "urn:barcode:33433099611133" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Aug-Sept 2010)", + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Aug-Sept 2010)" + ], + "uri": "i28878953", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Aug-Sept 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611133" + } + ], + "enumerationChronology": [ + "v. 86 (Aug-Sept 2010)" + ], + "idBarcode": [ + "33433099611133" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Oct-Nov 2009)", + "urn:barcode:33433099611166" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Oct-Nov 2009)", + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Oct-Nov 2009)" + ], + "uri": "i28878932", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Oct-Nov 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611166" + } + ], + "enumerationChronology": [ + "v. 85 (Oct-Nov 2009)" + ], + "idBarcode": [ + "33433099611166" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (May-June 2009)", + "urn:barcode:33433099611182" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (May-June 2009)", + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (May-June 2009)" + ], + "uri": "i28878920", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (May-June 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611182" + } + ], + "enumerationChronology": [ + "v. 85 (May-June 2009)" + ], + "idBarcode": [ + "33433099611182" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)", + "urn:barcode:33433099611190" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Feb. 9-Apr. 27, 2009)", + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)" + ], + "uri": "i28878911", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611190" + } + ], + "enumerationChronology": [ + "v. 85 (Feb. 9-Apr. 27, 2009)" + ], + "idBarcode": [ + "33433099611190" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)", + "urn:barcode:33433099611174" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Aug. 10-Sept. 28, 2009)", + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)" + ], + "uri": "i28878925", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611174" + } + ], + "enumerationChronology": [ + "v. 85 (Aug. 10-Sept. 28, 2009)" + ], + "idBarcode": [ + "33433099611174" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Oct-Nov 2008)", + "urn:barcode:33433085063992" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Oct-Nov 2008)", + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Oct-Nov 2008)" + ], + "uri": "i25589223", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Oct-Nov 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085063992" + } + ], + "enumerationChronology": [ + "v. 84 (Oct-Nov 2008)" + ], + "idBarcode": [ + "33433085063992" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (June-July 2008)", + "urn:barcode:33433085064008" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (June-July 2008)", + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (June-July 2008)" + ], + "uri": "i25589214", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (June-July 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064008" + } + ], + "enumerationChronology": [ + "v. 84 (June-July 2008)" + ], + "idBarcode": [ + "33433085064008" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)", + "urn:barcode:33433085063950" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Feb. 11-Mar. 31 , 2008)", + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)" + ], + "uri": "i25589272", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085063950" + } + ], + "enumerationChronology": [ + "v. 84 (Feb. 11-Mar. 31 , 2008)" + ], + "idBarcode": [ + "33433085063950" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)", + "urn:barcode:33433085063976" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Dec 1, 2008-Feb 2, 2009)", + "dateRange": [ + { + "gte": "2008", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)" + ], + "uri": "i25589242", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433085063976" + } + ], + "enumerationChronology": [ + "v. 84 (Dec 1, 2008-Feb 2, 2009)" + ], + "idBarcode": [ + "33433085063976" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)", + "urn:barcode:33433085064172" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Aug-Sept 2008 & Suppl.)", + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)" + ], + "uri": "i25589287", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085064172" + } + ], + "enumerationChronology": [ + "v. 84 (Aug-Sept 2008 & Suppl.)" + ], + "idBarcode": [ + "33433085064172" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Apr-May 2008)", + "urn:barcode:33433085064214" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Apr-May 2008)", + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Apr-May 2008)" + ], + "uri": "i25589205", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Apr-May 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064214" + } + ], + "enumerationChronology": [ + "v. 84 (Apr-May 2008)" + ], + "idBarcode": [ + "33433085064214" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)", + "urn:barcode:33433085063984" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Oct-Nov 2007 & Suppl.)", + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)" + ], + "uri": "i25589229", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085063984" + } + ], + "enumerationChronology": [ + "v. 83 (Oct-Nov 2007 & Suppl.)" + ], + "idBarcode": [ + "33433085063984" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)", + "urn:barcode:33433085063943" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (June 25-July 30, 2007)", + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)" + ], + "uri": "i25589274", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085063943" + } + ], + "enumerationChronology": [ + "v. 83 (June 25-July 30, 2007)" + ], + "idBarcode": [ + "33433085063943" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)", + "urn:barcode:33433085064180" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Feb. 19-Mar. 26, 2007)", + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)" + ], + "uri": "i25589278", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085064180" + } + ], + "enumerationChronology": [ + "v. 83 (Feb. 19-Mar. 26, 2007)" + ], + "idBarcode": [ + "33433085064180" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)", + "urn:barcode:33433085064206" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Dec. 3, 2007-Feb. 4, 2008)", + "dateRange": [ + { + "gte": "2007", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + ], + "uri": "i25589263", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064206" + } + ], + "enumerationChronology": [ + "v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + ], + "idBarcode": [ + "33433085064206" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)", + "urn:barcode:33433085063968" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Aug-Sept 2007 & Suppl.)", + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)" + ], + "uri": "i25589251", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085063968" + } + ], + "enumerationChronology": [ + "v. 83 (Aug-Sept 2007 & Suppl.)" + ], + "idBarcode": [ + "33433085063968" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)", + "urn:barcode:33433085064198" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Apr. 2-May 21, 2007)", + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)" + ], + "uri": "i25589269", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085064198" + } + ], + "enumerationChronology": [ + "v. 83 (Apr. 2-May 21, 2007)" + ], + "idBarcode": [ + "33433085064198" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)", + "urn:barcode:33433084240575" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Oct.-Nov. 2006)", + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)" + ], + "uri": "i17474922", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240575" + } + ], + "enumerationChronology": [ + "v. 82 (Oct.-Nov. 2006)" + ], + "idBarcode": [ + "33433084240575" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (May-June 2006)", + "urn:barcode:33433084240559" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (May-June 2006)", + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (May-June 2006)" + ], + "uri": "i17474920", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (May-June 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240559" + } + ], + "enumerationChronology": [ + "v. 82 (May-June 2006)" + ], + "idBarcode": [ + "33433084240559" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)", + "urn:barcode:33433084240567" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (July-Sept. & Suppl. 2006)", + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)" + ], + "uri": "i17474921", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240567" + } + ], + "enumerationChronology": [ + "v. 82 (July-Sept. & Suppl. 2006)" + ], + "idBarcode": [ + "33433084240567" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)", + "urn:barcode:33433084240542" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Feb. 13-Apr. 24, 2006)", + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)" + ], + "uri": "i17474919", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240542" + } + ], + "enumerationChronology": [ + "v. 82 (Feb. 13-Apr. 24, 2006)" + ], + "idBarcode": [ + "33433084240542" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)", + "urn:barcode:33433084240583" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Dec. 4, 2006-Feb. 12, 2007)", + "dateRange": [ + { + "gte": "2006", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + ], + "uri": "i17474923", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433084240583" + } + ], + "enumerationChronology": [ + "v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + ], + "idBarcode": [ + "33433084240583" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)", + "urn:barcode:33433084240526" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Oct.-Nov. 2005)", + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)" + ], + "uri": "i17474917", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240526" + } + ], + "enumerationChronology": [ + "v. 81 (Oct.-Nov. 2005)" + ], + "idBarcode": [ + "33433084240526" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)", + "urn:barcode:33433084240518" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (June 27-Sept.26,2005;Suppl.)", + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)" + ], + "uri": "i17474916", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433084240518" + } + ], + "enumerationChronology": [ + "v. 81 (June 27-Sept.26,2005;Suppl.)" + ], + "idBarcode": [ + "33433084240518" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)", + "urn:barcode:33433084240492" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Feb. 14-Mar. 28, 2005)", + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)" + ], + "uri": "i17474914", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240492" + } + ], + "enumerationChronology": [ + "v. 81 (Feb. 14-Mar. 28, 2005)" + ], + "idBarcode": [ + "33433084240492" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)", + "urn:barcode:33433084240534" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Dec. 5, 2005-Feb. 6, 2006)", + "dateRange": [ + { + "gte": "2005", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + ], + "uri": "i17474918", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240534" + } + ], + "enumerationChronology": [ + "v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + ], + "idBarcode": [ + "33433084240534" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Apr.-May 2005)", + "urn:barcode:33433084240500" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Apr.-May 2005)", + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Apr.-May 2005)" + ], + "uri": "i17474915", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Apr.-May 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240500" + } + ], + "enumerationChronology": [ + "v. 81 (Apr.-May 2005)" + ], + "idBarcode": [ + "33433084240500" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)", + "urn:barcode:33433084240476" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Oct.-Nov. 2004)", + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)" + ], + "uri": "i17474912", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240476" + } + ], + "enumerationChronology": [ + "v. 80 (Oct.-Nov. 2004)" + ], + "idBarcode": [ + "33433084240476" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (May-June 2004)", + "urn:barcode:33433084240468" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (May-June 2004)", + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (May-June 2004)" + ], + "uri": "i17474911", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (May-June 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240468" + } + ], + "enumerationChronology": [ + "v. 80 (May-June 2004)" + ], + "idBarcode": [ + "33433084240468" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (July-Sept 2004)", + "urn:barcode:33433078508037" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (July-Sept 2004)", + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (July-Sept 2004)" + ], + "uri": "i17474399", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (July-Sept 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433078508037" + } + ], + "enumerationChronology": [ + "v. 80 (July-Sept 2004)" + ], + "idBarcode": [ + "33433078508037" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)", + "urn:barcode:33433080028222" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Feb. 16- Apr. 26 2004)", + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)" + ], + "uri": "i17474447", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433080028222" + } + ], + "enumerationChronology": [ + "v. 80 (Feb. 16- Apr. 26 2004)" + ], + "idBarcode": [ + "33433080028222" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)", + "urn:barcode:33433084240484" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Dec. 6, 2004-Feb. 7, 2005)", + "dateRange": [ + { + "gte": "2004", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + ], + "uri": "i17474913", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240484" + } + ], + "enumerationChronology": [ + "v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + ], + "idBarcode": [ + "33433084240484" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)", + "urn:barcode:33433084240443" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Oct.-Nov. 2003)", + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)" + ], + "uri": "i17474909", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240443" + } + ], + "enumerationChronology": [ + "v. 79 (Oct.-Nov. 2003)" + ], + "idBarcode": [ + "33433084240443" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (June-July 2003)", + "urn:barcode:33433084240427" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (June-July 2003)", + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (June-July 2003)" + ], + "uri": "i17474907", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (June-July 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240427" + } + ], + "enumerationChronology": [ + "v. 79 (June-July 2003)" + ], + "idBarcode": [ + "33433084240427" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)", + "urn:barcode:33433084240401" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Feb. 17-Mar. 31, 2003)", + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)" + ], + "uri": "i17474905", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240401" + } + ], + "enumerationChronology": [ + "v. 79 (Feb. 17-Mar. 31, 2003)" + ], + "idBarcode": [ + "33433084240401" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)", + "urn:barcode:33433084240450" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Dec. 1, 2003-Feb. 9, 2004)", + "dateRange": [ + { + "gte": "2003", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + ], + "uri": "i17474910", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240450" + } + ], + "enumerationChronology": [ + "v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + ], + "idBarcode": [ + "33433084240450" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)", + "urn:barcode:33433084240435" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Aug-Sept. 2003)", + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)" + ], + "uri": "i17474908", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240435" + } + ], + "enumerationChronology": [ + "v. 79 (Aug-Sept. 2003)" + ], + "idBarcode": [ + "33433084240435" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Apr.-May 2003)", + "urn:barcode:33433084240419" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Apr.-May 2003)", + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Apr.-May 2003)" + ], + "uri": "i17474906", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Apr.-May 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240419" + } + ], + "enumerationChronology": [ + "v. 79 (Apr.-May 2003)" + ], + "idBarcode": [ + "33433084240419" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)", + "urn:barcode:33433084240385" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Oct.-Nov. 2002)", + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)" + ], + "uri": "i17474903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240385" + } + ], + "enumerationChronology": [ + "v. 78 (Oct.-Nov. 2002)" + ], + "idBarcode": [ + "33433084240385" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (June-July 2002)", + "urn:barcode:33433084240369" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (June-July 2002)", + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (June-July 2002)" + ], + "uri": "i17474901", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (June-July 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240369" + } + ], + "enumerationChronology": [ + "v. 78 (June-July 2002)" + ], + "idBarcode": [ + "33433084240369" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)", + "urn:barcode:33433084240344" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Feb. 18-Mar. 25, 2002)", + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)" + ], + "uri": "i17474899", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240344" + } + ], + "enumerationChronology": [ + "v. 78 (Feb. 18-Mar. 25, 2002)" + ], + "idBarcode": [ + "33433084240344" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)", + "urn:barcode:33433084240393" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Dec. 2, 2002-Feb. 10, 2003)", + "dateRange": [ + { + "gte": "2002", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + ], + "uri": "i17474904", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240393" + } + ], + "enumerationChronology": [ + "v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + ], + "idBarcode": [ + "33433084240393" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)", + "urn:barcode:33433084240377" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Aug.-Sept. 2002)", + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)" + ], + "uri": "i17474902", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240377" + } + ], + "enumerationChronology": [ + "v. 78 (Aug.-Sept. 2002)" + ], + "idBarcode": [ + "33433084240377" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Apr.-May 2002)", + "urn:barcode:33433084240351" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Apr.-May 2002)", + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Apr.-May 2002)" + ], + "uri": "i17474900", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Apr.-May 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240351" + } + ], + "enumerationChronology": [ + "v. 78 (Apr.-May 2002)" + ], + "idBarcode": [ + "33433084240351" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)", + "urn:barcode:33433084240328" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Oct. -Nov. 2001)", + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)" + ], + "uri": "i17474897", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240328" + } + ], + "enumerationChronology": [ + "v. 77 (Oct. -Nov. 2001)" + ], + "idBarcode": [ + "33433084240328" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (May-July 2001)", + "urn:barcode:33433079991612" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (May-July 2001)", + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (May-July 2001)" + ], + "uri": "i17474446", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (May-July 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433079991612" + } + ], + "enumerationChronology": [ + "v. 77 (May-July 2001)" + ], + "idBarcode": [ + "33433079991612" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)", + "urn:barcode:33433084240302" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Feb. 19-Apr. 30, 2001)", + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)" + ], + "uri": "i17474895", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240302" + } + ], + "enumerationChronology": [ + "v. 77 (Feb. 19-Apr. 30, 2001)" + ], + "idBarcode": [ + "33433084240302" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Dec. 3, 2001-Feb. 11, 2002)", + "urn:barcode:33433084240336" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Dec. 3, 2001-Feb. 11, 2002)", + "dateRange": [ + { + "gte": "2001", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Dec. 3, 2001-Feb. 11, 2002)" + ], + "uri": "i17474898", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Dec. 3, 2001-Feb. 11, 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240336" + } + ], + "enumerationChronology": [ + "v. 77 (Dec. 3, 2001-Feb. 11, 2002)" + ], + "idBarcode": [ + "33433084240336" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Aug. 6-Sept. 17, 2001)", + "urn:barcode:33433084240310" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Aug. 6-Sept. 17, 2001)", + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Aug. 6-Sept. 17, 2001)" + ], + "uri": "i17474896", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Aug. 6-Sept. 17, 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240310" + } + ], + "enumerationChronology": [ + "v. 77 (Aug. 6-Sept. 17, 2001)" + ], + "idBarcode": [ + "33433084240310" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Sept.-Oct. 2000)", + "urn:barcode:33433084240286" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Sept.-Oct. 2000)", + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Sept.-Oct. 2000)" + ], + "uri": "i17474893", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Sept.-Oct. 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433084240286" + } + ], + "enumerationChronology": [ + "v. 76 (Sept.-Oct. 2000)" + ], + "idBarcode": [ + "33433084240286" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Nov. 6, 2000-Feb. 5, 2001)", + "urn:barcode:33433084240294" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Nov. 6, 2000-Feb. 5, 2001)", + "dateRange": [ + { + "gte": "2000", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Nov. 6, 2000-Feb. 5, 2001)" + ], + "uri": "i17474894", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Nov. 6, 2000-Feb. 5, 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240294" + } + ], + "enumerationChronology": [ + "v. 76 (Nov. 6, 2000-Feb. 5, 2001)" + ], + "idBarcode": [ + "33433084240294" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (July-Aug. 2000)", + "urn:barcode:33433078639105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (July-Aug. 2000)", + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (July-Aug. 2000)" + ], + "uri": "i17474402", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (July-Aug. 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433078639105" + } + ], + "enumerationChronology": [ + "v. 76 (July-Aug. 2000)" + ], + "idBarcode": [ + "33433078639105" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Feb. 21 - Apr. 17, 2000)", + "urn:barcode:33433084240278" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Feb. 21 - Apr. 17, 2000)", + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Feb. 21 - Apr. 17, 2000)" + ], + "uri": "i40028166", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Feb. 21 - Apr. 17, 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433084240278" + } + ], + "enumerationChronology": [ + "v. 76 (Feb. 21 - Apr. 17, 2000)" + ], + "idBarcode": [ + "33433084240278" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*", + "urn:barcode:33433080426707" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000076 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*", + "dateRange": [ + { + "gte": "2000", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 76-2000" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*" + ], + "uri": "i17474434", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*" + }, + { + "type": "bf:Barcode", + "value": "33433080426707" + } + ], + "enumerationChronology": [ + "v. 76 (Apr 24-June 26 2000)-May 8, 2000 Issue*missing*" + ], + "idBarcode": [ + "33433080426707" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 76, + "lte": 76 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75(Feb.22-May 3, 1999)", + "urn:barcode:33433084240211" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075(Feb.22-May 3, 1999)", + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75(Feb.22-May 3, 1999)" + ], + "uri": "i17474887", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75(Feb.22-May 3, 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240211" + } + ], + "enumerationChronology": [ + "v. 75(Feb.22-May 3, 1999)" + ], + "idBarcode": [ + "33433084240211" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (Sept.-Oct. 1999)", + "urn:barcode:33433084240245" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (Sept.-Oct. 1999)", + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (Sept.-Oct. 1999)" + ], + "uri": "i17474890", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (Sept.-Oct. 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240245" + } + ], + "enumerationChronology": [ + "v. 75 (Sept.-Oct. 1999)" + ], + "idBarcode": [ + "33433084240245" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (Nov. 1999)", + "urn:barcode:33433084240252" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (Nov. 1999)", + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (Nov. 1999)" + ], + "uri": "i17474891", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (Nov. 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240252" + } + ], + "enumerationChronology": [ + "v. 75 (Nov. 1999)" + ], + "idBarcode": [ + "33433084240252" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (May 10-June 28, 1999)", + "urn:barcode:33433084240229" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (May 10-June 28, 1999)", + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (May 10-June 28, 1999)" + ], + "uri": "i17474888", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (May 10-June 28, 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240229" + } + ], + "enumerationChronology": [ + "v. 75 (May 10-June 28, 1999)" + ], + "idBarcode": [ + "33433084240229" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (July-Aug. 1999)", + "urn:barcode:33433084240237" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (July-Aug. 1999)", + "dateRange": [ + { + "gte": "1999", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (July-Aug. 1999)" + ], + "uri": "i17474889", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (July-Aug. 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433084240237" + } + ], + "enumerationChronology": [ + "v. 75 (July-Aug. 1999)" + ], + "idBarcode": [ + "33433084240237" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 75 (Dec. 6, 1999-Feb. 14, 2000)", + "urn:barcode:33433084240260" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000075 (Dec. 6, 1999-Feb. 14, 2000)", + "dateRange": [ + { + "gte": "1999", + "lte": "2000" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 75-1999" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 75 (Dec. 6, 1999-Feb. 14, 2000)" + ], + "uri": "i17474892", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 75 (Dec. 6, 1999-Feb. 14, 2000)" + }, + { + "type": "bf:Barcode", + "value": "33433084240260" + } + ], + "enumerationChronology": [ + "v. 75 (Dec. 6, 1999-Feb. 14, 2000)" + ], + "idBarcode": [ + "33433084240260" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 75, + "lte": 75 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74 (Sept. 7-Nov. 2, 1998)", + "urn:barcode:33433084240203" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074 (Sept. 7-Nov. 2, 1998)", + "dateRange": [ + { + "gte": "1998", + "lte": "1998" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 74-1998" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74 (Sept. 7-Nov. 2, 1998)" + ], + "uri": "i17474886", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74 (Sept. 7-Nov. 2, 1998)" + }, + { + "type": "bf:Barcode", + "value": "33433084240203" + } + ], + "enumerationChronology": [ + "v. 74 (Sept. 7-Nov. 2, 1998)" + ], + "idBarcode": [ + "33433084240203" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74 (Nov. 9, 1998-Feb. 15, 1999)", + "urn:barcode:33433078660671" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074 (Nov. 9, 1998-Feb. 15, 1999)", + "dateRange": [ + { + "gte": "1998", + "lte": "1999" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 74-1998" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74 (Nov. 9, 1998-Feb. 15, 1999)" + ], + "uri": "i17474403", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74 (Nov. 9, 1998-Feb. 15, 1999)" + }, + { + "type": "bf:Barcode", + "value": "33433078660671" + } + ], + "enumerationChronology": [ + "v. 74 (Nov. 9, 1998-Feb. 15, 1999)" + ], + "idBarcode": [ + "33433078660671" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74 (June- Aug. 1998)", + "urn:barcode:33433084240195" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074 (June- Aug. 1998)", + "dateRange": [ + { + "gte": "1998", + "lte": "1998" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 74-1998" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74 (June- Aug. 1998)" + ], + "uri": "i17474885", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74 (June- Aug. 1998)" + }, + { + "type": "bf:Barcode", + "value": "33433084240195" + } + ], + "enumerationChronology": [ + "v. 74 (June- Aug. 1998)" + ], + "idBarcode": [ + "33433084240195" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 74", + "urn:barcode:33433080030616" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000074", + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 74-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 74" + ], + "uri": "i17474453", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 74" + }, + { + "type": "bf:Barcode", + "value": "33433080030616" + } + ], + "enumerationChronology": [ + "v. 74" + ], + "idBarcode": [ + "33433080030616" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 74, + "lte": 74 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (Nov. 3, 1997-Feb. 9, 1998)", + "urn:barcode:33433078530031" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (Nov. 3, 1997-Feb. 9, 1998)", + "dateRange": [ + { + "gte": "1997", + "lte": "1998" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (Nov. 3, 1997-Feb. 9, 1998)" + ], + "uri": "i17142393", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (Nov. 3, 1997-Feb. 9, 1998)" + }, + { + "type": "bf:Barcode", + "value": "33433078530031" + } + ], + "enumerationChronology": [ + "v. 73 (Nov. 3, 1997-Feb. 9, 1998)" + ], + "idBarcode": [ + "33433078530031" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (May 12-July 28, 1997)", + "urn:barcode:33433081121117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (May 12-July 28, 1997)", + "dateRange": [ + { + "gte": "1997", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (May 12-July 28, 1997)" + ], + "uri": "i16700889", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (May 12-July 28, 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433081121117" + } + ], + "enumerationChronology": [ + "v. 73 (May 12-July 28, 1997)" + ], + "idBarcode": [ + "33433081121117" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (Feb 17-May 5 1997)", + "urn:barcode:33433078658105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (Feb 17-May 5 1997)", + "dateRange": [ + { + "gte": "1997", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (Feb 17-May 5 1997)" + ], + "uri": "i17474429", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (Feb 17-May 5 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433078658105" + } + ], + "enumerationChronology": [ + "v. 73 (Feb 17-May 5 1997)" + ], + "idBarcode": [ + "33433078658105" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 73 (Aug-Oct 1997)", + "urn:barcode:33433078658113" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000073 (Aug-Oct 1997)", + "dateRange": [ + { + "gte": "1997", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 73-1997" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 73 (Aug-Oct 1997)" + ], + "uri": "i17474430", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 73 (Aug-Oct 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433078658113" + } + ], + "enumerationChronology": [ + "v. 73 (Aug-Oct 1997)" + ], + "idBarcode": [ + "33433078658113" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 73, + "lte": 73 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Oct 7-Nov 25 1996)", + "urn:barcode:33433078658089" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Oct 7-Nov 25 1996)", + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Oct 7-Nov 25 1996)" + ], + "uri": "i17474427", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Oct 7-Nov 25 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433078658089" + } + ], + "enumerationChronology": [ + "v. 72 (Oct 7-Nov 25 1996)" + ], + "idBarcode": [ + "33433078658089" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (July 8-Sept 30 1996 (inc))", + "urn:barcode:33433078658071" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (July 8-Sept 30 1996 (inc))", + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (July 8-Sept 30 1996 (inc))" + ], + "uri": "i17474426", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (July 8-Sept 30 1996 (inc))" + }, + { + "type": "bf:Barcode", + "value": "33433078658071" + } + ], + "enumerationChronology": [ + "v. 72 (July 8-Sept 30 1996 (inc))" + ], + "idBarcode": [ + "33433078658071" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Feb 19-Apr 22 1996)", + "urn:barcode:33433078626128" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Feb 19-Apr 22 1996)", + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Feb 19-Apr 22 1996)" + ], + "uri": "i17474400", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Feb 19-Apr 22 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433078626128" + } + ], + "enumerationChronology": [ + "v. 72 (Feb 19-Apr 22 1996)" + ], + "idBarcode": [ + "33433078626128" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Dec 2 1996-Feb 10 1997)", + "urn:barcode:33433078658097" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Dec 2 1996-Feb 10 1997)", + "dateRange": [ + { + "gte": "1996", + "lte": "1997" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Dec 2 1996-Feb 10 1997)" + ], + "uri": "i17474428", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Dec 2 1996-Feb 10 1997)" + }, + { + "type": "bf:Barcode", + "value": "33433078658097" + } + ], + "enumerationChronology": [ + "v. 72 (Dec 2 1996-Feb 10 1997)" + ], + "idBarcode": [ + "33433078658097" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 72 (Apr 29-July 1 1996)", + "urn:barcode:33433078658063" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000072 (Apr 29-July 1 1996)", + "dateRange": [ + { + "gte": "1996", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 72-1996" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 72 (Apr 29-July 1 1996)" + ], + "uri": "i17474425", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 72 (Apr 29-July 1 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433078658063" + } + ], + "enumerationChronology": [ + "v. 72 (Apr 29-July 1 1996)" + ], + "idBarcode": [ + "33433078658063" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 72, + "lte": 72 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (Oct-Nov 1995)", + "urn:barcode:33433078658048" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (Oct-Nov 1995)", + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (Oct-Nov 1995)" + ], + "uri": "i17474423", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (Oct-Nov 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433078658048" + } + ], + "enumerationChronology": [ + "v. 71 (Oct-Nov 1995)" + ], + "idBarcode": [ + "33433078658048" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:t", + "label": "In transit" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (June-July 1995)", + "urn:barcode:33433078658022" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (June-July 1995)", + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (June-July 1995)" + ], + "uri": "i17474421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (June-July 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433078658022" + } + ], + "enumerationChronology": [ + "v. 71 (June-July 1995)" + ], + "idBarcode": [ + "33433078658022" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (Feb. 20-Mar. 27, 1995)", + "urn:barcode:33433084240179" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (Feb. 20-Mar. 27, 1995)", + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (Feb. 20-Mar. 27, 1995)" + ], + "uri": "i17474883", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (Feb. 20-Mar. 27, 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433084240179" + } + ], + "enumerationChronology": [ + "v. 71 (Feb. 20-Mar. 27, 1995)" + ], + "idBarcode": [ + "33433084240179" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (Dec 4 1995-Feb 12 1996)", + "urn:barcode:33433078658055" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (Dec 4 1995-Feb 12 1996)", + "dateRange": [ + { + "gte": "1995", + "lte": "1996" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (Dec 4 1995-Feb 12 1996)" + ], + "uri": "i17474424", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (Dec 4 1995-Feb 12 1996)" + }, + { + "type": "bf:Barcode", + "value": "33433078658055" + } + ], + "enumerationChronology": [ + "v. 71 (Dec 4 1995-Feb 12 1996)" + ], + "idBarcode": [ + "33433078658055" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (Aug-Sept 1995)", + "urn:barcode:33433078658030" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (Aug-Sept 1995)", + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (Aug-Sept 1995)" + ], + "uri": "i17474422", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (Aug-Sept 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433078658030" + } + ], + "enumerationChronology": [ + "v. 71 (Aug-Sept 1995)" + ], + "idBarcode": [ + "33433078658030" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 71 (Apr.-May 1995)", + "urn:barcode:33433084240187" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000071 (Apr.-May 1995)", + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 71-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 71 (Apr.-May 1995)" + ], + "uri": "i17474884", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 71 (Apr.-May 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433084240187" + } + ], + "enumerationChronology": [ + "v. 71 (Apr.-May 1995)" + ], + "idBarcode": [ + "33433084240187" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 71, + "lte": 71 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (Oct. 1994)", + "urn:barcode:33433084240138" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (Oct. 1994)", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (Oct. 1994)" + ], + "uri": "i17474879", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (Oct. 1994)" + }, + { + "type": "bf:Barcode", + "value": "33433084240138" + } + ], + "enumerationChronology": [ + "v. 70 (Oct. 1994)" + ], + "idBarcode": [ + "33433084240138" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (Nov. 1994)", + "urn:barcode:33433084240146" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (Nov. 1994)", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (Nov. 1994)" + ], + "uri": "i17474880", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (Nov. 1994)" + }, + { + "type": "bf:Barcode", + "value": "33433084240146" + } + ], + "enumerationChronology": [ + "v. 70 (Nov. 1994)" + ], + "idBarcode": [ + "33433084240146" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (May 1994)", + "urn:barcode:33433084240104" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (May 1994)", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (May 1994)" + ], + "uri": "i17474876", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (May 1994)" + }, + { + "type": "bf:Barcode", + "value": "33433084240104" + } + ], + "enumerationChronology": [ + "v. 70 (May 1994)" + ], + "idBarcode": [ + "33433084240104" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (June-July 1994)", + "urn:barcode:33433084240112" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (June-July 1994)", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (June-July 1994)" + ], + "uri": "i17474877", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (June-July 1994)" + }, + { + "type": "bf:Barcode", + "value": "33433084240112" + } + ], + "enumerationChronology": [ + "v. 70 (June-July 1994)" + ], + "idBarcode": [ + "33433084240112" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (Jan. 9-Feb. 13, 1995)", + "urn:barcode:33433084240161" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (Jan. 9-Feb. 13, 1995)", + "dateRange": [ + { + "gte": "1995", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1995" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (Jan. 9-Feb. 13, 1995)" + ], + "uri": "i17474882", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (Jan. 9-Feb. 13, 1995)" + }, + { + "type": "bf:Barcode", + "value": "33433084240161" + } + ], + "enumerationChronology": [ + "v. 70 (Jan. 9-Feb. 13, 1995)" + ], + "idBarcode": [ + "33433084240161" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (Feb. 21-Mar. 28, 1994)", + "urn:barcode:33433084240096" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (Feb. 21-Mar. 28, 1994)", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (Feb. 21-Mar. 28, 1994)" + ], + "uri": "i17474875", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (Feb. 21-Mar. 28, 1994)" + }, + { + "type": "bf:Barcode", + "value": "33433084240096" + } + ], + "enumerationChronology": [ + "v. 70 (Feb. 21-Mar. 28, 1994)" + ], + "idBarcode": [ + "33433084240096" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (Dec. 5, 1994-Jan. 2,1995)", + "urn:barcode:33433084240153" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (Dec. 5, 1994-Jan. 2,1995)", + "dateRange": [ + { + "gte": "1994", + "lte": "1995" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (Dec. 5, 1994-Jan. 2,1995)" + ], + "uri": "i17474881", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (Dec. 5, 1994-Jan. 2,1995)" + }, + { + "type": "bf:Barcode", + "value": "33433084240153" + } + ], + "enumerationChronology": [ + "v. 70 (Dec. 5, 1994-Jan. 2,1995)" + ], + "idBarcode": [ + "33433084240153" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 70 (Aug.-Sept. 1994)", + "urn:barcode:33433084240120" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000070 (Aug.-Sept. 1994)", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 70-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 70 (Aug.-Sept. 1994)" + ], + "uri": "i17474878", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 70 (Aug.-Sept. 1994)" + }, + { + "type": "bf:Barcode", + "value": "33433084240120" + } + ], + "enumerationChronology": [ + "v. 70 (Aug.-Sept. 1994)" + ], + "idBarcode": [ + "33433084240120" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 70, + "lte": 70 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Sept. 1993)", + "urn:barcode:33433084240047" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Sept. 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Sept. 1993)" + ], + "uri": "i17474870", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Sept. 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433084240047" + } + ], + "enumerationChronology": [ + "v. 69 (Sept. 1993)" + ], + "idBarcode": [ + "33433084240047" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Oct. 1993)", + "urn:barcode:33433084240054" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Oct. 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Oct. 1993)" + ], + "uri": "i17474871", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Oct. 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433084240054" + } + ], + "enumerationChronology": [ + "v. 69 (Oct. 1993)" + ], + "idBarcode": [ + "33433084240054" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Nov. 1993)", + "urn:barcode:33433084240062" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Nov. 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Nov. 1993)" + ], + "uri": "i17474872", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Nov. 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433084240062" + } + ], + "enumerationChronology": [ + "v. 69 (Nov. 1993)" + ], + "idBarcode": [ + "33433084240062" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (May 1993)", + "urn:barcode:33433078696063" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (May 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (May 1993)" + ], + "uri": "i16700893", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (May 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433078696063" + } + ], + "enumerationChronology": [ + "v. 69 (May 1993)" + ], + "idBarcode": [ + "33433078696063" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (June-July 1993)", + "urn:barcode:33433078696071" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (June-July 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (June-July 1993)" + ], + "uri": "i16700894", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (June-July 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433078696071" + } + ], + "enumerationChronology": [ + "v. 69 (June-July 1993)" + ], + "idBarcode": [ + "33433078696071" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Jan. 10-Feb. 14, 1994)", + "urn:barcode:33433084240088" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Jan. 10-Feb. 14, 1994)", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Jan. 10-Feb. 14, 1994)" + ], + "uri": "i17474874", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Jan. 10-Feb. 14, 1994)" + }, + { + "type": "bf:Barcode", + "value": "33433084240088" + } + ], + "enumerationChronology": [ + "v. 69 (Jan. 10-Feb. 14, 1994)" + ], + "idBarcode": [ + "33433084240088" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Feb. 22-Mar. 29 1993)", + "urn:barcode:33433078696048" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Feb. 22-Mar. 29 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Feb. 22-Mar. 29 1993)" + ], + "uri": "i16700891", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Feb. 22-Mar. 29 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433078696048" + } + ], + "enumerationChronology": [ + "v. 69 (Feb. 22-Mar. 29 1993)" + ], + "idBarcode": [ + "33433078696048" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Dec. 1993)", + "urn:barcode:33433084240070" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Dec. 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Dec. 1993)" + ], + "uri": "i17474873", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Dec. 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433084240070" + } + ], + "enumerationChronology": [ + "v. 69 (Dec. 1993)" + ], + "idBarcode": [ + "33433084240070" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Aug. 1993)", + "urn:barcode:33433078696089" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Aug. 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Aug. 1993)" + ], + "uri": "i16700895", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Aug. 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433078696089" + } + ], + "enumerationChronology": [ + "v. 69 (Aug. 1993)" + ], + "idBarcode": [ + "33433078696089" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 69 (Apr. 1993)", + "urn:barcode:33433078696055" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000069 (Apr. 1993)", + "dateRange": [ + { + "gte": "1993", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 69-1993" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 69 (Apr. 1993)" + ], + "uri": "i16700892", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 69 (Apr. 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433078696055" + } + ], + "enumerationChronology": [ + "v. 69 (Apr. 1993)" + ], + "idBarcode": [ + "33433078696055" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 69, + "lte": 69 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 68 (Oct. 1992)", + "urn:barcode:33433084240005" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000068 (Oct. 1992)", + "dateRange": [ + { + "gte": "1992", + "lte": "1992" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 68-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 68 (Oct. 1992)" + ], + "uri": "i17474866", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 68 (Oct. 1992)" + }, + { + "type": "bf:Barcode", + "value": "33433084240005" + } + ], + "enumerationChronology": [ + "v. 68 (Oct. 1992)" + ], + "idBarcode": [ + "33433084240005" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 68, + "lte": 68 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 68 (Nov. 1992)", + "urn:barcode:33433084240013" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000068 (Nov. 1992)", + "dateRange": [ + { + "gte": "1992", + "lte": "1992" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 68-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 68 (Nov. 1992)" + ], + "uri": "i17474867", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 68 (Nov. 1992)" + }, + { + "type": "bf:Barcode", + "value": "33433084240013" + } + ], + "enumerationChronology": [ + "v. 68 (Nov. 1992)" + ], + "idBarcode": [ + "33433084240013" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 68, + "lte": 68 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 68 (June-July 1992)", + "urn:barcode:33433078653247" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000068 (June-July 1992)", + "dateRange": [ + { + "gte": "1992", + "lte": "1992" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 68-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 68 (June-July 1992)" + ], + "uri": "i17474404", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 68 (June-July 1992)" + }, + { + "type": "bf:Barcode", + "value": "33433078653247" + } + ], + "enumerationChronology": [ + "v. 68 (June-July 1992)" + ], + "idBarcode": [ + "33433078653247" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 68, + "lte": 68 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 68 (Feb. 24-Mar. 30, 1992)", + "urn:barcode:33433084239973" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000068 (Feb. 24-Mar. 30, 1992)", + "dateRange": [ + { + "gte": "1992", + "lte": "1992" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 68-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 68 (Feb. 24-Mar. 30, 1992)" + ], + "uri": "i17474863", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 68 (Feb. 24-Mar. 30, 1992)" + }, + { + "type": "bf:Barcode", + "value": "33433084239973" + } + ], + "enumerationChronology": [ + "v. 68 (Feb. 24-Mar. 30, 1992)" + ], + "idBarcode": [ + "33433084239973" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 68, + "lte": 68 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 68 (Dec. 7, 1992-Jan. 4, 1993)", + "urn:barcode:33433084240021" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000068 (Dec. 7, 1992-Jan. 4, 1993)", + "dateRange": [ + { + "gte": "1992", + "lte": "1993" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 68-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 68 (Dec. 7, 1992-Jan. 4, 1993)" + ], + "uri": "i17474868", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 68 (Dec. 7, 1992-Jan. 4, 1993)" + }, + { + "type": "bf:Barcode", + "value": "33433084240021" + } + ], + "enumerationChronology": [ + "v. 68 (Dec. 7, 1992-Jan. 4, 1993)" + ], + "idBarcode": [ + "33433084240021" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 68, + "lte": 68 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 68 (Aug.-Sept. 1992)", + "urn:barcode:33433084239999" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000068 (Aug.-Sept. 1992)", + "dateRange": [ + { + "gte": "1992", + "lte": "1992" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 68-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 68 (Aug.-Sept. 1992)" + ], + "uri": "i17474865", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 68 (Aug.-Sept. 1992)" + }, + { + "type": "bf:Barcode", + "value": "33433084239999" + } + ], + "enumerationChronology": [ + "v. 68 (Aug.-Sept. 1992)" + ], + "idBarcode": [ + "33433084239999" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 68, + "lte": 68 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 68 (Apr.-May 1992)", + "urn:barcode:33433084239981" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000068 (Apr.-May 1992)", + "dateRange": [ + { + "gte": "1992", + "lte": "1992" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 68-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 68 (Apr.-May 1992)" + ], + "uri": "i17474864", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 68 (Apr.-May 1992)" + }, + { + "type": "bf:Barcode", + "value": "33433084239981" + } + ], + "enumerationChronology": [ + "v. 68 (Apr.-May 1992)" + ], + "idBarcode": [ + "33433084239981" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 68, + "lte": 68 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 67 (Sept.-Oct. 1991)", + "urn:barcode:33433084239940" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000067 (Sept.-Oct. 1991)", + "dateRange": [ + { + "gte": "1991", + "lte": "1991" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 67-1991" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 67 (Sept.-Oct. 1991)" + ], + "uri": "i17474860", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 67 (Sept.-Oct. 1991)" + }, + { + "type": "bf:Barcode", + "value": "33433084239940" + } + ], + "enumerationChronology": [ + "v. 67 (Sept.-Oct. 1991)" + ], + "idBarcode": [ + "33433084239940" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 67, + "lte": 67 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 67 (N0v.-Dec. 1991)", + "urn:barcode:33433084239957" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000067 (N0v.-Dec. 1991)", + "dateRange": [ + { + "gte": "1991", + "lte": "1991" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 67-1991" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 67 (N0v.-Dec. 1991)" + ], + "uri": "i17474861", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 67 (N0v.-Dec. 1991)" + }, + { + "type": "bf:Barcode", + "value": "33433084239957" + } + ], + "enumerationChronology": [ + "v. 67 (N0v.-Dec. 1991)" + ], + "idBarcode": [ + "33433084239957" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 67, + "lte": 67 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 67 (May-June 1991)", + "urn:barcode:33433084239924" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000067 (May-June 1991)", + "dateRange": [ + { + "gte": "1991", + "lte": "1991" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 67-1991" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 67 (May-June 1991)" + ], + "uri": "i17474858", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 67 (May-June 1991)" + }, + { + "type": "bf:Barcode", + "value": "33433084239924" + } + ], + "enumerationChronology": [ + "v. 67 (May-June 1991)" + ], + "idBarcode": [ + "33433084239924" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 67, + "lte": 67 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 67 (July-Aug. 1991)", + "urn:barcode:33433084239932" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000067 (July-Aug. 1991)", + "dateRange": [ + { + "gte": "1991", + "lte": "1991" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 67-1991" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 67 (July-Aug. 1991)" + ], + "uri": "i17474859", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 67 (July-Aug. 1991)" + }, + { + "type": "bf:Barcode", + "value": "33433084239932" + } + ], + "enumerationChronology": [ + "v. 67 (July-Aug. 1991)" + ], + "idBarcode": [ + "33433084239932" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 67, + "lte": 67 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 67 (Jan. 6-Feb. 17, 1992)", + "urn:barcode:33433084239965" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000067 (Jan. 6-Feb. 17, 1992)", + "dateRange": [ + { + "gte": "1992", + "lte": "1992" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 67-1992" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 67 (Jan. 6-Feb. 17, 1992)" + ], + "uri": "i17474862", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 67 (Jan. 6-Feb. 17, 1992)" + }, + { + "type": "bf:Barcode", + "value": "33433084239965" + } + ], + "enumerationChronology": [ + "v. 67 (Jan. 6-Feb. 17, 1992)" + ], + "idBarcode": [ + "33433084239965" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 67, + "lte": 67 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 67 (Feb. 25-Apr. 29, 1991)", + "urn:barcode:33433084239916" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000067 (Feb. 25-Apr. 29, 1991)", + "dateRange": [ + { + "gte": "1991", + "lte": "1991" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 67-1991" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 67 (Feb. 25-Apr. 29, 1991)" + ], + "uri": "i17474857", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 67 (Feb. 25-Apr. 29, 1991)" + }, + { + "type": "bf:Barcode", + "value": "33433084239916" + } + ], + "enumerationChronology": [ + "v. 67 (Feb. 25-Apr. 29, 1991)" + ], + "idBarcode": [ + "33433084239916" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 67, + "lte": 67 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 66 (Sept.-Oct. 1990)", + "urn:barcode:33433084239890" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000066 (Sept.-Oct. 1990)", + "dateRange": [ + { + "gte": "1990", + "lte": "1990" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 66-1990" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 66 (Sept.-Oct. 1990)" + ], + "uri": "i17474855", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 66 (Sept.-Oct. 1990)" + }, + { + "type": "bf:Barcode", + "value": "33433084239890" + } + ], + "enumerationChronology": [ + "v. 66 (Sept.-Oct. 1990)" + ], + "idBarcode": [ + "33433084239890" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 66, + "lte": 66 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 66 (Nov-Dec 1990)", + "urn:barcode:33433078658014" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000066 (Nov-Dec 1990)", + "dateRange": [ + { + "gte": "1990", + "lte": "1990" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 66-1990" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 66 (Nov-Dec 1990)" + ], + "uri": "i17474420", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 66 (Nov-Dec 1990)" + }, + { + "type": "bf:Barcode", + "value": "33433078658014" + } + ], + "enumerationChronology": [ + "v. 66 (Nov-Dec 1990)" + ], + "idBarcode": [ + "33433078658014" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 66, + "lte": 66 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 66 (May-June 1990)", + "urn:barcode:33433084239882" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000066 (May-June 1990)", + "dateRange": [ + { + "gte": "1990", + "lte": "1990" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 66-1990" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 66 (May-June 1990)" + ], + "uri": "i17474854", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 66 (May-June 1990)" + }, + { + "type": "bf:Barcode", + "value": "33433084239882" + } + ], + "enumerationChronology": [ + "v. 66 (May-June 1990)" + ], + "idBarcode": [ + "33433084239882" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 66, + "lte": 66 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 66 (July-Aug 1990)", + "urn:barcode:33433078658006" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000066 (July-Aug 1990)", + "dateRange": [ + { + "gte": "1990", + "lte": "1990" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 66-1990" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 66 (July-Aug 1990)" + ], + "uri": "i17474419", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 66 (July-Aug 1990)" + }, + { + "type": "bf:Barcode", + "value": "33433078658006" + } + ], + "enumerationChronology": [ + "v. 66 (July-Aug 1990)" + ], + "idBarcode": [ + "33433078658006" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 66, + "lte": 66 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 66 (Jan. 7-Feb. 18, 1991)", + "urn:barcode:33433084239908" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000066 (Jan. 7-Feb. 18, 1991)", + "dateRange": [ + { + "gte": "1991", + "lte": "1991" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 66-1991" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 66 (Jan. 7-Feb. 18, 1991)" + ], + "uri": "i17474856", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 66 (Jan. 7-Feb. 18, 1991)" + }, + { + "type": "bf:Barcode", + "value": "33433084239908" + } + ], + "enumerationChronology": [ + "v. 66 (Jan. 7-Feb. 18, 1991)" + ], + "idBarcode": [ + "33433084239908" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 66, + "lte": 66 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 66 (Feb. 19-Apr. 30, 1990)", + "urn:barcode:33433078657990" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000066 (Feb. 19-Apr. 30, 1990)", + "dateRange": [ + { + "gte": "1990", + "lte": "1990" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 66-1990" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 66 (Feb. 19-Apr. 30, 1990)" + ], + "uri": "i17474418", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 66 (Feb. 19-Apr. 30, 1990)" + }, + { + "type": "bf:Barcode", + "value": "33433078657990" + } + ], + "enumerationChronology": [ + "v. 66 (Feb. 19-Apr. 30, 1990)" + ], + "idBarcode": [ + "33433078657990" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 66, + "lte": 66 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 65 (Sept. 4-Oct. 30, 1989)", + "urn:barcode:33433084239874" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000065 (Sept. 4-Oct. 30, 1989)", + "dateRange": [ + { + "gte": "1989", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 65-1989" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 65 (Sept. 4-Oct. 30, 1989)" + ], + "uri": "i17474853", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 65 (Sept. 4-Oct. 30, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433084239874" + } + ], + "enumerationChronology": [ + "v. 65 (Sept. 4-Oct. 30, 1989)" + ], + "idBarcode": [ + "33433084239874" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 65, + "lte": 65 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 65 (Nov.6-Dec. 25, 1989)", + "urn:barcode:33433079122770" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000065 (Nov.6-Dec. 25, 1989)", + "dateRange": [ + { + "gte": "1989", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 65-1989" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 65 (Nov.6-Dec. 25, 1989)" + ], + "uri": "i17474437", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 65 (Nov.6-Dec. 25, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433079122770" + } + ], + "enumerationChronology": [ + "v. 65 (Nov.6-Dec. 25, 1989)" + ], + "idBarcode": [ + "33433079122770" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 65, + "lte": 65 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 65 (May 1-June 26, 1989)", + "urn:barcode:33433084239866" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000065 (May 1-June 26, 1989)", + "dateRange": [ + { + "gte": "1989", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 65-1989" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 65 (May 1-June 26, 1989)" + ], + "uri": "i17474852", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 65 (May 1-June 26, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433084239866" + } + ], + "enumerationChronology": [ + "v. 65 (May 1-June 26, 1989)" + ], + "idBarcode": [ + "33433084239866" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 65, + "lte": 65 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 65 (July 3-Aug. 28, 1989)", + "urn:barcode:33433079122762" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000065 (July 3-Aug. 28, 1989)", + "dateRange": [ + { + "gte": "1989", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 65-1989" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 65 (July 3-Aug. 28, 1989)" + ], + "uri": "i17474436", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 65 (July 3-Aug. 28, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433079122762" + } + ], + "enumerationChronology": [ + "v. 65 (July 3-Aug. 28, 1989)" + ], + "idBarcode": [ + "33433079122762" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 65, + "lte": 65 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 65 (Jan. -Feb 12 1990)", + "urn:barcode:33433078657982" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000065 (Jan. -Feb 12 1990)", + "dateRange": [ + { + "gte": "1990", + "lte": "1990" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 65-1990" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 65 (Jan. -Feb 12 1990)" + ], + "uri": "i17474417", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 65 (Jan. -Feb 12 1990)" + }, + { + "type": "bf:Barcode", + "value": "33433078657982" + } + ], + "enumerationChronology": [ + "v. 65 (Jan. -Feb 12 1990)" + ], + "idBarcode": [ + "33433078657982" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 65, + "lte": 65 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 65 (Feb. 20-Apr. 24, 1989)", + "urn:barcode:33433084239858" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000065 (Feb. 20-Apr. 24, 1989)", + "dateRange": [ + { + "gte": "1989", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 65-1989" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 65 (Feb. 20-Apr. 24, 1989)" + ], + "uri": "i17474851", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 65 (Feb. 20-Apr. 24, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433084239858" + } + ], + "enumerationChronology": [ + "v. 65 (Feb. 20-Apr. 24, 1989)" + ], + "idBarcode": [ + "33433084239858" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 65, + "lte": 65 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 64 (Sept. 5-Oct. 31, 1988)", + "urn:barcode:33433079122754" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000064 (Sept. 5-Oct. 31, 1988)", + "dateRange": [ + { + "gte": "1988", + "lte": "1988" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 64-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 64 (Sept. 5-Oct. 31, 1988)" + ], + "uri": "i17474435", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 64 (Sept. 5-Oct. 31, 1988)" + }, + { + "type": "bf:Barcode", + "value": "33433079122754" + } + ], + "enumerationChronology": [ + "v. 64 (Sept. 5-Oct. 31, 1988)" + ], + "idBarcode": [ + "33433079122754" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 64, + "lte": 64 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 64 (Nov.-Dec. 1988)", + "urn:barcode:33433084239833" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000064 (Nov.-Dec. 1988)", + "dateRange": [ + { + "gte": "1988", + "lte": "1988" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 64-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 64 (Nov.-Dec. 1988)" + ], + "uri": "i17474849", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 64 (Nov.-Dec. 1988)" + }, + { + "type": "bf:Barcode", + "value": "33433084239833" + } + ], + "enumerationChronology": [ + "v. 64 (Nov.-Dec. 1988)" + ], + "idBarcode": [ + "33433084239833" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 64, + "lte": 64 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 64 (May 2-June 27, 1988)", + "urn:barcode:33433078657958" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000064 (May 2-June 27, 1988)", + "dateRange": [ + { + "gte": "1988", + "lte": "1988" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 64-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 64 (May 2-June 27, 1988)" + ], + "uri": "i17474414", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 64 (May 2-June 27, 1988)" + }, + { + "type": "bf:Barcode", + "value": "33433078657958" + } + ], + "enumerationChronology": [ + "v. 64 (May 2-June 27, 1988)" + ], + "idBarcode": [ + "33433078657958" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 64, + "lte": 64 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 64 (July-Aug 1988)", + "urn:barcode:33433078657966" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000064 (July-Aug 1988)", + "dateRange": [ + { + "gte": "1988", + "lte": "1988" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 64-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 64 (July-Aug 1988)" + ], + "uri": "i17474415", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 64 (July-Aug 1988)" + }, + { + "type": "bf:Barcode", + "value": "33433078657966" + } + ], + "enumerationChronology": [ + "v. 64 (July-Aug 1988)" + ], + "idBarcode": [ + "33433078657966" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 64, + "lte": 64 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 64 (Jan.2-Feb. 13, 1989)", + "urn:barcode:33433084239841" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000064 (Jan.2-Feb. 13, 1989)", + "dateRange": [ + { + "gte": "1989", + "lte": "1989" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 64-1989" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 64 (Jan.2-Feb. 13, 1989)" + ], + "uri": "i17474850", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 64 (Jan.2-Feb. 13, 1989)" + }, + { + "type": "bf:Barcode", + "value": "33433084239841" + } + ], + "enumerationChronology": [ + "v. 64 (Jan.2-Feb. 13, 1989)" + ], + "idBarcode": [ + "33433084239841" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 64, + "lte": 64 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 64 (Feb. 22-Apr. 25, 1988)", + "urn:barcode:33433078657974" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000064 (Feb. 22-Apr. 25, 1988)", + "dateRange": [ + { + "gte": "1988", + "lte": "1988" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 64-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 64 (Feb. 22-Apr. 25, 1988)" + ], + "uri": "i17474416", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 64 (Feb. 22-Apr. 25, 1988)" + }, + { + "type": "bf:Barcode", + "value": "33433078657974" + } + ], + "enumerationChronology": [ + "v. 64 (Feb. 22-Apr. 25, 1988)" + ], + "idBarcode": [ + "33433078657974" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 64, + "lte": 64 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 63 (Sept. -Oct. 1987)", + "urn:barcode:33433084239809" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000063 (Sept. -Oct. 1987)", + "dateRange": [ + { + "gte": "1987", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 63-1987" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 63 (Sept. -Oct. 1987)" + ], + "uri": "i17474846", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 63 (Sept. -Oct. 1987)" + }, + { + "type": "bf:Barcode", + "value": "33433084239809" + } + ], + "enumerationChronology": [ + "v. 63 (Sept. -Oct. 1987)" + ], + "idBarcode": [ + "33433084239809" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 63, + "lte": 63 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 63 (Nov. 1987)", + "urn:barcode:33433084239817" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000063 (Nov. 1987)", + "dateRange": [ + { + "gte": "1987", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 63-1987" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 63 (Nov. 1987)" + ], + "uri": "i17474847", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 63 (Nov. 1987)" + }, + { + "type": "bf:Barcode", + "value": "33433084239817" + } + ], + "enumerationChronology": [ + "v. 63 (Nov. 1987)" + ], + "idBarcode": [ + "33433084239817" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 63, + "lte": 63 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 63 (May-June 1987)", + "urn:barcode:33433084239783" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000063 (May-June 1987)", + "dateRange": [ + { + "gte": "1987", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 63-1987" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 63 (May-June 1987)" + ], + "uri": "i17474844", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 63 (May-June 1987)" + }, + { + "type": "bf:Barcode", + "value": "33433084239783" + } + ], + "enumerationChronology": [ + "v. 63 (May-June 1987)" + ], + "idBarcode": [ + "33433084239783" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 63, + "lte": 63 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 63 (July-Aug. 1987)", + "urn:barcode:33433084239791" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000063 (July-Aug. 1987)", + "dateRange": [ + { + "gte": "1987", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 63-1987" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 63 (July-Aug. 1987)" + ], + "uri": "i17474845", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 63 (July-Aug. 1987)" + }, + { + "type": "bf:Barcode", + "value": "33433084239791" + } + ], + "enumerationChronology": [ + "v. 63 (July-Aug. 1987)" + ], + "idBarcode": [ + "33433084239791" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 63, + "lte": 63 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 63 (Jan. 4-Feb. 15, 1988)", + "urn:barcode:33433078657941" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000063 (Jan. 4-Feb. 15, 1988)", + "dateRange": [ + { + "gte": "1988", + "lte": "1988" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 63-1988" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 63 (Jan. 4-Feb. 15, 1988)" + ], + "uri": "i17474413", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 63 (Jan. 4-Feb. 15, 1988)" + }, + { + "type": "bf:Barcode", + "value": "33433078657941" + } + ], + "enumerationChronology": [ + "v. 63 (Jan. 4-Feb. 15, 1988)" + ], + "idBarcode": [ + "33433078657941" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 63, + "lte": 63 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 63 (Feb. 23-Apr. 1987)", + "urn:barcode:33433084239775" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000063 (Feb. 23-Apr. 1987)", + "dateRange": [ + { + "gte": "1987", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 63-1987" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 63 (Feb. 23-Apr. 1987)" + ], + "uri": "i17474843", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 63 (Feb. 23-Apr. 1987)" + }, + { + "type": "bf:Barcode", + "value": "33433084239775" + } + ], + "enumerationChronology": [ + "v. 63 (Feb. 23-Apr. 1987)" + ], + "idBarcode": [ + "33433084239775" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 63, + "lte": 63 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 63 (Dec. 7-28, 1987)", + "urn:barcode:33433084239825" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000063 (Dec. 7-28, 1987)", + "dateRange": [ + { + "gte": "1987", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 63-1987" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 63 (Dec. 7-28, 1987)" + ], + "uri": "i17474848", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 63 (Dec. 7-28, 1987)" + }, + { + "type": "bf:Barcode", + "value": "33433084239825" + } + ], + "enumerationChronology": [ + "v. 63 (Dec. 7-28, 1987)" + ], + "idBarcode": [ + "33433084239825" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 63, + "lte": 63 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 62 (Sept. -Oct. 1986)", + "urn:barcode:33433084239742" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000062 (Sept. -Oct. 1986)", + "dateRange": [ + { + "gte": "1986", + "lte": "1986" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 62-1986" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 62 (Sept. -Oct. 1986)" + ], + "uri": "i17474840", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 62 (Sept. -Oct. 1986)" + }, + { + "type": "bf:Barcode", + "value": "33433084239742" + } + ], + "enumerationChronology": [ + "v. 62 (Sept. -Oct. 1986)" + ], + "idBarcode": [ + "33433084239742" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 62, + "lte": 62 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 62 (Nov. -Dec. 1986)", + "urn:barcode:33433084239759" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000062 (Nov. -Dec. 1986)", + "dateRange": [ + { + "gte": "1986", + "lte": "1986" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 62-1986" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 62 (Nov. -Dec. 1986)" + ], + "uri": "i17474841", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 62 (Nov. -Dec. 1986)" + }, + { + "type": "bf:Barcode", + "value": "33433084239759" + } + ], + "enumerationChronology": [ + "v. 62 (Nov. -Dec. 1986)" + ], + "idBarcode": [ + "33433084239759" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 62, + "lte": 62 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 62 (May-June 1986)", + "urn:barcode:33433078657925" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000062 (May-June 1986)", + "dateRange": [ + { + "gte": "1986", + "lte": "1986" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 62-1986" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 62 (May-June 1986)" + ], + "uri": "i17474411", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 62 (May-June 1986)" + }, + { + "type": "bf:Barcode", + "value": "33433078657925" + } + ], + "enumerationChronology": [ + "v. 62 (May-June 1986)" + ], + "idBarcode": [ + "33433078657925" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 62, + "lte": 62 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 62 (July-Aug. 1986)", + "urn:barcode:33433078657933" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000062 (July-Aug. 1986)", + "dateRange": [ + { + "gte": "1986", + "lte": "1986" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 62-1986" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 62 (July-Aug. 1986)" + ], + "uri": "i17474412", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 62 (July-Aug. 1986)" + }, + { + "type": "bf:Barcode", + "value": "33433078657933" + } + ], + "enumerationChronology": [ + "v. 62 (July-Aug. 1986)" + ], + "idBarcode": [ + "33433078657933" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 62, + "lte": 62 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 62 (Jan. -Feb. 1987)", + "urn:barcode:33433084239767" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000062 (Jan. -Feb. 1987)", + "dateRange": [ + { + "gte": "1987", + "lte": "1987" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 62-1987" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 62 (Jan. -Feb. 1987)" + ], + "uri": "i17474842", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 62 (Jan. -Feb. 1987)" + }, + { + "type": "bf:Barcode", + "value": "33433084239767" + } + ], + "enumerationChronology": [ + "v. 62 (Jan. -Feb. 1987)" + ], + "idBarcode": [ + "33433084239767" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 62, + "lte": 62 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 61 (Sept. -Oct. 1985)", + "urn:barcode:33433084239726" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000061 (Sept. -Oct. 1985)", + "dateRange": [ + { + "gte": "1985", + "lte": "1985" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 61-1985" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 61 (Sept. -Oct. 1985)" + ], + "uri": "i17474838", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 61 (Sept. -Oct. 1985)" + }, + { + "type": "bf:Barcode", + "value": "33433084239726" + } + ], + "enumerationChronology": [ + "v. 61 (Sept. -Oct. 1985)" + ], + "idBarcode": [ + "33433084239726" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 61 (Nov. -Dec. 1985)", + "urn:barcode:33433084239734" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000061 (Nov. -Dec. 1985)", + "dateRange": [ + { + "gte": "1985", + "lte": "1985" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 61-1985" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 61 (Nov. -Dec. 1985)" + ], + "uri": "i17474839", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 61 (Nov. -Dec. 1985)" + }, + { + "type": "bf:Barcode", + "value": "33433084239734" + } + ], + "enumerationChronology": [ + "v. 61 (Nov. -Dec. 1985)" + ], + "idBarcode": [ + "33433084239734" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 61 (May-June 1985)", + "urn:barcode:33433078657883" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000061 (May-June 1985)", + "dateRange": [ + { + "gte": "1985", + "lte": "1985" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 61-1985" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 61 (May-June 1985)" + ], + "uri": "i17474407", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 61 (May-June 1985)" + }, + { + "type": "bf:Barcode", + "value": "33433078657883" + } + ], + "enumerationChronology": [ + "v. 61 (May-June 1985)" + ], + "idBarcode": [ + "33433078657883" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 61 (July-Aug. 1985)", + "urn:barcode:33433078657891" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000061 (July-Aug. 1985)", + "dateRange": [ + { + "gte": "1985", + "lte": "1985" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 61-1985" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 61 (July-Aug. 1985)" + ], + "uri": "i17474408", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 61 (July-Aug. 1985)" + }, + { + "type": "bf:Barcode", + "value": "33433078657891" + } + ], + "enumerationChronology": [ + "v. 61 (July-Aug. 1985)" + ], + "idBarcode": [ + "33433078657891" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 61 (Jan 6 1986-Feb 10 1986)", + "urn:barcode:33433078657909" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000061 (Jan 6 1986-Feb 10 1986)", + "dateRange": [ + { + "gte": "1986", + "lte": "1986" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 61-1986" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 61 (Jan 6 1986-Feb 10 1986)" + ], + "uri": "i17474409", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 61 (Jan 6 1986-Feb 10 1986)" + }, + { + "type": "bf:Barcode", + "value": "33433078657909" + } + ], + "enumerationChronology": [ + "v. 61 (Jan 6 1986-Feb 10 1986)" + ], + "idBarcode": [ + "33433078657909" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 61 (Feb. 25-Apr. 29 1985)", + "urn:barcode:33433078657875" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000061 (Feb. 25-Apr. 29 1985)", + "dateRange": [ + { + "gte": "1985", + "lte": "1985" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 61-1985" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 61 (Feb. 25-Apr. 29 1985)" + ], + "uri": "i17474406", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 61 (Feb. 25-Apr. 29 1985)" + }, + { + "type": "bf:Barcode", + "value": "33433078657875" + } + ], + "enumerationChronology": [ + "v. 61 (Feb. 25-Apr. 29 1985)" + ], + "idBarcode": [ + "33433078657875" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 61 (Feb. 24-Apr. 28 1986)", + "urn:barcode:33433078657917" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000061 (Feb. 24-Apr. 28 1986)", + "dateRange": [ + { + "gte": "1986", + "lte": "1986" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 61-1986" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 61 (Feb. 24-Apr. 28 1986)" + ], + "uri": "i17474410", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 61 (Feb. 24-Apr. 28 1986)" + }, + { + "type": "bf:Barcode", + "value": "33433078657917" + } + ], + "enumerationChronology": [ + "v. 61 (Feb. 24-Apr. 28 1986)" + ], + "idBarcode": [ + "33433078657917" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 60 (Sept. -Oct. 1984)", + "urn:barcode:33433084239700" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000060 (Sept. -Oct. 1984)", + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 60-1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 60 (Sept. -Oct. 1984)" + ], + "uri": "i17474836", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 60 (Sept. -Oct. 1984)" + }, + { + "type": "bf:Barcode", + "value": "33433084239700" + } + ], + "enumerationChronology": [ + "v. 60 (Sept. -Oct. 1984)" + ], + "idBarcode": [ + "33433084239700" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 60 (Nov. -Dec. 1984)", + "urn:barcode:33433084239718" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000060 (Nov. -Dec. 1984)", + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 60-1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 60 (Nov. -Dec. 1984)" + ], + "uri": "i17474837", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 60 (Nov. -Dec. 1984)" + }, + { + "type": "bf:Barcode", + "value": "33433084239718" + } + ], + "enumerationChronology": [ + "v. 60 (Nov. -Dec. 1984)" + ], + "idBarcode": [ + "33433084239718" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 60 (May-June 1984)", + "urn:barcode:33433084239684" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000060 (May-June 1984)", + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 60-1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 60 (May-June 1984)" + ], + "uri": "i17474834", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 60 (May-June 1984)" + }, + { + "type": "bf:Barcode", + "value": "33433084239684" + } + ], + "enumerationChronology": [ + "v. 60 (May-June 1984)" + ], + "idBarcode": [ + "33433084239684" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 60 (July-Aug. 1984)", + "urn:barcode:33433084239692" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000060 (July-Aug. 1984)", + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 60-1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 60 (July-Aug. 1984)" + ], + "uri": "i17474835", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 60 (July-Aug. 1984)" + }, + { + "type": "bf:Barcode", + "value": "33433084239692" + } + ], + "enumerationChronology": [ + "v. 60 (July-Aug. 1984)" + ], + "idBarcode": [ + "33433084239692" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 60 (Jan. 7 1985-Feb. 18 1985)", + "urn:barcode:33433078657867" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000060 (Jan. 7 1985-Feb. 18 1985)", + "dateRange": [ + { + "gte": "1985", + "lte": "1985" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 60-1985" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 60 (Jan. 7 1985-Feb. 18 1985)" + ], + "uri": "i17474405", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 60 (Jan. 7 1985-Feb. 18 1985)" + }, + { + "type": "bf:Barcode", + "value": "33433078657867" + } + ], + "enumerationChronology": [ + "v. 60 (Jan. 7 1985-Feb. 18 1985)" + ], + "idBarcode": [ + "33433078657867" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 60 (Feb. 20-Mar. 26, 1984)", + "urn:barcode:33433084239668" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000060 (Feb. 20-Mar. 26, 1984)", + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 60-1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 60 (Feb. 20-Mar. 26, 1984)" + ], + "uri": "i17474832", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 60 (Feb. 20-Mar. 26, 1984)" + }, + { + "type": "bf:Barcode", + "value": "33433084239668" + } + ], + "enumerationChronology": [ + "v. 60 (Feb. 20-Mar. 26, 1984)" + ], + "idBarcode": [ + "33433084239668" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 60 (Apr. 1984)", + "urn:barcode:33433084239676" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000060 (Apr. 1984)", + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 60-1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 60 (Apr. 1984)" + ], + "uri": "i17474833", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 60 (Apr. 1984)" + }, + { + "type": "bf:Barcode", + "value": "33433084239676" + } + ], + "enumerationChronology": [ + "v. 60 (Apr. 1984)" + ], + "idBarcode": [ + "33433084239676" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (Oct. 1983)", + "urn:barcode:33433084239627" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (Oct. 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (Oct. 1983)" + ], + "uri": "i17474828", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (Oct. 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239627" + } + ], + "enumerationChronology": [ + "v. 59 (Oct. 1983)" + ], + "idBarcode": [ + "33433084239627" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (Nov. 1983)", + "urn:barcode:33433084239635" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (Nov. 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (Nov. 1983)" + ], + "uri": "i17474829", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (Nov. 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239635" + } + ], + "enumerationChronology": [ + "v. 59 (Nov. 1983)" + ], + "idBarcode": [ + "33433084239635" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (May 1983)", + "urn:barcode:33433078712639" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (May 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (May 1983)" + ], + "uri": "i16700897", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (May 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433078712639" + } + ], + "enumerationChronology": [ + "v. 59 (May 1983)" + ], + "idBarcode": [ + "33433078712639" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (June-July 1983)", + "urn:barcode:33433084239601" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (June-July 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (June-July 1983)" + ], + "uri": "i17474826", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (June-July 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239601" + } + ], + "enumerationChronology": [ + "v. 59 (June-July 1983)" + ], + "idBarcode": [ + "33433084239601" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (Jan.2-Feb. 13, 1984)", + "urn:barcode:33433084239650" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (Jan.2-Feb. 13, 1984)", + "dateRange": [ + { + "gte": "1984", + "lte": "1984" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1984" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (Jan.2-Feb. 13, 1984)" + ], + "uri": "i17474831", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (Jan.2-Feb. 13, 1984)" + }, + { + "type": "bf:Barcode", + "value": "33433084239650" + } + ], + "enumerationChronology": [ + "v. 59 (Jan.2-Feb. 13, 1984)" + ], + "idBarcode": [ + "33433084239650" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (Dec. 1983)", + "urn:barcode:33433084239643" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (Dec. 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (Dec. 1983)" + ], + "uri": "i17474830", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (Dec. 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239643" + } + ], + "enumerationChronology": [ + "v. 59 (Dec. 1983)" + ], + "idBarcode": [ + "33433084239643" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (Aug.-Sept. 1983)", + "urn:barcode:33433084239619" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (Aug.-Sept. 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (Aug.-Sept. 1983)" + ], + "uri": "i17474827", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (Aug.-Sept. 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239619" + } + ], + "enumerationChronology": [ + "v. 59 (Aug.-Sept. 1983)" + ], + "idBarcode": [ + "33433084239619" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 59 (Apr. 1983)", + "urn:barcode:33433084239593" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000059 (Apr. 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 59-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 59 (Apr. 1983)" + ], + "uri": "i17474825", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 59 (Apr. 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239593" + } + ], + "enumerationChronology": [ + "v. 59 (Apr. 1983)" + ], + "idBarcode": [ + "33433084239593" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (Sept.-Oct. 1982)", + "urn:barcode:33433084239551" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (Sept.-Oct. 1982)", + "dateRange": [ + { + "gte": "1982", + "lte": "1982" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1982" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (Sept.-Oct. 1982)" + ], + "uri": "i17474821", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (Sept.-Oct. 1982)" + }, + { + "type": "bf:Barcode", + "value": "33433084239551" + } + ], + "enumerationChronology": [ + "v. 58 (Sept.-Oct. 1982)" + ], + "idBarcode": [ + "33433084239551" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (Nov.-Dec. 1982)", + "urn:barcode:33433084239569" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (Nov.-Dec. 1982)", + "dateRange": [ + { + "gte": "1982", + "lte": "1982" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1982" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (Nov.-Dec. 1982)" + ], + "uri": "i17474822", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (Nov.-Dec. 1982)" + }, + { + "type": "bf:Barcode", + "value": "33433084239569" + } + ], + "enumerationChronology": [ + "v. 58 (Nov.-Dec. 1982)" + ], + "idBarcode": [ + "33433084239569" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (May-June 1982)", + "urn:barcode:33433084239536" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (May-June 1982)", + "dateRange": [ + { + "gte": "1982", + "lte": "1982" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1982" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (May-June 1982)" + ], + "uri": "i17474819", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (May-June 1982)" + }, + { + "type": "bf:Barcode", + "value": "33433084239536" + } + ], + "enumerationChronology": [ + "v. 58 (May-June 1982)" + ], + "idBarcode": [ + "33433084239536" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (July 5-Aug. 30, 1982)", + "urn:barcode:33433084239544" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (July 5-Aug. 30, 1982)", + "dateRange": [ + { + "gte": "1982", + "lte": "1982" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1982" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (July 5-Aug. 30, 1982)" + ], + "uri": "i17474820", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (July 5-Aug. 30, 1982)" + }, + { + "type": "bf:Barcode", + "value": "33433084239544" + } + ], + "enumerationChronology": [ + "v. 58 (July 5-Aug. 30, 1982)" + ], + "idBarcode": [ + "33433084239544" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (Jan. 3-Feb. 14, 1983)", + "urn:barcode:33433084239577" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (Jan. 3-Feb. 14, 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (Jan. 3-Feb. 14, 1983)" + ], + "uri": "i17474823", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (Jan. 3-Feb. 14, 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239577" + } + ], + "enumerationChronology": [ + "v. 58 (Jan. 3-Feb. 14, 1983)" + ], + "idBarcode": [ + "33433084239577" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (Feb. 22-Mar. 29, 1982)", + "urn:barcode:33433084239510" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (Feb. 22-Mar. 29, 1982)", + "dateRange": [ + { + "gte": "1982", + "lte": "1982" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1982" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (Feb. 22-Mar. 29, 1982)" + ], + "uri": "i17474817", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (Feb. 22-Mar. 29, 1982)" + }, + { + "type": "bf:Barcode", + "value": "33433084239510" + } + ], + "enumerationChronology": [ + "v. 58 (Feb. 22-Mar. 29, 1982)" + ], + "idBarcode": [ + "33433084239510" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (Feb. 21-Mar. 1983)", + "urn:barcode:33433084239585" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (Feb. 21-Mar. 1983)", + "dateRange": [ + { + "gte": "1983", + "lte": "1983" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1983" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (Feb. 21-Mar. 1983)" + ], + "uri": "i17474824", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (Feb. 21-Mar. 1983)" + }, + { + "type": "bf:Barcode", + "value": "33433084239585" + } + ], + "enumerationChronology": [ + "v. 58 (Feb. 21-Mar. 1983)" + ], + "idBarcode": [ + "33433084239585" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 58 (Apr. 5-26, 1982)", + "urn:barcode:33433084239528" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000058 (Apr. 5-26, 1982)", + "dateRange": [ + { + "gte": "1982", + "lte": "1982" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 58-1982" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 58 (Apr. 5-26, 1982)" + ], + "uri": "i17474818", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 58 (Apr. 5-26, 1982)" + }, + { + "type": "bf:Barcode", + "value": "33433084239528" + } + ], + "enumerationChronology": [ + "v. 58 (Apr. 5-26, 1982)" + ], + "idBarcode": [ + "33433084239528" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (Sept. 1981)", + "urn:barcode:33433084239478" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (Sept. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (Sept. 1981)" + ], + "uri": "i17474813", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (Sept. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239478" + } + ], + "enumerationChronology": [ + "v. 57 (Sept. 1981)" + ], + "idBarcode": [ + "33433084239478" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (Oct. 1981)", + "urn:barcode:33433084239486" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (Oct. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (Oct. 1981)" + ], + "uri": "i17474814", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (Oct. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239486" + } + ], + "enumerationChronology": [ + "v. 57 (Oct. 1981)" + ], + "idBarcode": [ + "33433084239486" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (Nov. 1981)", + "urn:barcode:33433084239494" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (Nov. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (Nov. 1981)" + ], + "uri": "i17474815", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (Nov. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239494" + } + ], + "enumerationChronology": [ + "v. 57 (Nov. 1981)" + ], + "idBarcode": [ + "33433084239494" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (May 1981)", + "urn:barcode:33433084239445" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (May 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (May 1981)" + ], + "uri": "i17474810", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (May 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239445" + } + ], + "enumerationChronology": [ + "v. 57 (May 1981)" + ], + "idBarcode": [ + "33433084239445" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (Mar. 1981)", + "urn:barcode:33433084239429" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (Mar. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (Mar. 1981)" + ], + "uri": "i17474808", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (Mar. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239429" + } + ], + "enumerationChronology": [ + "v. 57 (Mar. 1981)" + ], + "idBarcode": [ + "33433084239429" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (June 1981)", + "urn:barcode:33433084239452" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (June 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (June 1981)" + ], + "uri": "i17474811", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (June 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239452" + } + ], + "enumerationChronology": [ + "v. 57 (June 1981)" + ], + "idBarcode": [ + "33433084239452" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (July-Aug. 1981)", + "urn:barcode:33433084239460" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (July-Aug. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (July-Aug. 1981)" + ], + "uri": "i17474812", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (July-Aug. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239460" + } + ], + "enumerationChronology": [ + "v. 57 (July-Aug. 1981)" + ], + "idBarcode": [ + "33433084239460" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (Dec. 1981)", + "urn:barcode:33433084239502" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (Dec. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (Dec. 1981)" + ], + "uri": "i17474816", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (Dec. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239502" + } + ], + "enumerationChronology": [ + "v. 57 (Dec. 1981)" + ], + "idBarcode": [ + "33433084239502" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 57 (Apr. 1981)", + "urn:barcode:33433084239437" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000057 (Apr. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 57-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 57 (Apr. 1981)" + ], + "uri": "i17474809", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 57 (Apr. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239437" + } + ], + "enumerationChronology": [ + "v. 57 (Apr. 1981)" + ], + "idBarcode": [ + "33433084239437" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 57, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56-57 (Jan.-Feb. 1981)", + "urn:barcode:33433084239411" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056-57 (Jan.-Feb. 1981)", + "dateRange": [ + { + "gte": "1981", + "lte": "1981" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1981" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56-57 (Jan.-Feb. 1981)" + ], + "uri": "i17474807", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56-57 (Jan.-Feb. 1981)" + }, + { + "type": "bf:Barcode", + "value": "33433084239411" + } + ], + "enumerationChronology": [ + "v. 56-57 (Jan.-Feb. 1981)" + ], + "idBarcode": [ + "33433084239411" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 57 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (Oct. 1980)", + "urn:barcode:33433084239387" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (Oct. 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (Oct. 1980)" + ], + "uri": "i17474804", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (Oct. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239387" + } + ], + "enumerationChronology": [ + "v. 56 (Oct. 1980)" + ], + "idBarcode": [ + "33433084239387" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (Nov. 1980)", + "urn:barcode:33433084239395" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (Nov. 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (Nov. 1980)" + ], + "uri": "i17474805", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (Nov. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239395" + } + ], + "enumerationChronology": [ + "v. 56 (Nov. 1980)" + ], + "idBarcode": [ + "33433084239395" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (May 1980)", + "urn:barcode:33433079128785" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (May 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (May 1980)" + ], + "uri": "i17586832", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (May 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433079128785" + } + ], + "enumerationChronology": [ + "v. 56 (May 1980)" + ], + "idBarcode": [ + "33433079128785" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (Mar. 1980)", + "urn:barcode:33433084239346" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (Mar. 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (Mar. 1980)" + ], + "uri": "i17474800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (Mar. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239346" + } + ], + "enumerationChronology": [ + "v. 56 (Mar. 1980)" + ], + "idBarcode": [ + "33433084239346" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (June-July 1980)", + "urn:barcode:33433084239361" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (June-July 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (June-July 1980)" + ], + "uri": "i17474802", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (June-July 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239361" + } + ], + "enumerationChronology": [ + "v. 56 (June-July 1980)" + ], + "idBarcode": [ + "33433084239361" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (Dec. 1980)", + "urn:barcode:33433084239403" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (Dec. 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (Dec. 1980)" + ], + "uri": "i17474806", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (Dec. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239403" + } + ], + "enumerationChronology": [ + "v. 56 (Dec. 1980)" + ], + "idBarcode": [ + "33433084239403" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (Aug.-Sept. 1980)", + "urn:barcode:33433084239379" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (Aug.-Sept. 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (Aug.-Sept. 1980)" + ], + "uri": "i17474803", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (Aug.-Sept. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239379" + } + ], + "enumerationChronology": [ + "v. 56 (Aug.-Sept. 1980)" + ], + "idBarcode": [ + "33433084239379" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 56 (Apr. 1980)", + "urn:barcode:33433084239353" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000056 (Apr. 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 56-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 56 (Apr. 1980)" + ], + "uri": "i17474801", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 56 (Apr. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239353" + } + ], + "enumerationChronology": [ + "v. 56 (Apr. 1980)" + ], + "idBarcode": [ + "33433084239353" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55-56 (Jan.-Feb. 1980)", + "urn:barcode:33433084239338" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055-56 (Jan.-Feb. 1980)", + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1980" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55-56 (Jan.-Feb. 1980)" + ], + "uri": "i17474799", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55-56 (Jan.-Feb. 1980)" + }, + { + "type": "bf:Barcode", + "value": "33433084239338" + } + ], + "enumerationChronology": [ + "v. 55-56 (Jan.-Feb. 1980)" + ], + "idBarcode": [ + "33433084239338" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 56 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (Sept. 1979)", + "urn:barcode:33433084239296" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (Sept. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (Sept. 1979)" + ], + "uri": "i17474795", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (Sept. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239296" + } + ], + "enumerationChronology": [ + "v. 55 (Sept. 1979)" + ], + "idBarcode": [ + "33433084239296" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (Oct. 1979)", + "urn:barcode:33433084239304" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (Oct. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (Oct. 1979)" + ], + "uri": "i17474796", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (Oct. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239304" + } + ], + "enumerationChronology": [ + "v. 55 (Oct. 1979)" + ], + "idBarcode": [ + "33433084239304" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (Nov. 1979)", + "urn:barcode:33433084239312" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (Nov. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (Nov. 1979)" + ], + "uri": "i17474797", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (Nov. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239312" + } + ], + "enumerationChronology": [ + "v. 55 (Nov. 1979)" + ], + "idBarcode": [ + "33433084239312" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (May-June 1979)", + "urn:barcode:33433084239270" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (May-June 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (May-June 1979)" + ], + "uri": "i17474793", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (May-June 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239270" + } + ], + "enumerationChronology": [ + "v. 55 (May-June 1979)" + ], + "idBarcode": [ + "33433084239270" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (Mar. 1979)", + "urn:barcode:33433084239254" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (Mar. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (Mar. 1979)" + ], + "uri": "i17474791", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (Mar. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239254" + } + ], + "enumerationChronology": [ + "v. 55 (Mar. 1979)" + ], + "idBarcode": [ + "33433084239254" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (July-Aug. 1979)", + "urn:barcode:33433084239288" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (July-Aug. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (July-Aug. 1979)" + ], + "uri": "i17474794", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (July-Aug. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239288" + } + ], + "enumerationChronology": [ + "v. 55 (July-Aug. 1979)" + ], + "idBarcode": [ + "33433084239288" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (Dec. 1979)", + "urn:barcode:33433084239320" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (Dec. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (Dec. 1979)" + ], + "uri": "i17474798", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (Dec. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239320" + } + ], + "enumerationChronology": [ + "v. 55 (Dec. 1979)" + ], + "idBarcode": [ + "33433084239320" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 55 (Apr. 1979)", + "urn:barcode:33433084239262" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000055 (Apr. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 55-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 55 (Apr. 1979)" + ], + "uri": "i17474792", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 55 (Apr. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239262" + } + ], + "enumerationChronology": [ + "v. 55 (Apr. 1979)" + ], + "idBarcode": [ + "33433084239262" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54-55 (Jan.-Feb. 1979)", + "urn:barcode:33433084239247" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054-55 (Jan.-Feb. 1979)", + "dateRange": [ + { + "gte": "1979", + "lte": "1979" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1979" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54-55 (Jan.-Feb. 1979)" + ], + "uri": "i17474790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54-55 (Jan.-Feb. 1979)" + }, + { + "type": "bf:Barcode", + "value": "33433084239247" + } + ], + "enumerationChronology": [ + "v. 54-55 (Jan.-Feb. 1979)" + ], + "idBarcode": [ + "33433084239247" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 55 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (Oct. 1978)", + "urn:barcode:33433084239213" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (Oct. 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (Oct. 1978)" + ], + "uri": "i17474787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (Oct. 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239213" + } + ], + "enumerationChronology": [ + "v. 54 (Oct. 1978)" + ], + "idBarcode": [ + "33433084239213" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (Nov. 1978)", + "urn:barcode:33433084239221" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (Nov. 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (Nov. 1978)" + ], + "uri": "i17474788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (Nov. 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239221" + } + ], + "enumerationChronology": [ + "v. 54 (Nov. 1978)" + ], + "idBarcode": [ + "33433084239221" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (May 1978)", + "urn:barcode:33433084239189" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (May 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (May 1978)" + ], + "uri": "i17474784", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (May 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239189" + } + ], + "enumerationChronology": [ + "v. 54 (May 1978)" + ], + "idBarcode": [ + "33433084239189" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (Mar. 1978)", + "urn:barcode:33433084239163" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (Mar. 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (Mar. 1978)" + ], + "uri": "i17474782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (Mar. 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239163" + } + ], + "enumerationChronology": [ + "v. 54 (Mar. 1978)" + ], + "idBarcode": [ + "33433084239163" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (June-July 1978)", + "urn:barcode:33433084239197" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (June-July 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (June-July 1978)" + ], + "uri": "i17474785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (June-July 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239197" + } + ], + "enumerationChronology": [ + "v. 54 (June-July 1978)" + ], + "idBarcode": [ + "33433084239197" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (Dec. 1978)", + "urn:barcode:33433084239239" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (Dec. 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (Dec. 1978)" + ], + "uri": "i17474789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (Dec. 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239239" + } + ], + "enumerationChronology": [ + "v. 54 (Dec. 1978)" + ], + "idBarcode": [ + "33433084239239" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (Aug.-Sept. 1978)", + "urn:barcode:33433084239205" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (Aug.-Sept. 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (Aug.-Sept. 1978)" + ], + "uri": "i17474786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (Aug.-Sept. 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239205" + } + ], + "enumerationChronology": [ + "v. 54 (Aug.-Sept. 1978)" + ], + "idBarcode": [ + "33433084239205" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 54 (Apr. 1978)", + "urn:barcode:33433084239171" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000054 (Apr. 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 54-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 54 (Apr. 1978)" + ], + "uri": "i17474783", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 54 (Apr. 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239171" + } + ], + "enumerationChronology": [ + "v. 54 (Apr. 1978)" + ], + "idBarcode": [ + "33433084239171" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53-54 (Jan.-Feb. 1978)", + "urn:barcode:33433084239155" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053-54 (Jan.-Feb. 1978)", + "dateRange": [ + { + "gte": "1978", + "lte": "1978" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1978" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53-54 (Jan.-Feb. 1978)" + ], + "uri": "i17474781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53-54 (Jan.-Feb. 1978)" + }, + { + "type": "bf:Barcode", + "value": "33433084239155" + } + ], + "enumerationChronology": [ + "v. 53-54 (Jan.-Feb. 1978)" + ], + "idBarcode": [ + "33433084239155" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 54 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (Sept. 1977)", + "urn:barcode:33433084239122" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (Sept. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (Sept. 1977)" + ], + "uri": "i17474778", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (Sept. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239122" + } + ], + "enumerationChronology": [ + "v. 53 (Sept. 1977)" + ], + "idBarcode": [ + "33433084239122" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (Oct. 1977)", + "urn:barcode:33433084239130" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (Oct. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (Oct. 1977)" + ], + "uri": "i17474779", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (Oct. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239130" + } + ], + "enumerationChronology": [ + "v. 53 (Oct. 1977)" + ], + "idBarcode": [ + "33433084239130" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (Nov. 1977)", + "urn:barcode:33433080722055" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (Nov. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (Nov. 1977)" + ], + "uri": "i17586829", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (Nov. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433080722055" + } + ], + "enumerationChronology": [ + "v. 53 (Nov. 1977)" + ], + "idBarcode": [ + "33433080722055" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (May-June 1977)", + "urn:barcode:33433084239106" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (May-June 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (May-June 1977)" + ], + "uri": "i17474776", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (May-June 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239106" + } + ], + "enumerationChronology": [ + "v. 53 (May-June 1977)" + ], + "idBarcode": [ + "33433084239106" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (Mar. 1977)", + "urn:barcode:33433084239080" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (Mar. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (Mar. 1977)" + ], + "uri": "i17474774", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (Mar. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239080" + } + ], + "enumerationChronology": [ + "v. 53 (Mar. 1977)" + ], + "idBarcode": [ + "33433084239080" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (July-Aug. 1977)", + "urn:barcode:33433084239114" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (July-Aug. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (July-Aug. 1977)" + ], + "uri": "i17474777", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (July-Aug. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239114" + } + ], + "enumerationChronology": [ + "v. 53 (July-Aug. 1977)" + ], + "idBarcode": [ + "33433084239114" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (Dec. 1977)", + "urn:barcode:33433084239148" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (Dec. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (Dec. 1977)" + ], + "uri": "i17474780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (Dec. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239148" + } + ], + "enumerationChronology": [ + "v. 53 (Dec. 1977)" + ], + "idBarcode": [ + "33433084239148" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 53 (Apr. 1977)", + "urn:barcode:33433084239098" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000053 (Apr. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 53-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 53 (Apr. 1977)" + ], + "uri": "i17474775", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 53 (Apr. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239098" + } + ], + "enumerationChronology": [ + "v. 53 (Apr. 1977)" + ], + "idBarcode": [ + "33433084239098" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 53, + "lte": 53 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52-52 (Jan.-Feb. 1977)", + "urn:barcode:33433084239072" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052-52 (Jan.-Feb. 1977)", + "dateRange": [ + { + "gte": "1977", + "lte": "1977" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1977" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52-52 (Jan.-Feb. 1977)" + ], + "uri": "i17474773", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52-52 (Jan.-Feb. 1977)" + }, + { + "type": "bf:Barcode", + "value": "33433084239072" + } + ], + "enumerationChronology": [ + "v. 52-52 (Jan.-Feb. 1977)" + ], + "idBarcode": [ + "33433084239072" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52 (Oct. 11-25, 1976)", + "urn:barcode:33433099622486" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052 (Oct. 11-25, 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52 (Oct. 11-25, 1976)" + ], + "uri": "i29597795", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52 (Oct. 11-25, 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622486" + } + ], + "enumerationChronology": [ + "v. 52 (Oct. 11-25, 1976)" + ], + "idBarcode": [ + "33433099622486" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52 (Nov. 1-22, 1976)", + "urn:barcode:33433099622478" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052 (Nov. 1-22, 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52 (Nov. 1-22, 1976)" + ], + "uri": "i29597802", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52 (Nov. 1-22, 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622478" + } + ], + "enumerationChronology": [ + "v. 52 (Nov. 1-22, 1976)" + ], + "idBarcode": [ + "33433099622478" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52 (May 1976)", + "urn:barcode:33433099622510" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052 (May 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52 (May 1976)" + ], + "uri": "i29597728", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52 (May 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622510" + } + ], + "enumerationChronology": [ + "v. 52 (May 1976)" + ], + "idBarcode": [ + "33433099622510" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52 (June-July 1976)", + "urn:barcode:33433099622502" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052 (June-July 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52 (June-July 1976)" + ], + "uri": "i29597740", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52 (June-July 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622502" + } + ], + "enumerationChronology": [ + "v. 52 (June-July 1976)" + ], + "idBarcode": [ + "33433099622502" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52 (Feb. 23-Apr. 5, 1976)", + "urn:barcode:33433099622528" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052 (Feb. 23-Apr. 5, 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52 (Feb. 23-Apr. 5, 1976)" + ], + "uri": "i29597675", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52 (Feb. 23-Apr. 5, 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622528" + } + ], + "enumerationChronology": [ + "v. 52 (Feb. 23-Apr. 5, 1976)" + ], + "idBarcode": [ + "33433099622528" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52 (Dec. 1976)", + "urn:barcode:33433099622460" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052 (Dec. 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52 (Dec. 1976)" + ], + "uri": "i29597806", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52 (Dec. 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622460" + } + ], + "enumerationChronology": [ + "v. 52 (Dec. 1976)" + ], + "idBarcode": [ + "33433099622460" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 52 (Aug-Sept 1976)", + "urn:barcode:33433099622494" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000052 (Aug-Sept 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 52-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 52 (Aug-Sept 1976)" + ], + "uri": "i29597779", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 52 (Aug-Sept 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622494" + } + ], + "enumerationChronology": [ + "v. 52 (Aug-Sept 1976)" + ], + "idBarcode": [ + "33433099622494" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 52, + "lte": 52 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (Oct. 1975)", + "urn:barcode:33433099622551" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (Oct. 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (Oct. 1975)" + ], + "uri": "i29597655", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (Oct. 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622551" + } + ], + "enumerationChronology": [ + "v. 51 (Oct. 1975)" + ], + "idBarcode": [ + "33433099622551" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (Nov 1975)", + "urn:barcode:33433099622544" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (Nov 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (Nov 1975)" + ], + "uri": "i29597656", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (Nov 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622544" + } + ], + "enumerationChronology": [ + "v. 51 (Nov 1975)" + ], + "idBarcode": [ + "33433099622544" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (June-July 1975)", + "urn:barcode:33433099622577" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (June-July 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (June-July 1975)" + ], + "uri": "i29597630", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (June-July 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622577" + } + ], + "enumerationChronology": [ + "v. 51 (June-July 1975)" + ], + "idBarcode": [ + "33433099622577" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (Jan. 12-Feb. 16, 1976)", + "urn:barcode:33433099622601" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (Jan. 12-Feb. 16, 1976)", + "dateRange": [ + { + "gte": "1976", + "lte": "1976" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1976" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (Jan. 12-Feb. 16, 1976)" + ], + "uri": "i29597430", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (Jan. 12-Feb. 16, 1976)" + }, + { + "type": "bf:Barcode", + "value": "33433099622601" + } + ], + "enumerationChronology": [ + "v. 51 (Jan. 12-Feb. 16, 1976)" + ], + "idBarcode": [ + "33433099622601" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (Feb. 24-Mar. 31, 1975)", + "urn:barcode:33433099622593" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (Feb. 24-Mar. 31, 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (Feb. 24-Mar. 31, 1975)" + ], + "uri": "i29597442", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (Feb. 24-Mar. 31, 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622593" + } + ], + "enumerationChronology": [ + "v. 51 (Feb. 24-Mar. 31, 1975)" + ], + "idBarcode": [ + "33433099622593" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (Dec. 1975)", + "urn:barcode:33433099622536" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (Dec. 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (Dec. 1975)" + ], + "uri": "i29597665", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (Dec. 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622536" + } + ], + "enumerationChronology": [ + "v. 51 (Dec. 1975)" + ], + "idBarcode": [ + "33433099622536" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (Aug-Sept 1975)", + "urn:barcode:33433099622569" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (Aug-Sept 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (Aug-Sept 1975)" + ], + "uri": "i29597639", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (Aug-Sept 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622569" + } + ], + "enumerationChronology": [ + "v. 51 (Aug-Sept 1975)" + ], + "idBarcode": [ + "33433099622569" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 51 (Apr-May 1975)", + "urn:barcode:33433099622585" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000051 (Apr-May 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 51-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 51 (Apr-May 1975)" + ], + "uri": "i29597620", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 51 (Apr-May 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622585" + } + ], + "enumerationChronology": [ + "v. 51 (Apr-May 1975)" + ], + "idBarcode": [ + "33433099622585" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 51, + "lte": 51 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 50 inc. (Nov.-Dec. 1974)", + "urn:barcode:33433099622619" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000050 inc. (Nov.-Dec. 1974)", + "dateRange": [ + { + "gte": "1974", + "lte": "1974" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 50-1974" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 50 inc. (Nov.-Dec. 1974)" + ], + "uri": "i29597322", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 50 inc. (Nov.-Dec. 1974)" + }, + { + "type": "bf:Barcode", + "value": "33433099622619" + } + ], + "enumerationChronology": [ + "v. 50 inc. (Nov.-Dec. 1974)" + ], + "idBarcode": [ + "33433099622619" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 50, + "lte": 50 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 50 (Oct. 1974)", + "urn:barcode:33433099622627" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000050 (Oct. 1974)", + "dateRange": [ + { + "gte": "1974", + "lte": "1974" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 50-1974" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 50 (Oct. 1974)" + ], + "uri": "i29597316", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 50 (Oct. 1974)" + }, + { + "type": "bf:Barcode", + "value": "33433099622627" + } + ], + "enumerationChronology": [ + "v. 50 (Oct. 1974)" + ], + "idBarcode": [ + "33433099622627" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 50, + "lte": 50 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 50 (Jan. 6-Feb. 17, 1975)", + "urn:barcode:33433099622650" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000050 (Jan. 6-Feb. 17, 1975)", + "dateRange": [ + { + "gte": "1975", + "lte": "1975" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 50-1975" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 50 (Jan. 6-Feb. 17, 1975)" + ], + "uri": "i29597003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 50 (Jan. 6-Feb. 17, 1975)" + }, + { + "type": "bf:Barcode", + "value": "33433099622650" + } + ], + "enumerationChronology": [ + "v. 50 (Jan. 6-Feb. 17, 1975)" + ], + "idBarcode": [ + "33433099622650" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 50, + "lte": 50 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 50 (Aug. 19-Sept. 30, 1974)", + "urn:barcode:33433099622635" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000050 (Aug. 19-Sept. 30, 1974)", + "dateRange": [ + { + "gte": "1974", + "lte": "1974" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 50-1974" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 50 (Aug. 19-Sept. 30, 1974)" + ], + "uri": "i29597294", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 50 (Aug. 19-Sept. 30, 1974)" + }, + { + "type": "bf:Barcode", + "value": "33433099622635" + } + ], + "enumerationChronology": [ + "v. 50 (Aug. 19-Sept. 30, 1974)" + ], + "idBarcode": [ + "33433099622635" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 50, + "lte": 50 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 50 (Apr. 29, 1974)", + "urn:barcode:33433099622643" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000050 (Apr. 29, 1974)", + "dateRange": [ + { + "gte": "1974", + "lte": "1974" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 50-1974" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 50 (Apr. 29, 1974)" + ], + "uri": "i29597286", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 50 (Apr. 29, 1974)" + }, + { + "type": "bf:Barcode", + "value": "33433099622643" + } + ], + "enumerationChronology": [ + "v. 50 (Apr. 29, 1974)" + ], + "idBarcode": [ + "33433099622643" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 50, + "lte": 50 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (Sept.-Oct. 1972)", + "urn:barcode:33433081121083" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (Sept.-Oct. 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (Sept.-Oct. 1972)" + ], + "uri": "i16700886", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (Sept.-Oct. 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433081121083" + } + ], + "enumerationChronology": [ + "v. 48 (Sept.-Oct. 1972)" + ], + "idBarcode": [ + "33433081121083" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (Nov. 1972)", + "urn:barcode:33433081121091" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (Nov. 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (Nov. 1972)" + ], + "uri": "i16700887", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (Nov. 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433081121091" + } + ], + "enumerationChronology": [ + "v. 48 (Nov. 1972)" + ], + "idBarcode": [ + "33433081121091" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (May-June 1972)", + "urn:barcode:33433080731296" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (May-June 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (May-June 1972)" + ], + "uri": "i17474431", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (May-June 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433080731296" + } + ], + "enumerationChronology": [ + "v. 48 (May-June 1972)" + ], + "idBarcode": [ + "33433080731296" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (July-Aug. 1972)", + "urn:barcode:33433081120473" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (July-Aug. 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (July-Aug. 1972)" + ], + "uri": "i16700885", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (July-Aug. 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433081120473" + } + ], + "enumerationChronology": [ + "v. 48 (July-Aug. 1972)" + ], + "idBarcode": [ + "33433081120473" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (Jan.-Feb. 17, 1973)", + "urn:barcode:33433078744582" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (Jan.-Feb. 17, 1973)", + "dateRange": [ + { + "gte": "1973", + "lte": "1973" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1973" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (Jan.-Feb. 17, 1973)" + ], + "uri": "i16700899", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (Jan.-Feb. 17, 1973)" + }, + { + "type": "bf:Barcode", + "value": "33433078744582" + } + ], + "enumerationChronology": [ + "v. 48 (Jan.-Feb. 17, 1973)" + ], + "idBarcode": [ + "33433078744582" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (Feb. 26-Mar. 1972)", + "urn:barcode:33433084239056" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (Feb. 26-Mar. 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (Feb. 26-Mar. 1972)" + ], + "uri": "i17474771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (Feb. 26-Mar. 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433084239056" + } + ], + "enumerationChronology": [ + "v. 48 (Feb. 26-Mar. 1972)" + ], + "idBarcode": [ + "33433084239056" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (Dec. 1972)", + "urn:barcode:33433081121109" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (Dec. 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (Dec. 1972)" + ], + "uri": "i16700888", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (Dec. 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433081121109" + } + ], + "enumerationChronology": [ + "v. 48 (Dec. 1972)" + ], + "idBarcode": [ + "33433081121109" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 48 (Apr. 1972)", + "urn:barcode:33433084239064" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000048 (Apr. 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 48-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 48 (Apr. 1972)" + ], + "uri": "i17474772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 48 (Apr. 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433084239064" + } + ], + "enumerationChronology": [ + "v. 48 (Apr. 1972)" + ], + "idBarcode": [ + "33433084239064" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 48, + "lte": 48 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (Oct. 1971)", + "urn:barcode:33433084239023" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (Oct. 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (Oct. 1971)" + ], + "uri": "i17474768", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (Oct. 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084239023" + } + ], + "enumerationChronology": [ + "v. 47 (Oct. 1971)" + ], + "idBarcode": [ + "33433084239023" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (Nov. 1971)", + "urn:barcode:33433084239031" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (Nov. 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (Nov. 1971)" + ], + "uri": "i17474769", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (Nov. 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084239031" + } + ], + "enumerationChronology": [ + "v. 47 (Nov. 1971)" + ], + "idBarcode": [ + "33433084239031" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (May 1971)", + "urn:barcode:33433084238991" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (May 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (May 1971)" + ], + "uri": "i17474765", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (May 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084238991" + } + ], + "enumerationChronology": [ + "v. 47 (May 1971)" + ], + "idBarcode": [ + "33433084238991" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (June-July 1971)", + "urn:barcode:33433084239007" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (June-July 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (June-July 1971)" + ], + "uri": "i17474766", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (June-July 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084239007" + } + ], + "enumerationChronology": [ + "v. 47 (June-July 1971)" + ], + "idBarcode": [ + "33433084239007" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (Feb. 20-Mar. 1971)", + "urn:barcode:33433084238975" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (Feb. 20-Mar. 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (Feb. 20-Mar. 1971)" + ], + "uri": "i17474763", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (Feb. 20-Mar. 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084238975" + } + ], + "enumerationChronology": [ + "v. 47 (Feb. 20-Mar. 1971)" + ], + "idBarcode": [ + "33433084238975" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (Dec. 1971)", + "urn:barcode:33433084239049" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (Dec. 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (Dec. 1971)" + ], + "uri": "i17474770", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (Dec. 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084239049" + } + ], + "enumerationChronology": [ + "v. 47 (Dec. 1971)" + ], + "idBarcode": [ + "33433084239049" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (Aug.-Sept. 1971)", + "urn:barcode:33433084239015" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (Aug.-Sept. 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (Aug.-Sept. 1971)" + ], + "uri": "i17474767", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (Aug.-Sept. 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084239015" + } + ], + "enumerationChronology": [ + "v. 47 (Aug.-Sept. 1971)" + ], + "idBarcode": [ + "33433084239015" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 47 (Apr. 1971)", + "urn:barcode:33433084238983" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000047 (Apr. 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 47-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 47 (Apr. 1971)" + ], + "uri": "i17474764", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 47 (Apr. 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084238983" + } + ], + "enumerationChronology": [ + "v. 47 (Apr. 1971)" + ], + "idBarcode": [ + "33433084238983" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 47, + "lte": 47 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (Oct. 1970)", + "urn:barcode:33433084238934" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (Oct. 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (Oct. 1970)" + ], + "uri": "i17474759", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (Oct. 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238934" + } + ], + "enumerationChronology": [ + "v. 46 (Oct. 1970)" + ], + "idBarcode": [ + "33433084238934" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (Nov. 1970)", + "urn:barcode:33433084238942" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (Nov. 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (Nov. 1970)" + ], + "uri": "i17474760", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (Nov. 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238942" + } + ], + "enumerationChronology": [ + "v. 46 (Nov. 1970)" + ], + "idBarcode": [ + "33433084238942" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (May 1970)", + "urn:barcode:33433104098789" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (May 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (May 1970)" + ], + "uri": "i29250562", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (May 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433104098789" + } + ], + "enumerationChronology": [ + "v. 46 (May 1970)" + ], + "idBarcode": [ + "33433104098789" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (June-July 1970)", + "urn:barcode:33433084238918" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (June-July 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (June-July 1970)" + ], + "uri": "i17474757", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (June-July 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238918" + } + ], + "enumerationChronology": [ + "v. 46 (June-July 1970)" + ], + "idBarcode": [ + "33433084238918" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (Jan.-Feb. 13, 1971)", + "urn:barcode:33433084238967" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (Jan.-Feb. 13, 1971)", + "dateRange": [ + { + "gte": "1971", + "lte": "1971" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1971" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (Jan.-Feb. 13, 1971)" + ], + "uri": "i17474762", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (Jan.-Feb. 13, 1971)" + }, + { + "type": "bf:Barcode", + "value": "33433084238967" + } + ], + "enumerationChronology": [ + "v. 46 (Jan.-Feb. 13, 1971)" + ], + "idBarcode": [ + "33433084238967" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (Feb. 21-Mar. 28, 1970)", + "urn:barcode:33433084238892" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (Feb. 21-Mar. 28, 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (Feb. 21-Mar. 28, 1970)" + ], + "uri": "i17474755", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (Feb. 21-Mar. 28, 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238892" + } + ], + "enumerationChronology": [ + "v. 46 (Feb. 21-Mar. 28, 1970)" + ], + "idBarcode": [ + "33433084238892" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (Dec. 1970)", + "urn:barcode:33433084238959" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (Dec. 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (Dec. 1970)" + ], + "uri": "i17474761", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (Dec. 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238959" + } + ], + "enumerationChronology": [ + "v. 46 (Dec. 1970)" + ], + "idBarcode": [ + "33433084238959" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (Aug.-Sept. 1970)", + "urn:barcode:33433084238926" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (Aug.-Sept. 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (Aug.-Sept. 1970)" + ], + "uri": "i17474758", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (Aug.-Sept. 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238926" + } + ], + "enumerationChronology": [ + "v. 46 (Aug.-Sept. 1970)" + ], + "idBarcode": [ + "33433084238926" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 46 (Apr. 1970)", + "urn:barcode:33433084238900" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000046 (Apr. 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 46-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 46 (Apr. 1970)" + ], + "uri": "i17474756", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 46 (Apr. 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238900" + } + ], + "enumerationChronology": [ + "v. 46 (Apr. 1970)" + ], + "idBarcode": [ + "33433084238900" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Sept. 1969)", + "urn:barcode:33433084238835" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Sept. 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Sept. 1969)" + ], + "uri": "i17474750", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Sept. 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238835" + } + ], + "enumerationChronology": [ + "v. 45 (Sept. 1969)" + ], + "idBarcode": [ + "33433084238835" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Oct. 1969)", + "urn:barcode:33433084238850" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Oct. 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Oct. 1969)" + ], + "uri": "i17474751", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Oct. 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238850" + } + ], + "enumerationChronology": [ + "v. 45 (Oct. 1969)" + ], + "idBarcode": [ + "33433084238850" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Nov. 1969)", + "urn:barcode:33433084238868" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Nov. 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Nov. 1969)" + ], + "uri": "i17474752", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Nov. 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238868" + } + ], + "enumerationChronology": [ + "v. 45 (Nov. 1969)" + ], + "idBarcode": [ + "33433084238868" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (May 1969)", + "urn:barcode:33433084238801" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (May 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (May 1969)" + ], + "uri": "i17474746", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (May 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238801" + } + ], + "enumerationChronology": [ + "v. 45 (May 1969)" + ], + "idBarcode": [ + "33433084238801" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (June 1969)", + "urn:barcode:33433084238819" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (June 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (June 1969)" + ], + "uri": "i17474747", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (June 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238819" + } + ], + "enumerationChronology": [ + "v. 45 (June 1969)" + ], + "idBarcode": [ + "33433084238819" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (July 1969)", + "urn:barcode:33433084238827" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (July 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (July 1969)" + ], + "uri": "i17474748", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (July 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238827" + } + ], + "enumerationChronology": [ + "v. 45 (July 1969)" + ], + "idBarcode": [ + "33433084238827" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Jan. 3-Feb. 14, 1970)", + "urn:barcode:33433084238884" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Jan. 3-Feb. 14, 1970)", + "dateRange": [ + { + "gte": "1970", + "lte": "1970" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1970" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Jan. 3-Feb. 14, 1970)" + ], + "uri": "i17474754", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Jan. 3-Feb. 14, 1970)" + }, + { + "type": "bf:Barcode", + "value": "33433084238884" + } + ], + "enumerationChronology": [ + "v. 45 (Jan. 3-Feb. 14, 1970)" + ], + "idBarcode": [ + "33433084238884" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Feb. 22-Mar. 29, 1969)", + "urn:barcode:33433084238785" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Feb. 22-Mar. 29, 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Feb. 22-Mar. 29, 1969)" + ], + "uri": "i17474744", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Feb. 22-Mar. 29, 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238785" + } + ], + "enumerationChronology": [ + "v. 45 (Feb. 22-Mar. 29, 1969)" + ], + "idBarcode": [ + "33433084238785" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Dec. 1969)", + "urn:barcode:33433084238876" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Dec. 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Dec. 1969)" + ], + "uri": "i17474753", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Dec. 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238876" + } + ], + "enumerationChronology": [ + "v. 45 (Dec. 1969)" + ], + "idBarcode": [ + "33433084238876" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Aug. 1969)", + "urn:barcode:33433084238843" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Aug. 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Aug. 1969)" + ], + "uri": "i17474749", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Aug. 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238843" + } + ], + "enumerationChronology": [ + "v. 45 (Aug. 1969)" + ], + "idBarcode": [ + "33433084238843" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 45 (Apr. 1969)", + "urn:barcode:33433084238793" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000045 (Apr. 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 45-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 45 (Apr. 1969)" + ], + "uri": "i17474745", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 45 (Apr. 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238793" + } + ], + "enumerationChronology": [ + "v. 45 (Apr. 1969)" + ], + "idBarcode": [ + "33433084238793" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 45, + "lte": 45 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Sept. 1968)", + "urn:barcode:33433084238736" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Sept. 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Sept. 1968)" + ], + "uri": "i17474739", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Sept. 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238736" + } + ], + "enumerationChronology": [ + "v. 44 (Sept. 1968)" + ], + "idBarcode": [ + "33433084238736" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Oct. 1968)", + "urn:barcode:33433084238744" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Oct. 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Oct. 1968)" + ], + "uri": "i17474740", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Oct. 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238744" + } + ], + "enumerationChronology": [ + "v. 44 (Oct. 1968)" + ], + "idBarcode": [ + "33433084238744" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Nov. 1968)", + "urn:barcode:33433084238751" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Nov. 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Nov. 1968)" + ], + "uri": "i17474741", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Nov. 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238751" + } + ], + "enumerationChronology": [ + "v. 44 (Nov. 1968)" + ], + "idBarcode": [ + "33433084238751" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (May 1968)", + "urn:barcode:33433084238694" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (May 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (May 1968)" + ], + "uri": "i17474735", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (May 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238694" + } + ], + "enumerationChronology": [ + "v. 44 (May 1968)" + ], + "idBarcode": [ + "33433084238694" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (June 1968)", + "urn:barcode:33433084238702" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (June 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (June 1968)" + ], + "uri": "i17474736", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (June 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238702" + } + ], + "enumerationChronology": [ + "v. 44 (June 1968)" + ], + "idBarcode": [ + "33433084238702" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (July 1968)", + "urn:barcode:33433084238710" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (July 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (July 1968)" + ], + "uri": "i17474737", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (July 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238710" + } + ], + "enumerationChronology": [ + "v. 44 (July 1968)" + ], + "idBarcode": [ + "33433084238710" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Jan.4-Feb. 15, 1969)", + "urn:barcode:33433084238777" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Jan.4-Feb. 15, 1969)", + "dateRange": [ + { + "gte": "1969", + "lte": "1969" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1969" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Jan.4-Feb. 15, 1969)" + ], + "uri": "i17474743", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Jan.4-Feb. 15, 1969)" + }, + { + "type": "bf:Barcode", + "value": "33433084238777" + } + ], + "enumerationChronology": [ + "v. 44 (Jan.4-Feb. 15, 1969)" + ], + "idBarcode": [ + "33433084238777" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Feb. 24-Mar. 30, 1968)", + "urn:barcode:33433084238678" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Feb. 24-Mar. 30, 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Feb. 24-Mar. 30, 1968)" + ], + "uri": "i17474733", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Feb. 24-Mar. 30, 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238678" + } + ], + "enumerationChronology": [ + "v. 44 (Feb. 24-Mar. 30, 1968)" + ], + "idBarcode": [ + "33433084238678" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Dec. 1968)", + "urn:barcode:33433084238769" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Dec. 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Dec. 1968)" + ], + "uri": "i17474742", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Dec. 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238769" + } + ], + "enumerationChronology": [ + "v. 44 (Dec. 1968)" + ], + "idBarcode": [ + "33433084238769" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Aug. 1968)", + "urn:barcode:33433084238728" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Aug. 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Aug. 1968)" + ], + "uri": "i17474738", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Aug. 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238728" + } + ], + "enumerationChronology": [ + "v. 44 (Aug. 1968)" + ], + "idBarcode": [ + "33433084238728" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 44 (Apr. 1968)", + "urn:barcode:33433084238686" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000044 (Apr. 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 44-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 44 (Apr. 1968)" + ], + "uri": "i17474734", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 44 (Apr. 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238686" + } + ], + "enumerationChronology": [ + "v. 44 (Apr. 1968)" + ], + "idBarcode": [ + "33433084238686" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Sept. 1967)", + "urn:barcode:33433084238629" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Sept. 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Sept. 1967)" + ], + "uri": "i17474728", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Sept. 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084238629" + } + ], + "enumerationChronology": [ + "v. 43 (Sept. 1967)" + ], + "idBarcode": [ + "33433084238629" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Oct. 1967)", + "urn:barcode:33433084238637" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Oct. 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Oct. 1967)" + ], + "uri": "i17474729", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Oct. 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084238637" + } + ], + "enumerationChronology": [ + "v. 43 (Oct. 1967)" + ], + "idBarcode": [ + "33433084238637" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Nov. 1967)", + "urn:barcode:33433084238645" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Nov. 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Nov. 1967)" + ], + "uri": "i17474730", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Nov. 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084238645" + } + ], + "enumerationChronology": [ + "v. 43 (Nov. 1967)" + ], + "idBarcode": [ + "33433084238645" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (May 1967)", + "urn:barcode:33433084159981" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (May 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (May 1967)" + ], + "uri": "i17474724", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (May 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084159981" + } + ], + "enumerationChronology": [ + "v. 43 (May 1967)" + ], + "idBarcode": [ + "33433084159981" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (June 1967)", + "urn:barcode:33433084159999" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (June 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (June 1967)" + ], + "uri": "i17474725", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (June 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084159999" + } + ], + "enumerationChronology": [ + "v. 43 (June 1967)" + ], + "idBarcode": [ + "33433084159999" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (July 1967)", + "urn:barcode:33433084160005" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (July 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (July 1967)" + ], + "uri": "i17474726", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (July 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084160005" + } + ], + "enumerationChronology": [ + "v. 43 (July 1967)" + ], + "idBarcode": [ + "33433084160005" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Jan. 6-Feb. 17, 1968)", + "urn:barcode:33433084238660" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Jan. 6-Feb. 17, 1968)", + "dateRange": [ + { + "gte": "1968", + "lte": "1968" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1968" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Jan. 6-Feb. 17, 1968)" + ], + "uri": "i17474732", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Jan. 6-Feb. 17, 1968)" + }, + { + "type": "bf:Barcode", + "value": "33433084238660" + } + ], + "enumerationChronology": [ + "v. 43 (Jan. 6-Feb. 17, 1968)" + ], + "idBarcode": [ + "33433084238660" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Feb. 25-Mar. 25, 1967)", + "urn:barcode:33433084159965" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Feb. 25-Mar. 25, 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Feb. 25-Mar. 25, 1967)" + ], + "uri": "i17474722", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Feb. 25-Mar. 25, 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084159965" + } + ], + "enumerationChronology": [ + "v. 43 (Feb. 25-Mar. 25, 1967)" + ], + "idBarcode": [ + "33433084159965" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Dec. 1967)", + "urn:barcode:33433084238652" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Dec. 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Dec. 1967)" + ], + "uri": "i17474731", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Dec. 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084238652" + } + ], + "enumerationChronology": [ + "v. 43 (Dec. 1967)" + ], + "idBarcode": [ + "33433084238652" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Aug. 1967)", + "urn:barcode:33433084238611" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Aug. 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Aug. 1967)" + ], + "uri": "i17474727", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Aug. 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084238611" + } + ], + "enumerationChronology": [ + "v. 43 (Aug. 1967)" + ], + "idBarcode": [ + "33433084238611" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 43 (Apr. 1967)", + "urn:barcode:33433084159973" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000043 (Apr. 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 43-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 43 (Apr. 1967)" + ], + "uri": "i17474723", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 43 (Apr. 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084159973" + } + ], + "enumerationChronology": [ + "v. 43 (Apr. 1967)" + ], + "idBarcode": [ + "33433084159973" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 43, + "lte": 43 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (Oct. 1966)", + "urn:barcode:33433084159932" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (Oct. 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (Oct. 1966)" + ], + "uri": "i17474719", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (Oct. 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159932" + } + ], + "enumerationChronology": [ + "v. 42 (Oct. 1966)" + ], + "idBarcode": [ + "33433084159932" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (Nov. 1966)", + "urn:barcode:33433079128975" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (Nov. 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (Nov. 1966)" + ], + "uri": "i17474438", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (Nov. 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433079128975" + } + ], + "enumerationChronology": [ + "v. 42 (Nov. 1966)" + ], + "idBarcode": [ + "33433079128975" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (May 1966)", + "urn:barcode:33433084159882" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (May 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (May 1966)" + ], + "uri": "i17474714", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (May 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159882" + } + ], + "enumerationChronology": [ + "v. 42 (May 1966)" + ], + "idBarcode": [ + "33433084159882" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (June 1966)", + "urn:barcode:33433084159890" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (June 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (June 1966)" + ], + "uri": "i17474715", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (June 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159890" + } + ], + "enumerationChronology": [ + "v. 42 (June 1966)" + ], + "idBarcode": [ + "33433084159890" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (July 1966)", + "urn:barcode:33433084159908" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (July 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (July 1966)" + ], + "uri": "i17474716", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (July 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159908" + } + ], + "enumerationChronology": [ + "v. 42 (July 1966)" + ], + "idBarcode": [ + "33433084159908" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (Jan. 7-Feb. 18, 1967)", + "urn:barcode:33433084159957" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (Jan. 7-Feb. 18, 1967)", + "dateRange": [ + { + "gte": "1967", + "lte": "1967" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1967" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (Jan. 7-Feb. 18, 1967)" + ], + "uri": "i17474721", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (Jan. 7-Feb. 18, 1967)" + }, + { + "type": "bf:Barcode", + "value": "33433084159957" + } + ], + "enumerationChronology": [ + "v. 42 (Jan. 7-Feb. 18, 1967)" + ], + "idBarcode": [ + "33433084159957" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (Feb. 26-Mar. 26, 1966)", + "urn:barcode:33433084159866" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (Feb. 26-Mar. 26, 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (Feb. 26-Mar. 26, 1966)" + ], + "uri": "i17474712", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (Feb. 26-Mar. 26, 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159866" + } + ], + "enumerationChronology": [ + "v. 42 (Feb. 26-Mar. 26, 1966)" + ], + "idBarcode": [ + "33433084159866" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (Dec. 1966)", + "urn:barcode:33433084159940" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (Dec. 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (Dec. 1966)" + ], + "uri": "i17474720", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (Dec. 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159940" + } + ], + "enumerationChronology": [ + "v. 42 (Dec. 1966)" + ], + "idBarcode": [ + "33433084159940" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (Aug. 1966)", + "urn:barcode:33433084159916" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (Aug. 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (Aug. 1966)" + ], + "uri": "i17474717", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (Aug. 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159916" + } + ], + "enumerationChronology": [ + "v. 42 (Aug. 1966)" + ], + "idBarcode": [ + "33433084159916" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (Aug. 1966)", + "urn:barcode:33433084159924" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (Aug. 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (Aug. 1966)" + ], + "uri": "i17474718", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (Aug. 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159924" + } + ], + "enumerationChronology": [ + "v. 42 (Aug. 1966)" + ], + "idBarcode": [ + "33433084159924" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 42 (April 1966)", + "urn:barcode:33433084159874" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000042 (April 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 42-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 42 (April 1966)" + ], + "uri": "i17474713", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 42 (April 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084159874" + } + ], + "enumerationChronology": [ + "v. 42 (April 1966)" + ], + "idBarcode": [ + "33433084159874" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 42, + "lte": 42 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 Dec. 1965)", + "urn:barcode:33433084159858" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 Dec. 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 Dec. 1965)" + ], + "uri": "i17474710", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 Dec. 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084159858" + } + ], + "enumerationChronology": [ + "v. 41 Dec. 1965)" + ], + "idBarcode": [ + "33433084159858" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (may 1965)", + "urn:barcode:33433084159817" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (may 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (may 1965)" + ], + "uri": "i17474705", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (may 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084159817" + } + ], + "enumerationChronology": [ + "v. 41 (may 1965)" + ], + "idBarcode": [ + "33433084159817" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Sept 1965)", + "urn:barcode:33433079575118" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Sept 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Sept 1965)" + ], + "uri": "i17474456", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Sept 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433079575118" + } + ], + "enumerationChronology": [ + "v. 41 (Sept 1965)" + ], + "idBarcode": [ + "33433079575118" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Oct 1965)", + "urn:barcode:33433079575126" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Oct 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Oct 1965)" + ], + "uri": "i17474457", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Oct 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433079575126" + } + ], + "enumerationChronology": [ + "v. 41 (Oct 1965)" + ], + "idBarcode": [ + "33433079575126" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Nov. 1965)", + "urn:barcode:33433084159841" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Nov. 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Nov. 1965)" + ], + "uri": "i17474709", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Nov. 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084159841" + } + ], + "enumerationChronology": [ + "v. 41 (Nov. 1965)" + ], + "idBarcode": [ + "33433084159841" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (June 1965)", + "urn:barcode:33433084240609" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (June 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (June 1965)" + ], + "uri": "i17474706", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (June 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084240609" + } + ], + "enumerationChronology": [ + "v. 41 (June 1965)" + ], + "idBarcode": [ + "33433084240609" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (July 1965)", + "urn:barcode:33433084159825" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (July 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (July 1965)" + ], + "uri": "i17474707", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (July 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084159825" + } + ], + "enumerationChronology": [ + "v. 41 (July 1965)" + ], + "idBarcode": [ + "33433084159825" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Jan.-Feb. 19 1972)", + "urn:barcode:33433078698390" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Jan.-Feb. 19 1972)", + "dateRange": [ + { + "gte": "1972", + "lte": "1972" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1972" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Jan.-Feb. 19 1972)" + ], + "uri": "i16700896", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Jan.-Feb. 19 1972)" + }, + { + "type": "bf:Barcode", + "value": "33433078698390" + } + ], + "enumerationChronology": [ + "v. 41 (Jan.-Feb. 19 1972)" + ], + "idBarcode": [ + "33433078698390" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Jan. 1-Feb. 19, 1966)", + "urn:barcode:33433084240591" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Jan. 1-Feb. 19, 1966)", + "dateRange": [ + { + "gte": "1966", + "lte": "1966" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1966" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Jan. 1-Feb. 19, 1966)" + ], + "uri": "i17474711", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Jan. 1-Feb. 19, 1966)" + }, + { + "type": "bf:Barcode", + "value": "33433084240591" + } + ], + "enumerationChronology": [ + "v. 41 (Jan. 1-Feb. 19, 1966)" + ], + "idBarcode": [ + "33433084240591" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Feb. 20-Mar. 27, 1965)", + "urn:barcode:33433084240617" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Feb. 20-Mar. 27, 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Feb. 20-Mar. 27, 1965)" + ], + "uri": "i17474703", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Feb. 20-Mar. 27, 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084240617" + } + ], + "enumerationChronology": [ + "v. 41 (Feb. 20-Mar. 27, 1965)" + ], + "idBarcode": [ + "33433084240617" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Aug. 1965)", + "urn:barcode:33433084159833" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Aug. 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Aug. 1965)" + ], + "uri": "i17474708", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Aug. 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084159833" + } + ], + "enumerationChronology": [ + "v. 41 (Aug. 1965)" + ], + "idBarcode": [ + "33433084159833" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 41 (Apr. 1965)", + "urn:barcode:33433084159809" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000041 (Apr. 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 41-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 41 (Apr. 1965)" + ], + "uri": "i17474704", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 41 (Apr. 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084159809" + } + ], + "enumerationChronology": [ + "v. 41 (Apr. 1965)" + ], + "idBarcode": [ + "33433084159809" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 41, + "lte": 41 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Sept. 1964)", + "urn:barcode:33433084159759" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Sept. 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Sept. 1964)" + ], + "uri": "i17474698", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Sept. 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159759" + } + ], + "enumerationChronology": [ + "v. 40 (Sept. 1964)" + ], + "idBarcode": [ + "33433084159759" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Oct. 1964)", + "urn:barcode:33433084159767" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Oct. 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Oct. 1964)" + ], + "uri": "i17474699", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Oct. 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159767" + } + ], + "enumerationChronology": [ + "v. 40 (Oct. 1964)" + ], + "idBarcode": [ + "33433084159767" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Nov. 1964)", + "urn:barcode:33433084159775" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Nov. 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Nov. 1964)" + ], + "uri": "i17474700", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Nov. 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159775" + } + ], + "enumerationChronology": [ + "v. 40 (Nov. 1964)" + ], + "idBarcode": [ + "33433084159775" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (May 1964)", + "urn:barcode:33433084159718" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (May 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (May 1964)" + ], + "uri": "i17474694", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (May 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159718" + } + ], + "enumerationChronology": [ + "v. 40 (May 1964)" + ], + "idBarcode": [ + "33433084159718" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (June 1964)", + "urn:barcode:33433084159726" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (June 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (June 1964)" + ], + "uri": "i17474695", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (June 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159726" + } + ], + "enumerationChronology": [ + "v. 40 (June 1964)" + ], + "idBarcode": [ + "33433084159726" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (July 1964)", + "urn:barcode:33433084159734" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (July 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (July 1964)" + ], + "uri": "i17474696", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (July 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159734" + } + ], + "enumerationChronology": [ + "v. 40 (July 1964)" + ], + "idBarcode": [ + "33433084159734" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Jan.2-Feb. 13, 1965)", + "urn:barcode:33433084159791" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Jan.2-Feb. 13, 1965)", + "dateRange": [ + { + "gte": "1965", + "lte": "1965" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1965" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Jan.2-Feb. 13, 1965)" + ], + "uri": "i17474702", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Jan.2-Feb. 13, 1965)" + }, + { + "type": "bf:Barcode", + "value": "33433084159791" + } + ], + "enumerationChronology": [ + "v. 40 (Jan.2-Feb. 13, 1965)" + ], + "idBarcode": [ + "33433084159791" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Feb. 22-mar. 28, 1964)", + "urn:barcode:33433084159692" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Feb. 22-mar. 28, 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Feb. 22-mar. 28, 1964)" + ], + "uri": "i17474692", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Feb. 22-mar. 28, 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159692" + } + ], + "enumerationChronology": [ + "v. 40 (Feb. 22-mar. 28, 1964)" + ], + "idBarcode": [ + "33433084159692" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Dec. 1964)", + "urn:barcode:33433084159783" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Dec. 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Dec. 1964)" + ], + "uri": "i17474701", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Dec. 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159783" + } + ], + "enumerationChronology": [ + "v. 40 (Dec. 1964)" + ], + "idBarcode": [ + "33433084159783" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Aug. 1964)", + "urn:barcode:33433084159742" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Aug. 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Aug. 1964)" + ], + "uri": "i17474697", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Aug. 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159742" + } + ], + "enumerationChronology": [ + "v. 40 (Aug. 1964)" + ], + "idBarcode": [ + "33433084159742" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 40 (Apr. 1964)", + "urn:barcode:33433084159700" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000040 (Apr. 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 40-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 40 (Apr. 1964)" + ], + "uri": "i17474693", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 40 (Apr. 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159700" + } + ], + "enumerationChronology": [ + "v. 40 (Apr. 1964)" + ], + "idBarcode": [ + "33433084159700" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 40, + "lte": 40 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Sept. 1963)", + "urn:barcode:33433084159643" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Sept. 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Sept. 1963)" + ], + "uri": "i17474687", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Sept. 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159643" + } + ], + "enumerationChronology": [ + "v. 39 (Sept. 1963)" + ], + "idBarcode": [ + "33433084159643" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Oct. 1963)", + "urn:barcode:33433084159650" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Oct. 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Oct. 1963)" + ], + "uri": "i17474688", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Oct. 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159650" + } + ], + "enumerationChronology": [ + "v. 39 (Oct. 1963)" + ], + "idBarcode": [ + "33433084159650" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Nov. 1963)", + "urn:barcode:33433084159668" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Nov. 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Nov. 1963)" + ], + "uri": "i17474689", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Nov. 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159668" + } + ], + "enumerationChronology": [ + "v. 39 (Nov. 1963)" + ], + "idBarcode": [ + "33433084159668" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (May 1963)", + "urn:barcode:33433084159601" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (May 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (May 1963)" + ], + "uri": "i17474683", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (May 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159601" + } + ], + "enumerationChronology": [ + "v. 39 (May 1963)" + ], + "idBarcode": [ + "33433084159601" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Mar. 23-Apr. 27, 1963)", + "urn:barcode:33433084159593" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Mar. 23-Apr. 27, 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Mar. 23-Apr. 27, 1963)" + ], + "uri": "i17474682", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Mar. 23-Apr. 27, 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159593" + } + ], + "enumerationChronology": [ + "v. 39 (Mar. 23-Apr. 27, 1963)" + ], + "idBarcode": [ + "33433084159593" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (June 1963)", + "urn:barcode:33433084159619" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (June 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (June 1963)" + ], + "uri": "i17474684", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (June 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159619" + } + ], + "enumerationChronology": [ + "v. 39 (June 1963)" + ], + "idBarcode": [ + "33433084159619" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (July 1963)", + "urn:barcode:33433084159627" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (July 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (July 1963)" + ], + "uri": "i17474685", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (July 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159627" + } + ], + "enumerationChronology": [ + "v. 39 (July 1963)" + ], + "idBarcode": [ + "33433084159627" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Jan. 4-Feb. 15, 1964)", + "urn:barcode:33433084159684" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Jan. 4-Feb. 15, 1964)", + "dateRange": [ + { + "gte": "1964", + "lte": "1964" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1964" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Jan. 4-Feb. 15, 1964)" + ], + "uri": "i17474691", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Jan. 4-Feb. 15, 1964)" + }, + { + "type": "bf:Barcode", + "value": "33433084159684" + } + ], + "enumerationChronology": [ + "v. 39 (Jan. 4-Feb. 15, 1964)" + ], + "idBarcode": [ + "33433084159684" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Feb. 23-Mar. 16, 1963)", + "urn:barcode:33433084159585" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Feb. 23-Mar. 16, 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Feb. 23-Mar. 16, 1963)" + ], + "uri": "i17474681", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Feb. 23-Mar. 16, 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159585" + } + ], + "enumerationChronology": [ + "v. 39 (Feb. 23-Mar. 16, 1963)" + ], + "idBarcode": [ + "33433084159585" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Dec. 1963)", + "urn:barcode:33433084159676" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Dec. 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Dec. 1963)" + ], + "uri": "i17474690", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Dec. 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159676" + } + ], + "enumerationChronology": [ + "v. 39 (Dec. 1963)" + ], + "idBarcode": [ + "33433084159676" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 39 (Aug. 1963)", + "urn:barcode:33433084159635" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000039 (Aug. 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 39-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 39 (Aug. 1963)" + ], + "uri": "i17474686", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 39 (Aug. 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159635" + } + ], + "enumerationChronology": [ + "v. 39 (Aug. 1963)" + ], + "idBarcode": [ + "33433084159635" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 39, + "lte": 39 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 38 (May 26-July 7, 1962)", + "urn:barcode:33433084159536" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000038 (May 26-July 7, 1962)", + "dateRange": [ + { + "gte": "1962", + "lte": "1962" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 38-1962" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 38 (May 26-July 7, 1962)" + ], + "uri": "i17474676", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 38 (May 26-July 7, 1962)" + }, + { + "type": "bf:Barcode", + "value": "33433084159536" + } + ], + "enumerationChronology": [ + "v. 38 (May 26-July 7, 1962)" + ], + "idBarcode": [ + "33433084159536" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 38, + "lte": 38 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 38 (July 14-Aug.18, 1962)", + "urn:barcode:33433084159544" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000038 (July 14-Aug.18, 1962)", + "dateRange": [ + { + "gte": "1962", + "lte": "1962" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 38-1962" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 38 (July 14-Aug.18, 1962)" + ], + "uri": "i17474677", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 38 (July 14-Aug.18, 1962)" + }, + { + "type": "bf:Barcode", + "value": "33433084159544" + } + ], + "enumerationChronology": [ + "v. 38 (July 14-Aug.18, 1962)" + ], + "idBarcode": [ + "33433084159544" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 38, + "lte": 38 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 38 (Jan. 5-Feb. 16, 1963)", + "urn:barcode:33433084159577" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000038 (Jan. 5-Feb. 16, 1963)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 38-1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 38 (Jan. 5-Feb. 16, 1963)" + ], + "uri": "i17474680", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 38 (Jan. 5-Feb. 16, 1963)" + }, + { + "type": "bf:Barcode", + "value": "33433084159577" + } + ], + "enumerationChronology": [ + "v. 38 (Jan. 5-Feb. 16, 1963)" + ], + "idBarcode": [ + "33433084159577" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 38, + "lte": 38 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 38", + "urn:barcode:33433080065141" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000038", + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 38-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 38" + ], + "uri": "i17586833", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 38" + }, + { + "type": "bf:Barcode", + "value": "33433080065141" + } + ], + "enumerationChronology": [ + "v. 38" + ], + "idBarcode": [ + "33433080065141" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 38, + "lte": 38 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (Oct. 14-28, 1961)", + "urn:barcode:33433084159478" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (Oct. 14-28, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (Oct. 14-28, 1961)" + ], + "uri": "i17474670", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (Oct. 14-28, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159478" + } + ], + "enumerationChronology": [ + "v. 37 (Oct. 14-28, 1961)" + ], + "idBarcode": [ + "33433084159478" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (Nov. 4-18, 1961)", + "urn:barcode:33433084159486" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (Nov. 4-18, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (Nov. 4-18, 1961)" + ], + "uri": "i17474671", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (Nov. 4-18, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159486" + } + ], + "enumerationChronology": [ + "v. 37 (Nov. 4-18, 1961)" + ], + "idBarcode": [ + "33433084159486" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (Nov. 25-Dec. 30, 1961)", + "urn:barcode:33433084159494" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (Nov. 25-Dec. 30, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (Nov. 25-Dec. 30, 1961)" + ], + "uri": "i17474672", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (Nov. 25-Dec. 30, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159494" + } + ], + "enumerationChronology": [ + "v. 37 (Nov. 25-Dec. 30, 1961)" + ], + "idBarcode": [ + "33433084159494" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (May 27-July 1, 1961)", + "urn:barcode:33433084159445" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (May 27-July 1, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (May 27-July 1, 1961)" + ], + "uri": "i17474667", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (May 27-July 1, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159445" + } + ], + "enumerationChronology": [ + "v. 37 (May 27-July 1, 1961)" + ], + "idBarcode": [ + "33433084159445" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (July 8-Aug. 19, 1961)", + "urn:barcode:33433084159452" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (July 8-Aug. 19, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (July 8-Aug. 19, 1961)" + ], + "uri": "i17474668", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (July 8-Aug. 19, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159452" + } + ], + "enumerationChronology": [ + "v. 37 (July 8-Aug. 19, 1961)" + ], + "idBarcode": [ + "33433084159452" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (Jan.7-Feb. 11, 1961)", + "urn:barcode:33433084159411" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (Jan.7-Feb. 11, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (Jan.7-Feb. 11, 1961)" + ], + "uri": "i17474664", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (Jan.7-Feb. 11, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159411" + } + ], + "enumerationChronology": [ + "v. 37 (Jan.7-Feb. 11, 1961)" + ], + "idBarcode": [ + "33433084159411" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (Feb. 18-Apr. 1, 1961)", + "urn:barcode:33433084159429" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (Feb. 18-Apr. 1, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (Feb. 18-Apr. 1, 1961)" + ], + "uri": "i17474665", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (Feb. 18-Apr. 1, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159429" + } + ], + "enumerationChronology": [ + "v. 37 (Feb. 18-Apr. 1, 1961)" + ], + "idBarcode": [ + "33433084159429" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (Aug. 26-Oct. 7, 1961)", + "urn:barcode:33433084159460" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (Aug. 26-Oct. 7, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (Aug. 26-Oct. 7, 1961)" + ], + "uri": "i17474669", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (Aug. 26-Oct. 7, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159460" + } + ], + "enumerationChronology": [ + "v. 37 (Aug. 26-Oct. 7, 1961)" + ], + "idBarcode": [ + "33433084159460" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 37 (Apr. 8-May 20, 1961)", + "urn:barcode:33433084159437" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000037 (Apr. 8-May 20, 1961)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 37-1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 37 (Apr. 8-May 20, 1961)" + ], + "uri": "i17474666", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 37 (Apr. 8-May 20, 1961)" + }, + { + "type": "bf:Barcode", + "value": "33433084159437" + } + ], + "enumerationChronology": [ + "v. 37 (Apr. 8-May 20, 1961)" + ], + "idBarcode": [ + "33433084159437" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 37, + "lte": 37 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 36 (Oct.-Nov. 1960)", + "urn:barcode:33433071556728" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000036 (Oct.-Nov. 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 36-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 36 (Oct.-Nov. 1960)" + ], + "uri": "i17474432", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 36 (Oct.-Nov. 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433071556728" + } + ], + "enumerationChronology": [ + "v. 36 (Oct.-Nov. 1960)" + ], + "idBarcode": [ + "33433071556728" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 36, + "lte": 36 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 36 (Nov. 19-Dec. 31, 1960)", + "urn:barcode:33433071556736" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000036 (Nov. 19-Dec. 31, 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 36-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 36 (Nov. 19-Dec. 31, 1960)" + ], + "uri": "i17474433", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 36 (Nov. 19-Dec. 31, 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433071556736" + } + ], + "enumerationChronology": [ + "v. 36 (Nov. 19-Dec. 31, 1960)" + ], + "idBarcode": [ + "33433071556736" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 36, + "lte": 36 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 36 (May 21-June 25, 1960)", + "urn:barcode:33433084149784" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000036 (May 21-June 25, 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 36-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 36 (May 21-June 25, 1960)" + ], + "uri": "i17474661", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 36 (May 21-June 25, 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433084149784" + } + ], + "enumerationChronology": [ + "v. 36 (May 21-June 25, 1960)" + ], + "idBarcode": [ + "33433084149784" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 36, + "lte": 36 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 36 (July 2-Aug 13, 1960)", + "urn:barcode:33433084149792" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000036 (July 2-Aug 13, 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 36-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 36 (July 2-Aug 13, 1960)" + ], + "uri": "i17474662", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 36 (July 2-Aug 13, 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433084149792" + } + ], + "enumerationChronology": [ + "v. 36 (July 2-Aug 13, 1960)" + ], + "idBarcode": [ + "33433084149792" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 36, + "lte": 36 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 36 (Feb. 20-Mar. 26, 1960)", + "urn:barcode:33433084149768" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000036 (Feb. 20-Mar. 26, 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 36-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 36 (Feb. 20-Mar. 26, 1960)" + ], + "uri": "i17474659", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 36 (Feb. 20-Mar. 26, 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433084149768" + } + ], + "enumerationChronology": [ + "v. 36 (Feb. 20-Mar. 26, 1960)" + ], + "idBarcode": [ + "33433084149768" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 36, + "lte": 36 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 36 (Aug. 20-Oct. 1, 1960)", + "urn:barcode:33433084149800" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000036 (Aug. 20-Oct. 1, 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 36-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 36 (Aug. 20-Oct. 1, 1960)" + ], + "uri": "i17474663", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 36 (Aug. 20-Oct. 1, 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433084149800" + } + ], + "enumerationChronology": [ + "v. 36 (Aug. 20-Oct. 1, 1960)" + ], + "idBarcode": [ + "33433084149800" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 36, + "lte": 36 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 36 (Apr. 2-May 14, 1960)", + "urn:barcode:33433084149776" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000036 (Apr. 2-May 14, 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 36-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 36 (Apr. 2-May 14, 1960)" + ], + "uri": "i17474660", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 36 (Apr. 2-May 14, 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433084149776" + } + ], + "enumerationChronology": [ + "v. 36 (Apr. 2-May 14, 1960)" + ], + "idBarcode": [ + "33433084149776" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 36, + "lte": 36 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (Oct 3-Nov 14 1959)", + "urn:barcode:33433078506999" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (Oct 3-Nov 14 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (Oct 3-Nov 14 1959)" + ], + "uri": "i16700908", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (Oct 3-Nov 14 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433078506999" + } + ], + "enumerationChronology": [ + "v. 35 (Oct 3-Nov 14 1959)" + ], + "idBarcode": [ + "33433078506999" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (Nov. 21-Dec. 26, 1959)", + "urn:barcode:33433078804303" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (Nov. 21-Dec. 26, 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (Nov. 21-Dec. 26, 1959)" + ], + "uri": "i16700901", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (Nov. 21-Dec. 26, 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433078804303" + } + ], + "enumerationChronology": [ + "v. 35 (Nov. 21-Dec. 26, 1959)" + ], + "idBarcode": [ + "33433078804303" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (May-June 1959)", + "urn:barcode:33433078264508" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (May-June 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (May-June 1959)" + ], + "uri": "i16700905", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (May-June 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433078264508" + } + ], + "enumerationChronology": [ + "v. 35 (May-June 1959)" + ], + "idBarcode": [ + "33433078264508" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (July 4-Aug 15 1959)", + "urn:barcode:33433078506973" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (July 4-Aug 15 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (July 4-Aug 15 1959)" + ], + "uri": "i16700906", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (July 4-Aug 15 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433078506973" + } + ], + "enumerationChronology": [ + "v. 35 (July 4-Aug 15 1959)" + ], + "idBarcode": [ + "33433078506973" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (Jan. 2-Feb. 13, 1960)", + "urn:barcode:33433084149750" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (Jan. 2-Feb. 13, 1960)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (Jan. 2-Feb. 13, 1960)" + ], + "uri": "i17474658", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (Jan. 2-Feb. 13, 1960)" + }, + { + "type": "bf:Barcode", + "value": "33433084149750" + } + ], + "enumerationChronology": [ + "v. 35 (Jan. 2-Feb. 13, 1960)" + ], + "idBarcode": [ + "33433084149750" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (Feb 21-Mar 28 1959)", + "urn:barcode:33433078264490" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (Feb 21-Mar 28 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (Feb 21-Mar 28 1959)" + ], + "uri": "i16700903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (Feb 21-Mar 28 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433078264490" + } + ], + "enumerationChronology": [ + "v. 35 (Feb 21-Mar 28 1959)" + ], + "idBarcode": [ + "33433078264490" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (Aug 22-Sept 26 1959)", + "urn:barcode:33433078506981" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (Aug 22-Sept 26 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (Aug 22-Sept 26 1959)" + ], + "uri": "i16700907", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (Aug 22-Sept 26 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433078506981" + } + ], + "enumerationChronology": [ + "v. 35 (Aug 22-Sept 26 1959)" + ], + "idBarcode": [ + "33433078506981" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 35 (Apr 4-May 16 1959)", + "urn:barcode:33433078506965" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000035 (Apr 4-May 16 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 35-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 35 (Apr 4-May 16 1959)" + ], + "uri": "i16700904", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 35 (Apr 4-May 16 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433078506965" + } + ], + "enumerationChronology": [ + "v. 35 (Apr 4-May 16 1959)" + ], + "idBarcode": [ + "33433078506965" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 35, + "lte": 35 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (Oct. 11-Nov. 15, 1958)", + "urn:barcode:33433084149727" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (Oct. 11-Nov. 15, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (Oct. 11-Nov. 15, 1958)" + ], + "uri": "i17474655", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (Oct. 11-Nov. 15, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149727" + } + ], + "enumerationChronology": [ + "v. 34 (Oct. 11-Nov. 15, 1958)" + ], + "idBarcode": [ + "33433084149727" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (Nov. 22-Dec. 27, 1958)", + "urn:barcode:33433084149735" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (Nov. 22-Dec. 27, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (Nov. 22-Dec. 27, 1958)" + ], + "uri": "i17474656", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (Nov. 22-Dec. 27, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149735" + } + ], + "enumerationChronology": [ + "v. 34 (Nov. 22-Dec. 27, 1958)" + ], + "idBarcode": [ + "33433084149735" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (May 24-July 5, 1958)", + "urn:barcode:33433084149693" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (May 24-July 5, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (May 24-July 5, 1958)" + ], + "uri": "i17474652", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (May 24-July 5, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149693" + } + ], + "enumerationChronology": [ + "v. 34 (May 24-July 5, 1958)" + ], + "idBarcode": [ + "33433084149693" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (July 13-Aug. 16, 1958)", + "urn:barcode:33433084149701" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (July 13-Aug. 16, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (July 13-Aug. 16, 1958)" + ], + "uri": "i17474653", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (July 13-Aug. 16, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149701" + } + ], + "enumerationChronology": [ + "v. 34 (July 13-Aug. 16, 1958)" + ], + "idBarcode": [ + "33433084149701" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (Jan. 3-Feb. 14, 1959)", + "urn:barcode:33433084149743" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (Jan. 3-Feb. 14, 1959)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (Jan. 3-Feb. 14, 1959)" + ], + "uri": "i17474657", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (Jan. 3-Feb. 14, 1959)" + }, + { + "type": "bf:Barcode", + "value": "33433084149743" + } + ], + "enumerationChronology": [ + "v. 34 (Jan. 3-Feb. 14, 1959)" + ], + "idBarcode": [ + "33433084149743" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (Feb. 22-Apr. 5, 1958)", + "urn:barcode:33433084149677" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (Feb. 22-Apr. 5, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (Feb. 22-Apr. 5, 1958)" + ], + "uri": "i17474650", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (Feb. 22-Apr. 5, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149677" + } + ], + "enumerationChronology": [ + "v. 34 (Feb. 22-Apr. 5, 1958)" + ], + "idBarcode": [ + "33433084149677" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (Aug. 23-Oct. 4, 1958)", + "urn:barcode:33433084149719" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (Aug. 23-Oct. 4, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (Aug. 23-Oct. 4, 1958)" + ], + "uri": "i17474654", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (Aug. 23-Oct. 4, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149719" + } + ], + "enumerationChronology": [ + "v. 34 (Aug. 23-Oct. 4, 1958)" + ], + "idBarcode": [ + "33433084149719" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 34 (Apr. 12-May 17, 1958)", + "urn:barcode:33433084149685" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000034 (Apr. 12-May 17, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 34-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 34 (Apr. 12-May 17, 1958)" + ], + "uri": "i17474651", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 34 (Apr. 12-May 17, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149685" + } + ], + "enumerationChronology": [ + "v. 34 (Apr. 12-May 17, 1958)" + ], + "idBarcode": [ + "33433084149685" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (aug. 24-Sept. 28, 1957)", + "urn:barcode:33433084149628" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (aug. 24-Sept. 28, 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (aug. 24-Sept. 28, 1957)" + ], + "uri": "i17474645", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (aug. 24-Sept. 28, 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433084149628" + } + ], + "enumerationChronology": [ + "v. 33 (aug. 24-Sept. 28, 1957)" + ], + "idBarcode": [ + "33433084149628" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (Oct. 1957)", + "urn:barcode:33433084149636" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (Oct. 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (Oct. 1957)" + ], + "uri": "i17474646", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (Oct. 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433084149636" + } + ], + "enumerationChronology": [ + "v. 33 (Oct. 1957)" + ], + "idBarcode": [ + "33433084149636" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (Nov. 30, 1957-Jan. 4, 1958)", + "urn:barcode:33433084149651" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (Nov. 30, 1957-Jan. 4, 1958)", + "dateRange": [ + { + "gte": "1957", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (Nov. 30, 1957-Jan. 4, 1958)" + ], + "uri": "i17474648", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (Nov. 30, 1957-Jan. 4, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149651" + } + ], + "enumerationChronology": [ + "v. 33 (Nov. 30, 1957-Jan. 4, 1958)" + ], + "idBarcode": [ + "33433084149651" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (Nov. 2-Nov. 23, 1957)", + "urn:barcode:33433084149644" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (Nov. 2-Nov. 23, 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (Nov. 2-Nov. 23, 1957)" + ], + "uri": "i17474647", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (Nov. 2-Nov. 23, 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433084149644" + } + ], + "enumerationChronology": [ + "v. 33 (Nov. 2-Nov. 23, 1957)" + ], + "idBarcode": [ + "33433084149644" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (May 25-June 29, 1957)", + "urn:barcode:33433084149602" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (May 25-June 29, 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (May 25-June 29, 1957)" + ], + "uri": "i17474643", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (May 25-June 29, 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433084149602" + } + ], + "enumerationChronology": [ + "v. 33 (May 25-June 29, 1957)" + ], + "idBarcode": [ + "33433084149602" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (July 6-Aug. 17, 1957)", + "urn:barcode:33433084149610" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (July 6-Aug. 17, 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (July 6-Aug. 17, 1957)" + ], + "uri": "i17474644", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (July 6-Aug. 17, 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433084149610" + } + ], + "enumerationChronology": [ + "v. 33 (July 6-Aug. 17, 1957)" + ], + "idBarcode": [ + "33433084149610" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (Jan. 11-Feb. 15, 1958)", + "urn:barcode:33433084149669" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (Jan. 11-Feb. 15, 1958)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (Jan. 11-Feb. 15, 1958)" + ], + "uri": "i17474649", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (Jan. 11-Feb. 15, 1958)" + }, + { + "type": "bf:Barcode", + "value": "33433084149669" + } + ], + "enumerationChronology": [ + "v. 33 (Jan. 11-Feb. 15, 1958)" + ], + "idBarcode": [ + "33433084149669" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (Feb. 23-Mar. 30, 1957)", + "urn:barcode:33433084149594" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (Feb. 23-Mar. 30, 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (Feb. 23-Mar. 30, 1957)" + ], + "uri": "i17474642", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (Feb. 23-Mar. 30, 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433084149594" + } + ], + "enumerationChronology": [ + "v. 33 (Feb. 23-Mar. 30, 1957)" + ], + "idBarcode": [ + "33433084149594" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 33 (Apr. 6- May 18, 1957)", + "urn:barcode:33433104098797" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000033 (Apr. 6- May 18, 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 33-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 33 (Apr. 6- May 18, 1957)" + ], + "uri": "i29250588", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 33 (Apr. 6- May 18, 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433104098797" + } + ], + "enumerationChronology": [ + "v. 33 (Apr. 6- May 18, 1957)" + ], + "idBarcode": [ + "33433104098797" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (Oct. 6-Nov. 10, 1956)", + "urn:barcode:33433084149560" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (Oct. 6-Nov. 10, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (Oct. 6-Nov. 10, 1956)" + ], + "uri": "i17474639", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (Oct. 6-Nov. 10, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149560" + } + ], + "enumerationChronology": [ + "v. 32 (Oct. 6-Nov. 10, 1956)" + ], + "idBarcode": [ + "33433084149560" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (Nov. 17-Dec. 29, 1956)", + "urn:barcode:33433084149578" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (Nov. 17-Dec. 29, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (Nov. 17-Dec. 29, 1956)" + ], + "uri": "i17474640", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (Nov. 17-Dec. 29, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149578" + } + ], + "enumerationChronology": [ + "v. 32 (Nov. 17-Dec. 29, 1956)" + ], + "idBarcode": [ + "33433084149578" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (May 26-June 30, 1956)", + "urn:barcode:33433084149537" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (May 26-June 30, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (May 26-June 30, 1956)" + ], + "uri": "i17474636", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (May 26-June 30, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149537" + } + ], + "enumerationChronology": [ + "v. 32 (May 26-June 30, 1956)" + ], + "idBarcode": [ + "33433084149537" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (July 7-Aug. 18, 1956)", + "urn:barcode:33433084149545" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (July 7-Aug. 18, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (July 7-Aug. 18, 1956)" + ], + "uri": "i17474637", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (July 7-Aug. 18, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149545" + } + ], + "enumerationChronology": [ + "v. 32 (July 7-Aug. 18, 1956)" + ], + "idBarcode": [ + "33433084149545" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (Jan. 5-Feb. 16, 1957)", + "urn:barcode:33433084149586" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (Jan. 5-Feb. 16, 1957)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (Jan. 5-Feb. 16, 1957)" + ], + "uri": "i17474641", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (Jan. 5-Feb. 16, 1957)" + }, + { + "type": "bf:Barcode", + "value": "33433084149586" + } + ], + "enumerationChronology": [ + "v. 32 (Jan. 5-Feb. 16, 1957)" + ], + "idBarcode": [ + "33433084149586" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (Feb. 18-Mar. 31, 1956)", + "urn:barcode:33433084149511" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (Feb. 18-Mar. 31, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (Feb. 18-Mar. 31, 1956)" + ], + "uri": "i17474634", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (Feb. 18-Mar. 31, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149511" + } + ], + "enumerationChronology": [ + "v. 32 (Feb. 18-Mar. 31, 1956)" + ], + "idBarcode": [ + "33433084149511" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (Aug. 25-Sept. 29, 1956)", + "urn:barcode:33433084149552" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (Aug. 25-Sept. 29, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (Aug. 25-Sept. 29, 1956)" + ], + "uri": "i17474638", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (Aug. 25-Sept. 29, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149552" + } + ], + "enumerationChronology": [ + "v. 32 (Aug. 25-Sept. 29, 1956)" + ], + "idBarcode": [ + "33433084149552" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 32 (Apr. 7-May 19, 1956)", + "urn:barcode:33433084149529" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000032 (Apr. 7-May 19, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 32-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 32 (Apr. 7-May 19, 1956)" + ], + "uri": "i17474635", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 32 (Apr. 7-May 19, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149529" + } + ], + "enumerationChronology": [ + "v. 32 (Apr. 7-May 19, 1956)" + ], + "idBarcode": [ + "33433084149529" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31 (Oct. 1-Nov. 12 1955)", + "urn:barcode:33433076830482" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031 (Oct. 1-Nov. 12 1955)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31 (Oct. 1-Nov. 12 1955)" + ], + "uri": "i17474444", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31 (Oct. 1-Nov. 12 1955)" + }, + { + "type": "bf:Barcode", + "value": "33433076830482" + } + ], + "enumerationChronology": [ + "v. 31 (Oct. 1-Nov. 12 1955)" + ], + "idBarcode": [ + "33433076830482" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31 (May 21-June 25, 1955)", + "urn:barcode:33433084149461" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031 (May 21-June 25, 1955)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31 (May 21-June 25, 1955)" + ], + "uri": "i17474629", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31 (May 21-June 25, 1955)" + }, + { + "type": "bf:Barcode", + "value": "33433084149461" + } + ], + "enumerationChronology": [ + "v. 31 (May 21-June 25, 1955)" + ], + "idBarcode": [ + "33433084149461" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31 (July 12-Aug. 13, 1955)", + "urn:barcode:33433084149479" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031 (July 12-Aug. 13, 1955)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31 (July 12-Aug. 13, 1955)" + ], + "uri": "i17474630", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31 (July 12-Aug. 13, 1955)" + }, + { + "type": "bf:Barcode", + "value": "33433084149479" + } + ], + "enumerationChronology": [ + "v. 31 (July 12-Aug. 13, 1955)" + ], + "idBarcode": [ + "33433084149479" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31 (Jan.7-Feb. 11, 1956)", + "urn:barcode:33433084149495" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031 (Jan.7-Feb. 11, 1956)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31 (Jan.7-Feb. 11, 1956)" + ], + "uri": "i17474633", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31 (Jan.7-Feb. 11, 1956)" + }, + { + "type": "bf:Barcode", + "value": "33433084149495" + } + ], + "enumerationChronology": [ + "v. 31 (Jan.7-Feb. 11, 1956)" + ], + "idBarcode": [ + "33433084149495" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31 (Feb. 19-Mar. 26, 1955)", + "urn:barcode:33433084149453" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031 (Feb. 19-Mar. 26, 1955)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31 (Feb. 19-Mar. 26, 1955)" + ], + "uri": "i17474628", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31 (Feb. 19-Mar. 26, 1955)" + }, + { + "type": "bf:Barcode", + "value": "33433084149453" + } + ], + "enumerationChronology": [ + "v. 31 (Feb. 19-Mar. 26, 1955)" + ], + "idBarcode": [ + "33433084149453" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31 (Aug. 20-Sept. 24, 1955)", + "urn:barcode:33433084149487" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031 (Aug. 20-Sept. 24, 1955)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31 (Aug. 20-Sept. 24, 1955)" + ], + "uri": "i17474631", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31 (Aug. 20-Sept. 24, 1955)" + }, + { + "type": "bf:Barcode", + "value": "33433084149487" + } + ], + "enumerationChronology": [ + "v. 31 (Aug. 20-Sept. 24, 1955)" + ], + "idBarcode": [ + "33433084149487" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31 ((Apr. 2-May 14, 1955)", + "urn:barcode:33433084149503" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031 ((Apr. 2-May 14, 1955)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31 ((Apr. 2-May 14, 1955)" + ], + "uri": "i17474632", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31 ((Apr. 2-May 14, 1955)" + }, + { + "type": "bf:Barcode", + "value": "33433084149503" + } + ], + "enumerationChronology": [ + "v. 31 ((Apr. 2-May 14, 1955)" + ], + "idBarcode": [ + "33433084149503" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 31", + "urn:barcode:33433080030624" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000031", + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 31-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 31" + ], + "uri": "i17474452", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 31" + }, + { + "type": "bf:Barcode", + "value": "33433080030624" + } + ], + "enumerationChronology": [ + "v. 31" + ], + "idBarcode": [ + "33433080030624" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 31, + "lte": 31 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (Oct. 2-Nov. 13, 1954)", + "urn:barcode:33433084149438" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (Oct. 2-Nov. 13, 1954)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (Oct. 2-Nov. 13, 1954)" + ], + "uri": "i17474626", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (Oct. 2-Nov. 13, 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433084149438" + } + ], + "enumerationChronology": [ + "v. 30 (Oct. 2-Nov. 13, 1954)" + ], + "idBarcode": [ + "33433084149438" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (Nov. 20-Dec. 25, 1954)", + "urn:barcode:33433084149420" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (Nov. 20-Dec. 25, 1954)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (Nov. 20-Dec. 25, 1954)" + ], + "uri": "i17474625", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (Nov. 20-Dec. 25, 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433084149420" + } + ], + "enumerationChronology": [ + "v. 30 (Nov. 20-Dec. 25, 1954)" + ], + "idBarcode": [ + "33433084149420" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (May 22-June 26, 1954)", + "urn:barcode:33433084149396" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (May 22-June 26, 1954)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (May 22-June 26, 1954)" + ], + "uri": "i17474622", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (May 22-June 26, 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433084149396" + } + ], + "enumerationChronology": [ + "v. 30 (May 22-June 26, 1954)" + ], + "idBarcode": [ + "33433084149396" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (July 3-Aug. 14, 1954)", + "urn:barcode:33433084149404" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (July 3-Aug. 14, 1954)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (July 3-Aug. 14, 1954)" + ], + "uri": "i17474623", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (July 3-Aug. 14, 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433084149404" + } + ], + "enumerationChronology": [ + "v. 30 (July 3-Aug. 14, 1954)" + ], + "idBarcode": [ + "33433084149404" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (Jan. 1-Feb. 12, 1955)", + "urn:barcode:33433084149446" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (Jan. 1-Feb. 12, 1955)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (Jan. 1-Feb. 12, 1955)" + ], + "uri": "i17474627", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (Jan. 1-Feb. 12, 1955)" + }, + { + "type": "bf:Barcode", + "value": "33433084149446" + } + ], + "enumerationChronology": [ + "v. 30 (Jan. 1-Feb. 12, 1955)" + ], + "idBarcode": [ + "33433084149446" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (Feb. 20-Mar. 27, 1954)", + "urn:barcode:33433084149388" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (Feb. 20-Mar. 27, 1954)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (Feb. 20-Mar. 27, 1954)" + ], + "uri": "i17474621", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (Feb. 20-Mar. 27, 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433084149388" + } + ], + "enumerationChronology": [ + "v. 30 (Feb. 20-Mar. 27, 1954)" + ], + "idBarcode": [ + "33433084149388" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (Aug. 21-Sept. 25, 1954)", + "urn:barcode:33433084149412" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (Aug. 21-Sept. 25, 1954)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (Aug. 21-Sept. 25, 1954)" + ], + "uri": "i17474624", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (Aug. 21-Sept. 25, 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433084149412" + } + ], + "enumerationChronology": [ + "v. 30 (Aug. 21-Sept. 25, 1954)" + ], + "idBarcode": [ + "33433084149412" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 30 (Apr. 3-May 15 1954)", + "urn:barcode:33433078258260" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000030 (Apr. 3-May 15 1954)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 30-1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 30 (Apr. 3-May 15 1954)" + ], + "uri": "i16700890", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 30 (Apr. 3-May 15 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433078258260" + } + ], + "enumerationChronology": [ + "v. 30 (Apr. 3-May 15 1954)" + ], + "idBarcode": [ + "33433078258260" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 29 (Oct. 17-Nov. 28, 1953)", + "urn:barcode:33433084149370" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000029 (Oct. 17-Nov. 28, 1953)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 29-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 29 (Oct. 17-Nov. 28, 1953)" + ], + "uri": "i17474620", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 29 (Oct. 17-Nov. 28, 1953)" + }, + { + "type": "bf:Barcode", + "value": "33433084149370" + } + ], + "enumerationChronology": [ + "v. 29 (Oct. 17-Nov. 28, 1953)" + ], + "idBarcode": [ + "33433084149370" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 29 (May 23-July 4, 1953)", + "urn:barcode:33433084149347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000029 (May 23-July 4, 1953)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 29-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 29 (May 23-July 4, 1953)" + ], + "uri": "i17474617", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 29 (May 23-July 4, 1953)" + }, + { + "type": "bf:Barcode", + "value": "33433084149347" + } + ], + "enumerationChronology": [ + "v. 29 (May 23-July 4, 1953)" + ], + "idBarcode": [ + "33433084149347" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 29 (July 11-Aug. 22, 1953)", + "urn:barcode:33433084149354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000029 (July 11-Aug. 22, 1953)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 29-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 29 (July 11-Aug. 22, 1953)" + ], + "uri": "i17474618", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 29 (July 11-Aug. 22, 1953)" + }, + { + "type": "bf:Barcode", + "value": "33433084149354" + } + ], + "enumerationChronology": [ + "v. 29 (July 11-Aug. 22, 1953)" + ], + "idBarcode": [ + "33433084149354" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 29 (Feb. 21-Mar. 28, 1953)", + "urn:barcode:33433084149321" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000029 (Feb. 21-Mar. 28, 1953)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 29-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 29 (Feb. 21-Mar. 28, 1953)" + ], + "uri": "i17474615", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 29 (Feb. 21-Mar. 28, 1953)" + }, + { + "type": "bf:Barcode", + "value": "33433084149321" + } + ], + "enumerationChronology": [ + "v. 29 (Feb. 21-Mar. 28, 1953)" + ], + "idBarcode": [ + "33433084149321" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 29 (Dec. 5, 1953-Feb. 13, 1954)", + "urn:barcode:33433077598997" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000029 (Dec. 5, 1953-Feb. 13, 1954)", + "dateRange": [ + { + "gte": "1953", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 29-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 29 (Dec. 5, 1953-Feb. 13, 1954)" + ], + "uri": "i17474448", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 29 (Dec. 5, 1953-Feb. 13, 1954)" + }, + { + "type": "bf:Barcode", + "value": "33433077598997" + } + ], + "enumerationChronology": [ + "v. 29 (Dec. 5, 1953-Feb. 13, 1954)" + ], + "idBarcode": [ + "33433077598997" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 29 (Aug. 27-Oct. 10, 1953)", + "urn:barcode:33433084149362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000029 (Aug. 27-Oct. 10, 1953)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 29-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 29 (Aug. 27-Oct. 10, 1953)" + ], + "uri": "i17474619", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 29 (Aug. 27-Oct. 10, 1953)" + }, + { + "type": "bf:Barcode", + "value": "33433084149362" + } + ], + "enumerationChronology": [ + "v. 29 (Aug. 27-Oct. 10, 1953)" + ], + "idBarcode": [ + "33433084149362" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 29 (Apr. 4-May 16, 1953)", + "urn:barcode:33433084149339" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000029 (Apr. 4-May 16, 1953)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 29-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 29 (Apr. 4-May 16, 1953)" + ], + "uri": "i17474616", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 29 (Apr. 4-May 16, 1953)" + }, + { + "type": "bf:Barcode", + "value": "33433084149339" + } + ], + "enumerationChronology": [ + "v. 29 (Apr. 4-May 16, 1953)" + ], + "idBarcode": [ + "33433084149339" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 29, + "lte": 29 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (may 24-July 12, 1952)", + "urn:barcode:33433084149263" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (may 24-July 12, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (may 24-July 12, 1952)" + ], + "uri": "i17474609", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (may 24-July 12, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149263" + } + ], + "enumerationChronology": [ + "v. 28 (may 24-July 12, 1952)" + ], + "idBarcode": [ + "33433084149263" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (Oct. 18-Nov. 22, 1952)", + "urn:barcode:33433084149297" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (Oct. 18-Nov. 22, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (Oct. 18-Nov. 22, 1952)" + ], + "uri": "i17474612", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (Oct. 18-Nov. 22, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149297" + } + ], + "enumerationChronology": [ + "v. 28 (Oct. 18-Nov. 22, 1952)" + ], + "idBarcode": [ + "33433084149297" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (Nov. 29-Dec. 27, 1952)", + "urn:barcode:33433084149305" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (Nov. 29-Dec. 27, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (Nov. 29-Dec. 27, 1952)" + ], + "uri": "i17474613", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (Nov. 29-Dec. 27, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149305" + } + ], + "enumerationChronology": [ + "v. 28 (Nov. 29-Dec. 27, 1952)" + ], + "idBarcode": [ + "33433084149305" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (July 19-Aug. 23, 1952)", + "urn:barcode:33433084149271" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (July 19-Aug. 23, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (July 19-Aug. 23, 1952)" + ], + "uri": "i17474610", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (July 19-Aug. 23, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149271" + } + ], + "enumerationChronology": [ + "v. 28 (July 19-Aug. 23, 1952)" + ], + "idBarcode": [ + "33433084149271" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (Jan. 3-Feb. 14, 1953)", + "urn:barcode:33433084149313" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (Jan. 3-Feb. 14, 1953)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (Jan. 3-Feb. 14, 1953)" + ], + "uri": "i17474614", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (Jan. 3-Feb. 14, 1953)" + }, + { + "type": "bf:Barcode", + "value": "33433084149313" + } + ], + "enumerationChronology": [ + "v. 28 (Jan. 3-Feb. 14, 1953)" + ], + "idBarcode": [ + "33433084149313" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (Feb. 23-Mar. 29, 1952)", + "urn:barcode:33433084149248" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (Feb. 23-Mar. 29, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (Feb. 23-Mar. 29, 1952)" + ], + "uri": "i17474607", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (Feb. 23-Mar. 29, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149248" + } + ], + "enumerationChronology": [ + "v. 28 (Feb. 23-Mar. 29, 1952)" + ], + "idBarcode": [ + "33433084149248" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (Aug. 30-oCT. 11, 1952)", + "urn:barcode:33433084149289" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (Aug. 30-oCT. 11, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (Aug. 30-oCT. 11, 1952)" + ], + "uri": "i17474611", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (Aug. 30-oCT. 11, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149289" + } + ], + "enumerationChronology": [ + "v. 28 (Aug. 30-oCT. 11, 1952)" + ], + "idBarcode": [ + "33433084149289" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 28 (Apr.5-May 17, 1952)", + "urn:barcode:33433084149255" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000028 (Apr.5-May 17, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 28-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 28 (Apr.5-May 17, 1952)" + ], + "uri": "i17474608", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 28 (Apr.5-May 17, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149255" + } + ], + "enumerationChronology": [ + "v. 28 (Apr.5-May 17, 1952)" + ], + "idBarcode": [ + "33433084149255" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 28, + "lte": 28 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 27 (Sept. 1-Oct. 6, 1951)", + "urn:barcode:33433078744574" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000027 (Sept. 1-Oct. 6, 1951)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 27-1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 27 (Sept. 1-Oct. 6, 1951)" + ], + "uri": "i16700898", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 27 (Sept. 1-Oct. 6, 1951)" + }, + { + "type": "bf:Barcode", + "value": "33433078744574" + } + ], + "enumerationChronology": [ + "v. 27 (Sept. 1-Oct. 6, 1951)" + ], + "idBarcode": [ + "33433078744574" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 27, + "lte": 27 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 27 (Oct. 13-Nov. 24, 1951)", + "urn:barcode:33433084149214" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000027 (Oct. 13-Nov. 24, 1951)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 27-1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 27 (Oct. 13-Nov. 24, 1951)" + ], + "uri": "i17474604", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 27 (Oct. 13-Nov. 24, 1951)" + }, + { + "type": "bf:Barcode", + "value": "33433084149214" + } + ], + "enumerationChronology": [ + "v. 27 (Oct. 13-Nov. 24, 1951)" + ], + "idBarcode": [ + "33433084149214" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 27, + "lte": 27 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 27 (May 19-June 30, 1951)", + "urn:barcode:33433084149198" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000027 (May 19-June 30, 1951)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 27-1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 27 (May 19-June 30, 1951)" + ], + "uri": "i17474602", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 27 (May 19-June 30, 1951)" + }, + { + "type": "bf:Barcode", + "value": "33433084149198" + } + ], + "enumerationChronology": [ + "v. 27 (May 19-June 30, 1951)" + ], + "idBarcode": [ + "33433084149198" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 27, + "lte": 27 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 27 (Jan. 12-Feb. 16, 1952)", + "urn:barcode:33433084149230" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000027 (Jan. 12-Feb. 16, 1952)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 27-1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 27 (Jan. 12-Feb. 16, 1952)" + ], + "uri": "i17474606", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 27 (Jan. 12-Feb. 16, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149230" + } + ], + "enumerationChronology": [ + "v. 27 (Jan. 12-Feb. 16, 1952)" + ], + "idBarcode": [ + "33433084149230" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 27, + "lte": 27 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 27 (Feb. 17-Mar, 31, 1951)", + "urn:barcode:33433084149172" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000027 (Feb. 17-Mar, 31, 1951)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 27-1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 27 (Feb. 17-Mar, 31, 1951)" + ], + "uri": "i17474600", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 27 (Feb. 17-Mar, 31, 1951)" + }, + { + "type": "bf:Barcode", + "value": "33433084149172" + } + ], + "enumerationChronology": [ + "v. 27 (Feb. 17-Mar, 31, 1951)" + ], + "idBarcode": [ + "33433084149172" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 27, + "lte": 27 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 27 (Dec. 1, 1951-Jan. 5, 1952)", + "urn:barcode:33433084149222" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000027 (Dec. 1, 1951-Jan. 5, 1952)", + "dateRange": [ + { + "gte": "1951", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 27-1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 27 (Dec. 1, 1951-Jan. 5, 1952)" + ], + "uri": "i17474605", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 27 (Dec. 1, 1951-Jan. 5, 1952)" + }, + { + "type": "bf:Barcode", + "value": "33433084149222" + } + ], + "enumerationChronology": [ + "v. 27 (Dec. 1, 1951-Jan. 5, 1952)" + ], + "idBarcode": [ + "33433084149222" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 27, + "lte": 27 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 27 (Apr.5-May 12, 1951)", + "urn:barcode:33433084149180" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000027 (Apr.5-May 12, 1951)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 27-1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 27 (Apr.5-May 12, 1951)" + ], + "uri": "i17474601", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 27 (Apr.5-May 12, 1951)" + }, + { + "type": "bf:Barcode", + "value": "33433084149180" + } + ], + "enumerationChronology": [ + "v. 27 (Apr.5-May 12, 1951)" + ], + "idBarcode": [ + "33433084149180" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 27, + "lte": 27 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 26 (Sept. 2-Oct. 7, 1950)", + "urn:barcode:33433084149156" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000026 (Sept. 2-Oct. 7, 1950)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 26-1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 26 (Sept. 2-Oct. 7, 1950)" + ], + "uri": "i17474598", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 26 (Sept. 2-Oct. 7, 1950)" + }, + { + "type": "bf:Barcode", + "value": "33433084149156" + } + ], + "enumerationChronology": [ + "v. 26 (Sept. 2-Oct. 7, 1950)" + ], + "idBarcode": [ + "33433084149156" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 26, + "lte": 26 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 26 (May 27-July 8, 1950)", + "urn:barcode:33433084149131" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000026 (May 27-July 8, 1950)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 26-1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 26 (May 27-July 8, 1950)" + ], + "uri": "i17474596", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 26 (May 27-July 8, 1950)" + }, + { + "type": "bf:Barcode", + "value": "33433084149131" + } + ], + "enumerationChronology": [ + "v. 26 (May 27-July 8, 1950)" + ], + "idBarcode": [ + "33433084149131" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 26, + "lte": 26 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 26 (July 15-Aug. 26, 1950)", + "urn:barcode:33433084149149" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000026 (July 15-Aug. 26, 1950)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 26-1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 26 (July 15-Aug. 26, 1950)" + ], + "uri": "i17474597", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 26 (July 15-Aug. 26, 1950)" + }, + { + "type": "bf:Barcode", + "value": "33433084149149" + } + ], + "enumerationChronology": [ + "v. 26 (July 15-Aug. 26, 1950)" + ], + "idBarcode": [ + "33433084149149" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 26, + "lte": 26 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 26 (Feb. 25-Apr. 8, 1950)", + "urn:barcode:33433084149115" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000026 (Feb. 25-Apr. 8, 1950)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 26-1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 26 (Feb. 25-Apr. 8, 1950)" + ], + "uri": "i17474594", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 26 (Feb. 25-Apr. 8, 1950)" + }, + { + "type": "bf:Barcode", + "value": "33433084149115" + } + ], + "enumerationChronology": [ + "v. 26 (Feb. 25-Apr. 8, 1950)" + ], + "idBarcode": [ + "33433084149115" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 26, + "lte": 26 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 26 (Dec. 9, 1950-Feb. 10, 1951)", + "urn:barcode:33433084149164" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000026 (Dec. 9, 1950-Feb. 10, 1951)", + "dateRange": [ + { + "gte": "1950", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 26-1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 26 (Dec. 9, 1950-Feb. 10, 1951)" + ], + "uri": "i17474599", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 26 (Dec. 9, 1950-Feb. 10, 1951)" + }, + { + "type": "bf:Barcode", + "value": "33433084149164" + } + ], + "enumerationChronology": [ + "v. 26 (Dec. 9, 1950-Feb. 10, 1951)" + ], + "idBarcode": [ + "33433084149164" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 26, + "lte": 26 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 26 (Apr. 15-May 20, 1950)", + "urn:barcode:33433084149123" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000026 (Apr. 15-May 20, 1950)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 26-1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 26 (Apr. 15-May 20, 1950)" + ], + "uri": "i17474595", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 26 (Apr. 15-May 20, 1950)" + }, + { + "type": "bf:Barcode", + "value": "33433084149123" + } + ], + "enumerationChronology": [ + "v. 26 (Apr. 15-May 20, 1950)" + ], + "idBarcode": [ + "33433084149123" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 26, + "lte": 26 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 25 (Sept. 17-Oct. 22, 1949)", + "urn:barcode:33433084149081" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000025 (Sept. 17-Oct. 22, 1949)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 25-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 25 (Sept. 17-Oct. 22, 1949)" + ], + "uri": "i17474591", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 25 (Sept. 17-Oct. 22, 1949)" + }, + { + "type": "bf:Barcode", + "value": "33433084149081" + } + ], + "enumerationChronology": [ + "v. 25 (Sept. 17-Oct. 22, 1949)" + ], + "idBarcode": [ + "33433084149081" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 25, + "lte": 25 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 25 (Oct. 29-Dec. 10, 1949)", + "urn:barcode:33433084149099" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000025 (Oct. 29-Dec. 10, 1949)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 25-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 25 (Oct. 29-Dec. 10, 1949)" + ], + "uri": "i17474592", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 25 (Oct. 29-Dec. 10, 1949)" + }, + { + "type": "bf:Barcode", + "value": "33433084149099" + } + ], + "enumerationChronology": [ + "v. 25 (Oct. 29-Dec. 10, 1949)" + ], + "idBarcode": [ + "33433084149099" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 25, + "lte": 25 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 25 (June 11-July 16, 1949)", + "urn:barcode:33433084149065" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000025 (June 11-July 16, 1949)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 25-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 25 (June 11-July 16, 1949)" + ], + "uri": "i17474589", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 25 (June 11-July 16, 1949)" + }, + { + "type": "bf:Barcode", + "value": "33433084149065" + } + ], + "enumerationChronology": [ + "v. 25 (June 11-July 16, 1949)" + ], + "idBarcode": [ + "33433084149065" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 25, + "lte": 25 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 25 (July 23-Sept. 10, 1949)", + "urn:barcode:33433084149073" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000025 (July 23-Sept. 10, 1949)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 25-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 25 (July 23-Sept. 10, 1949)" + ], + "uri": "i17474590", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 25 (July 23-Sept. 10, 1949)" + }, + { + "type": "bf:Barcode", + "value": "33433084149073" + } + ], + "enumerationChronology": [ + "v. 25 (July 23-Sept. 10, 1949)" + ], + "idBarcode": [ + "33433084149073" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 25, + "lte": 25 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 25 (Feb. 26-Apr. 16, 1949)", + "urn:barcode:33433084149040" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000025 (Feb. 26-Apr. 16, 1949)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 25-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 25 (Feb. 26-Apr. 16, 1949)" + ], + "uri": "i17474587", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 25 (Feb. 26-Apr. 16, 1949)" + }, + { + "type": "bf:Barcode", + "value": "33433084149040" + } + ], + "enumerationChronology": [ + "v. 25 (Feb. 26-Apr. 16, 1949)" + ], + "idBarcode": [ + "33433084149040" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 25, + "lte": 25 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 25 (Dec. 17, 1949-Feb. 18, 1950)", + "urn:barcode:33433084149107" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000025 (Dec. 17, 1949-Feb. 18, 1950)", + "dateRange": [ + { + "gte": "1949", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 25-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 25 (Dec. 17, 1949-Feb. 18, 1950)" + ], + "uri": "i17474593", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 25 (Dec. 17, 1949-Feb. 18, 1950)" + }, + { + "type": "bf:Barcode", + "value": "33433084149107" + } + ], + "enumerationChronology": [ + "v. 25 (Dec. 17, 1949-Feb. 18, 1950)" + ], + "idBarcode": [ + "33433084149107" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 25, + "lte": 25 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 25 (Apr. 23-June 4, 1949)", + "urn:barcode:33433084149057" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000025 (Apr. 23-June 4, 1949)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 25-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 25 (Apr. 23-June 4, 1949)" + ], + "uri": "i17474588", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 25 (Apr. 23-June 4, 1949)" + }, + { + "type": "bf:Barcode", + "value": "33433084149057" + } + ], + "enumerationChronology": [ + "v. 25 (Apr. 23-June 4, 1949)" + ], + "idBarcode": [ + "33433084149057" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 25, + "lte": 25 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 24 (sept. 4-Oct. 16, 1948)", + "urn:barcode:33433084149008" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000024 (sept. 4-Oct. 16, 1948)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 24-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 24 (sept. 4-Oct. 16, 1948)" + ], + "uri": "i17474583", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 24 (sept. 4-Oct. 16, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084149008" + } + ], + "enumerationChronology": [ + "v. 24 (sept. 4-Oct. 16, 1948)" + ], + "idBarcode": [ + "33433084149008" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 24, + "lte": 24 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 24 (Oct. 23-Nov. 27, 1948)", + "urn:barcode:33433084149016" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000024 (Oct. 23-Nov. 27, 1948)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 24-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 24 (Oct. 23-Nov. 27, 1948)" + ], + "uri": "i17474584", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 24 (Oct. 23-Nov. 27, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084149016" + } + ], + "enumerationChronology": [ + "v. 24 (Oct. 23-Nov. 27, 1948)" + ], + "idBarcode": [ + "33433084149016" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 24, + "lte": 24 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 24 (May 29-July 17, 1948)", + "urn:barcode:33433084148984" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000024 (May 29-July 17, 1948)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 24-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 24 (May 29-July 17, 1948)" + ], + "uri": "i17474581", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 24 (May 29-July 17, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084148984" + } + ], + "enumerationChronology": [ + "v. 24 (May 29-July 17, 1948)" + ], + "idBarcode": [ + "33433084148984" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 24, + "lte": 24 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 24 (July 24-Aug. 28, 1948)", + "urn:barcode:33433084148992" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000024 (July 24-Aug. 28, 1948)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 24-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 24 (July 24-Aug. 28, 1948)" + ], + "uri": "i17474582", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 24 (July 24-Aug. 28, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084148992" + } + ], + "enumerationChronology": [ + "v. 24 (July 24-Aug. 28, 1948)" + ], + "idBarcode": [ + "33433084148992" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 24, + "lte": 24 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 24 (Jan.22-Feb. 19, 1949)", + "urn:barcode:33433084149032" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000024 (Jan.22-Feb. 19, 1949)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 24-1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 24 (Jan.22-Feb. 19, 1949)" + ], + "uri": "i17474586", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 24 (Jan.22-Feb. 19, 1949)" + }, + { + "type": "bf:Barcode", + "value": "33433084149032" + } + ], + "enumerationChronology": [ + "v. 24 (Jan.22-Feb. 19, 1949)" + ], + "idBarcode": [ + "33433084149032" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 24, + "lte": 24 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 24 (Dec. 4, 1948-Jan. 15, 1949", + "urn:barcode:33433084149024" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000024 (Dec. 4, 1948-Jan. 15, 1949", + "dateRange": [ + { + "gte": "1948", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 24-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 24 (Dec. 4, 1948-Jan. 15, 1949" + ], + "uri": "i17474585", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 24 (Dec. 4, 1948-Jan. 15, 1949" + }, + { + "type": "bf:Barcode", + "value": "33433084149024" + } + ], + "enumerationChronology": [ + "v. 24 (Dec. 4, 1948-Jan. 15, 1949" + ], + "idBarcode": [ + "33433084149024" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 24, + "lte": 24 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 24 (Apr. 10-May 22, 1948)", + "urn:barcode:33433084148976" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000024 (Apr. 10-May 22, 1948)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 24-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 24 (Apr. 10-May 22, 1948)" + ], + "uri": "i17474580", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 24 (Apr. 10-May 22, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084148976" + } + ], + "enumerationChronology": [ + "v. 24 (Apr. 10-May 22, 1948)" + ], + "idBarcode": [ + "33433084148976" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 24, + "lte": 24 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (Oct. 11-Nov. 15, 1947)", + "urn:barcode:33433084148935" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (Oct. 11-Nov. 15, 1947)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (Oct. 11-Nov. 15, 1947)" + ], + "uri": "i17474576", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (Oct. 11-Nov. 15, 1947)" + }, + { + "type": "bf:Barcode", + "value": "33433084148935" + } + ], + "enumerationChronology": [ + "v. 23 (Oct. 11-Nov. 15, 1947)" + ], + "idBarcode": [ + "33433084148935" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (Nov. 22, 1947-Jan.3, 1948)", + "urn:barcode:33433084148943" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (Nov. 22, 1947-Jan.3, 1948)", + "dateRange": [ + { + "gte": "1947", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (Nov. 22, 1947-Jan.3, 1948)" + ], + "uri": "i17474577", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (Nov. 22, 1947-Jan.3, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084148943" + } + ], + "enumerationChronology": [ + "v. 23 (Nov. 22, 1947-Jan.3, 1948)" + ], + "idBarcode": [ + "33433084148943" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (May 24-July 5, 1947)", + "urn:barcode:33433084148901" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (May 24-July 5, 1947)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (May 24-July 5, 1947)" + ], + "uri": "i17474573", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (May 24-July 5, 1947)" + }, + { + "type": "bf:Barcode", + "value": "33433084148901" + } + ], + "enumerationChronology": [ + "v. 23 (May 24-July 5, 1947)" + ], + "idBarcode": [ + "33433084148901" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (July 12-Aug. 16, 1947)", + "urn:barcode:33433084148919" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (July 12-Aug. 16, 1947)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (July 12-Aug. 16, 1947)" + ], + "uri": "i17474574", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (July 12-Aug. 16, 1947)" + }, + { + "type": "bf:Barcode", + "value": "33433084148919" + } + ], + "enumerationChronology": [ + "v. 23 (July 12-Aug. 16, 1947)" + ], + "idBarcode": [ + "33433084148919" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (Jan. 10-Feb. 21, 1948)", + "urn:barcode:33433084148950" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (Jan. 10-Feb. 21, 1948)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (Jan. 10-Feb. 21, 1948)" + ], + "uri": "i17474578", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (Jan. 10-Feb. 21, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084148950" + } + ], + "enumerationChronology": [ + "v. 23 (Jan. 10-Feb. 21, 1948)" + ], + "idBarcode": [ + "33433084148950" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (Feb. 28-Apr. 3, 1948)", + "urn:barcode:33433084148968" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (Feb. 28-Apr. 3, 1948)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (Feb. 28-Apr. 3, 1948)" + ], + "uri": "i17474579", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (Feb. 28-Apr. 3, 1948)" + }, + { + "type": "bf:Barcode", + "value": "33433084148968" + } + ], + "enumerationChronology": [ + "v. 23 (Feb. 28-Apr. 3, 1948)" + ], + "idBarcode": [ + "33433084148968" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (Feb. 22-Apr. 5, 1947)", + "urn:barcode:33433084148885" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (Feb. 22-Apr. 5, 1947)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (Feb. 22-Apr. 5, 1947)" + ], + "uri": "i17474571", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (Feb. 22-Apr. 5, 1947)" + }, + { + "type": "bf:Barcode", + "value": "33433084148885" + } + ], + "enumerationChronology": [ + "v. 23 (Feb. 22-Apr. 5, 1947)" + ], + "idBarcode": [ + "33433084148885" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (Aug. 23-Oct. 4, 1947)", + "urn:barcode:33433084148927" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (Aug. 23-Oct. 4, 1947)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (Aug. 23-Oct. 4, 1947)" + ], + "uri": "i17474575", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (Aug. 23-Oct. 4, 1947)" + }, + { + "type": "bf:Barcode", + "value": "33433084148927" + } + ], + "enumerationChronology": [ + "v. 23 (Aug. 23-Oct. 4, 1947)" + ], + "idBarcode": [ + "33433084148927" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 23 (Apr. 12-May 17, 1947)", + "urn:barcode:33433084148893" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000023 (Apr. 12-May 17, 1947)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 23-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 23 (Apr. 12-May 17, 1947)" + ], + "uri": "i17474572", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 23 (Apr. 12-May 17, 1947)" + }, + { + "type": "bf:Barcode", + "value": "33433084148893" + } + ], + "enumerationChronology": [ + "v. 23 (Apr. 12-May 17, 1947)" + ], + "idBarcode": [ + "33433084148893" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 23, + "lte": 23 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (Oct. 5-Nov. 9, 1946)", + "urn:barcode:33433084148851" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (Oct. 5-Nov. 9, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (Oct. 5-Nov. 9, 1946)" + ], + "uri": "i17474568", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (Oct. 5-Nov. 9, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148851" + } + ], + "enumerationChronology": [ + "v. 22 (Oct. 5-Nov. 9, 1946)" + ], + "idBarcode": [ + "33433084148851" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (Nov. 16-Dec. 28, 1946)", + "urn:barcode:33433084148869" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (Nov. 16-Dec. 28, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (Nov. 16-Dec. 28, 1946)" + ], + "uri": "i17474569", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (Nov. 16-Dec. 28, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148869" + } + ], + "enumerationChronology": [ + "v. 22 (Nov. 16-Dec. 28, 1946)" + ], + "idBarcode": [ + "33433084148869" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (May 18-June 29, 1946)", + "urn:barcode:33433084148828" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (May 18-June 29, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (May 18-June 29, 1946)" + ], + "uri": "i17474565", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (May 18-June 29, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148828" + } + ], + "enumerationChronology": [ + "v. 22 (May 18-June 29, 1946)" + ], + "idBarcode": [ + "33433084148828" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (July 6-Aug. 10, 1946)", + "urn:barcode:33433084148836" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (July 6-Aug. 10, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (July 6-Aug. 10, 1946)" + ], + "uri": "i17474566", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (July 6-Aug. 10, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148836" + } + ], + "enumerationChronology": [ + "v. 22 (July 6-Aug. 10, 1946)" + ], + "idBarcode": [ + "33433084148836" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (Jan. 4-Feb. 15, 1947", + "urn:barcode:33433084148877" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (Jan. 4-Feb. 15, 1947", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (Jan. 4-Feb. 15, 1947" + ], + "uri": "i17474570", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (Jan. 4-Feb. 15, 1947" + }, + { + "type": "bf:Barcode", + "value": "33433084148877" + } + ], + "enumerationChronology": [ + "v. 22 (Jan. 4-Feb. 15, 1947" + ], + "idBarcode": [ + "33433084148877" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (Feb. 16-Mar. 30, 1946)", + "urn:barcode:33433084148802" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (Feb. 16-Mar. 30, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (Feb. 16-Mar. 30, 1946)" + ], + "uri": "i17474563", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (Feb. 16-Mar. 30, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148802" + } + ], + "enumerationChronology": [ + "v. 22 (Feb. 16-Mar. 30, 1946)" + ], + "idBarcode": [ + "33433084148802" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (Aug. 17-Sept. 28, 1946)", + "urn:barcode:33433084148844" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (Aug. 17-Sept. 28, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (Aug. 17-Sept. 28, 1946)" + ], + "uri": "i17474567", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (Aug. 17-Sept. 28, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148844" + } + ], + "enumerationChronology": [ + "v. 22 (Aug. 17-Sept. 28, 1946)" + ], + "idBarcode": [ + "33433084148844" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 22 (Apr. 6-May 11, 1946)", + "urn:barcode:33433084148810" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000022 (Apr. 6-May 11, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 22-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 22 (Apr. 6-May 11, 1946)" + ], + "uri": "i17474564", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 22 (Apr. 6-May 11, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148810" + } + ], + "enumerationChronology": [ + "v. 22 (Apr. 6-May 11, 1946)" + ], + "idBarcode": [ + "33433084148810" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 22, + "lte": 22 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (aUG. 18-sEPT. 29, 1945)", + "urn:barcode:33433084148760" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (aUG. 18-sEPT. 29, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 21-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (aUG. 18-sEPT. 29, 1945)" + ], + "uri": "i17474559", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (aUG. 18-sEPT. 29, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148760" + } + ], + "enumerationChronology": [ + "v. 21 (aUG. 18-sEPT. 29, 1945)" + ], + "idBarcode": [ + "33433084148760" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (Oct. 6-Nov.17, 1945)", + "urn:barcode:33433084148778" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (Oct. 6-Nov.17, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 21-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (Oct. 6-Nov.17, 1945)" + ], + "uri": "i17474560", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (Oct. 6-Nov.17, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148778" + } + ], + "enumerationChronology": [ + "v. 21 (Oct. 6-Nov.17, 1945)" + ], + "idBarcode": [ + "33433084148778" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (Nov. 24-Dec. 29, 1945)", + "urn:barcode:33433084148786" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (Nov. 24-Dec. 29, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 21-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (Nov. 24-Dec. 29, 1945)" + ], + "uri": "i17474561", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (Nov. 24-Dec. 29, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148786" + } + ], + "enumerationChronology": [ + "v. 21 (Nov. 24-Dec. 29, 1945)" + ], + "idBarcode": [ + "33433084148786" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (May 19-June 30, 1945)", + "urn:barcode:33433084148745" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (May 19-June 30, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 21-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (May 19-June 30, 1945)" + ], + "uri": "i17474557", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (May 19-June 30, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148745" + } + ], + "enumerationChronology": [ + "v. 21 (May 19-June 30, 1945)" + ], + "idBarcode": [ + "33433084148745" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (July 7-Aug. 11, 1945)", + "urn:barcode:33433084148752" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (July 7-Aug. 11, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 21-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (July 7-Aug. 11, 1945)" + ], + "uri": "i17474558", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (July 7-Aug. 11, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148752" + } + ], + "enumerationChronology": [ + "v. 21 (July 7-Aug. 11, 1945)" + ], + "idBarcode": [ + "33433084148752" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (Jan. 5-Feb. 9, 1946)", + "urn:barcode:33433084148794" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (Jan. 5-Feb. 9, 1946)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 21-1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (Jan. 5-Feb. 9, 1946)" + ], + "uri": "i17474562", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (Jan. 5-Feb. 9, 1946)" + }, + { + "type": "bf:Barcode", + "value": "33433084148794" + } + ], + "enumerationChronology": [ + "v. 21 (Jan. 5-Feb. 9, 1946)" + ], + "idBarcode": [ + "33433084148794" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (Feb, 17-Mar. 31, 1945)", + "urn:barcode:33433084148729" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (Feb, 17-Mar. 31, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 21-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (Feb, 17-Mar. 31, 1945)" + ], + "uri": "i17474555", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (Feb, 17-Mar. 31, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148729" + } + ], + "enumerationChronology": [ + "v. 21 (Feb, 17-Mar. 31, 1945)" + ], + "idBarcode": [ + "33433084148729" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 21 (Apr. 7-May 12, 1945)", + "urn:barcode:33433084148737" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000021 (Apr. 7-May 12, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 21-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 21 (Apr. 7-May 12, 1945)" + ], + "uri": "i17474556", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 21 (Apr. 7-May 12, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148737" + } + ], + "enumerationChronology": [ + "v. 21 (Apr. 7-May 12, 1945)" + ], + "idBarcode": [ + "33433084148737" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 21, + "lte": 21 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 (Oct. 7-Nov. 11, 1944)", + "urn:barcode:33433084148695" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 (Oct. 7-Nov. 11, 1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 (Oct. 7-Nov. 11, 1944)" + ], + "uri": "i17474552", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 (Oct. 7-Nov. 11, 1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148695" + } + ], + "enumerationChronology": [ + "v. 20 (Oct. 7-Nov. 11, 1944)" + ], + "idBarcode": [ + "33433084148695" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 (Nov. 18-Dec. 30, 1944)", + "urn:barcode:33433084148703" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 (Nov. 18-Dec. 30, 1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 (Nov. 18-Dec. 30, 1944)" + ], + "uri": "i17474553", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 (Nov. 18-Dec. 30, 1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148703" + } + ], + "enumerationChronology": [ + "v. 20 (Nov. 18-Dec. 30, 1944)" + ], + "idBarcode": [ + "33433084148703" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 (May 20-July 1, 1944)", + "urn:barcode:33433084148661" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 (May 20-July 1, 1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 (May 20-July 1, 1944)" + ], + "uri": "i17474549", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 (May 20-July 1, 1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148661" + } + ], + "enumerationChronology": [ + "v. 20 (May 20-July 1, 1944)" + ], + "idBarcode": [ + "33433084148661" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 (July 8, -Aug 12,1944)", + "urn:barcode:33433084148679" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 (July 8, -Aug 12,1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 (July 8, -Aug 12,1944)" + ], + "uri": "i17474550", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 (July 8, -Aug 12,1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148679" + } + ], + "enumerationChronology": [ + "v. 20 (July 8, -Aug 12,1944)" + ], + "idBarcode": [ + "33433084148679" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 (Jan, 6-Feb. 10, 1945)", + "urn:barcode:33433084148711" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 (Jan, 6-Feb. 10, 1945)", + "dateRange": [ + { + "gte": "1945", + "lte": "1945" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1945" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 (Jan, 6-Feb. 10, 1945)" + ], + "uri": "i17474554", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 (Jan, 6-Feb. 10, 1945)" + }, + { + "type": "bf:Barcode", + "value": "33433084148711" + } + ], + "enumerationChronology": [ + "v. 20 (Jan, 6-Feb. 10, 1945)" + ], + "idBarcode": [ + "33433084148711" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 (Aug 19-Sept. 30, 1944)", + "urn:barcode:33433084148687" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 (Aug 19-Sept. 30, 1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 (Aug 19-Sept. 30, 1944)" + ], + "uri": "i17474551", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 (Aug 19-Sept. 30, 1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148687" + } + ], + "enumerationChronology": [ + "v. 20 (Aug 19-Sept. 30, 1944)" + ], + "idBarcode": [ + "33433084148687" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 (Apr. 8-May 13, 1944)", + "urn:barcode:33433084148653" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 (Apr. 8-May 13, 1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 (Apr. 8-May 13, 1944)" + ], + "uri": "i17474548", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 (Apr. 8-May 13, 1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148653" + } + ], + "enumerationChronology": [ + "v. 20 (Apr. 8-May 13, 1944)" + ], + "idBarcode": [ + "33433084148653" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 20 ( Feb. 19-Apr.1, 1944)", + "urn:barcode:33433084148646" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000020 ( Feb. 19-Apr.1, 1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 20-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 20 ( Feb. 19-Apr.1, 1944)" + ], + "uri": "i17474547", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 20 ( Feb. 19-Apr.1, 1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148646" + } + ], + "enumerationChronology": [ + "v. 20 ( Feb. 19-Apr.1, 1944)" + ], + "idBarcode": [ + "33433084148646" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 20, + "lte": 20 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (Oct.9-Nov. 13, 1943)", + "urn:barcode:33433084148612" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (Oct.9-Nov. 13, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (Oct.9-Nov. 13, 1943)" + ], + "uri": "i17474544", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (Oct.9-Nov. 13, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148612" + } + ], + "enumerationChronology": [ + "v. 19 (Oct.9-Nov. 13, 1943)" + ], + "idBarcode": [ + "33433084148612" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (Nov. 20-Dec. 25, 1943)", + "urn:barcode:33433084148620" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (Nov. 20-Dec. 25, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (Nov. 20-Dec. 25, 1943)" + ], + "uri": "i17474545", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (Nov. 20-Dec. 25, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148620" + } + ], + "enumerationChronology": [ + "v. 19 (Nov. 20-Dec. 25, 1943)" + ], + "idBarcode": [ + "33433084148620" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (May 22-July 3, 1943)", + "urn:barcode:33433084148588" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (May 22-July 3, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (May 22-July 3, 1943)" + ], + "uri": "i17474541", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (May 22-July 3, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148588" + } + ], + "enumerationChronology": [ + "v. 19 (May 22-July 3, 1943)" + ], + "idBarcode": [ + "33433084148588" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (July 10-Aug. 14, 1943)", + "urn:barcode:33433084148596" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (July 10-Aug. 14, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (July 10-Aug. 14, 1943)" + ], + "uri": "i17474542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (July 10-Aug. 14, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148596" + } + ], + "enumerationChronology": [ + "v. 19 (July 10-Aug. 14, 1943)" + ], + "idBarcode": [ + "33433084148596" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (Jan. 1-Feb. 12, 1944)", + "urn:barcode:33433084148638" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (Jan. 1-Feb. 12, 1944)", + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1944" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (Jan. 1-Feb. 12, 1944)" + ], + "uri": "i17474546", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (Jan. 1-Feb. 12, 1944)" + }, + { + "type": "bf:Barcode", + "value": "33433084148638" + } + ], + "enumerationChronology": [ + "v. 19 (Jan. 1-Feb. 12, 1944)" + ], + "idBarcode": [ + "33433084148638" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (Feb. 20-Apr. 3, 1943)", + "urn:barcode:33433084148562" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (Feb. 20-Apr. 3, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (Feb. 20-Apr. 3, 1943)" + ], + "uri": "i17474539", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (Feb. 20-Apr. 3, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148562" + } + ], + "enumerationChronology": [ + "v. 19 (Feb. 20-Apr. 3, 1943)" + ], + "idBarcode": [ + "33433084148562" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (Aug. 21-Oct. 2, 1943)", + "urn:barcode:33433084148604" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (Aug. 21-Oct. 2, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (Aug. 21-Oct. 2, 1943)" + ], + "uri": "i17474543", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (Aug. 21-Oct. 2, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148604" + } + ], + "enumerationChronology": [ + "v. 19 (Aug. 21-Oct. 2, 1943)" + ], + "idBarcode": [ + "33433084148604" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 19 (Apr. 10-May 15, 1943)", + "urn:barcode:33433084148570" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000019 (Apr. 10-May 15, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 19-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 19 (Apr. 10-May 15, 1943)" + ], + "uri": "i17474540", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 19 (Apr. 10-May 15, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148570" + } + ], + "enumerationChronology": [ + "v. 19 (Apr. 10-May 15, 1943)" + ], + "idBarcode": [ + "33433084148570" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 19, + "lte": 19 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 18 (Oct. 10-Nov. 14, 1942)", + "urn:barcode:33433080068053" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000018 (Oct. 10-Nov. 14, 1942)", + "dateRange": [ + { + "gte": "1942", + "lte": "1942" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 18-1942" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 18 (Oct. 10-Nov. 14, 1942)" + ], + "uri": "i17474454", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 18 (Oct. 10-Nov. 14, 1942)" + }, + { + "type": "bf:Barcode", + "value": "33433080068053" + } + ], + "enumerationChronology": [ + "v. 18 (Oct. 10-Nov. 14, 1942)" + ], + "idBarcode": [ + "33433080068053" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 18, + "lte": 18 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 18 (Nov. 21, 1942-Jan. 2, 1943)", + "urn:barcode:33433078796426" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000018 (Nov. 21, 1942-Jan. 2, 1943)", + "dateRange": [ + { + "gte": "1942", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 18-1942" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 18 (Nov. 21, 1942-Jan. 2, 1943)" + ], + "uri": "i16700900", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 18 (Nov. 21, 1942-Jan. 2, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433078796426" + } + ], + "enumerationChronology": [ + "v. 18 (Nov. 21, 1942-Jan. 2, 1943)" + ], + "idBarcode": [ + "33433078796426" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 18, + "lte": 18 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 18 (May 23-June 27, 1942)", + "urn:barcode:33433084148521" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000018 (May 23-June 27, 1942)", + "dateRange": [ + { + "gte": "1942", + "lte": "1942" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 18-1942" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 18 (May 23-June 27, 1942)" + ], + "uri": "i17474535", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 18 (May 23-June 27, 1942)" + }, + { + "type": "bf:Barcode", + "value": "33433084148521" + } + ], + "enumerationChronology": [ + "v. 18 (May 23-June 27, 1942)" + ], + "idBarcode": [ + "33433084148521" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 18, + "lte": 18 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 18 (July 4-Aug. 15, 1942)", + "urn:barcode:33433084148539" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000018 (July 4-Aug. 15, 1942)", + "dateRange": [ + { + "gte": "1942", + "lte": "1942" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 18-1942" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 18 (July 4-Aug. 15, 1942)" + ], + "uri": "i17474536", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 18 (July 4-Aug. 15, 1942)" + }, + { + "type": "bf:Barcode", + "value": "33433084148539" + } + ], + "enumerationChronology": [ + "v. 18 (July 4-Aug. 15, 1942)" + ], + "idBarcode": [ + "33433084148539" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 18, + "lte": 18 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 18 (Jan. 9-Feb. 13, 1943)", + "urn:barcode:33433084148554" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000018 (Jan. 9-Feb. 13, 1943)", + "dateRange": [ + { + "gte": "1943", + "lte": "1943" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 18-1943" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 18 (Jan. 9-Feb. 13, 1943)" + ], + "uri": "i17474538", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 18 (Jan. 9-Feb. 13, 1943)" + }, + { + "type": "bf:Barcode", + "value": "33433084148554" + } + ], + "enumerationChronology": [ + "v. 18 (Jan. 9-Feb. 13, 1943)" + ], + "idBarcode": [ + "33433084148554" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 18, + "lte": 18 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 18 (Feb.21-May 16, 1942)", + "urn:barcode:33433084148513" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000018 (Feb.21-May 16, 1942)", + "dateRange": [ + { + "gte": "1942", + "lte": "1942" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 18-1942" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 18 (Feb.21-May 16, 1942)" + ], + "uri": "i17474534", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 18 (Feb.21-May 16, 1942)" + }, + { + "type": "bf:Barcode", + "value": "33433084148513" + } + ], + "enumerationChronology": [ + "v. 18 (Feb.21-May 16, 1942)" + ], + "idBarcode": [ + "33433084148513" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 18, + "lte": 18 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 18 (Aug. 22-Oct. 3, 1942)", + "urn:barcode:33433084148547" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000018 (Aug. 22-Oct. 3, 1942)", + "dateRange": [ + { + "gte": "1942", + "lte": "1942" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 18-1942" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 18 (Aug. 22-Oct. 3, 1942)" + ], + "uri": "i17474537", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 18 (Aug. 22-Oct. 3, 1942)" + }, + { + "type": "bf:Barcode", + "value": "33433084148547" + } + ], + "enumerationChronology": [ + "v. 18 (Aug. 22-Oct. 3, 1942)" + ], + "idBarcode": [ + "33433084148547" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 18, + "lte": 18 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 17 (Oct. 4-Nov. 8, 1941)", + "urn:barcode:33433084148489" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000017 (Oct. 4-Nov. 8, 1941)", + "dateRange": [ + { + "gte": "1941", + "lte": "1941" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 17-1941" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 17 (Oct. 4-Nov. 8, 1941)" + ], + "uri": "i17474531", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 17 (Oct. 4-Nov. 8, 1941)" + }, + { + "type": "bf:Barcode", + "value": "33433084148489" + } + ], + "enumerationChronology": [ + "v. 17 (Oct. 4-Nov. 8, 1941)" + ], + "idBarcode": [ + "33433084148489" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 17 (Nov. 15-Dec. 27, 1941)", + "urn:barcode:33433084148497" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000017 (Nov. 15-Dec. 27, 1941)", + "dateRange": [ + { + "gte": "1941", + "lte": "1941" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 17-1941" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 17 (Nov. 15-Dec. 27, 1941)" + ], + "uri": "i17474532", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 17 (Nov. 15-Dec. 27, 1941)" + }, + { + "type": "bf:Barcode", + "value": "33433084148497" + } + ], + "enumerationChronology": [ + "v. 17 (Nov. 15-Dec. 27, 1941)" + ], + "idBarcode": [ + "33433084148497" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 17 (June 7-Aug. 9, 1941)", + "urn:barcode:33433084148463" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000017 (June 7-Aug. 9, 1941)", + "dateRange": [ + { + "gte": "1941", + "lte": "1941" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 17-1941" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 17 (June 7-Aug. 9, 1941)" + ], + "uri": "i17474529", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 17 (June 7-Aug. 9, 1941)" + }, + { + "type": "bf:Barcode", + "value": "33433084148463" + } + ], + "enumerationChronology": [ + "v. 17 (June 7-Aug. 9, 1941)" + ], + "idBarcode": [ + "33433084148463" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 17 (Jan.3-Feb. 14, 1942)", + "urn:barcode:33433084148505" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000017 (Jan.3-Feb. 14, 1942)", + "dateRange": [ + { + "gte": "1942", + "lte": "1942" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 17-1942" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 17 (Jan.3-Feb. 14, 1942)" + ], + "uri": "i17474533", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 17 (Jan.3-Feb. 14, 1942)" + }, + { + "type": "bf:Barcode", + "value": "33433084148505" + } + ], + "enumerationChronology": [ + "v. 17 (Jan.3-Feb. 14, 1942)" + ], + "idBarcode": [ + "33433084148505" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 17 (Feb. 15-Mar. 29, 1941)", + "urn:barcode:33433084148448" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000017 (Feb. 15-Mar. 29, 1941)", + "dateRange": [ + { + "gte": "1941", + "lte": "1941" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 17-1941" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 17 (Feb. 15-Mar. 29, 1941)" + ], + "uri": "i17474527", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 17 (Feb. 15-Mar. 29, 1941)" + }, + { + "type": "bf:Barcode", + "value": "33433084148448" + } + ], + "enumerationChronology": [ + "v. 17 (Feb. 15-Mar. 29, 1941)" + ], + "idBarcode": [ + "33433084148448" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 17 (Aug. 16-Sept. 27, 1941)", + "urn:barcode:33433084148471" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000017 (Aug. 16-Sept. 27, 1941)", + "dateRange": [ + { + "gte": "1941", + "lte": "1941" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 17-1941" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 17 (Aug. 16-Sept. 27, 1941)" + ], + "uri": "i17474530", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 17 (Aug. 16-Sept. 27, 1941)" + }, + { + "type": "bf:Barcode", + "value": "33433084148471" + } + ], + "enumerationChronology": [ + "v. 17 (Aug. 16-Sept. 27, 1941)" + ], + "idBarcode": [ + "33433084148471" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 17 (Apr.5-May 10,1941)", + "urn:barcode:33433084148455" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000017 (Apr.5-May 10,1941)", + "dateRange": [ + { + "gte": "1941", + "lte": "1941" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 17-1941" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 17 (Apr.5-May 10,1941)" + ], + "uri": "i17474528", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 17 (Apr.5-May 10,1941)" + }, + { + "type": "bf:Barcode", + "value": "33433084148455" + } + ], + "enumerationChronology": [ + "v. 17 (Apr.5-May 10,1941)" + ], + "idBarcode": [ + "33433084148455" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 17, + "lte": 17 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (aug. 17-Sept. 28, 1940)", + "urn:barcode:33433084148406" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (aug. 17-Sept. 28, 1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (aug. 17-Sept. 28, 1940)" + ], + "uri": "i17474523", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (aug. 17-Sept. 28, 1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148406" + } + ], + "enumerationChronology": [ + "v. 16 (aug. 17-Sept. 28, 1940)" + ], + "idBarcode": [ + "33433084148406" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (Oct. 5-Nov. 9, 1940)", + "urn:barcode:33433084148414" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (Oct. 5-Nov. 9, 1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (Oct. 5-Nov. 9, 1940)" + ], + "uri": "i17474524", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (Oct. 5-Nov. 9, 1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148414" + } + ], + "enumerationChronology": [ + "v. 16 (Oct. 5-Nov. 9, 1940)" + ], + "idBarcode": [ + "33433084148414" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (Nov. 16-Dec. 28, 1940)", + "urn:barcode:33433084148422" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (Nov. 16-Dec. 28, 1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (Nov. 16-Dec. 28, 1940)" + ], + "uri": "i17474525", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (Nov. 16-Dec. 28, 1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148422" + } + ], + "enumerationChronology": [ + "v. 16 (Nov. 16-Dec. 28, 1940)" + ], + "idBarcode": [ + "33433084148422" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (May 13-June 22, 1940)", + "urn:barcode:33433084148380" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (May 13-June 22, 1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (May 13-June 22, 1940)" + ], + "uri": "i17474521", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (May 13-June 22, 1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148380" + } + ], + "enumerationChronology": [ + "v. 16 (May 13-June 22, 1940)" + ], + "idBarcode": [ + "33433084148380" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (Mar. 30-May 11,1940)", + "urn:barcode:33433084148372" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (Mar. 30-May 11,1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (Mar. 30-May 11,1940)" + ], + "uri": "i17474520", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (Mar. 30-May 11,1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148372" + } + ], + "enumerationChronology": [ + "v. 16 (Mar. 30-May 11,1940)" + ], + "idBarcode": [ + "33433084148372" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (June 29-Aug. 10, 1940)", + "urn:barcode:33433084148398" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (June 29-Aug. 10, 1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (June 29-Aug. 10, 1940)" + ], + "uri": "i17474522", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (June 29-Aug. 10, 1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148398" + } + ], + "enumerationChronology": [ + "v. 16 (June 29-Aug. 10, 1940)" + ], + "idBarcode": [ + "33433084148398" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (Jan.4-Feb. 8,1941)", + "urn:barcode:33433084148430" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (Jan.4-Feb. 8,1941)", + "dateRange": [ + { + "gte": "1941", + "lte": "1941" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1941" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (Jan.4-Feb. 8,1941)" + ], + "uri": "i17474526", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (Jan.4-Feb. 8,1941)" + }, + { + "type": "bf:Barcode", + "value": "33433084148430" + } + ], + "enumerationChronology": [ + "v. 16 (Jan.4-Feb. 8,1941)" + ], + "idBarcode": [ + "33433084148430" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 16 (Feb. 17-Mar.23, 1940)", + "urn:barcode:33433084148364" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000016 (Feb. 17-Mar.23, 1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 16-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 16 (Feb. 17-Mar.23, 1940)" + ], + "uri": "i17474519", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 16 (Feb. 17-Mar.23, 1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148364" + } + ], + "enumerationChronology": [ + "v. 16 (Feb. 17-Mar.23, 1940)" + ], + "idBarcode": [ + "33433084148364" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 16, + "lte": 16 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 15 (Oct. 7-Nov. 11, 1939)", + "urn:barcode:33433084148240" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000015 (Oct. 7-Nov. 11, 1939)", + "dateRange": [ + { + "gte": "1939", + "lte": "1939" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 15-1939" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 15 (Oct. 7-Nov. 11, 1939)" + ], + "uri": "i17474516", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 15 (Oct. 7-Nov. 11, 1939)" + }, + { + "type": "bf:Barcode", + "value": "33433084148240" + } + ], + "enumerationChronology": [ + "v. 15 (Oct. 7-Nov. 11, 1939)" + ], + "idBarcode": [ + "33433084148240" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 15 (July 1-Aug. 12, 1939)", + "urn:barcode:33433080035797" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000015 (July 1-Aug. 12, 1939)", + "dateRange": [ + { + "gte": "1939", + "lte": "1939" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 15-1939" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 15 (July 1-Aug. 12, 1939)" + ], + "uri": "i17474450", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 15 (July 1-Aug. 12, 1939)" + }, + { + "type": "bf:Barcode", + "value": "33433080035797" + } + ], + "enumerationChronology": [ + "v. 15 (July 1-Aug. 12, 1939)" + ], + "idBarcode": [ + "33433080035797" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 15 (Jan. 6-Feb 10,1940)", + "urn:barcode:33433084148356" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000015 (Jan. 6-Feb 10,1940)", + "dateRange": [ + { + "gte": "1940", + "lte": "1940" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 15-1940" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 15 (Jan. 6-Feb 10,1940)" + ], + "uri": "i17474518", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 15 (Jan. 6-Feb 10,1940)" + }, + { + "type": "bf:Barcode", + "value": "33433084148356" + } + ], + "enumerationChronology": [ + "v. 15 (Jan. 6-Feb 10,1940)" + ], + "idBarcode": [ + "33433084148356" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 15 (Feb.18-Apr. 1, 1939)", + "urn:barcode:33433084148216" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000015 (Feb.18-Apr. 1, 1939)", + "dateRange": [ + { + "gte": "1939", + "lte": "1939" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 15-1939" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 15 (Feb.18-Apr. 1, 1939)" + ], + "uri": "i17474512", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 15 (Feb.18-Apr. 1, 1939)" + }, + { + "type": "bf:Barcode", + "value": "33433084148216" + } + ], + "enumerationChronology": [ + "v. 15 (Feb.18-Apr. 1, 1939)" + ], + "idBarcode": [ + "33433084148216" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 15 (Aug. 19-Sept. 30, 1939)", + "urn:barcode:33433084148232" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000015 (Aug. 19-Sept. 30, 1939)", + "dateRange": [ + { + "gte": "1939", + "lte": "1939" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 15-1939" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 15 (Aug. 19-Sept. 30, 1939)" + ], + "uri": "i17474515", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 15 (Aug. 19-Sept. 30, 1939)" + }, + { + "type": "bf:Barcode", + "value": "33433084148232" + } + ], + "enumerationChronology": [ + "v. 15 (Aug. 19-Sept. 30, 1939)" + ], + "idBarcode": [ + "33433084148232" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 15 (Apr. 29-June 24, 1939)", + "urn:barcode:33433084148224" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000015 (Apr. 29-June 24, 1939)", + "dateRange": [ + { + "gte": "1939", + "lte": "1939" + } + ], + "dueDate": [ + "2024-01-26" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 15-1939" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 15 (Apr. 29-June 24, 1939)" + ], + "uri": "i17474513", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 15 (Apr. 29-June 24, 1939)" + }, + { + "type": "bf:Barcode", + "value": "33433084148224" + } + ], + "enumerationChronology": [ + "v. 15 (Apr. 29-June 24, 1939)" + ], + "idBarcode": [ + "33433084148224" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 15 ((Nov. 18-Dec. 30, 1939)", + "urn:barcode:33433084148257" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000015 ((Nov. 18-Dec. 30, 1939)", + "dateRange": [ + { + "gte": "1939", + "lte": "1939" + } + ], + "dueDate": [ + "2024-01-26" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 15-1939" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 15 ((Nov. 18-Dec. 30, 1939)" + ], + "uri": "i17474517", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 15 ((Nov. 18-Dec. 30, 1939)" + }, + { + "type": "bf:Barcode", + "value": "33433084148257" + } + ], + "enumerationChronology": [ + "v. 15 ((Nov. 18-Dec. 30, 1939)" + ], + "idBarcode": [ + "33433084148257" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "volumeRange": [ + { + "gte": 15, + "lte": 15 + } + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 14 Sept 10 - Nov 12 1938)", + "urn:barcode:33433078585167" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000014 Sept 10 - Nov 12 1938)", + "dateRange": [ + { + "gte": "1938", + "lte": "1938" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 14-1938" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 14 Sept 10 - Nov 12 1938)" + ], + "uri": "i17474441", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 14 Sept 10 - Nov 12 1938)" + }, + { + "type": "bf:Barcode", + "value": "33433078585167" + } + ], + "enumerationChronology": [ + "v. 14 Sept 10 - Nov 12 1938)" + ], + "idBarcode": [ + "33433078585167" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 14 April-July 2 1938)", + "urn:barcode:33433078585175" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000014 April-July 2 1938)", + "dateRange": [ + { + "gte": "1938", + "lte": "1938" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 14-1938" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 14 April-July 2 1938)" + ], + "uri": "i17474442", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 14 April-July 2 1938)" + }, + { + "type": "bf:Barcode", + "value": "33433078585175" + } + ], + "enumerationChronology": [ + "v. 14 April-July 2 1938)" + ], + "idBarcode": [ + "33433078585175" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 14 (Nov 19-Dec 24 1938)", + "urn:barcode:33433078585142" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000014 (Nov 19-Dec 24 1938)", + "dateRange": [ + { + "gte": "1938", + "lte": "1938" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 14-1938" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 14 (Nov 19-Dec 24 1938)" + ], + "uri": "i17474439", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 14 (Nov 19-Dec 24 1938)" + }, + { + "type": "bf:Barcode", + "value": "33433078585142" + } + ], + "enumerationChronology": [ + "v. 14 (Nov 19-Dec 24 1938)" + ], + "idBarcode": [ + "33433078585142" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 14 (July 9-Sept. 3)", + "urn:barcode:33433078585159" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000014 (July 9-Sept. 3)", + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 14-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 14 (July 9-Sept. 3)" + ], + "uri": "i17474440", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 14 (July 9-Sept. 3)" + }, + { + "type": "bf:Barcode", + "value": "33433078585159" + } + ], + "enumerationChronology": [ + "v. 14 (July 9-Sept. 3)" + ], + "idBarcode": [ + "33433078585159" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 14 (Feb. 19- Apr.23 1938)", + "urn:barcode:33433078585183" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000014 (Feb. 19- Apr.23 1938)", + "dateRange": [ + { + "gte": "1938", + "lte": "1938" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 14-1938" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 14 (Feb. 19- Apr.23 1938)" + ], + "uri": "i17474443", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 14 (Feb. 19- Apr.23 1938)" + }, + { + "type": "bf:Barcode", + "value": "33433078585183" + } + ], + "enumerationChronology": [ + "v. 14 (Feb. 19- Apr.23 1938)" + ], + "idBarcode": [ + "33433078585183" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 14 (Dec. 31, 1938-Feb. 11,1939)", + "urn:barcode:33433084148208" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000014 (Dec. 31, 1938-Feb. 11,1939)", + "dateRange": [ + { + "gte": "1938", + "lte": "1939" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 14-1938" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 14 (Dec. 31, 1938-Feb. 11,1939)" + ], + "uri": "i17474511", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 14 (Dec. 31, 1938-Feb. 11,1939)" + }, + { + "type": "bf:Barcode", + "value": "33433084148208" + } + ], + "enumerationChronology": [ + "v. 14 (Dec. 31, 1938-Feb. 11,1939)" + ], + "idBarcode": [ + "33433084148208" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 13 (dec. 11, 1937-Feb. 12, 1938)", + "urn:barcode:33433084148190" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000013 (dec. 11, 1937-Feb. 12, 1938)", + "dateRange": [ + { + "gte": "1937", + "lte": "1938" + } + ], + "dueDate": [ + "2024-01-26" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 13-1937" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 13 (dec. 11, 1937-Feb. 12, 1938)" + ], + "uri": "i17474510", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 13 (dec. 11, 1937-Feb. 12, 1938)" + }, + { + "type": "bf:Barcode", + "value": "33433084148190" + } + ], + "enumerationChronology": [ + "v. 13 (dec. 11, 1937-Feb. 12, 1938)" + ], + "idBarcode": [ + "33433084148190" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 13 (Oct. 9-Dec. 4, 1937)", + "urn:barcode:33433084148182" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000013 (Oct. 9-Dec. 4, 1937)", + "dateRange": [ + { + "gte": "1937", + "lte": "1937" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 13-1937" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 13 (Oct. 9-Dec. 4, 1937)" + ], + "uri": "i17474509", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 13 (Oct. 9-Dec. 4, 1937)" + }, + { + "type": "bf:Barcode", + "value": "33433084148182" + } + ], + "enumerationChronology": [ + "v. 13 (Oct. 9-Dec. 4, 1937)" + ], + "idBarcode": [ + "33433084148182" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 13 (May 1-July 3, 1937)", + "urn:barcode:33433084148166" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000013 (May 1-July 3, 1937)", + "dateRange": [ + { + "gte": "1937", + "lte": "1937" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 13-1937" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 13 (May 1-July 3, 1937)" + ], + "uri": "i17474507", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 13 (May 1-July 3, 1937)" + }, + { + "type": "bf:Barcode", + "value": "33433084148166" + } + ], + "enumerationChronology": [ + "v. 13 (May 1-July 3, 1937)" + ], + "idBarcode": [ + "33433084148166" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 13 (July 10-Oct.2, 1937)", + "urn:barcode:33433084148174" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000013 (July 10-Oct.2, 1937)", + "dateRange": [ + { + "gte": "1937", + "lte": "1937" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 13-1937" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 13 (July 10-Oct.2, 1937)" + ], + "uri": "i17474508", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 13 (July 10-Oct.2, 1937)" + }, + { + "type": "bf:Barcode", + "value": "33433084148174" + } + ], + "enumerationChronology": [ + "v. 13 (July 10-Oct.2, 1937)" + ], + "idBarcode": [ + "33433084148174" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 13 (Feb. 20-Apr.24, 1937)", + "urn:barcode:33433084148158" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000013 (Feb. 20-Apr.24, 1937)", + "dateRange": [ + { + "gte": "1937", + "lte": "1937" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 13-1937" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 13 (Feb. 20-Apr.24, 1937)" + ], + "uri": "i17474506", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 13 (Feb. 20-Apr.24, 1937)" + }, + { + "type": "bf:Barcode", + "value": "33433084148158" + } + ], + "enumerationChronology": [ + "v. 13 (Feb. 20-Apr.24, 1937)" + ], + "idBarcode": [ + "33433084148158" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 12 (Nov. 21-Dec. 26, 1936)", + "urn:barcode:33433084148133" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000012 (Nov. 21-Dec. 26, 1936)", + "dateRange": [ + { + "gte": "1936", + "lte": "1936" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 12-1936" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 12 (Nov. 21-Dec. 26, 1936)" + ], + "uri": "i17474504", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 12 (Nov. 21-Dec. 26, 1936)" + }, + { + "type": "bf:Barcode", + "value": "33433084148133" + } + ], + "enumerationChronology": [ + "v. 12 (Nov. 21-Dec. 26, 1936)" + ], + "idBarcode": [ + "33433084148133" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 12 (May 23-Aug.15, 1936)", + "urn:barcode:33433084148117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000012 (May 23-Aug.15, 1936)", + "dateRange": [ + { + "gte": "1936", + "lte": "1936" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 12-1936" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 12 (May 23-Aug.15, 1936)" + ], + "uri": "i17474502", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 12 (May 23-Aug.15, 1936)" + }, + { + "type": "bf:Barcode", + "value": "33433084148117" + } + ], + "enumerationChronology": [ + "v. 12 (May 23-Aug.15, 1936)" + ], + "idBarcode": [ + "33433084148117" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 12 (Jan. 2-Feb. 13, 1937)", + "urn:barcode:33433084148141" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000012 (Jan. 2-Feb. 13, 1937)", + "dateRange": [ + { + "gte": "1937", + "lte": "1937" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 12-1937" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 12 (Jan. 2-Feb. 13, 1937)" + ], + "uri": "i17474505", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 12 (Jan. 2-Feb. 13, 1937)" + }, + { + "type": "bf:Barcode", + "value": "33433084148141" + } + ], + "enumerationChronology": [ + "v. 12 (Jan. 2-Feb. 13, 1937)" + ], + "idBarcode": [ + "33433084148141" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 12 (Feb. 22-Mar. 28, 1936)", + "urn:barcode:33433084148091" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000012 (Feb. 22-Mar. 28, 1936)", + "dateRange": [ + { + "gte": "1936", + "lte": "1936" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 12-1936" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 12 (Feb. 22-Mar. 28, 1936)" + ], + "uri": "i17474500", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 12 (Feb. 22-Mar. 28, 1936)" + }, + { + "type": "bf:Barcode", + "value": "33433084148091" + } + ], + "enumerationChronology": [ + "v. 12 (Feb. 22-Mar. 28, 1936)" + ], + "idBarcode": [ + "33433084148091" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 12 (Aug. 22-Nov. 14, 1936)", + "urn:barcode:33433084148125" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000012 (Aug. 22-Nov. 14, 1936)", + "dateRange": [ + { + "gte": "1936", + "lte": "1936" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 12-1936" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 12 (Aug. 22-Nov. 14, 1936)" + ], + "uri": "i17474503", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 12 (Aug. 22-Nov. 14, 1936)" + }, + { + "type": "bf:Barcode", + "value": "33433084148125" + } + ], + "enumerationChronology": [ + "v. 12 (Aug. 22-Nov. 14, 1936)" + ], + "idBarcode": [ + "33433084148125" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 12 (Apr.4-May 16. 1936)", + "urn:barcode:33433084148109" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000012 (Apr.4-May 16. 1936)", + "dateRange": [ + { + "gte": "1936", + "lte": "1936" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 12-1936" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 12 (Apr.4-May 16. 1936)" + ], + "uri": "i17474501", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 12 (Apr.4-May 16. 1936)" + }, + { + "type": "bf:Barcode", + "value": "33433084148109" + } + ], + "enumerationChronology": [ + "v. 12 (Apr.4-May 16. 1936)" + ], + "idBarcode": [ + "33433084148109" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 11 (Oct. 5-Nov. 9, 1935)", + "urn:barcode:33433084148067" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000011 (Oct. 5-Nov. 9, 1935)", + "dateRange": [ + { + "gte": "1935", + "lte": "1935" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 11-1935" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 11 (Oct. 5-Nov. 9, 1935)" + ], + "uri": "i17474497", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 11 (Oct. 5-Nov. 9, 1935)" + }, + { + "type": "bf:Barcode", + "value": "33433084148067" + } + ], + "enumerationChronology": [ + "v. 11 (Oct. 5-Nov. 9, 1935)" + ], + "idBarcode": [ + "33433084148067" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 11 (Nov. 11-Dec. 21, 1935)", + "urn:barcode:33433084148075" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000011 (Nov. 11-Dec. 21, 1935)", + "dateRange": [ + { + "gte": "1935", + "lte": "1935" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 11-1935" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 11 (Nov. 11-Dec. 21, 1935)" + ], + "uri": "i17474498", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 11 (Nov. 11-Dec. 21, 1935)" + }, + { + "type": "bf:Barcode", + "value": "33433084148075" + } + ], + "enumerationChronology": [ + "v. 11 (Nov. 11-Dec. 21, 1935)" + ], + "idBarcode": [ + "33433084148075" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 11 (May 18-Aug. 10, 1935)", + "urn:barcode:33433084148042" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000011 (May 18-Aug. 10, 1935)", + "dateRange": [ + { + "gte": "1935", + "lte": "1935" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 11-1935" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 11 (May 18-Aug. 10, 1935)" + ], + "uri": "i17474495", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 11 (May 18-Aug. 10, 1935)" + }, + { + "type": "bf:Barcode", + "value": "33433084148042" + } + ], + "enumerationChronology": [ + "v. 11 (May 18-Aug. 10, 1935)" + ], + "idBarcode": [ + "33433084148042" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 11 (Feb 16-May 11 1935)", + "urn:barcode:33433078264482" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000011 (Feb 16-May 11 1935)", + "dateRange": [ + { + "gte": "1935", + "lte": "1935" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 11-1935" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 11 (Feb 16-May 11 1935)" + ], + "uri": "i16700902", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 11 (Feb 16-May 11 1935)" + }, + { + "type": "bf:Barcode", + "value": "33433078264482" + } + ], + "enumerationChronology": [ + "v. 11 (Feb 16-May 11 1935)" + ], + "idBarcode": [ + "33433078264482" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 11 (Dec. 28, 1935-Feb. 15, 1936)", + "urn:barcode:33433084148083" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000011 (Dec. 28, 1935-Feb. 15, 1936)", + "dateRange": [ + { + "gte": "1935", + "lte": "1936" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 11-1935" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 11 (Dec. 28, 1935-Feb. 15, 1936)" + ], + "uri": "i17474499", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 11 (Dec. 28, 1935-Feb. 15, 1936)" + }, + { + "type": "bf:Barcode", + "value": "33433084148083" + } + ], + "enumerationChronology": [ + "v. 11 (Dec. 28, 1935-Feb. 15, 1936)" + ], + "idBarcode": [ + "33433084148083" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 11 (Aug. 17-Sept. 28, 1935)", + "urn:barcode:33433084148059" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000011 (Aug. 17-Sept. 28, 1935)", + "dateRange": [ + { + "gte": "1935", + "lte": "1935" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 11-1935" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 11 (Aug. 17-Sept. 28, 1935)" + ], + "uri": "i17474496", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 11 (Aug. 17-Sept. 28, 1935)" + }, + { + "type": "bf:Barcode", + "value": "33433084148059" + } + ], + "enumerationChronology": [ + "v. 11 (Aug. 17-Sept. 28, 1935)" + ], + "idBarcode": [ + "33433084148059" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 10 (Oct. 13-Dec.1, 1934)", + "urn:barcode:33433084148026" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000010 (Oct. 13-Dec.1, 1934)", + "dateRange": [ + { + "gte": "1934", + "lte": "1934" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 10-1934" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 10 (Oct. 13-Dec.1, 1934)" + ], + "uri": "i17474493", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 10 (Oct. 13-Dec.1, 1934)" + }, + { + "type": "bf:Barcode", + "value": "33433084148026" + } + ], + "enumerationChronology": [ + "v. 10 (Oct. 13-Dec.1, 1934)" + ], + "idBarcode": [ + "33433084148026" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 10 (May 19-Aug. 11, 1934)", + "urn:barcode:33433084148000" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000010 (May 19-Aug. 11, 1934)", + "dateRange": [ + { + "gte": "1934", + "lte": "1934" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 10-1934" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 10 (May 19-Aug. 11, 1934)" + ], + "uri": "i17474491", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 10 (May 19-Aug. 11, 1934)" + }, + { + "type": "bf:Barcode", + "value": "33433084148000" + } + ], + "enumerationChronology": [ + "v. 10 (May 19-Aug. 11, 1934)" + ], + "idBarcode": [ + "33433084148000" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 10 (Feb. 17-Mar. 31, 1934)", + "urn:barcode:33433084147986" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000010 (Feb. 17-Mar. 31, 1934)", + "dateRange": [ + { + "gte": "1934", + "lte": "1934" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 10-1934" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 10 (Feb. 17-Mar. 31, 1934)" + ], + "uri": "i17474489", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 10 (Feb. 17-Mar. 31, 1934)" + }, + { + "type": "bf:Barcode", + "value": "33433084147986" + } + ], + "enumerationChronology": [ + "v. 10 (Feb. 17-Mar. 31, 1934)" + ], + "idBarcode": [ + "33433084147986" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 10 (Dec.8, 1934-Feb.9, 1935)", + "urn:barcode:33433084148034" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000010 (Dec.8, 1934-Feb.9, 1935)", + "dateRange": [ + { + "gte": "1934", + "lte": "1935" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 10-1934" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 10 (Dec.8, 1934-Feb.9, 1935)" + ], + "uri": "i17474494", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 10 (Dec.8, 1934-Feb.9, 1935)" + }, + { + "type": "bf:Barcode", + "value": "33433084148034" + } + ], + "enumerationChronology": [ + "v. 10 (Dec.8, 1934-Feb.9, 1935)" + ], + "idBarcode": [ + "33433084148034" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 10 (Aug. 10-Oct. 6, 1934)", + "urn:barcode:33433084148018" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000010 (Aug. 10-Oct. 6, 1934)", + "dateRange": [ + { + "gte": "1934", + "lte": "1934" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 10-1934" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 10 (Aug. 10-Oct. 6, 1934)" + ], + "uri": "i17474492", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 10 (Aug. 10-Oct. 6, 1934)" + }, + { + "type": "bf:Barcode", + "value": "33433084148018" + } + ], + "enumerationChronology": [ + "v. 10 (Aug. 10-Oct. 6, 1934)" + ], + "idBarcode": [ + "33433084148018" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 10 (Apr. 7-May 12, 1934)", + "urn:barcode:33433084147994" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000010 (Apr. 7-May 12, 1934)", + "dateRange": [ + { + "gte": "1934", + "lte": "1934" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 10-1934" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 10 (Apr. 7-May 12, 1934)" + ], + "uri": "i17474490", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 10 (Apr. 7-May 12, 1934)" + }, + { + "type": "bf:Barcode", + "value": "33433084147994" + } + ], + "enumerationChronology": [ + "v. 10 (Apr. 7-May 12, 1934)" + ], + "idBarcode": [ + "33433084147994" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 9 (may 20-Aug. 12, 1933)", + "urn:barcode:33433084147952" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000009 (may 20-Aug. 12, 1933)", + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 9-1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 9 (may 20-Aug. 12, 1933)" + ], + "uri": "i17474486", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 9 (may 20-Aug. 12, 1933)" + }, + { + "type": "bf:Barcode", + "value": "33433084147952" + } + ], + "enumerationChronology": [ + "v. 9 (may 20-Aug. 12, 1933)" + ], + "idBarcode": [ + "33433084147952" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 9 (Nov. 18, 1933-Feb. 10, 1934)", + "urn:barcode:33433084147978" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000009 (Nov. 18, 1933-Feb. 10, 1934)", + "dateRange": [ + { + "gte": "1933", + "lte": "1934" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 9-1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 9 (Nov. 18, 1933-Feb. 10, 1934)" + ], + "uri": "i17474488", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 9 (Nov. 18, 1933-Feb. 10, 1934)" + }, + { + "type": "bf:Barcode", + "value": "33433084147978" + } + ], + "enumerationChronology": [ + "v. 9 (Nov. 18, 1933-Feb. 10, 1934)" + ], + "idBarcode": [ + "33433084147978" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 9 (Feb. 18-May 13, 1933)", + "urn:barcode:33433084147945" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000009 (Feb. 18-May 13, 1933)", + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 9-1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 9 (Feb. 18-May 13, 1933)" + ], + "uri": "i17474485", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 9 (Feb. 18-May 13, 1933)" + }, + { + "type": "bf:Barcode", + "value": "33433084147945" + } + ], + "enumerationChronology": [ + "v. 9 (Feb. 18-May 13, 1933)" + ], + "idBarcode": [ + "33433084147945" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 9 (Aug. 19-Nov. 11, 1933)", + "urn:barcode:33433084147960" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000009 (Aug. 19-Nov. 11, 1933)", + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 9-1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 9 (Aug. 19-Nov. 11, 1933)" + ], + "uri": "i17474487", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 9 (Aug. 19-Nov. 11, 1933)" + }, + { + "type": "bf:Barcode", + "value": "33433084147960" + } + ], + "enumerationChronology": [ + "v. 9 (Aug. 19-Nov. 11, 1933)" + ], + "idBarcode": [ + "33433084147960" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 8 (Nov. 19, 1932-Feb. 11, 1933)", + "urn:barcode:33433084147937" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000008 (Nov. 19, 1932-Feb. 11, 1933)", + "dateRange": [ + { + "gte": "1932", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 8-1932" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 8 (Nov. 19, 1932-Feb. 11, 1933)" + ], + "uri": "i17474484", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 8 (Nov. 19, 1932-Feb. 11, 1933)" + }, + { + "type": "bf:Barcode", + "value": "33433084147937" + } + ], + "enumerationChronology": [ + "v. 8 (Nov. 19, 1932-Feb. 11, 1933)" + ], + "idBarcode": [ + "33433084147937" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 8 (May 21-Aug. 13, 1932)", + "urn:barcode:33433084147911" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000008 (May 21-Aug. 13, 1932)", + "dateRange": [ + { + "gte": "1932", + "lte": "1932" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 8-1932" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 8 (May 21-Aug. 13, 1932)" + ], + "uri": "i17474482", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 8 (May 21-Aug. 13, 1932)" + }, + { + "type": "bf:Barcode", + "value": "33433084147911" + } + ], + "enumerationChronology": [ + "v. 8 (May 21-Aug. 13, 1932)" + ], + "idBarcode": [ + "33433084147911" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 8 (Feb. 20-May 12, 1932)", + "urn:barcode:33433084147903" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000008 (Feb. 20-May 12, 1932)", + "dateRange": [ + { + "gte": "1932", + "lte": "1932" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 8-1932" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 8 (Feb. 20-May 12, 1932)" + ], + "uri": "i17474481", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 8 (Feb. 20-May 12, 1932)" + }, + { + "type": "bf:Barcode", + "value": "33433084147903" + } + ], + "enumerationChronology": [ + "v. 8 (Feb. 20-May 12, 1932)" + ], + "idBarcode": [ + "33433084147903" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 8 (Aug. 20-Nov. 12, 1932)", + "urn:barcode:33433084147929" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000008 (Aug. 20-Nov. 12, 1932)", + "dateRange": [ + { + "gte": "1932", + "lte": "1932" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 8-1932" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 8 (Aug. 20-Nov. 12, 1932)" + ], + "uri": "i17474483", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 8 (Aug. 20-Nov. 12, 1932)" + }, + { + "type": "bf:Barcode", + "value": "33433084147929" + } + ], + "enumerationChronology": [ + "v. 8 (Aug. 20-Nov. 12, 1932)" + ], + "idBarcode": [ + "33433084147929" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 7 (Nov. 21, 1931-Feb. 13, 1932)", + "urn:barcode:33433079523332" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000007 (Nov. 21, 1931-Feb. 13, 1932)", + "dateRange": [ + { + "gte": "1931", + "lte": "1932" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 7-1931" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 7 (Nov. 21, 1931-Feb. 13, 1932)" + ], + "uri": "i17474455", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 7 (Nov. 21, 1931-Feb. 13, 1932)" + }, + { + "type": "bf:Barcode", + "value": "33433079523332" + } + ], + "enumerationChronology": [ + "v. 7 (Nov. 21, 1931-Feb. 13, 1932)" + ], + "idBarcode": [ + "33433079523332" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 7 (June 13-Aug. 15, 1931)", + "urn:barcode:33433084147887" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000007 (June 13-Aug. 15, 1931)", + "dateRange": [ + { + "gte": "1931", + "lte": "1931" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 7-1931" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 7 (June 13-Aug. 15, 1931)" + ], + "uri": "i17474479", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 7 (June 13-Aug. 15, 1931)" + }, + { + "type": "bf:Barcode", + "value": "33433084147887" + } + ], + "enumerationChronology": [ + "v. 7 (June 13-Aug. 15, 1931)" + ], + "idBarcode": [ + "33433084147887" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 7 (Feb 21-Apr. 11, 1931)", + "urn:barcode:33433084147861" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000007 (Feb 21-Apr. 11, 1931)", + "dateRange": [ + { + "gte": "1931", + "lte": "1931" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 7-1931" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 7 (Feb 21-Apr. 11, 1931)" + ], + "uri": "i17474477", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 7 (Feb 21-Apr. 11, 1931)" + }, + { + "type": "bf:Barcode", + "value": "33433084147861" + } + ], + "enumerationChronology": [ + "v. 7 (Feb 21-Apr. 11, 1931)" + ], + "idBarcode": [ + "33433084147861" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 7 (Aug. 22-Nov. 14, 1931)", + "urn:barcode:33433084147895" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000007 (Aug. 22-Nov. 14, 1931)", + "dateRange": [ + { + "gte": "1931", + "lte": "1931" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 7-1931" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 7 (Aug. 22-Nov. 14, 1931)" + ], + "uri": "i17474480", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 7 (Aug. 22-Nov. 14, 1931)" + }, + { + "type": "bf:Barcode", + "value": "33433084147895" + } + ], + "enumerationChronology": [ + "v. 7 (Aug. 22-Nov. 14, 1931)" + ], + "idBarcode": [ + "33433084147895" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 7 (Apr. 18-June 6, 1931)", + "urn:barcode:33433084147879" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000007 (Apr. 18-June 6, 1931)", + "dateRange": [ + { + "gte": "1931", + "lte": "1931" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 7-1931" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 7 (Apr. 18-June 6, 1931)" + ], + "uri": "i17474478", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 7 (Apr. 18-June 6, 1931)" + }, + { + "type": "bf:Barcode", + "value": "33433084147879" + } + ], + "enumerationChronology": [ + "v. 7 (Apr. 18-June 6, 1931)" + ], + "idBarcode": [ + "33433084147879" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 6 (Nov.1-Dec. 27, 1930)", + "urn:barcode:33433084147846" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000006 (Nov.1-Dec. 27, 1930)", + "dateRange": [ + { + "gte": "1930", + "lte": "1930" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 6-1930" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 6 (Nov.1-Dec. 27, 1930)" + ], + "uri": "i17474475", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 6 (Nov.1-Dec. 27, 1930)" + }, + { + "type": "bf:Barcode", + "value": "33433084147846" + } + ], + "enumerationChronology": [ + "v. 6 (Nov.1-Dec. 27, 1930)" + ], + "idBarcode": [ + "33433084147846" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 6 (Mar. 15-May 10, 1930)", + "urn:barcode:33433084147838" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000006 (Mar. 15-May 10, 1930)", + "dateRange": [ + { + "gte": "1930", + "lte": "1930" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 6-1930" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 6 (Mar. 15-May 10, 1930)" + ], + "uri": "i17474474", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 6 (Mar. 15-May 10, 1930)" + }, + { + "type": "bf:Barcode", + "value": "33433084147838" + } + ], + "enumerationChronology": [ + "v. 6 (Mar. 15-May 10, 1930)" + ], + "idBarcode": [ + "33433084147838" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 6 (Jan.4-Mar. 8, 1930)", + "urn:barcode:33433084147820" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000006 (Jan.4-Mar. 8, 1930)", + "dateRange": [ + { + "gte": "1930", + "lte": "1930" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 6-1930" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 6 (Jan.4-Mar. 8, 1930)" + ], + "uri": "i17474473", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 6 (Jan.4-Mar. 8, 1930)" + }, + { + "type": "bf:Barcode", + "value": "33433084147820" + } + ], + "enumerationChronology": [ + "v. 6 (Jan.4-Mar. 8, 1930)" + ], + "idBarcode": [ + "33433084147820" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 6 (Dec. 27, 1930-Feb. 14, 1931)", + "urn:barcode:33433084147853" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000006 (Dec. 27, 1930-Feb. 14, 1931)", + "dateRange": [ + { + "gte": "1930", + "lte": "1931" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 6-1930" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 6 (Dec. 27, 1930-Feb. 14, 1931)" + ], + "uri": "i17474476", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 6 (Dec. 27, 1930-Feb. 14, 1931)" + }, + { + "type": "bf:Barcode", + "value": "33433084147853" + } + ], + "enumerationChronology": [ + "v. 6 (Dec. 27, 1930-Feb. 14, 1931)" + ], + "idBarcode": [ + "33433084147853" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 5 (Sept. 7-Nov. 2, 1929)", + "urn:barcode:33433084147804" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000005 (Sept. 7-Nov. 2, 1929)", + "dateRange": [ + { + "gte": "1929", + "lte": "1929" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 5-1929" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 5 (Sept. 7-Nov. 2, 1929)" + ], + "uri": "i17474471", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 5 (Sept. 7-Nov. 2, 1929)" + }, + { + "type": "bf:Barcode", + "value": "33433084147804" + } + ], + "enumerationChronology": [ + "v. 5 (Sept. 7-Nov. 2, 1929)" + ], + "idBarcode": [ + "33433084147804" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 5 (Nov. 9-Dec. 28, 1929)", + "urn:barcode:33433084147812" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000005 (Nov. 9-Dec. 28, 1929)", + "dateRange": [ + { + "gte": "1929", + "lte": "1929" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 5-1929" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 5 (Nov. 9-Dec. 28, 1929)" + ], + "uri": "i17474472", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 5 (Nov. 9-Dec. 28, 1929)" + }, + { + "type": "bf:Barcode", + "value": "33433084147812" + } + ], + "enumerationChronology": [ + "v. 5 (Nov. 9-Dec. 28, 1929)" + ], + "idBarcode": [ + "33433084147812" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 5 (Mar. 30-June 1, 1929)", + "urn:barcode:33433084147788" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000005 (Mar. 30-June 1, 1929)", + "dateRange": [ + { + "gte": "1929", + "lte": "1929" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 5-1929" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 5 (Mar. 30-June 1, 1929)" + ], + "uri": "i17474469", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 5 (Mar. 30-June 1, 1929)" + }, + { + "type": "bf:Barcode", + "value": "33433084147788" + } + ], + "enumerationChronology": [ + "v. 5 (Mar. 30-June 1, 1929)" + ], + "idBarcode": [ + "33433084147788" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 5 (June 8-Aug. 31, 1929)", + "urn:barcode:33433084147796" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000005 (June 8-Aug. 31, 1929)", + "dateRange": [ + { + "gte": "1929", + "lte": "1929" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 5-1929" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 5 (June 8-Aug. 31, 1929)" + ], + "uri": "i17474470", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 5 (June 8-Aug. 31, 1929)" + }, + { + "type": "bf:Barcode", + "value": "33433084147796" + } + ], + "enumerationChronology": [ + "v. 5 (June 8-Aug. 31, 1929)" + ], + "idBarcode": [ + "33433084147796" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 5 (Jan. 5-Mar. 23, 1929)", + "urn:barcode:33433084147770" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000005 (Jan. 5-Mar. 23, 1929)", + "dateRange": [ + { + "gte": "1929", + "lte": "1929" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 5-1929" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 5 (Jan. 5-Mar. 23, 1929)" + ], + "uri": "i17474468", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 5 (Jan. 5-Mar. 23, 1929)" + }, + { + "type": "bf:Barcode", + "value": "33433084147770" + } + ], + "enumerationChronology": [ + "v. 5 (Jan. 5-Mar. 23, 1929)" + ], + "idBarcode": [ + "33433084147770" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 4 (Sept. 15-Dec. 29, 1928)", + "urn:barcode:33433084147754" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000004 (Sept. 15-Dec. 29, 1928)", + "dateRange": [ + { + "gte": "1928", + "lte": "1928" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 4-1928" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 4 (Sept. 15-Dec. 29, 1928)" + ], + "uri": "i17474467", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 4 (Sept. 15-Dec. 29, 1928)" + }, + { + "type": "bf:Barcode", + "value": "33433084147754" + } + ], + "enumerationChronology": [ + "v. 4 (Sept. 15-Dec. 29, 1928)" + ], + "idBarcode": [ + "33433084147754" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 4 (May 26-Sept. 8, 1928)", + "urn:barcode:33433084147747" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000004 (May 26-Sept. 8, 1928)", + "dateRange": [ + { + "gte": "1928", + "lte": "1928" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 4-1928" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 4 (May 26-Sept. 8, 1928)" + ], + "uri": "i17474466", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 4 (May 26-Sept. 8, 1928)" + }, + { + "type": "bf:Barcode", + "value": "33433084147747" + } + ], + "enumerationChronology": [ + "v. 4 (May 26-Sept. 8, 1928)" + ], + "idBarcode": [ + "33433084147747" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 3 (May 21-Aug 13, 1927)", + "urn:barcode:33433084147721" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000003 (May 21-Aug 13, 1927)", + "dateRange": [ + { + "gte": "1927", + "lte": "1927" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 3-1927" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 3 (May 21-Aug 13, 1927)" + ], + "uri": "i17474464", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 3 (May 21-Aug 13, 1927)" + }, + { + "type": "bf:Barcode", + "value": "33433084147721" + } + ], + "enumerationChronology": [ + "v. 3 (May 21-Aug 13, 1927)" + ], + "idBarcode": [ + "33433084147721" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 3 (Feb. 19-Apr. 2, 1927)", + "urn:barcode:33433084147705" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000003 (Feb. 19-Apr. 2, 1927)", + "dateRange": [ + { + "gte": "1927", + "lte": "1927" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 3-1927" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 3 (Feb. 19-Apr. 2, 1927)" + ], + "uri": "i17474462", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 3 (Feb. 19-Apr. 2, 1927)" + }, + { + "type": "bf:Barcode", + "value": "33433084147705" + } + ], + "enumerationChronology": [ + "v. 3 (Feb. 19-Apr. 2, 1927)" + ], + "idBarcode": [ + "33433084147705" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 3 (Dec. 31, 1927-Feb. 18, 1928)", + "urn:barcode:33433080034691" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000003 (Dec. 31, 1927-Feb. 18, 1928)", + "dateRange": [ + { + "gte": "1927", + "lte": "1928" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 3-1927" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 3 (Dec. 31, 1927-Feb. 18, 1928)" + ], + "uri": "i17474449", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 3 (Dec. 31, 1927-Feb. 18, 1928)" + }, + { + "type": "bf:Barcode", + "value": "33433080034691" + } + ], + "enumerationChronology": [ + "v. 3 (Dec. 31, 1927-Feb. 18, 1928)" + ], + "idBarcode": [ + "33433080034691" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 3 (Aug. 20-Nov. 12, 1927)", + "urn:barcode:33433084147739" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000003 (Aug. 20-Nov. 12, 1927)", + "dateRange": [ + { + "gte": "1927", + "lte": "1927" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 3-1927" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 3 (Aug. 20-Nov. 12, 1927)" + ], + "uri": "i17474465", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 3 (Aug. 20-Nov. 12, 1927)" + }, + { + "type": "bf:Barcode", + "value": "33433084147739" + } + ], + "enumerationChronology": [ + "v. 3 (Aug. 20-Nov. 12, 1927)" + ], + "idBarcode": [ + "33433084147739" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 3 (Apr.9-May 14, 1927)", + "urn:barcode:33433084147713" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000003 (Apr.9-May 14, 1927)", + "dateRange": [ + { + "gte": "1927", + "lte": "1927" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 3-1927" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 3 (Apr.9-May 14, 1927)" + ], + "uri": "i17474463", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 3 (Apr.9-May 14, 1927)" + }, + { + "type": "bf:Barcode", + "value": "33433084147713" + } + ], + "enumerationChronology": [ + "v. 3 (Apr.9-May 14, 1927)" + ], + "idBarcode": [ + "33433084147713" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 3", + "urn:barcode:33433080030632" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000003", + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 3-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 3" + ], + "uri": "i17474451", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 3" + }, + { + "type": "bf:Barcode", + "value": "33433080030632" + } + ], + "enumerationChronology": [ + "v. 3" + ], + "idBarcode": [ + "33433080030632" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 2 (Nov. 20, 1926-Feb. 12, 1927)", + "urn:barcode:33433084147697" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000002 (Nov. 20, 1926-Feb. 12, 1927)", + "dateRange": [ + { + "gte": "1926", + "lte": "1927" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 2-1926" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 2 (Nov. 20, 1926-Feb. 12, 1927)" + ], + "uri": "i17474461", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 2 (Nov. 20, 1926-Feb. 12, 1927)" + }, + { + "type": "bf:Barcode", + "value": "33433084147697" + } + ], + "enumerationChronology": [ + "v. 2 (Nov. 20, 1926-Feb. 12, 1927)" + ], + "idBarcode": [ + "33433084147697" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 2 (May 22, 1926-Aug. 14, 1926)", + "urn:barcode:33433084147689" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000002 (May 22, 1926-Aug. 14, 1926)", + "dateRange": [ + { + "gte": "1926", + "lte": "1926" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 2-1926" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 2 (May 22, 1926-Aug. 14, 1926)" + ], + "uri": "i17474459", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 2 (May 22, 1926-Aug. 14, 1926)" + }, + { + "type": "bf:Barcode", + "value": "33433084147689" + } + ], + "enumerationChronology": [ + "v. 2 (May 22, 1926-Aug. 14, 1926)" + ], + "idBarcode": [ + "33433084147689" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 2 (Feb. 20, 1926-May 22, 1926)", + "urn:barcode:33433084147671" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000002 (Feb. 20, 1926-May 22, 1926)", + "dateRange": [ + { + "gte": "1926", + "lte": "1926" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 2-1926" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 2 (Feb. 20, 1926-May 22, 1926)" + ], + "uri": "i17474458", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 2 (Feb. 20, 1926-May 22, 1926)" + }, + { + "type": "bf:Barcode", + "value": "33433084147671" + } + ], + "enumerationChronology": [ + "v. 2 (Feb. 20, 1926-May 22, 1926)" + ], + "idBarcode": [ + "33433084147671" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 2 (Aug. 21, 1926-Nov. 13, 1926)", + "urn:barcode:33433084147663" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000002 (Aug. 21, 1926-Nov. 13, 1926)", + "dateRange": [ + { + "gte": "1926", + "lte": "1926" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 2-1926" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 2 (Aug. 21, 1926-Nov. 13, 1926)" + ], + "uri": "i17474460", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 2 (Aug. 21, 1926-Nov. 13, 1926)" + }, + { + "type": "bf:Barcode", + "value": "33433084147663" + } + ], + "enumerationChronology": [ + "v. 2 (Aug. 21, 1926-Nov. 13, 1926)" + ], + "idBarcode": [ + "33433084147663" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 1 (Aug. 1925-Feb. 1926) (inc.)", + "urn:barcode:33433077539629" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000001 (Aug. 1925-Feb. 1926) (inc.)", + "dateRange": [ + { + "gte": "1925", + "lte": "1926" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " 1-1925" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 1 (Aug. 1925-Feb. 1926) (inc.)" + ], + "uri": "i17474445", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 1 (Aug. 1925-Feb. 1926) (inc.)" + }, + { + "type": "bf:Barcode", + "value": "33433077539629" + } + ], + "enumerationChronology": [ + "v. 1 (Aug. 1925-Feb. 1926) (inc.)" + ], + "idBarcode": [ + "33433077539629" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)", + "urn:barcode:33433085022402" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)" + ], + "uri": "i17474956", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022402" + } + ], + "enumerationChronology": [ + "Sept.-Oct. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022402" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)", + "urn:barcode:33433085022428" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)" + ], + "uri": "i17474954", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022428" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1963 (second copy)" + ], + "idBarcode": [ + "33433085022428" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)", + "urn:barcode:33433085022386" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)" + ], + "uri": "i17474958", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022386" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1961 (second copy)" + ], + "idBarcode": [ + "33433085022386" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1959 (second copy)", + "urn:barcode:33433085022501" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1959 (second copy)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1959 (second copy)" + ], + "uri": "i17474946", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1959 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022501" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1959 (second copy)" + ], + "idBarcode": [ + "33433085022501" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)", + "urn:barcode:33433085022493" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)" + ], + "uri": "i17474947", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022493" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1958 (second copy)" + ], + "idBarcode": [ + "33433085022493" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)", + "urn:barcode:33433085022063" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)" + ], + "uri": "i17474940", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022063" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1957 (second copy)" + ], + "idBarcode": [ + "33433085022063" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)", + "urn:barcode:33433085022071" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)" + ], + "uri": "i17474939", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022071" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1956 (second copy)" + ], + "idBarcode": [ + "33433085022071" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)", + "urn:barcode:33433085022162" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)" + ], + "uri": "i17474930", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022162" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1954 (second copy)" + ], + "idBarcode": [ + "33433085022162" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)", + "urn:barcode:33433085022170" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)" + ], + "uri": "i17474929", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022170" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1953 (second copy)" + ], + "idBarcode": [ + "33433085022170" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)", + "urn:barcode:33433079509158" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)" + ], + "uri": "i17474984", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509158" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1952 (second copy)" + ], + "idBarcode": [ + "33433079509158" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)", + "urn:barcode:33433079509190" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)" + ], + "uri": "i17474980", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509190" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1951 (second copy)" + ], + "idBarcode": [ + "33433079509190" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)", + "urn:barcode:33433079509232" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)" + ], + "uri": "i17474976", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509232" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1950 (second copy)" + ], + "idBarcode": [ + "33433079509232" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)", + "urn:barcode:33433079509117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)" + ], + "uri": "i17474988", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509117" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1949 (second copy)" + ], + "idBarcode": [ + "33433079509117" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)", + "urn:barcode:33433085022295" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)" + ], + "uri": "i17474967", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022295" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1948 (second copy)" + ], + "idBarcode": [ + "33433085022295" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)", + "urn:barcode:33433085022758" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)" + ], + "uri": "i17474971", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022758" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1947 (second copy)" + ], + "idBarcode": [ + "33433085022758" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)", + "urn:barcode:33433085022410" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)" + ], + "uri": "i17474955", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022410" + } + ], + "enumerationChronology": [ + "Oct.-Dec. 1946 (second copy)" + ], + "idBarcode": [ + "33433085022410" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)", + "urn:barcode:33433085022436" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)" + ], + "uri": "i17474953", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022436" + } + ], + "enumerationChronology": [ + "Nov.-Dec. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022436" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) May-June 1953 (second copy)", + "urn:barcode:33433085021792" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) May-June 1953 (second copy)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) May-June 1953 (second copy)" + ], + "uri": "i17474925", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) May-June 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085021792" + } + ], + "enumerationChronology": [ + "May-June 1953 (second copy)" + ], + "idBarcode": [ + "33433085021792" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) May 17-Aug. 2 (1930)", + "urn:barcode:33433080388212" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) May 17-Aug. 2 (1930)", + "dateRange": [ + { + "gte": "1930", + "lte": "1930" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " -1930" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) May 17-Aug. 2 (1930)" + ], + "uri": "i17586831", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) May 17-Aug. 2 (1930)" + }, + { + "type": "bf:Barcode", + "value": "33433080388212" + } + ], + "enumerationChronology": [ + "May 17-Aug. 2 (1930)" + ], + "idBarcode": [ + "33433080388212" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)", + "urn:barcode:33433079509174" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)" + ], + "uri": "i17474982", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509174" + } + ], + "enumerationChronology": [ + "Mar.-Apr. 1953 (second copy)" + ], + "idBarcode": [ + "33433079509174" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1963 (second copy)", + "urn:barcode:33433085022329" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1963 (second copy)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1963 (second copy)" + ], + "uri": "i17474964", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022329" + } + ], + "enumerationChronology": [ + "July-Sept. 1963 (second copy)" + ], + "idBarcode": [ + "33433085022329" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1961 (second copy)", + "urn:barcode:33433085022378" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1961 (second copy)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1961 (second copy)" + ], + "uri": "i17474959", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1961 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022378" + } + ], + "enumerationChronology": [ + "July-Sept. 1961 (second copy)" + ], + "idBarcode": [ + "33433085022378" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1959 (second copy)", + "urn:barcode:33433085022485" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1959 (second copy)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1959 (second copy)" + ], + "uri": "i17474948", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1959 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022485" + } + ], + "enumerationChronology": [ + "July-Sept. 1959 (second copy)" + ], + "idBarcode": [ + "33433085022485" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1958 (second copy)", + "urn:barcode:33433085022022" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1958 (second copy)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1958 (second copy)" + ], + "uri": "i17474944", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022022" + } + ], + "enumerationChronology": [ + "July-Sept. 1958 (second copy)" + ], + "idBarcode": [ + "33433085022022" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1957 (second copy)", + "urn:barcode:33433085022089" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1957 (second copy)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1957 (second copy)" + ], + "uri": "i17474938", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022089" + } + ], + "enumerationChronology": [ + "July-Sept. 1957 (second copy)" + ], + "idBarcode": [ + "33433085022089" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1956 (second copy)", + "urn:barcode:33433085022469" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1956 (second copy)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1956 (second copy)" + ], + "uri": "i17474950", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1956 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022469" + } + ], + "enumerationChronology": [ + "July-Sept. 1956 (second copy)" + ], + "idBarcode": [ + "33433085022469" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1955 (second copy)", + "urn:barcode:33433085022139" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1955 (second copy)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1955 (second copy)" + ], + "uri": "i17474933", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1955 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022139" + } + ], + "enumerationChronology": [ + "July-Sept. 1955 (second copy)" + ], + "idBarcode": [ + "33433085022139" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1954 (second copy)", + "urn:barcode:33433085022212" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1954 (second copy)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1954 (second copy)" + ], + "uri": "i17474924", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022212" + } + ], + "enumerationChronology": [ + "July-Sept. 1954 (second copy)" + ], + "idBarcode": [ + "33433085022212" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1953 (second copy)", + "urn:barcode:33433079509166" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1953 (second copy)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1953 (second copy)" + ], + "uri": "i17474983", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509166" + } + ], + "enumerationChronology": [ + "July-Sept. 1953 (second copy)" + ], + "idBarcode": [ + "33433079509166" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1952 (second copy)", + "urn:barcode:33433079509133" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1952 (second copy)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1952 (second copy)" + ], + "uri": "i17474986", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1952 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509133" + } + ], + "enumerationChronology": [ + "July-Sept. 1952 (second copy)" + ], + "idBarcode": [ + "33433079509133" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1951 (second copy)", + "urn:barcode:33433079509208" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1951 (second copy)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1951 (second copy)" + ], + "uri": "i17474979", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509208" + } + ], + "enumerationChronology": [ + "July-Sept. 1951 (second copy)" + ], + "idBarcode": [ + "33433079509208" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1950 (second copy)", + "urn:barcode:33433079509240" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1950 (second copy)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1950 (second copy)" + ], + "uri": "i17474975", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509240" + } + ], + "enumerationChronology": [ + "July-Sept. 1950 (second copy)" + ], + "idBarcode": [ + "33433079509240" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1949 (second copy)", + "urn:barcode:33433079509109" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1949 (second copy)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1949 (second copy)" + ], + "uri": "i17474989", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1949 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509109" + } + ], + "enumerationChronology": [ + "July-Sept. 1949 (second copy)" + ], + "idBarcode": [ + "33433079509109" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1948 (second copy)", + "urn:barcode:33433085022287" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1948 (second copy)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1948 (second copy)" + ], + "uri": "i17474968", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022287" + } + ], + "enumerationChronology": [ + "July-Sept. 1948 (second copy)" + ], + "idBarcode": [ + "33433085022287" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1947 (second copy)", + "urn:barcode:33433085022741" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1947 (second copy)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1947 (second copy)" + ], + "uri": "i17474972", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1947 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022741" + } + ], + "enumerationChronology": [ + "July-Sept. 1947 (second copy)" + ], + "idBarcode": [ + "33433085022741" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Aug. 1960 (second copy)", + "urn:barcode:33433085022394" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Aug. 1960 (second copy)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Aug. 1960 (second copy)" + ], + "uri": "i17474957", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Aug. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022394" + } + ], + "enumerationChronology": [ + "July-Aug. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022394" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)", + "urn:barcode:33433085022451" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)" + ], + "uri": "i17474951", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022451" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1963 (second copy)" + ], + "idBarcode": [ + "33433085022451" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)", + "urn:barcode:33433085022444" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)" + ], + "uri": "i17474952", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022444" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1961 (second copy)" + ], + "idBarcode": [ + "33433085022444" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)", + "urn:barcode:33433085022055" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)" + ], + "uri": "i17474941", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022055" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022055" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)", + "urn:barcode:33433085022113" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)" + ], + "uri": "i17474935", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022113" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1959 (second copy)" + ], + "idBarcode": [ + "33433085022113" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)", + "urn:barcode:33433085022048" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)" + ], + "uri": "i17474942", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022048" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1958 (second copy)" + ], + "idBarcode": [ + "33433085022048" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)", + "urn:barcode:33433085022105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)" + ], + "uri": "i17474936", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022105" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1957 (second copy)" + ], + "idBarcode": [ + "33433085022105" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)", + "urn:barcode:33433085022154" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)" + ], + "uri": "i17474931", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022154" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1955 (second copy)" + ], + "idBarcode": [ + "33433085022154" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)", + "urn:barcode:33433085022188" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)" + ], + "uri": "i17474928", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022188" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1954 (second copy)" + ], + "idBarcode": [ + "33433085022188" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)", + "urn:barcode:33433079509141" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)", + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)" + ], + "uri": "i17474985", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509141" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1952 (second copy)" + ], + "idBarcode": [ + "33433079509141" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)", + "urn:barcode:33433079509125" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)" + ], + "uri": "i17474987", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509125" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1950 (second copy)" + ], + "idBarcode": [ + "33433079509125" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1949 (second copy)", + "urn:barcode:33433085022303" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1949 (second copy)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1949 (second copy)" + ], + "uri": "i17474966", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1949 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022303" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1949 (second copy)" + ], + "idBarcode": [ + "33433085022303" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)", + "urn:barcode:33433085022733" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)", + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)" + ], + "uri": "i17474973", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022733" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1947 (second copy)" + ], + "idBarcode": [ + "33433085022733" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1946 (second copy)", + "urn:barcode:33433085022352" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1946 (second copy)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1946 (second copy)" + ], + "uri": "i17474961", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1946 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022352" + } + ], + "enumerationChronology": [ + "Jan.-Mar. 1946 (second copy)" + ], + "idBarcode": [ + "33433085022352" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar 1951 (second copy)", + "urn:barcode:33433079509224" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar 1951 (second copy)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar 1951 (second copy)" + ], + "uri": "i17474977", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509224" + } + ], + "enumerationChronology": [ + "Jan.-Mar 1951 (second copy)" + ], + "idBarcode": [ + "33433079509224" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar 1948 (second copy)", + "urn:barcode:33433085022279" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar 1948 (second copy)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar 1948 (second copy)" + ], + "uri": "i17474969", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022279" + } + ], + "enumerationChronology": [ + "Jan.-Mar 1948 (second copy)" + ], + "idBarcode": [ + "33433085022279" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)", + "urn:barcode:33433079509182" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)", + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)" + ], + "uri": "i17474981", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509182" + } + ], + "enumerationChronology": [ + "Jan.-Feb. 1953 (second copy)" + ], + "idBarcode": [ + "33433079509182" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Dec 7, 2009-Feb. 8, 2010", + "urn:barcode:33433099611158" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Dec 7, 2009-Feb. 8, 002010", + "dateRange": [ + { + "gte": "2009", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " -2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Dec 7, 2009-Feb. 8, 2010" + ], + "uri": "i28878942", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Dec 7, 2009-Feb. 8, 2010" + }, + { + "type": "bf:Barcode", + "value": "33433099611158" + } + ], + "enumerationChronology": [ + "Dec 7, 2009-Feb. 8, 2010" + ], + "idBarcode": [ + "33433099611158" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Aug. 9-Oct. 25 (1930)", + "urn:barcode:33433080388063" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Aug. 9-Oct. 25 (1930)", + "dateRange": [ + { + "gte": "1930", + "lte": "1930" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " -1930" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Aug. 9-Oct. 25 (1930)" + ], + "uri": "i17586830", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Aug. 9-Oct. 25 (1930)" + }, + { + "type": "bf:Barcode", + "value": "33433080388063" + } + ], + "enumerationChronology": [ + "Aug. 9-Oct. 25 (1930)" + ], + "idBarcode": [ + "33433080388063" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1963 (second copy)", + "urn:barcode:33433085022337" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1963 (second copy)", + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1963 (second copy)" + ], + "uri": "i17474963", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022337" + } + ], + "enumerationChronology": [ + "Apr.-June 1963 (second copy)" + ], + "idBarcode": [ + "33433085022337" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1961 (second copy)", + "urn:barcode:33433085022360" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1961 (second copy)", + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1961 (second copy)" + ], + "uri": "i17474960", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1961 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022360" + } + ], + "enumerationChronology": [ + "Apr.-June 1961 (second copy)" + ], + "idBarcode": [ + "33433085022360" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1960 (second copy)", + "urn:barcode:33433085022121" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1960 (second copy)", + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1960 (second copy)" + ], + "uri": "i17474934", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022121" + } + ], + "enumerationChronology": [ + "Apr.-June 1960 (second copy)" + ], + "idBarcode": [ + "33433085022121" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1959 (second copy)", + "urn:barcode:33433085022014" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1959 (second copy)", + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1959 (second copy)" + ], + "uri": "i17474945", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1959 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022014" + } + ], + "enumerationChronology": [ + "Apr.-June 1959 (second copy)" + ], + "idBarcode": [ + "33433085022014" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1958 (second copy)", + "urn:barcode:33433085022030" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1958 (second copy)", + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1958 (second copy)" + ], + "uri": "i17474943", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022030" + } + ], + "enumerationChronology": [ + "Apr.-June 1958 (second copy)" + ], + "idBarcode": [ + "33433085022030" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1957 (second copy)", + "urn:barcode:33433085022097" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1957 (second copy)", + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1957 (second copy)" + ], + "uri": "i17474937", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022097" + } + ], + "enumerationChronology": [ + "Apr.-June 1957 (second copy)" + ], + "idBarcode": [ + "33433085022097" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1956 (second copy)", + "urn:barcode:33433085022477" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1956 (second copy)", + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1956 (second copy)" + ], + "uri": "i17474949", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1956 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022477" + } + ], + "enumerationChronology": [ + "Apr.-June 1956 (second copy)" + ], + "idBarcode": [ + "33433085022477" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1955 (second copy)", + "urn:barcode:33433085022147" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1955 (second copy)", + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1955 (second copy)" + ], + "uri": "i17474932", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1955 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022147" + } + ], + "enumerationChronology": [ + "Apr.-June 1955 (second copy)" + ], + "idBarcode": [ + "33433085022147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1954 (second copy)", + "urn:barcode:33433085022204" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1954 (second copy)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1954 (second copy)" + ], + "uri": "i17474926", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022204" + } + ], + "enumerationChronology": [ + "Apr.-June 1954 (second copy)" + ], + "idBarcode": [ + "33433085022204" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1951 (second copy)", + "urn:barcode:33433079509216" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1951 (second copy)", + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "dueDate": [ + "2024-09-05" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1951 (second copy)" + ], + "uri": "i17474978", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509216" + } + ], + "enumerationChronology": [ + "Apr.-June 1951 (second copy)" + ], + "idBarcode": [ + "33433079509216" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1950 (second copy)", + "urn:barcode:33433079509257" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1950 (second copy)", + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1950 (second copy)" + ], + "uri": "i17474974", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509257" + } + ], + "enumerationChronology": [ + "Apr.-June 1950 (second copy)" + ], + "idBarcode": [ + "33433079509257" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1949 (second copy)", + "urn:barcode:33433085022311" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1949 (second copy)", + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1949 (second copy)" + ], + "uri": "i17474965", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1949 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022311" + } + ], + "enumerationChronology": [ + "Apr.-June 1949 (second copy)" + ], + "idBarcode": [ + "33433085022311" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1948 (second copy)", + "urn:barcode:33433085022261" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1948 (second copy)", + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1948 (second copy)" + ], + "uri": "i17474970", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022261" + } + ], + "enumerationChronology": [ + "Apr.-June 1948 (second copy)" + ], + "idBarcode": [ + "33433085022261" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1946 (second copy)", + "urn:barcode:33433085022345" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1946 (second copy)", + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1946 (second copy)" + ], + "uri": "i17474962", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1946 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022345" + } + ], + "enumerationChronology": [ + "Apr.-June 1946 (second copy)" + ], + "idBarcode": [ + "33433085022345" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr. 1994", + "urn:barcode:33433078638966" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr. 001994", + "dateRange": [ + { + "gte": "1994", + "lte": "1994" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "enumerationChronology_sort": [ + " -1994" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr. 1994" + ], + "uri": "i17474401", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr. 1994" + }, + { + "type": "bf:Barcode", + "value": "33433078638966" + } + ], + "enumerationChronology": [ + "Apr. 1994" + ], + "idBarcode": [ + "33433078638966" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr. -June 1954 (second copy)", + "urn:barcode:33433085022196" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr. -June 1954 (second copy)", + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr. -June 1954 (second copy)" + ], + "uri": "i17474927", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr. -June 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022196" + } + ], + "enumerationChronology": [ + "Apr. -June 1954 (second copy)" + ], + "idBarcode": [ + "33433085022196" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-20", + "lte": "2021-12-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 42" + ], + "enumerationChronology_sort": [ + " 97-2021-12-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-116", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 42 (Dec. 20, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-03", + "lte": "2022-01-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 44" + ], + "enumerationChronology_sort": [ + " 97-2022-01-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-115", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-10", + "lte": "2022-01-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 45" + ], + "enumerationChronology_sort": [ + " 97-2022-01-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-114", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 45 (Jan. 10, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-24", + "lte": "2022-01-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 46" + ], + "enumerationChronology_sort": [ + " 97-2022-01-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-113", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 46 (Jan. 24, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-01-31", + "lte": "2022-01-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 47" + ], + "enumerationChronology_sort": [ + " 97-2022-01-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-112", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 47 (Jan. 31, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-02-07", + "lte": "2022-02-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 48" + ], + "enumerationChronology_sort": [ + " 97-2022-02-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-111", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 48 (Feb. 7, 2022)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-23", + "lte": "2021-08-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 25" + ], + "enumerationChronology_sort": [ + " 97-2021-08-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-110", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 25 (Aug. 23, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-27", + "lte": "2021-09-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 30" + ], + "enumerationChronology_sort": [ + " 97-2021-09-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-109", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 30 (Sep. 27, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2022-02-14", + "lte": "2023-02-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 98 No. 1-49" + ], + "enumerationChronology_sort": [ + " 98-2022-02-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-108", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 98, + "lte": 98 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-02-13", + "lte": "2023-02-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 1" + ], + "enumerationChronology_sort": [ + " 99-2023-02-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-107", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 1 (Feb. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-02-27", + "lte": "2023-02-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 2" + ], + "enumerationChronology_sort": [ + " 99-2023-02-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-106", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 2 (Feb. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-06", + "lte": "2023-03-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 3" + ], + "enumerationChronology_sort": [ + " 99-2023-03-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-105", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 3 (Mar. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-13", + "lte": "2023-03-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 4" + ], + "enumerationChronology_sort": [ + " 99-2023-03-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-104", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 4 (Mar. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-20", + "lte": "2023-03-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 5" + ], + "enumerationChronology_sort": [ + " 99-2023-03-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-103", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 5 (Mar. 20, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-24", + "lte": "2023-05-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 10" + ], + "enumerationChronology_sort": [ + " 99-2023-04-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-102", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-08", + "lte": "2023-05-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 11" + ], + "enumerationChronology_sort": [ + " 99-2023-05-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-101", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 11 (May. 8, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-15", + "lte": "2023-05-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 12" + ], + "enumerationChronology_sort": [ + " 99-2023-05-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-100", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 12 (May. 15, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-22", + "lte": "2023-05-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 13" + ], + "enumerationChronology_sort": [ + " 99-2023-05-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-99", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 13 (May. 22, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-05-29", + "lte": "2023-05-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 14" + ], + "enumerationChronology_sort": [ + " 99-2023-05-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-98", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 14 (May. 29, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-05", + "lte": "2023-06-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 15" + ], + "enumerationChronology_sort": [ + " 99-2023-06-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-97", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 15 (Jun. 5, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-12", + "lte": "2023-06-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 16" + ], + "enumerationChronology_sort": [ + " 99-2023-06-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-96", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 16 (Jun. 12, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-26", + "lte": "2023-06-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 18" + ], + "enumerationChronology_sort": [ + " 99-2023-06-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-95", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 18 (Jun. 26, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-03", + "lte": "2023-07-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 19" + ], + "enumerationChronology_sort": [ + " 99-2023-07-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-94", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 19 (Jul. 3, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-07", + "lte": "2023-08-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 23" + ], + "enumerationChronology_sort": [ + " 99-2023-08-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-93", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 23 (Aug. 7, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-28", + "lte": "2023-08-28" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 26" + ], + "enumerationChronology_sort": [ + " 99-2023-08-28" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-92", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 26 (Aug. 28, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-02", + "lte": "2023-10-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 31" + ], + "enumerationChronology_sort": [ + " 99-2023-10-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-91", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 31 (Oct. 2, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-09", + "lte": "2023-10-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 32" + ], + "enumerationChronology_sort": [ + " 99-2023-10-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-90", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 32 (Oct. 9, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-16", + "lte": "2023-10-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 33" + ], + "enumerationChronology_sort": [ + " 99-2023-10-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-89", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 33 (Oct. 16, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-14", + "lte": "2023-08-14" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 24" + ], + "enumerationChronology_sort": [ + " 99-2023-08-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-88", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 24 (Aug. 14, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-08-21", + "lte": "2023-08-21" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 25" + ], + "enumerationChronology_sort": [ + " 99-2023-08-21" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-87", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 25 (Aug. 21, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-10", + "lte": "2023-07-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 20" + ], + "enumerationChronology_sort": [ + " 99-2023-07-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-86", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 20 (Jul. 10, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-24", + "lte": "2023-07-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 21" + ], + "enumerationChronology_sort": [ + " 99-2023-07-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-85", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 21 (Jul. 24, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-07-31", + "lte": "2023-07-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 22" + ], + "enumerationChronology_sort": [ + " 99-2023-07-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-84", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 22 (Jul. 31, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-18", + "lte": "2023-09-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 29" + ], + "enumerationChronology_sort": [ + " 99-2023-09-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-83", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 29 (Sep. 18, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-30", + "lte": "2023-10-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 35" + ], + "enumerationChronology_sort": [ + " 99-2023-10-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-82", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 35 (Oct. 30, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-06", + "lte": "2023-11-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 36" + ], + "enumerationChronology_sort": [ + " 99-2023-11-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-81", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 36 (Nov. 6, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-20", + "lte": "2023-11-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 38" + ], + "enumerationChronology_sort": [ + " 99-2023-11-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-80", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 38 (Nov. 20, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-10-23", + "lte": "2023-10-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 34" + ], + "enumerationChronology_sort": [ + " 99-2023-10-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-79", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 34 (Oct. 23, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-13", + "lte": "2023-11-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 37" + ], + "enumerationChronology_sort": [ + " 99-2023-11-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-78", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 37 (Nov. 13, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-11-27", + "lte": "2023-11-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 39" + ], + "enumerationChronology_sort": [ + " 99-2023-11-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-77", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 39 (Nov. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-04", + "lte": "2023-12-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 40" + ], + "enumerationChronology_sort": [ + " 99-2023-12-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-76", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 40 (Dec. 4, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-11", + "lte": "2023-12-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 41" + ], + "enumerationChronology_sort": [ + " 99-2023-12-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-75", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 41 (Dec. 11, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-18", + "lte": "2023-12-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 42" + ], + "enumerationChronology_sort": [ + " 99-2023-12-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-74", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 42 (Dec. 18, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-12-25", + "lte": "2023-12-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 43" + ], + "enumerationChronology_sort": [ + " 99-2023-12-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-73", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 43 (Dec. 25, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-01", + "lte": "2024-01-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 44" + ], + "enumerationChronology_sort": [ + " 99-2024-01-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-72", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 44 (Jan. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-15", + "lte": "2024-01-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 45" + ], + "enumerationChronology_sort": [ + " 99-2024-01-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-71", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 45 (Jan. 15, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-22", + "lte": "2024-01-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 46" + ], + "enumerationChronology_sort": [ + " 99-2024-01-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-70", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 46 (Jan. 22, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-01-29", + "lte": "2024-01-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 47" + ], + "enumerationChronology_sort": [ + " 99-2024-01-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-69", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 47 (Jan. 29, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-05", + "lte": "2024-02-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 48" + ], + "enumerationChronology_sort": [ + " 99-2024-02-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-68", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 48 (Feb. 5, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-03-27", + "lte": "2023-03-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 6" + ], + "enumerationChronology_sort": [ + " 99-2023-03-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-67", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 6 (Mar. 27, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-03", + "lte": "2023-04-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 7" + ], + "enumerationChronology_sort": [ + " 99-2023-04-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-66", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 7 (Apr. 3, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-10", + "lte": "2023-04-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 8" + ], + "enumerationChronology_sort": [ + " 99-2023-04-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-65", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 8 (Apr. 10, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-04-17", + "lte": "2023-04-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 9" + ], + "enumerationChronology_sort": [ + " 99-2023-04-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-64", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 9 (Apr. 17, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-06-19", + "lte": "2023-06-19" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 17" + ], + "enumerationChronology_sort": [ + " 99-2023-06-19" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-63", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 17 (Jun. 19, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-04", + "lte": "2023-09-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 27" + ], + "enumerationChronology_sort": [ + " 99-2023-09-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-62", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 27 (Sep. 4, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-11", + "lte": "2023-09-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 28" + ], + "enumerationChronology_sort": [ + " 99-2023-09-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-61", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 28 (Sep. 11, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2023-09-25", + "lte": "2023-09-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 99 No. 30" + ], + "enumerationChronology_sort": [ + " 99-2023-09-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-60", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 99 No. 30 (Sep. 25, 2023)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 99, + "lte": 99 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-12", + "lte": "2024-02-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 1" + ], + "enumerationChronology_sort": [ + " 100-2024-02-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-59", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 1 (Feb. 12, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-04", + "lte": "2024-03-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 3" + ], + "enumerationChronology_sort": [ + " 100-2024-03-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-58", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 3 (Mar. 4, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-11", + "lte": "2024-03-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 4" + ], + "enumerationChronology_sort": [ + " 100-2024-03-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-57", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 4 (Mar. 11, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-30", + "lte": "2021-08-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 26" + ], + "enumerationChronology_sort": [ + " 97-2021-08-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-56", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 26 (Aug. 30, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-06", + "lte": "2021-09-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 27" + ], + "enumerationChronology_sort": [ + " 97-2021-09-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-55", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 27 (Sep. 6, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-13", + "lte": "2021-09-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 28" + ], + "enumerationChronology_sort": [ + " 97-2021-09-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-54", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 28 (Sep. 13, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-20", + "lte": "2021-09-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 29" + ], + "enumerationChronology_sort": [ + " 97-2021-09-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-53", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 29 (Sep. 20, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-04", + "lte": "2021-10-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 31" + ], + "enumerationChronology_sort": [ + " 97-2021-10-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-52", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 31 (Oct. 4, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-11", + "lte": "2021-10-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 32" + ], + "enumerationChronology_sort": [ + " 97-2021-10-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-51", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 32 (Oct. 11, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-18", + "lte": "2021-10-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 33" + ], + "enumerationChronology_sort": [ + " 97-2021-10-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-50", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 33 (Oct. 18, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-25", + "lte": "2021-10-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 34" + ], + "enumerationChronology_sort": [ + " 97-2021-10-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-49", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 34 (Oct. 25, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-01", + "lte": "2021-11-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 35" + ], + "enumerationChronology_sort": [ + " 97-2021-11-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-48", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 35 (Nov. 1, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-08", + "lte": "2021-11-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 36" + ], + "enumerationChronology_sort": [ + " 97-2021-11-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-47", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 36 (Nov. 8, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:m", + "label": "Missing" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-15", + "lte": "2021-11-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 37" + ], + "enumerationChronology_sort": [ + " 97-2021-11-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-46", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 37 (Nov. 15, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-22", + "lte": "2021-11-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 38" + ], + "enumerationChronology_sort": [ + " 97-2021-11-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-45", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 38 (Nov. 22, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-29", + "lte": "2021-11-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 39" + ], + "enumerationChronology_sort": [ + " 97-2021-11-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-44", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 39 (Nov. 29, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-06", + "lte": "2021-12-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 40" + ], + "enumerationChronology_sort": [ + " 97-2021-12-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-43", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 40 (Dec. 6, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-13", + "lte": "2021-12-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 41" + ], + "enumerationChronology_sort": [ + " 97-2021-12-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-42", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 41 (Dec. 13, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-27", + "lte": "2021-12-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 43" + ], + "enumerationChronology_sort": [ + " 97-2021-12-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-41", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 43 (Dec. 27, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-02-26", + "lte": "2024-02-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 2" + ], + "enumerationChronology_sort": [ + " 100-2024-02-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-40", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 2 (Feb. 26, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-18", + "lte": "2024-03-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 5" + ], + "enumerationChronology_sort": [ + " 100-2024-03-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-39", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 5 (Mar. 18, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-03-25", + "lte": "2024-03-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 6" + ], + "enumerationChronology_sort": [ + " 100-2024-03-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-38", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 6 (Mar. 25, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-01", + "lte": "2024-04-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 7" + ], + "enumerationChronology_sort": [ + " 100-2024-04-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-37", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 7 (Apr. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-08", + "lte": "2024-04-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 8" + ], + "enumerationChronology_sort": [ + " 100-2024-04-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-36", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 8 (Apr. 8, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-15", + "lte": "2024-04-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 9" + ], + "enumerationChronology_sort": [ + " 100-2024-04-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-35", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 9 (Apr. 15, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-04-22", + "lte": "2024-04-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 10" + ], + "enumerationChronology_sort": [ + " 100-2024-04-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-34", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 10 (Apr. 22, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-06", + "lte": "2024-05-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 11" + ], + "enumerationChronology_sort": [ + " 100-2024-05-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-33", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 11 (May. 6, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-13", + "lte": "2024-05-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 12" + ], + "enumerationChronology_sort": [ + " 100-2024-05-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-32", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 12 (May. 13, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-20", + "lte": "2024-05-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 13" + ], + "enumerationChronology_sort": [ + " 100-2024-05-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-31", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 13 (May. 20, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-27", + "lte": "2024-05-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 14" + ], + "enumerationChronology_sort": [ + " 100-2024-05-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-30", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 14 (May. 27, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-03", + "lte": "2024-06-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 15" + ], + "enumerationChronology_sort": [ + " 100-2024-06-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-29", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 15 (Jun. 3, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-17", + "lte": "2024-06-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 17" + ], + "enumerationChronology_sort": [ + " 100-2024-06-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-28", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 17 (Jun. 17, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-24", + "lte": "2024-06-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 18" + ], + "enumerationChronology_sort": [ + " 100-2024-06-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-27", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 18 (Jun. 24, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-01", + "lte": "2024-07-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 19" + ], + "enumerationChronology_sort": [ + " 100-2024-07-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-26", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 19 (Jul. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-08", + "lte": "2024-07-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 20" + ], + "enumerationChronology_sort": [ + " 100-2024-07-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-25", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 20 (Jul. 8, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-10", + "lte": "2024-06-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 16" + ], + "enumerationChronology_sort": [ + " 100-2024-06-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-24", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 16 (Jun. 10, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-22", + "lte": "2024-07-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 21" + ], + "enumerationChronology_sort": [ + " 100-2024-07-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-23", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 21 (Jul. 22, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-29", + "lte": "2024-07-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 22" + ], + "enumerationChronology_sort": [ + " 100-2024-07-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-22", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 22 (Jul. 29, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-08-05", + "lte": "2024-08-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 23" + ], + "enumerationChronology_sort": [ + " 100-2024-08-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-21", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 23 (Aug. 5, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-08-12", + "lte": "2024-08-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 24" + ], + "enumerationChronology_sort": [ + " 100-2024-08-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-20", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 24 (Aug. 12, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-08-19", + "lte": "2024-08-19" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 25" + ], + "enumerationChronology_sort": [ + " 100-2024-08-19" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-19", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 25 (Aug. 19, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-08-26", + "lte": "2024-08-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 26" + ], + "enumerationChronology_sort": [ + " 100-2024-08-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-18", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 26 (Aug. 26, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-09-02", + "lte": "2024-09-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 27" + ], + "enumerationChronology_sort": [ + " 100-2024-09-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-17", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 27 (Sep. 2, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-09-09", + "lte": "2024-09-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 28" + ], + "enumerationChronology_sort": [ + " 100-2024-09-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-16", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 28 (Sep. 9, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-09-16", + "lte": "2024-09-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 29" + ], + "enumerationChronology_sort": [ + " 100-2024-09-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-15", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 29 (Sep. 16, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-09-23", + "lte": "2024-09-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 30" + ], + "enumerationChronology_sort": [ + " 100-2024-09-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-14", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 30 (Sep. 23, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-09-30", + "lte": "2024-09-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 31" + ], + "enumerationChronology_sort": [ + " 100-2024-09-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-13", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 31 (Sep. 30, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-10-07", + "lte": "2024-10-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 32" + ], + "enumerationChronology_sort": [ + " 100-2024-10-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-12", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 32 (Oct. 7, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-10-14", + "lte": "2024-10-14" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 33" + ], + "enumerationChronology_sort": [ + " 100-2024-10-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-11", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 33 (Oct. 14, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-10-21", + "lte": "2024-10-21" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 34" + ], + "enumerationChronology_sort": [ + " 100-2024-10-21" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-10", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 34 (Oct. 21, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-10-28", + "lte": "2024-10-28" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 35" + ], + "enumerationChronology_sort": [ + " 100-2024-10-28" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-9", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 35 (Oct. 28, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-11-04", + "lte": "2024-11-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 36" + ], + "enumerationChronology_sort": [ + " 100-2024-11-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-8", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 36 (Nov. 4, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-11-11", + "lte": "2024-11-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 37" + ], + "enumerationChronology_sort": [ + " 100-2024-11-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-7", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 37 (Nov. 11, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-11-18", + "lte": "2024-11-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 38" + ], + "enumerationChronology_sort": [ + " 100-2024-11-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-6", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 38 (Nov. 18, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-11-25", + "lte": "2024-11-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 39" + ], + "enumerationChronology_sort": [ + " 100-2024-11-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-5", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 39 (Nov. 25, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-12-02", + "lte": "2024-12-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 40" + ], + "enumerationChronology_sort": [ + " 100-2024-12-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-4", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 40 (Dec. 2, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-12-09", + "lte": "2024-12-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 41" + ], + "enumerationChronology_sort": [ + " 100-2024-12-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-3", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 41 (Dec. 9, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-12-16", + "lte": "2024-12-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 42" + ], + "enumerationChronology_sort": [ + " 100-2024-12-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-2", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 42 (Dec. 16, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-12-23", + "lte": "2024-12-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 43" + ], + "enumerationChronology_sort": [ + " 100-2024-12-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-1", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 43 (Dec. 23, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-12-30", + "lte": "2024-12-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 100 No. 44" + ], + "enumerationChronology_sort": [ + " 100-2024-12-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-0", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 100 No. 44 (Dec. 30, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-12", + "lte": "2021-04-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 8" + ], + "enumerationChronology_sort": [ + " 97-2021-04-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-23", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 8 (Apr. 12, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-02-15", + "lte": "2021-02-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 1" + ], + "enumerationChronology_sort": [ + " 97-2021-02-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-22", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 1 (Feb. 15, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-12", + "lte": "2021-07-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 20" + ], + "enumerationChronology_sort": [ + " 97-2021-07-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-21", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 20 (Jul. 12, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-05", + "lte": "2021-04-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 7" + ], + "enumerationChronology_sort": [ + " 97-2021-04-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-20", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 7 (Apr. 5, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-19", + "lte": "2021-04-19" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 9" + ], + "enumerationChronology_sort": [ + " 97-2021-04-19" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-19", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 9 (Apr. 19, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-26", + "lte": "2021-07-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 21" + ], + "enumerationChronology_sort": [ + " 97-2021-07-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-18", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 21 (Jul. 26, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-02", + "lte": "2021-08-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 22" + ], + "enumerationChronology_sort": [ + " 97-2021-08-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-17", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 22 (Aug. 2, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-09", + "lte": "2021-08-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 23" + ], + "enumerationChronology_sort": [ + " 97-2021-08-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-16", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 23 (Aug. 9, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-05", + "lte": "2021-07-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 19" + ], + "enumerationChronology_sort": [ + " 97-2021-07-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-15", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 19 (Jul. 5, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-28", + "lte": "2021-06-28" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 18" + ], + "enumerationChronology_sort": [ + " 97-2021-06-28" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-14", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 18 (Jun. 28, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-21", + "lte": "2021-06-21" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 17" + ], + "enumerationChronology_sort": [ + " 97-2021-06-21" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-13", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 17 (Jun. 21, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-14", + "lte": "2021-06-14" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 16" + ], + "enumerationChronology_sort": [ + " 97-2021-06-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-12", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 16 (Jun. 14, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-07", + "lte": "2021-06-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 15" + ], + "enumerationChronology_sort": [ + " 97-2021-06-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-11", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 15 (Jun. 7, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-31", + "lte": "2021-05-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 14" + ], + "enumerationChronology_sort": [ + " 97-2021-05-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-10", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 14 (May. 31, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-24", + "lte": "2021-05-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 13" + ], + "enumerationChronology_sort": [ + " 97-2021-05-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-9", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 13 (May. 24, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-17", + "lte": "2021-05-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 12" + ], + "enumerationChronology_sort": [ + " 97-2021-05-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-8", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 12 (May. 17, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-10", + "lte": "2021-05-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 11" + ], + "enumerationChronology_sort": [ + " 97-2021-05-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-7", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 11 (May. 10, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-16", + "lte": "2021-08-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 24" + ], + "enumerationChronology_sort": [ + " 97-2021-08-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-6", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 24 (Aug. 16, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-01", + "lte": "2021-03-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 2" + ], + "enumerationChronology_sort": [ + " 97-2021-03-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-5", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 2 (Mar. 1, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-08", + "lte": "2021-03-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 3" + ], + "enumerationChronology_sort": [ + " 97-2021-03-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-4", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 3 (Mar. 8, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-15", + "lte": "2021-03-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 4" + ], + "enumerationChronology_sort": [ + " 97-2021-03-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-3", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 4 (Mar. 15, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-22", + "lte": "2021-03-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 5" + ], + "enumerationChronology_sort": [ + " 97-2021-03-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-2", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 5 (Mar. 22, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-29", + "lte": "2021-03-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 6" + ], + "enumerationChronology_sort": [ + " 97-2021-03-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-1", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 6 (Mar. 29, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + { + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-26", + "lte": "2021-05-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "volumeRaw": [ + "Vol. 97 No. 10" + ], + "enumerationChronology_sort": [ + " 97-2021-04-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-0", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "enumerationChronology": [ + "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + ], + "note": [ + { + "noteType": "Note", + "label": "Some issues bear also thematic titles.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Editors: Harold Ross, 1925-1951; William Shawn, 1951-1987; Robert Gotllieb, 1987-1992, Tina Brown, 1992-1998; David Remnick, 1998-", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 73, no. 1 never published.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Has occasional supplements.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Vol. 90, no. 24 (Aug. 25, 2014).", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Literature", + "Literature -- Collections", + "Literature -- Collections -- Periodicals", + "Intellectual life", + "Electronic journals", + "New York (N.Y.)", + "New York (N.Y.) -- Intellectual life", + "New York (N.Y.) -- Intellectual life -- Directories", + "New York (State)", + "New York (State) -- New York" + ], + "numItemDatesParsed": [ + 843 + ], + "numItemsTotal": [ + 848 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "The New Yorker." + ], + "numItemVolumesParsed": [ + 778 + ], + "createdString": [ + "1925" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ross, Harold Wallace, 1892-1951", + "Shawn, William", + "Brown, Tina", + "Remnick, David", + "White, Katharine Sergeant Angell", + "White, E. B. (Elwyn Brooks), 1899-1985", + "Irvin, Rea, 1881-1972", + "Angell, Roger" + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest (copy held in Per. Sect.)" + ], + "idOclc": [ + "1760231" + ], + "uniformTitle": [ + "New Yorker (New York, N.Y. : 1925)" + ], + "popularity": 1039, + "dateEndYear": [ + 9999 + ], + "contributor_sort": [ + "ross, harold wallace, 1892-1951" + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 1 (Feb. 15, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 2 (Mar. 1, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 3 (Mar. 8, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 4 (Mar. 15, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 5 (Mar. 22, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 6 (Mar. 29, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 7 (Apr. 5, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 8 (Apr. 12, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 9 (Apr. 19, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 11 (May. 10, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 12 (May. 17, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 13 (May. 24, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 14 (May. 31, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 15 (Jun. 7, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 16 (Jun. 14, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 17 (Jun. 21, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 18 (Jun. 28, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 19 (Jul. 5, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 20 (Jul. 12, 2021)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 21 (Jul. 26, 2021)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 22 (Aug. 2, 2021)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 23 (Aug. 9, 2021)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 24 (Aug. 16, 2021)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "ROOM 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "FEB. 15/22, 2021 - AUG. 16, 2021", + "PRINT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1059671" + }, + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 25 (Aug. 23, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 26 (Aug. 30, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 27 (Sep. 6, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 28 (Sep. 13, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 29 (Sep. 20, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 30 (Sep. 27, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 31 (Oct. 4, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 32 (Oct. 11, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 33 (Oct. 18, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 34 (Oct. 25, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 35 (Nov. 1, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 36 (Nov. 8, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Missing" + }, + { + "coverage": "Vol. 97 No. 37 (Nov. 15, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 38 (Nov. 22, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 39 (Nov. 29, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 40 (Dec. 6, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 41 (Dec. 13, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 42 (Dec. 20, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 97 No. 43 (Dec. 27, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 45 (Jan. 10, 2022)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 46 (Jan. 24, 2022)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 47 (Jan. 31, 2022)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 48 (Feb. 7, 2022)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 1 (Feb. 13, 2023)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 2 (Feb. 27, 2023)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 3 (Mar. 6, 2023)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 4 (Mar. 13, 2023)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 5 (Mar. 20, 2023)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 6 (Mar. 27, 2023)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 7 (Apr. 3, 2023)", + "position": 32, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 8 (Apr. 10, 2023)", + "position": 33, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 9 (Apr. 17, 2023)", + "position": 34, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)", + "position": 35, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 11 (May. 8, 2023)", + "position": 36, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 12 (May. 15, 2023)", + "position": 37, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 13 (May. 22, 2023)", + "position": 38, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 14 (May. 29, 2023)", + "position": 39, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 15 (Jun. 5, 2023)", + "position": 40, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 16 (Jun. 12, 2023)", + "position": 41, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 17 (Jun. 19, 2023)", + "position": 42, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 18 (Jun. 26, 2023)", + "position": 43, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 19 (Jul. 3, 2023)", + "position": 44, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 20 (Jul. 10, 2023)", + "position": 45, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 21 (Jul. 24, 2023)", + "position": 46, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 22 (Jul. 31, 2023)", + "position": 47, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 23 (Aug. 7, 2023)", + "position": 48, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 24 (Aug. 14, 2023)", + "position": 49, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 25 (Aug. 21, 2023)", + "position": 50, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 26 (Aug. 28, 2023)", + "position": 51, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 27 (Sep. 4, 2023)", + "position": 52, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 28 (Sep. 11, 2023)", + "position": 53, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 29 (Sep. 18, 2023)", + "position": 54, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 30 (Sep. 25, 2023)", + "position": 55, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 31 (Oct. 2, 2023)", + "position": 56, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 32 (Oct. 9, 2023)", + "position": 57, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 33 (Oct. 16, 2023)", + "position": 58, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 34 (Oct. 23, 2023)", + "position": 59, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 35 (Oct. 30, 2023)", + "position": 60, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 36 (Nov. 6, 2023)", + "position": 61, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 37 (Nov. 13, 2023)", + "position": 62, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 38 (Nov. 20, 2023)", + "position": 63, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 39 (Nov. 27, 2023)", + "position": 64, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 40 (Dec. 4, 2023)", + "position": 65, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 41 (Dec. 11, 2023)", + "position": 66, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 42 (Dec. 18, 2023)", + "position": 67, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 43 (Dec. 25, 2023)", + "position": 68, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 44 (Jan. 1, 2024)", + "position": 69, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 45 (Jan. 15, 2024)", + "position": 70, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 46 (Jan. 22, 2024)", + "position": 71, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 47 (Jan. 29, 2024)", + "position": 72, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 48 (Feb. 5, 2024)", + "position": 73, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 1 (Feb. 12, 2024)", + "position": 74, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 2 (Feb. 26, 2024)", + "position": 75, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 3 (Mar. 4, 2024)", + "position": 76, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 4 (Mar. 11, 2024)", + "position": 77, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 5 (Mar. 18, 2024)", + "position": 78, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 6 (Mar. 25, 2024)", + "position": 79, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 7 (Apr. 1, 2024)", + "position": 80, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 8 (Apr. 8, 2024)", + "position": 81, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 9 (Apr. 15, 2024)", + "position": 82, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 10 (Apr. 22, 2024)", + "position": 83, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 11 (May. 6, 2024)", + "position": 84, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 12 (May. 13, 2024)", + "position": 85, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 13 (May. 20, 2024)", + "position": 86, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 14 (May. 27, 2024)", + "position": 87, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 15 (Jun. 3, 2024)", + "position": 88, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 16 (Jun. 10, 2024)", + "position": 89, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 17 (Jun. 17, 2024)", + "position": 90, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 18 (Jun. 24, 2024)", + "position": 91, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 19 (Jul. 1, 2024)", + "position": 92, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 20 (Jul. 8, 2024)", + "position": 93, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 21 (Jul. 22, 2024)", + "position": 94, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 22 (Jul. 29, 2024)", + "position": 95, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 23 (Aug. 5, 2024)", + "position": 96, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 24 (Aug. 12, 2024)", + "position": 97, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 25 (Aug. 19, 2024)", + "position": 98, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 26 (Aug. 26, 2024)", + "position": 99, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 27 (Sep. 2, 2024)", + "position": 100, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 28 (Sep. 9, 2024)", + "position": 101, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 29 (Sep. 16, 2024)", + "position": 102, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 30 (Sep. 23, 2024)", + "position": 103, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 31 (Sep. 30, 2024)", + "position": 104, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 32 (Oct. 7, 2024)", + "position": 105, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 33 (Oct. 14, 2024)", + "position": 106, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 34 (Oct. 21, 2024)", + "position": 107, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 35 (Oct. 28, 2024)", + "position": 108, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 36 (Nov. 4, 2024)", + "position": 109, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 37 (Nov. 11, 2024)", + "position": 110, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 38 (Nov. 18, 2024)", + "position": 111, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 39 (Nov. 25, 2024)", + "position": 112, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 40 (Dec. 2, 2024)", + "position": 113, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 41 (Dec. 9, 2024)", + "position": 114, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 42 (Dec. 16, 2024)", + "position": 115, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 43 (Dec. 23, 2024)", + "position": 116, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 44 (Dec. 30, 2024)", + "position": 117, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)--", + "v. 99, no. 37 (2023-11-13); v. 99, no. 48 (2024-02-05); v. 100, no. 2 (2024-02-26)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "Room 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "AUG. 23, 2021-CURRENT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1144777" + } + ], + "genreForm": [ + "Collections.", + "Directories.", + "Periodicals." + ], + "numCheckinCardItems": [ + 141 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1925" + ], + "title_sort": [ + "the new yorker" + ], + "titleDisplay": [ + "The New Yorker." + ], + "uri": "b10833141", + "placeOfPublication": [ + "New York", + "[New York]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28-31 cm" + ] + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 848, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal82||Schwarzman Building - Main Reading Room 315", + "doc_count": 575 + }, + { + "key": "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108", + "doc_count": 141 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 66 + }, + { + "key": "loc:rcma2||Offsite", + "doc_count": 66 + } + ] + } + }, + "item_format": { + "doc_count": 848, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 707 + }, + { + "key": "AUG. 23, 2021-CURRENT", + "doc_count": 117 + }, + { + "key": "FEB. 15/22, 2021 - AUG. 16, 2021", + "doc_count": 24 + } + ] + } + }, + "item_status": { + "doc_count": 848, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 783 + }, + { + "key": "status:i||At bindery", + "doc_count": 41 + }, + { + "key": "status:co||Loaned", + "doc_count": 11 + }, + { + "key": "status:na||Not available", + "doc_count": 11 + }, + { + "key": "status:m||Missing", + "doc_count": 1 + }, + { + "key": "status:t||In transit", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-a6252f0d138cb5887b0e041eb458e31e.json b/test/fixtures/query-a6252f0d138cb5887b0e041eb458e31e.json new file mode 100644 index 00000000..17c06ac1 --- /dev/null +++ b/test/fixtures/query-a6252f0d138cb5887b0e041eb458e31e.json @@ -0,0 +1,13636 @@ +{ + "body": { + "took": 870, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_score": 0, + "_source": { + "extent": [ + "ix, 368 p., [1] leaf of plates : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Contributions in German and Italian.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dante Alighieri, 1265-1321", + "Dante Alighieri, 1265-1321 -- Criticism and interpretation", + "Gmelin, Hermann, 1900-1958" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Stauffenburg" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "title": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1985" + ], + "idLccn": [ + "86124252" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], + "contributorLiteral": [ + "Gmelin, Hermann, 1900-1958.", + "Baum, Richard.", + "Hirdt, Willi." + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPGNYPG-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "nypl:Bnumber", + "value": "10000002" + }, + { + "type": "bf:Isbn", + "value": "3923721544" + }, + { + "type": "nypl:Oclc", + "value": "NYPGNYPG-B" + }, + { + "type": "bf:Lccn", + "value": "86124252" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200001" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "Tübingen : Stauffenburg, c1985." + ], + "idIsbn": [ + "3923721544" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:bnum:10000002", + "urn:isbn:3923721544", + "urn:oclc:NYPGNYPG-B", + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dante Alighieri, 1265-1321 -- Criticism and interpretation.", + "Gmelin, Hermann, 1900-1958." + ], + "titleDisplay": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin / herausgegeben von Richard Baum und Willi Hirdt." + ], + "uri": "b10000002", + "lccClassification": [ + "PQ4390 .D274 1985" + ], + "placeOfPublication": [ + "Tübingen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "3923721544" + ] + }, + "sort": [ + 0, + "b10000002" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "uri": "i12858031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "bf:Barcode", + "value": "33433046113795" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433046113795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_score": 0, + "_source": { + "extent": [ + "199 p. : col. ill. maps ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hebrides (Scotland)", + "Hebrides (Scotland) -- Pictorial works" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Constable" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1989 + ], + "title": [ + "Scottish islands" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1989" + ], + "creatorLiteral": [ + "Waite, Charlie." + ], + "idLccn": [ + "gb 89012970" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1989 + ], + "donor": [ + "Gift of the Drue Heinz Book Fund for English Literature" + ], + "creatorModifiedName": "Charlie Waite", + "idOclc": [ + "NYPGUKBPGP8917-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "nypl:Bnumber", + "value": "10000003" + }, + { + "type": "bf:Isbn", + "value": "0094675708" + }, + { + "type": "nypl:Oclc", + "value": "NYPGUKBPGP8917-B" + }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200002" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "London : Constable, 1989." + ], + "idIsbn": [ + "0094675708" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:bnum:10000003", + "urn:isbn:0094675708", + "urn:oclc:NYPGUKBPGP8917-B", + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1989" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hebrides (Scotland) -- Pictorial works." + ], + "titleDisplay": [ + "Scottish islands / Charlie Waite." + ], + "uri": "b10000003", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ], + "idIsbn_clean": [ + "0094675708" + ] + }, + "sort": [ + 0, + "b10000003" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "uri": "i13783780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "bf:Barcode", + "value": "33433050409147" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433050409147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_score": 0, + "_source": { + "extent": [ + "23, 216 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1956.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Mutaṟkuṟaḷ uvamai." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], + "idLccn": [ + "74915265" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000001-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "nypl:Bnumber", + "value": "10000004" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-B" + }, + { + "type": "bf:Lccn", + "value": "74915265" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100001" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200003" + } + ], + "updatedAt": 1711165211519, + "publicationStatement": [ + "Tirunelvēli, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1965." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:bnum:10000004", + "urn:oclc:NYPG001000001-B", + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Mutaṟkuṟaḷ uvamai. Āciriyar Ku. Kōtaṇṭapāṇi Piḷḷai." + ], + "uri": "b10000004", + "lccClassification": [ + "PL4758.9.T5 K6 1965" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000004" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], + "physicalLocation": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "uri": "i13783781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "bf:Barcode", + "value": "33433061301556" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301556" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_score": 0, + "_source": { + "extent": [ + "1 score (43 p.) + 1 part (12 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Acc. arr. for piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Soch. 22\"--Caption.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: 11049.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Concertos (Violin)", + "Concertos (Violin) -- Solo with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muzyka" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Henri Wieniawski", + "idOclc": [ + "NYPG001000001-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "nypl:Bnumber", + "value": "10000005" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-C" + }, + { + "type": "bf:Identifier", + "value": "11049. Muzyka" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100551" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200004" + } + ], + "uniformTitle": [ + "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Moskva : Muzyka, 1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:bnum:10000005", + "urn:oclc:NYPG001000001-C", + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Concertos (Violin) -- Solo with piano." + ], + "titleDisplay": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." + ], + "uri": "b10000005", + "placeOfPublication": [ + "Moskva" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Concertos, no. 2, op. 22" + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10000005" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" + ], + "physicalLocation": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "uri": "i10942022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "bf:Barcode", + "value": "33433032711909" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032711909" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_score": 0, + "_source": { + "extent": [ + "227 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Translation of The reconstruction of religious thought in Islam.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], + "idLccn": [ + "75962707" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maḥmūd, ʻAbbās." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Muhammad Iqbal", + "idOclc": [ + "NYPG001000002-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "nypl:Bnumber", + "value": "10000006" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-B" + }, + { + "type": "bf:Lccn", + "value": "75962707" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100002" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200005" + } + ], + "updatedAt": 1711567265610, + "publicationStatement": [ + "al-Qāhirah, Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr [1968]" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:bnum:10000006", + "urn:oclc:NYPG001000002-B", + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islam -- 20th century." + ], + "titleDisplay": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām, taʼlif Muhammad Iqbāl. Tarjamat ʻAbbās Maḥmūd. Rājaʻa muqaddimatahu wa-al-faṣl al-awwal minhu ʻAbd al-ʻAzīz al-Maraghī, wa-rājaʻa baqīyat al-Kitāb Mahdī ʻAllām." + ], + "uri": "b10000006", + "lccClassification": [ + "BP161 .I712 1968" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000006" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" + ], + "physicalLocation": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "uri": "i12540039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "bf:Barcode", + "value": "33433022691665" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691665" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_score": 0, + "_source": { + "extent": [ + "14 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 7:35.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: Z.8917.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Guitar music", + "Guitar", + "Guitar -- Studies and exercises" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Editio Musica" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Due studi per chitarra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Patachich, Iván." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000002-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "nypl:Bnumber", + "value": "10000007" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-C" + }, + { + "type": "bf:Identifier", + "value": "Z.8917. Editio Musica" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100552" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200006" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711149115321, + "publicationStatement": [ + "Budapest : Editio Musica, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:bnum:10000007", + "urn:oclc:NYPG001000002-C", + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Guitar music.", + "Guitar -- Studies and exercises." + ], + "titleDisplay": [ + "Due studi per chitarra / Patachich Iván." + ], + "uri": "b10000007", + "placeOfPublication": [ + "Budapest" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000007" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" + ], + "physicalLocation": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "uri": "i10942023", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "bf:Barcode", + "value": "33433032883591" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883591" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_score": 0, + "_source": { + "extent": [ + "351 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Parimaḷam Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aṇṇāviṉ ciṟukataikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], + "idLccn": [ + "72913998" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "creatorModifiedName": "C Annadurai", + "idOclc": [ + "NYPG001000003-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "nypl:Bnumber", + "value": "10000008" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-B" + }, + { + "type": "bf:Lccn", + "value": "72913998" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100003" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200007" + } + ], + "updatedAt": 1711102509897, + "publicationStatement": [ + "Ceṉṉai, Parimaḷam Patippakam [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:bnum:10000008", + "urn:oclc:NYPG001000003-B", + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aṇṇāviṉ ciṟukataikaḷ. [Eḻutiyavar] Ci. Eṉ. Aṇṇāturai." + ], + "uri": "b10000008", + "lccClassification": [ + "PL4758.9.A5 A84" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000008" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" + ], + "physicalLocation": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "uri": "i13783782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "bf:Barcode", + "value": "33433061301689" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301689" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_score": 0, + "_source": { + "extent": [ + "30 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Edition Peters Nr. 5489.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: E.P. 13028.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Edition Peters ; C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Miniaturen II : 13 kleine Klavierstücke" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000003-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "nypl:Bnumber", + "value": "10000009" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters Nr. 5489 Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "E.P. 13028. Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100553" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200008" + } + ], + "uniformTitle": [ + "Miniaturen, no. 2" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Edition Peters ; New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:bnum:10000009", + "urn:oclc:NYPG001000003-C", + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." + ], + "uri": "b10000009", + "placeOfPublication": [ + "Leipzig : New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen, no. 2" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000009" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" + ], + "physicalLocation": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "uri": "i10942024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "bf:Barcode", + "value": "33433032883617" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883617" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_score": 0, + "_source": { + "extent": [ + "46 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Boeijenga" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "dateEndString": [ + "1982" + ], + "title": [ + "Passie en pasen : suite voor orgel, opus 50" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Jan Berg", + "idOclc": [ + "NYPG001000004-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "nypl:Bnumber", + "value": "10000011" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000004-C" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200010" + } + ], + "dateEndYear": [ + 1982 + ], + "updatedAt": 1710978413661, + "publicationStatement": [ + "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:bnum:10000011", + "urn:oclc:NYPG001000004-C", + "urn:identifier:(WaOLN)nyp0200010" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music." + ], + "titleDisplay": [ + "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." + ], + "uri": "b10000011", + "placeOfPublication": [ + "Sneek [Netherlands]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Passie. I. Psalm 22. II. Leer mij O Heer. III. \"Mijn Verlosser hangt aan 't kruis.\" IV. \"O hoofd vol bloed en wonden.\" V. \"O kostbaar kruis.\" VI. \"Jezus, leven van mijn leven\" -- Pasen. VII. Toccata over \"Christus is opgestanden.\" VIII. Canon: \"Jesus unser Trost und Leben.\" IX. Trio: Ik zeg het allen dat Hij leeft.\" X. Trio: \"Staakt Uw rouwen Magdalene.\" XI. Postludium over \"Jesus leeft en wij met Hem\" (met \"Christus onze Heer verrees\" als tegenstem)." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000011" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" + ], + "physicalLocation": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "uri": "i10942025", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "bf:Barcode", + "value": "33433032883625" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883625" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_score": 0, + "_source": { + "extent": [ + "223 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p.221.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Thaqāfah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000005-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "nypl:Bnumber", + "value": "10000012" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100005" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200011" + } + ], + "updatedAt": 1711097905535, + "publicationStatement": [ + "Bayrūt : Dār al-Thaqāfah, 1970." + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:bnum:10000012", + "urn:oclc:NYPG001000005-B", + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "titleDisplay": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." + ], + "uri": "b10000012", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000012" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" + ], + "physicalLocation": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "uri": "i10000003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "bf:Barcode", + "value": "33433014514719" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514719" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_score": 0, + "_source": { + "extent": [ + "32 p. of music : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Popular music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Arr. for piano with chord symbols; superlinear German words.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Popular music", + "Popular music -- Germany (East)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Harth Musik Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Disko Treff 1 : Klavier." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000005-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "nypl:Bnumber", + "value": "10000013" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100555" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200012" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Harth Musik Verlag, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:bnum:10000013", + "urn:oclc:NYPG001000005-C", + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Popular music -- Germany (East)" + ], + "titleDisplay": [ + "Disko Treff 1 : Klavier." + ], + "uri": "b10000013", + "placeOfPublication": [ + "Leipzig" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Disko Treff eins." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000013" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" + ], + "physicalLocation": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "uri": "i10942026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "bf:Barcode", + "value": "33433032712204" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032712204" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_score": 0, + "_source": { + "extent": [ + "520 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on cover: Islamic unity or the Mutual approach among Muslim sects.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Panislamism", + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Shīrāzī, ʻAbd al-Karīm Bī Āzār." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000006-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "nypl:Bnumber", + "value": "10000014" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100006" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200013" + } + ], + "updatedAt": 1711097256805, + "publicationStatement": [ + "Bayrūt : Muʼassasat al-Aʻlamī lil-Maṭbūʻāt, 1975." + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:bnum:10000014", + "urn:oclc:NYPG001000006-B", + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Panislamism.", + "Islam -- 20th century." + ], + "titleDisplay": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah / Jamʻ wa-tartīb ʻAbd al-Karīm Bī Āzār al-Shīrāzī." + ], + "uri": "b10000014", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Islamic unity." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000014" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" + ], + "physicalLocation": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "uri": "i12540040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "bf:Barcode", + "value": "33433022691780" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691780" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000015", + "_score": 0, + "_source": { + "extent": [ + "25 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For organ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"A McAfee Music Publication.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: DM 220.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Belwin-Mills" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Suite no. 1 : 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hampton, Calvin." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Calvin Hampton", + "idOclc": [ + "NYPG001000006-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-102" + }, + { + "type": "nypl:Bnumber", + "value": "10000015" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-C" + }, + { + "type": "bf:Identifier", + "value": "DM 220. Belwin-Mills" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100556" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200014" + } + ], + "uniformTitle": [ + "Suite, organ, no. 1" + ], + "updatedAt": 1711491730703, + "publicationStatement": [ + "Melville, NY : Belwin-Mills, [1980?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-102", + "urn:bnum:10000015", + "urn:oclc:NYPG001000006-C", + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)" + ], + "titleDisplay": [ + "Suite no. 1 : 1977 / Calvin Hampton." + ], + "uri": "b10000015", + "placeOfPublication": [ + "Melville, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Suite, no. 1" + ], + "tableOfContents": [ + "Fanfares -- Antiphon -- Toccata." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000015" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_score": 0, + "_source": { + "extent": [ + "111 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuṟuntokai" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Manṅkaḷa Nūlakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Nalla Kuṟuntokaiyil nāṉilam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], + "idLccn": [ + "74913402" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000007-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "nypl:Bnumber", + "value": "10000016" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-B" + }, + { + "type": "bf:Lccn", + "value": "74913402" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100007" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200015" + } + ], + "updatedAt": 1711185167994, + "publicationStatement": [ + "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:bnum:10000016", + "urn:oclc:NYPG001000007-B", + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuṟuntokai." + ], + "titleDisplay": [ + "Nalla Kuṟuntokaiyil nāṉilam. [Eḻutiyavar] Cu. Cellappaṉ." + ], + "uri": "b10000016", + "lccClassification": [ + "PL4758.9.K794 Z6 1967" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000016" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" + ], + "physicalLocation": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "uri": "i13783785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "bf:Barcode", + "value": "33433061301580" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301580" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_score": 0, + "_source": { + "extent": [ + "1 score (17 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For baritone and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Words printed also as text.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 3:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Corbière, Tristan, 1845-1875", + "Corbière, Tristan, 1845-1875 -- Musical settings", + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Lettre du Mexique : pour baryton et piano, 1942" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Escher, Rudolf." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Corbière, Tristan, 1845-1875." + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Rudolf Escher", + "idOclc": [ + "NYPG001000007-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "nypl:Bnumber", + "value": "10000017" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100557" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200016" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Amsterdam : Donemus, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:bnum:10000017", + "urn:oclc:NYPG001000007-C", + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Corbière, Tristan, 1845-1875 -- Musical settings.", + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." + ], + "uri": "b10000017", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000017" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" + ], + "physicalLocation": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "uri": "i10942027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "bf:Barcode", + "value": "33433032735007" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032735007" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_score": 0, + "_source": { + "extent": [ + "68 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Lebanon" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Ṭalīʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], + "idLccn": [ + "78970449" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000008-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "nypl:Bnumber", + "value": "10000018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-B" + }, + { + "type": "bf:Lccn", + "value": "78970449" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100008" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200017" + } + ], + "updatedAt": 1711582848276, + "publicationStatement": [ + "Bayrūt : Dār al-Ṭalīʻah, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:bnum:10000018", + "urn:oclc:NYPG001000008-B", + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Lebanon." + ], + "titleDisplay": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā / Najlāʼ Naṣīr Bashshūr." + ], + "uri": "b10000018", + "lccClassification": [ + "HQ1728 .B37" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000018" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" + ], + "physicalLocation": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "uri": "i10000004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "bf:Barcode", + "value": "33433002031718" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031718" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: M 18.487.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Waltzes (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Zwölf Walzer und ein Epilog : für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Benary, Peter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Peter Benary", + "idOclc": [ + "NYPG001000008-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "nypl:Bnumber", + "value": "10000019" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-C" + }, + { + "type": "bf:Identifier", + "value": "Möseler M 18.487." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100558" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200018" + } + ], + "uniformTitle": [ + "Walzer und ein Epilog" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:bnum:10000019", + "urn:oclc:NYPG001000008-C", + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Waltzes (Piano)" + ], + "titleDisplay": [ + "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." + ], + "uri": "b10000019", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Walzer und ein Epilog", + "Walzer und ein Epilog." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000019" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" + ], + "physicalLocation": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "uri": "i10942028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "bf:Barcode", + "value": "33433032845053" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845053" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_score": 0, + "_source": { + "extent": [ + "xvi, 172, 320 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tolkāppiyar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Aṇṇāmalaip Palkalaik Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tolkāppiyam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1936" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], + "idLccn": [ + "74914844" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000009-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936" + }, + { + "type": "nypl:Bnumber", + "value": "10000020" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-B" + }, + { + "type": "bf:Lccn", + "value": "74914844" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100009" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200019" + } + ], + "updatedAt": 1711329059003, + "publicationStatement": [ + "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936", + "urn:bnum:10000020", + "urn:oclc:NYPG001000009-B", + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tolkāppiyar." + ], + "titleDisplay": [ + "Tolkāppiyam. [Eḻutiyavar] Ka. Veḷḷaivāraṇaṉ." + ], + "uri": "b10000020", + "lccClassification": [ + "PL4754.T583 V4 1970" + ], + "placeOfPublication": [ + "[Aṇṇāmalainakar]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], + "tableOfContents": [ + "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000020" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" + ], + "physicalLocation": [ + "*OLB 84-1936" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "uri": "i13783786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433061301572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433061301572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_score": 0, + "_source": { + "extent": [ + "1 score (51 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: NM 384.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Neue Musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Aurora : sinfonischer Prolog : Partitur" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "creatorModifiedName": "Heinz Weitzendorf", + "idOclc": [ + "NYPG001000009-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "nypl:Bnumber", + "value": "10000021" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-C" + }, + { + "type": "bf:Identifier", + "value": "NM 384. Verlag Neue Musik" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100559" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200020" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Berlin : Verlag Neue Musik, c1978." + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:bnum:10000021", + "urn:oclc:NYPG001000009-C", + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." + ], + "uri": "b10000021", + "placeOfPublication": [ + "Berlin" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000021" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" + ], + "physicalLocation": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "uri": "i10942029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "bf:Barcode", + "value": "33433032845079" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845079" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_score": 0, + "_source": { + "extent": [ + "19, 493 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1942.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], + "idLccn": [ + "73913714" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1388" + ], + "contributorLiteral": [ + "Peruntēvaṉār, active 11th century.", + "Kōvintarāja Mutaliyār, Kā. Ra., 1874-1952." + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000010-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "nypl:Bnumber", + "value": "10000022" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-B" + }, + { + "type": "bf:Lccn", + "value": "73913714" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100010" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200021" + } + ], + "updatedAt": 1711102698036, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:bnum:10000022", + "urn:oclc:NYPG001000010-B", + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Grammar." + ], + "titleDisplay": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ. Patippāciriyar Kā. Ra. Kōvintarāca Mutaliyār." + ], + "uri": "b10000022", + "lccClassification": [ + "PL4754 .P8 1970" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Viracōḻiyam." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000022" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" + ], + "physicalLocation": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "uri": "i13783787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "bf:Barcode", + "value": "33433061301564" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301564" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (18 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For band or wind ensemble.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Based on the composer's Veni creator spiritus.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: KC913.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Band music", + "Band music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Shawnee Press" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Musica sacra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Luigi Zaninelli", + "idOclc": [ + "NYPG001000010-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "nypl:Bnumber", + "value": "10000023" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-C" + }, + { + "type": "bf:Identifier", + "value": "KC913 Shawnee Press" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100560" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200022" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Delaware Water Gap, Pa. : Shawnee Press, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:bnum:10000023", + "urn:oclc:NYPG001000010-C", + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Band music -- Scores." + ], + "titleDisplay": [ + "Musica sacra / Luigi Zaninelli." + ], + "uri": "b10000023", + "placeOfPublication": [ + "Delaware Water Gap, Pa." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10000023" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" + ], + "physicalLocation": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "uri": "i10942030", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "bf:Barcode", + "value": "33433032709028" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709028" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_score": 0, + "_source": { + "extent": [ + "264 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bahrain", + "Bahrain -- History", + "Bahrain -- History -- 20th century", + "Bahrain -- Economic conditions", + "Bahrain -- Social conditions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Ibn Khaldūn" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], + "idLccn": [ + "79971032" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000011-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "nypl:Bnumber", + "value": "10000024" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-B" + }, + { + "type": "bf:Lccn", + "value": "79971032" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100011" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200023" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "[Bayrūt] : Dār Ibn Khaldūn, 1976." + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:bnum:10000024", + "urn:oclc:NYPG001000011-B", + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bahrain -- History -- 20th century.", + "Bahrain -- Economic conditions.", + "Bahrain -- Social conditions." + ], + "titleDisplay": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī / Muḥammad al-Rumayḥī." + ], + "uri": "b10000024", + "lccClassification": [ + "DS247.B28 R85" + ], + "placeOfPublication": [ + "[Bayrūt]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000024" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" + ], + "physicalLocation": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "uri": "i10000005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "bf:Barcode", + "value": "33433005548676" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005548676" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei Sonatinen für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stockmeier, Wolfgang." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 179" + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wolfgang Stockmeier", + "idOclc": [ + "NYPG001000011-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "nypl:Bnumber", + "value": "10000025" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100561" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200024" + } + ], + "uniformTitle": [ + "Sonatinas, piano" + ], + "updatedAt": 1711147751540, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:bnum:10000025", + "urn:oclc:NYPG001000011-C", + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Drei Sonatinen für Klavier / Wolfgang Stockmeier." + ], + "uri": "b10000025", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatinas" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000025" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" + ], + "physicalLocation": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "uri": "i10942031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "bf:Barcode", + "value": "33433032709697" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709697" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_score": 0, + "_source": { + "extent": [ + "222 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 217-220.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Syria" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], + "idLccn": [ + "76960987" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000012-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "nypl:Bnumber", + "value": "10000026" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-B" + }, + { + "type": "bf:Lccn", + "value": "76960987" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100012" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200025" + } + ], + "updatedAt": 1711584837414, + "publicationStatement": [ + "Dimashq : Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:bnum:10000026", + "urn:oclc:NYPG001000012-B", + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Syria." + ], + "titleDisplay": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975 / Nabīlah al-Razzāz." + ], + "uri": "b10000026", + "lccClassification": [ + "HQ402 .R39" + ], + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000026" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" + ], + "physicalLocation": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "uri": "i10000006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "bf:Barcode", + "value": "33433002031700" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031700" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Violin)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei kleine Sonaten : für Violine solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Köhler, Friedemann." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 172" + ], + "dateStartYear": [ + 1979 + ], + "idOclc": [ + "NYPG001000012-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "nypl:Bnumber", + "value": "10000027" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100562" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200026" + } + ], + "uniformTitle": [ + "Kleine Sonaten, violin" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler Verlag, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:bnum:10000027", + "urn:oclc:NYPG001000012-C", + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Violin)" + ], + "titleDisplay": [ + "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." + ], + "uri": "b10000027", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Kleine Sonaten" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000027" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" + ], + "physicalLocation": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "uri": "i10942032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "bf:Barcode", + "value": "33433032709572" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709572" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_score": 0, + "_source": { + "extent": [ + "9, 3, 3, 324 p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Prastuta śodha-prabandha Rājasthāna Viśvavidyālaya, Jayapura kī Pī-eca.Ḍī-upāthi ke nimitta viśvavidyālaya anudāna āyoga kī risarca phailośipa ke antargata likhā gayā thā.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [321]-324.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sūryamalla Miśraṇa, 1815-1868" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rājasthāna Sāhitya Akādamī (Saṅgama)" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Vaṃśabhāskara : eka adhyayana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], + "idLccn": [ + "75903689" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000013-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "nypl:Bnumber", + "value": "10000028" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-B" + }, + { + "type": "bf:Lccn", + "value": "75903689" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100013" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200027" + } + ], + "updatedAt": 1710972943549, + "publicationStatement": [ + "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:bnum:10000028", + "urn:oclc:NYPG001000013-B", + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sūryamalla Miśraṇa, 1815-1868." + ], + "titleDisplay": [ + "Vaṃśabhāskara : eka adhyayana / lekhaka Ālamaśāha Khāna." + ], + "uri": "b10000028", + "lccClassification": [ + "PK2708.9.S9 V334" + ], + "placeOfPublication": [ + "Udayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000028" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" + ], + "physicalLocation": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "uri": "i10942033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "bf:Barcode", + "value": "33433011094210" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011094210" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_score": 0, + "_source": { + "extent": [ + "16 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Wilhelm Hansen edition no. 4372.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: 29589.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Organ music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Hansen ; Distribution, Magnamusic-Baton" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Cruor : for organ solo, 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], + "idLccn": [ + "82771131" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Bent Lorentzen", + "idOclc": [ + "NYPG001000013-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "nypl:Bnumber", + "value": "10000029" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-C" + }, + { + "type": "bf:Lccn", + "value": "82771131" + }, + { + "type": "bf:Identifier", + "value": "Wilhelm Hansen edition no. 4372." + }, + { + "type": "bf:Identifier", + "value": "29589." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100563" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200028" + } + ], + "updatedAt": 1711207280267, + "publicationStatement": [ + "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:bnum:10000029", + "urn:oclc:NYPG001000013-C", + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Organ music." + ], + "titleDisplay": [ + "Cruor : for organ solo, 1977 / B. Lorentzen." + ], + "uri": "b10000029", + "lccClassification": [ + "M11 .L" + ], + "placeOfPublication": [ + "Copenhagen ; New York : [s.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000029" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" + ], + "physicalLocation": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "uri": "i10942034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "bf:Barcode", + "value": "33433032709556" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709556" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_score": 0, + "_source": { + "extent": [ + "21 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Müller" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Neun Miniaturen : für Klavier : op. 52" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wilhelm Petersen", + "idOclc": [ + "NYPG001000014-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "nypl:Bnumber", + "value": "10000031" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000014-C" + }, + { + "type": "bf:Identifier", + "value": "W. Müller WM 1713 SM." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100564" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200030" + } + ], + "uniformTitle": [ + "Miniaturen" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Heidelberg : W. Müller, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:bnum:10000031", + "urn:oclc:NYPG001000014-C", + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." + ], + "uri": "b10000031", + "placeOfPublication": [ + "Heidelberg" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen", + "Miniaturen." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000031" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" + ], + "physicalLocation": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "uri": "i10942035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "bf:Barcode", + "value": "33433032841631" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841631" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_score": 0, + "_source": { + "extent": [ + "1 score (20 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For voice and organ.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sacred songs (Medium voice) with organ", + "Psalms (Music)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Agápe" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Psalm settings" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Vaclav Nelhybel", + "idOclc": [ + "NYPG001000015-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "nypl:Bnumber", + "value": "10000033" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000015-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100565" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200032" + } + ], + "updatedAt": 1711343803471, + "publicationStatement": [ + "Carol Stream, Ill. : Agápe, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:bnum:10000033", + "urn:oclc:NYPG001000015-C", + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sacred songs (Medium voice) with organ.", + "Psalms (Music)" + ], + "titleDisplay": [ + "Psalm settings / Vaclav Nelhybel." + ], + "uri": "b10000033", + "placeOfPublication": [ + "Carol Stream, Ill." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Hear me when I call -- Be not far from me -- Hear my voice -- The Lord is my rock." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000033" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" + ], + "physicalLocation": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "uri": "i10942036", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "bf:Barcode", + "value": "33433032842035" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842035" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_score": 0, + "_source": { + "extent": [ + "366 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Brhatkathāślokasaṁgrahaḥ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Colophon: Iti Śrībhaṭṭabudhasvāminā krte ślokasaṁgrahe Brhatkathāyāṁ--", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Text in Sanskrit; apparatus in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prithivi Prakashan" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Brhatkathāślokasaṁgraha : a study" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Budhasvāmin." + ], + "idLccn": [ + "74903273" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], + "contributorLiteral": [ + "Guṇāḍhya.", + "Agrawala, Vasudeva Sharana.", + "Agrawala, Prithvi Kumar." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000016-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "nypl:Bnumber", + "value": "10000034" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-B" + }, + { + "type": "bf:Lccn", + "value": "74903273" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100016" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200033" + } + ], + "updatedAt": 1711113679649, + "publicationStatement": [ + "Varanasi : Prithivi Prakashan, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:bnum:10000034", + "urn:oclc:NYPG001000016-B", + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Brhatkathāślokasaṁgraha : a study / by V.S. Agrawala ; with Sanskrit text, edited by P.K. Agrawala." + ], + "uri": "b10000034", + "lccClassification": [ + "PK3794.B84 B7 1974" + ], + "placeOfPublication": [ + "Varanasi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000034" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" + ], + "physicalLocation": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "uri": "i10000009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "bf:Barcode", + "value": "33433011528696" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011528696" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_score": 0, + "_source": { + "extent": [ + "22 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Suite.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 12:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Serenade voor piano : 1980" + ], + "shelfMark": [ + "JMG 83-6" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Kasbergen, Marinus, 1936-" + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Marinus Kasbergen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "nypl:Bnumber", + "value": "10000035" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100566" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200034" + } + ], + "idOclc": [ + "NYPG001000016-C" + ], + "uniformTitle": [ + "Serenade, piano" + ], + "holdings": [], + "updatedAt": 1689901710976, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:bnum:10000035", + "urn:oclc:NYPG001000016-C", + "urn:undefined:NNSZ00100566", + "urn:undefined:(WaOLN)nyp0200034" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Piano)" + ], + "titleDisplay": [ + "Serenade voor piano : 1980 / Marinus Kasbergen." + ], + "uri": "b10000035", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Amsterdam" + ], + "titleAlt": [ + "Serenade" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Varianten -- Nocturne -- Toccata I -- Intermezzo -- Toccata II." + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000035" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433032841490" + ], + "physicalLocation": [ + "JMG 83-6" + ], + "shelfMark_sort": "aJMG 83-000006", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10942038", + "shelfMark": [ + "JMG 83-6" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "bf:Barcode", + "value": "33433032841490" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841490" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "formatLiteral": [ + "Notated music" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_score": 0, + "_source": { + "extent": [ + "viii, 38 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; prefatory matter in Sanskrit or Telegu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nārāyaṇatīrtha, 17th cent", + "Nārāyaṇatīrtha, 17th cent -- In literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], + "idLccn": [ + "75902755" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Garikapati Lakshmikantaiah", + "idOclc": [ + "NYPG001000017-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "nypl:Bnumber", + "value": "10000036" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-B" + }, + { + "type": "bf:Lccn", + "value": "75902755" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100017" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200035" + } + ], + "updatedAt": 1711355313989, + "publicationStatement": [ + "[s.1. : s.n.], 1972" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:bnum:10000036", + "urn:oclc:NYPG001000017-B", + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nārāyaṇatīrtha, 17th cent -- In literature." + ], + "titleDisplay": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic] / praṇetā Garikapāṭi Lakṣmīkāntaḥ." + ], + "uri": "b10000036", + "lccClassification": [ + "PK3799.L28 S68" + ], + "placeOfPublication": [ + "[s.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" + ], + "physicalLocation": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "uri": "i12858032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "bf:Barcode", + "value": "33433058548433" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058548433" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_score": 0, + "_source": { + "extent": [ + "13a p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 15:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Guitar)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Eight studies for guitar : in form of a suite : 1979" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hekster, Walter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Walter Hekster", + "idOclc": [ + "NYPG001000017-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000037" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100567" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200036" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711157193933, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:bnum:10000037", + "urn:oclc:NYPG001000017-C", + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Guitar)" + ], + "titleDisplay": [ + "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." + ], + "uri": "b10000037", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000037" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" + ], + "physicalLocation": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "uri": "i10942040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433032841482" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841482" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_score": 0, + "_source": { + "extent": [ + "4, 160 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit, with verse and prose translations in Hindi; prefatory matter in Hindi or Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Himācala Kalā-Saṃskrti-Bhāṣā Akādamī" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "76900772" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Prarthi, Lall Chand, 1916-" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000018-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "nypl:Bnumber", + "value": "10000038" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-B" + }, + { + "type": "bf:Lccn", + "value": "76900772" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100018" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200037" + } + ], + "updatedAt": 1711083015969, + "publicationStatement": [ + "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:bnum:10000038", + "urn:oclc:NYPG001000018-B", + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- India -- Himachal Pradesh." + ], + "titleDisplay": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana / mukhya sampādaka Lāla Canda Prārthī ; sampādaka maṇḍala, Manasā Rāma Śarmā 'Arūṇa'...[et al.]." + ], + "uri": "b10000038", + "lccClassification": [ + "PK3800.H52 R7" + ], + "placeOfPublication": [ + "Śimalā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000038" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" + ], + "physicalLocation": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "uri": "i13783788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "bf:Barcode", + "value": "33433058153572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_score": 0, + "_source": { + "extent": [ + "49 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Five sonatas for pianoforte" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Oberdoerffer, Fritz." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000018-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000039" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters no. 66799. C.F. Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100568" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200038" + } + ], + "uniformTitle": [ + "Sonatas, piano. Selections" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:bnum:10000039", + "urn:oclc:NYPG001000018-C", + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." + ], + "uri": "b10000039", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatas" + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000039" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" + ], + "physicalLocation": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "uri": "i10942041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032842100" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842100" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_score": 0, + "_source": { + "extent": [ + "146 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], + "idLccn": [ + "78913375" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000019-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "nypl:Bnumber", + "value": "10000040" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-B" + }, + { + "type": "bf:Lccn", + "value": "78913375" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100019" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200039" + } + ], + "updatedAt": 1711606511675, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:bnum:10000040", + "urn:oclc:NYPG001000019-B", + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "titleDisplay": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār. Āciriyar Pulavar Aracu." + ], + "uri": "b10000040", + "lccClassification": [ + "PL4758.9.K223 Z83" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000040" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" + ], + "physicalLocation": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "uri": "i13783789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "bf:Barcode", + "value": "33433061301622" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301622" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_score": 0, + "_source": { + "extent": [ + "1 score (23 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 5 clarinets.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Woodwind quintets (Clarinets (5))", + "Woodwind quintets (Clarinets (5)) -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Primavera" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Encounter" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Usher, Julia." + ], + "idLccn": [ + "81770739" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Julia Usher", + "idOclc": [ + "NYPG001000019-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000041" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-C" + }, + { + "type": "bf:Lccn", + "value": "81770739" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100569" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200040" + } + ], + "updatedAt": 1711567835800, + "publicationStatement": [ + "London : Primavera, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:bnum:10000041", + "urn:oclc:NYPG001000019-C", + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Woodwind quintets (Clarinets (5)) -- Scores." + ], + "titleDisplay": [ + "Encounter / Julia Usher." + ], + "uri": "b10000041", + "lccClassification": [ + "M557.2.U8 E5" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Greeting -- Circular argument -- Escape." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000041" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" + ], + "physicalLocation": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "uri": "i10942042", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032709291" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709291" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_score": 0, + "_source": { + "extent": [ + "2, 108 p." + ], + "note": [ + { + "noteType": "Language", + "label": "Hindi and Sanskrit: pref. in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Advaita", + "Vedanta" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Devabhāṣā Prakāśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "1972" + ], + "title": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "72902870" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Brahmashram, Śwami, 1915-" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000020-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "nypl:Bnumber", + "value": "10000042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-B" + }, + { + "type": "bf:Lccn", + "value": "72902870" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100020" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200041" + } + ], + "uniformTitle": [ + "Mahābhārata. Sanatsugātīya." + ], + "dateEndYear": [ + 1972 + ], + "updatedAt": 1711293892981, + "publicationStatement": [ + "Prayāga, Devabhāṣā Prakāśana, Samvat 2028, i.e. 1971 or 2]" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:bnum:10000042", + "urn:oclc:NYPG001000020-B", + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Advaita.", + "Vedanta." + ], + "titleDisplay": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita. Vyākhyātā Svāmī Brahmāśrama." + ], + "uri": "b10000042", + "lccClassification": [ + "B132.V3 M264" + ], + "placeOfPublication": [ + "Prayāga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" + ], + "physicalLocation": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "uri": "i13783790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "bf:Barcode", + "value": "33433058618392" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058618392" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (28 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 2 flutes, 2 oboes, 2 clarinets, 2 horns, and 2 bassoons.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 5:00-6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: D.15 579.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Wind ensembles", + "Wind ensembles -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Doblinger" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Capriccio : für 10 Blasinstrumente" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Eröd, Iván." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000020-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "nypl:Bnumber", + "value": "10000043" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-C" + }, + { + "type": "bf:Identifier", + "value": "Stp. 410 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "D.15 579 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100570" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200042" + } + ], + "updatedAt": 1711115789595, + "publicationStatement": [ + "Wien : Verlag Doblinger, c1980." + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:bnum:10000043", + "urn:oclc:NYPG001000020-C", + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wind ensembles -- Scores." + ], + "titleDisplay": [ + "Capriccio : für 10 Blasinstrumente / Iván Eröd." + ], + "uri": "b10000043", + "placeOfPublication": [ + "Wien" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000043" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" + ], + "physicalLocation": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "uri": "i10000010", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "bf:Barcode", + "value": "33433004744128" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433004744128" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_score": 0, + "_source": { + "extent": [ + "[99] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Biographies of Khri-chen Byaṅ-chub-chos-ʼphel and Śel-dkar Bla-ma Saṅs-rgyas-bstan-ʼphel.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from prints from blocks from Lhasa and Śel-dkar Dgaʼ-ldan-legs-bśad-gliṅ.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884", + "Lamas", + "Lamas -- Tibet", + "Lamas -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ngawang Sopa" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel" + ], + "shelfMark": [ + "*OZ+ 82-2361" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Rgal-dbaṅ Chos-rje Blo-bzaṅ-ʼphrin-las-rnam-rgyal, active 1840-1860." + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "77901316" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ngag-dbang-blo-bzang-rgya-mtsho, Dalai Lama V, 1617-1682." + ], + "dateStartYear": [ + 1976 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "nypl:Bnumber", + "value": "10000044" + }, + { + "type": "bf:Lccn", + "value": "77901316" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100021" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200043" + } + ], + "idOclc": [ + "NYPG001000021-B" + ], + "holdings": [], + "updatedAt": 1674870752089, + "publicationStatement": [ + "New Delhi : Ngawang Sopa, 1976." + ], + "identifier": [ + "urn:bnum:10000044", + "urn:lccn:77901316", + "urn:oclc:NYPG001000021-B", + "urn:undefined:NNSZ00100021", + "urn:undefined:(WaOLN)nyp0200043" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838.", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884.", + "Lamas -- Tibet -- Biography." + ], + "titleDisplay": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel / by Dar-han Mkhan-sprul Blo-bzaṅ-ʼphrin-las-rnam-rgyal. Bkaʼ-gdams bstan-paʼi mdzod-ʼdzin Rje-btsun Bla-ma Saṅs-rgyas-bstan-ʼphel dpal-bzaṅ-poʼi rnam par thar pa dad ldan yid kyi dgaʼ ston : the biography of Saṅs-rgyas-bstan-ʼphel of Śel-dkar / by Śel-dkar Bkaʼ-ʼgyur Bla-ma Ṅag-dbaṅ-blo-bzaṅ-bstan-ʼdzin-tshul-khrims-rgyal-mtshan." + ], + "uri": "b10000044", + "lccClassification": [ + "BQ942.Y367 R47 1976" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000044" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433015080645" + ], + "physicalLocation": [ + "*OZ+ 82-2361" + ], + "shelfMark_sort": "a*OZ+ 82-002361", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000011", + "shelfMark": [ + "*OZ+ 82-2361" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "bf:Barcode", + "value": "33433015080645" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080645" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_score": 0, + "_source": { + "extent": [ + "12 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Violin music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sole selling agents, Or-Tav" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Thoughts & feelings : for violin solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], + "idLccn": [ + "80770813" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Joachim Stutschewsky", + "idOclc": [ + "NYPG001000021-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "nypl:Bnumber", + "value": "10000045" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-C" + }, + { + "type": "bf:Lccn", + "value": "80770813" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100571" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200044" + } + ], + "updatedAt": 1711551616246, + "publicationStatement": [ + "Tel-Aviv : Sole selling agents, Or-Tav, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:bnum:10000045", + "urn:oclc:NYPG001000021-C", + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Violin music." + ], + "titleDisplay": [ + "Thoughts & feelings : for violin solo / Joachim Stutschewsky." + ], + "uri": "b10000045", + "lccClassification": [ + "M42 .S" + ], + "placeOfPublication": [ + "Tel-Aviv" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000045" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" + ], + "physicalLocation": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "uri": "i10942043", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "bf:Barcode", + "value": "33433032707568" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032707568" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_score": 0, + "_source": { + "extent": [ + "[83] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Kye rdor rnam bśad.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from tracing and manuscripts from the library of Mkhan-po Rin-chen by Trayang and Jamyang Samten.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456", + "Tripiṭaka.", + "Tripiṭaka. -- Commentaries", + "Sa-skya-pa lamas", + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Trayang and Jamyang Samten" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], + "idLccn": [ + "77900893" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sangs-rgyas-phun-tshogs, Ngor-chen, 1649-1705." + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000022-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "nypl:Bnumber", + "value": "10000046" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-B" + }, + { + "type": "bf:Lccn", + "value": "77900893" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100022" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200045" + } + ], + "updatedAt": 1711147554676, + "publicationStatement": [ + "New Delhi : Trayang and Jamyang Samten, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:bnum:10000046", + "urn:oclc:NYPG001000022-B", + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", + "Tripiṭaka. -- Commentaries.", + "Sa-skya-pa lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra / by Sde-dge Yab-chen Tshe-dbaṅ-rdo-rje-rig-ʼdzin alias Byams-pa-kun-dgaʼ-bstan-paʼi-rgyal-mtshan. Rgyal ba Rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas : the life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po / by Ṅor-chen Saṅs-rgyas-phun-tshogs." + ], + "uri": "b10000046", + "lccClassification": [ + "BG974.0727 T75" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rgyal ba rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas.", + "Detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra.", + "Life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000046" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" + ], + "physicalLocation": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "uri": "i10000012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "bf:Barcode", + "value": "33433015080413" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080413" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_score": 0, + "_source": { + "extent": [ + "1 score (30 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"This work was written between 14 March and 1 May, 1979\"--verso t.p.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 15 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vocalises (High voice) with instrumental ensemble", + "Vocalises (High voice) with instrumental ensemble -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770634" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000022-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "nypl:Bnumber", + "value": "10000047" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-C" + }, + { + "type": "bf:Lccn", + "value": "81770634" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100572" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200046" + } + ], + "uniformTitle": [ + "Vocalise, soprano, instrumental ensemble, op. 38" + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:bnum:10000047", + "urn:oclc:NYPG001000022-C", + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vocalises (High voice) with instrumental ensemble -- Scores." + ], + "titleDisplay": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello / Francis Routh." + ], + "uri": "b10000047", + "lccClassification": [ + "M1613.3 .R8 op.38" + ], + "placeOfPublication": [ + "London, England (Arlington Park House, London W4)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vocalise, op. 38" + ], + "dimensions": [ + "38 cm." + ] + }, + "sort": [ + 0, + "b10000047" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" + ], + "physicalLocation": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "uri": "i10942044", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "bf:Barcode", + "value": "33433032842233" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842233" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_score": 0, + "_source": { + "extent": [ + "[150] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a MS. preserved at Pha-lo-ldiṅ Monastery in Bhutan.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Buddhism", + "Buddhism -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kunzang Topgey" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "76901012" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000023-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "nypl:Bnumber", + "value": "10000048" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-B" + }, + { + "type": "bf:Lccn", + "value": "76901012" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100023" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200047" + } + ], + "updatedAt": 1711479031405, + "publicationStatement": [ + "Thimphu : Kunzang Topgey, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:bnum:10000048", + "urn:oclc:NYPG001000023-B", + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Buddhism -- Rituals." + ], + "titleDisplay": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "uri": "b10000048", + "lccClassification": [ + "BQ7695 .B55" + ], + "placeOfPublication": [ + "Thimphu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 38 cm." + ] + }, + "sort": [ + 0, + "b10000048" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" + ], + "physicalLocation": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "uri": "i10000013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "bf:Barcode", + "value": "33433015080439" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080439" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_score": 0, + "_source": { + "extent": [ + "1 score (105 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 25 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Symphony, op. 26 : full score" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770641" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000023-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "nypl:Bnumber", + "value": "10000049" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-C" + }, + { + "type": "bf:Lccn", + "value": "81770641" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100573" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200048" + } + ], + "uniformTitle": [ + "Symphony, op. 26" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:bnum:10000049", + "urn:oclc:NYPG001000023-C", + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "Symphony, op. 26 : full score / Francis Routh." + ], + "uri": "b10000049", + "lccClassification": [ + "M1001 .R8615 op.26" + ], + "placeOfPublication": [ + "London (Arlington Park House, London W4 4HD)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Symphony, op. 26" + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000049" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" + ], + "physicalLocation": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "uri": "i10942045", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "bf:Barcode", + "value": "33433032842241" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842241" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_score": 0, + "_source": { + "extent": [ + "[188] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a print from the early 16th century western Tibetan blocks by Urgyan Dorje.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", + "Spiritual life", + "Spiritual life -- Buddhism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Urgyan Dorje" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], + "idLccn": [ + "76901747" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000024-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "nypl:Bnumber", + "value": "10000050" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-B" + }, + { + "type": "bf:Lccn", + "value": "76901747" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100024" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200049" + } + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "New Delhi : Urgyan Dorje, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:bnum:10000050", + "urn:oclc:NYPG001000024-B", + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", + "Spiritual life -- Buddhism." + ], + "titleDisplay": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "uri": "b10000050", + "lccClassification": [ + "BQ942.A187 A35 1976" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000050" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" + ], + "physicalLocation": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "uri": "i10000014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "bf:Barcode", + "value": "33433015080421" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080421" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_score": 0, + "_source": { + "extent": [ + "score (64 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Samfundet til udgivelse af dansk musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" + ], + "shelfMark": [ + "JMG 83-75" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Christiansen, Henning." + ], + "idLccn": [ + "78770955" + ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "creatorModifiedName": "Henning Christiansen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "nypl:Bnumber", + "value": "10000051" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-C" + }, + { + "type": "bf:Lccn", + "value": "78770955" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100574" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200050" + } + ], + "idOclc": [ + "NYPG001000024-C" + ], + "uniformTitle": [ + "Symphony, no. 2, op. 69c", + "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "København : Samfundet til udgivelse af dansk musik, 1977." + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:bnum:10000051", + "urn:oclc:NYPG001000024-C", + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972 / Henning Christiansen." + ], + "uri": "b10000051", + "lccClassification": [ + "M1001 .C533 op.69c" + ], + "placeOfPublication": [ + "København" + ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "37 cm." + ] + }, + "sort": [ + 0, + "b10000051" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" + ], + "physicalLocation": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-75" + ], + "uri": "i10942046", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "bf:Barcode", + "value": "33433032842191" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842191" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_score": 0, + "_source": { + "extent": [ + "[247] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Gu ruʼi rnam thar ṅo tshar phun tshogs rgya mtsho.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Padma Sambhava, approximately 717-approximately 762", + "Lamas", + "Lamas -- China", + "Lamas -- China -- Tibet", + "Lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sherab Gyaltshen Lama" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Bkra-śis-stobs-rgyal, Byaṅ-bdag." + ], + "idLccn": [ + "76900205" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000025-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "nypl:Bnumber", + "value": "10000052" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-B" + }, + { + "type": "bf:Lccn", + "value": "76900205" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100025" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200051" + } + ], + "updatedAt": 1711606513881, + "publicationStatement": [ + "Gangtog : Sherab Gyaltshen Lama, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:bnum:10000052", + "urn:oclc:NYPG001000025-B", + "urn:lccn:76900205", + "urn:identifier:NNSZ00100025", + "urn:identifier:(WaOLN)nyp0200051" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Padma Sambhava, approximately 717-approximately 762.", + "Lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born / by Byaṅ-bdag Bkra-śis-stobs-rgyal." + ], + "uri": "b10000052", + "lccClassification": [ + "BQ7950.P327 B55 1976" + ], + "placeOfPublication": [ + "Gangtog" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "27 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000052" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:barcode:33433015080447" + ], + "physicalLocation": [ + "*OZ+ 82-2383" + ], + "shelfMark_sort": "a*OZ+ 82-002383", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "uri": "i10000015", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "bf:Barcode", + "value": "33433015080447" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080447" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_score": 0, + "_source": { + "extent": [ + "1 score (160 p.) ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Motion picture music", + "Motion picture music -- Excerpts, Arranged", + "Popular music", + "Popular music -- United States", + "Popular music -- United States -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Warner Bros. Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000025-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000053" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100575" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200052" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York, NY : Warner Bros. Publications, [1982?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:bnum:10000053", + "urn:oclc:NYPG001000025-C", + "urn:identifier:NNSZ00100575", + "urn:identifier:(WaOLN)nyp0200052" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Motion picture music -- Excerpts, Arranged.", + "Popular music -- United States -- Scores." + ], + "titleDisplay": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "uri": "b10000053", + "placeOfPublication": [ + "New York, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Chariots of fire -- Arthur's theme (Best that you can do) -- Fame -- Evergreen (Love theme from A star is born) -- Days of wine and roses -- The Continental (You kiss while you're dancing) -- My own true love -- The summer knows (Theme from Summer of '42) -- All the way -- High hopes -- We may never love like this again -- Secret love -- An American in Paris -- Rhapsody in blue -- As time goes by -- Can you read my mind? (Love theme from Superman) -- Lullaby of Broadway -- Jeepers creepers -- From here to eternity -- Night and day -- Down here on the ground -- Out here on my own -- A time for love -- The high and the mighty -- Love me or leave me -- Blues in the night (My mama done tol' me) -- Gonna build a mountain -- Mule train -- Intermezzo (A love story) -- Theme from Blazing saddles -- With a song in my heart -- Three little words -- Where is love? -- (Love is) The tender trap -- A very precious love -- Oliver! -- What kind of fool am I? -- Some Sunday morning -- Walk on the wild side -- That night (Theme from The fox) -- Pocketful of miracles -- They're either too young or too old -- Song from \"10\" (It's easy to say) -- Picnic -- Sweet dreams, sweetheart -- This land is your land -- Theme from Superman -- Remember me? -- Who's afraid -- The hanging tree -- The cowboy and the lady -- Strike up the band! -- A gal in calico -- My wild Irish rose -- It's magic." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000053" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:barcode:33433076622293" + ], + "physicalLocation": [ + "JNG 83-5" + ], + "shelfMark_sort": "aJNG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:57||printed music limited circ MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "uri": "i13783791", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433076622293" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433076622293" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:57", + "label": "printed music limited circ MaRLI" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_score": 0, + "_source": { + "extent": [ + "[161] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a one volume collection of the writings from the library of Rtogs-ldan Rin-po-che of Sgaṅ-sṅon.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBri-gung-pa (Sect)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tsondu Senghe" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBri-gung Chos-rje ʼJig-rten-mgon-po, 1143-1217." + ], + "idLccn": [ + "77900734" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000026-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "nypl:Bnumber", + "value": "10000054" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000026-B" + }, + { + "type": "bf:Lccn", + "value": "77900734" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100026" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200053" + } + ], + "updatedAt": 1711121709621, + "publicationStatement": [ + "Bir, H.P. : Tsondu Senghe, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:bnum:10000054", + "urn:oclc:NYPG001000026-B", + "urn:lccn:77900734", + "urn:identifier:NNSZ00100026", + "urn:identifier:(WaOLN)nyp0200053" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBri-gung-pa (Sect)" + ], + "titleDisplay": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "uri": "b10000054", + "lccClassification": [ + "BQ7684 .B74 1976" + ], + "placeOfPublication": [ + "Bir, H.P." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000054" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:barcode:33433015080454" + ], + "physicalLocation": [ + "*OZ+ 82-2384" + ], + "shelfMark_sort": "a*OZ+ 82-002384", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "uri": "i10000016", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "bf:Barcode", + "value": "33433015080454" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080454" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-a6e109e187675808b16924585974dc12.json b/test/fixtures/query-a6e109e187675808b16924585974dc12.json new file mode 100644 index 00000000..ef11b977 --- /dev/null +++ b/test/fixtures/query-a6e109e187675808b16924585974dc12.json @@ -0,0 +1,21 @@ +{ + "body": { + "took": 9, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-aa47ab1a757bc3119941d6f616d4c9fb.json b/test/fixtures/query-aa47ab1a757bc3119941d6f616d4c9fb.json new file mode 100644 index 00000000..69a6134f --- /dev/null +++ b/test/fixtures/query-aa47ab1a757bc3119941d6f616d4c9fb.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 5, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-ab73aebc8bb3ec0e872fa56634962025.json b/test/fixtures/query-ab73aebc8bb3ec0e872fa56634962025.json new file mode 100644 index 00000000..96ddf2c9 --- /dev/null +++ b/test/fixtures/query-ab73aebc8bb3ec0e872fa56634962025.json @@ -0,0 +1,33867 @@ +{ + "body": { + "took": 20, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b15109087", + "_score": 15.560745, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Published at Bruxelles, 1773-1775; at Liége, 1776-1781.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Description based on: 19th année, t. 10 (Oct. 1790).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Periodicals" + ], + "numItemDatesParsed": [ + 370 + ], + "publisherLiteral": [ + "Valade" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 370 + ], + "createdYear": [ + 17 + ], + "dateEndString": [ + "1uuu" + ], + "title": [ + "L'Esprit des journaux, françois et étrangers" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "numItemVolumesParsed": [ + 365 + ], + "createdString": [ + "17uu" + ], + "numElectronicResources": [ + 368 + ], + "contributorLiteral": [ + "Société de gens de lettres." + ], + "dateStartYear": [ + 17 + ], + "idOclc": [ + "1568232" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers)" + }, + { + "type": "nypl:Bnumber", + "value": "15109087" + }, + { + "type": "nypl:Oclc", + "value": "1568232" + }, + { + "type": "bf:Identifier", + "value": "0246617" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)Z150000218" + } + ], + "dateEndYear": [ + 1 + ], + "contributor_sort": [ + "société de gens de lettres." + ], + "updatedAt": 1711593229661, + "publicationStatement": [ + "Paris : Valade" + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers)", + "urn:bnum:15109087", + "urn:oclc:1568232", + "urn:identifier:0246617", + "urn:identifier:(WaOLN)Z150000218" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "17uu" + ], + "title_sort": [ + "lesprit des journaux francois et etrangers" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Periodicals." + ], + "titleDisplay": [ + "L'Esprit des journaux, françois et étrangers / par une Société de gens-de-lettres." + ], + "uri": "b15109087", + "electronicResources": [ + { + "label": "Full text available via HathiTrust--Table (1782-1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743126" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1818)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743134" + }, + { + "label": "Full text available via HathiTrust--no. 2-3 (1818)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743142" + }, + { + "label": "Full text available via HathiTrust--no. 12, 1817-no. 1, 1818", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743159" + }, + { + "label": "Full text available via HathiTrust--no. 10-11 (1817)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743167" + }, + { + "label": "Full text available via HathiTrust--no. 8-9 (1817)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743175" + }, + { + "label": "Full text available via HathiTrust--no. 6-7 (1817)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743183" + }, + { + "label": "Full text available via HathiTrust--no. 4-5 (1817)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743191" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1814)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743209" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1814)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743217" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1814)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743225" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1814)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743233" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1814)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743241" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1814)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743258" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1809)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743266" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1809)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743274" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1809)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743282" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1809)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743290" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1809)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743308" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1809)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743316" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1808)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743324" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1808)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743332" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1808)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743340" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1808)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743357" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1808)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743365" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1807)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743373" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1807)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743381" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1807)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743399" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1807)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743407" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1806)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743423" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1806)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743431" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1806)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743449" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1806)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743456" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1806)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743464" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1806)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743472" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1805)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743480" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1805)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743498" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1805)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743506" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1813)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743514" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1813)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743522" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1813)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743530" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1813)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743548" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1813)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743555" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1813)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743563" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1812)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743571" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1812)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743589" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1812)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743597" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1812)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743605" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1812)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743613" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1812)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743621" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1811)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743639" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1811)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743647" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1811)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743654" + }, + { + "label": "Full text available via HathiTrust--v. 5-6 (1811)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743662" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1811)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743670" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1811)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743688" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1810)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743696" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1810)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743704" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1810)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743712" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1808)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743720" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1810)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743738" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1810)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743746" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1810)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743753" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743761" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743779" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743787" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743795" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743803" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743811" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743829" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743837" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743845" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743852" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743860" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743878" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743886" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1792)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743894" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743902" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743910" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743928" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743936" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743944" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743951" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743969" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743977" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743985" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081743993" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744009" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1791)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744017" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744025" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744033" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744041" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744058" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744066" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744074" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744082" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744090" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744108" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744116" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744124" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1790)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744132" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744140" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744157" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744165" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744173" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744181" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744199" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744207" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744215" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1789)", + "url": "http://hdl.handle.net/2027/nyp.33433081744223" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744231" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744249" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1789)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744256" + }, + { + "label": "Full text available via HathiTrust--no. 9-12 (1795)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744264" + }, + { + "label": "Full text available via HathiTrust--no. 5-8 (1795)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744272" + }, + { + "label": "Full text available via HathiTrust--no. 1-4 (1795)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744280" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744298" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744306" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744314" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744322" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744330" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744348" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744355" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744363" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744371" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744389" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744397" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1794)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744405" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744413" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744421" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744439" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744447" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744454" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744462" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744470" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744488" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744496" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1793)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744504" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1801)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744512" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1800)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744520" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1800)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744538" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1800)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744546" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1800)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744553" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1800)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744561" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1800)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744579" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1799)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744587" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1799)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744595" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1799)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744603" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1799)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744611" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1799)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744629" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1799)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744637" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1798)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744645" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1798)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744652" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1798)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744660" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1798)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744678" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1798)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744686" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1798)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744694" + }, + { + "label": "Full text available via HathiTrust--no. 9-12 (1797)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744702" + }, + { + "label": "Full text available via HathiTrust--no. 5-8 (1797)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744710" + }, + { + "label": "Full text available via HathiTrust--no. 1-4 (1797)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744728" + }, + { + "label": "Full text available via HathiTrust--no. 9-12 (1796)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744736" + }, + { + "label": "Full text available via HathiTrust--no. 5-8 (1796)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744744" + }, + { + "label": "Full text available via HathiTrust--no. 1-4 (1796)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744751" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1807)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744769" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1805)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744777" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1805)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744785" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1805)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744793" + }, + { + "label": "Full text available via HathiTrust--Table Generale 1-28 (1803-1805)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744801" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1804)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744819" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1804)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744827" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1804)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744835" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1804)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744843" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1804)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744850" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1804)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744868" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1803)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744876" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1803)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744884" + }, + { + "label": "Full text available via HathiTrust--no. 1-3 (1803)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744892" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1802)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744900" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1802)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744918" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1802)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744926" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1802)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744934" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1802)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744942" + }, + { + "label": "Full text available via HathiTrust--no. 1-2 (1802)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744959" + }, + { + "label": "Full text available via HathiTrust--no. 11-12 (1801)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744967" + }, + { + "label": "Full text available via HathiTrust--no. 9-10 (1801)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744975" + }, + { + "label": "Full text available via HathiTrust--no. 7-8 (1801)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744983" + }, + { + "label": "Full text available via HathiTrust--no. 5-6 (1801)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081744991" + }, + { + "label": "Full text available via HathiTrust--no. 3-4 (1801)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745006" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745014" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745022" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745030" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745048" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745055" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745063" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745071" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745089" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745097" + }, + { + "label": "Full text available via HathiTrust--Table (1779-1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745105" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745113" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745121" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745139" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745147" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745154" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745162" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745170" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745188" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745196" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745204" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745212" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745220" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1781)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745238" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745246" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745253" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745261" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745279" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745287" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745295" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745303" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745311" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745329" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745337" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1780)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745345" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745352" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745360" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745378" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745386" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745394" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745402" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745410" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745428" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745436" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745444" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745451" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1779)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745469" + }, + { + "label": "Full text available via HathiTrust--Table (1776-1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745477" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745485" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745493" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745501" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745519" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745527" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745535" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745543" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745550" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745568" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745576" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745584" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745592" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745600" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745618" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745626" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745634" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745642" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745659" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745667" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745675" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745683" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745691" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745709" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745717" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1783)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745725" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745733" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745741" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1782)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745758" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745766" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745774" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745782" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745790" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745808" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745816" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745824" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745832" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745840" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745857" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745865" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745873" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745881" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745899" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745907" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745915" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745923" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745931" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745949" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745956" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745964" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745972" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745980" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081745998" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1784)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746004" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746012" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746020" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746038" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746046" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746053" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746061" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746079" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746087" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746095" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746103" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746111" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1788)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746129" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746137" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746145" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746152" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746160" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746178" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746186" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746194" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746202" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746210" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1786)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746228" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1785)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746236" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1787)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746244" + }, + { + "label": "Full text available via HathiTrust--no. 10-12 (1773)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746764" + }, + { + "label": "Full text available via HathiTrust--no. 7-9 (1773)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746772" + }, + { + "label": "Full text available via HathiTrust--no. 4-6 (1773)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746780" + }, + { + "label": "Full text available via HathiTrust--no. 1-3 (1773)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746798" + }, + { + "label": "Full text available via HathiTrust--no. 10-12 (1772)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746806" + }, + { + "label": "Full text available via HathiTrust--no. 7-9 (1772)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081746814" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747010" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747028" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747036" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747044" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747051" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747069" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747077" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747085" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747093" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747101" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747119" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747127" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747135" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747143" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747150" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747168" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747176" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747184" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747192" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747200" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747218" + }, + { + "label": "Full text available via HathiTrust--no. 10-12 (1774)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747226" + }, + { + "label": "Full text available via HathiTrust--no. 7-9 (1774)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747234" + }, + { + "label": "Full text available via HathiTrust--no. 4-6 (1774)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747242" + }, + { + "label": "Full text available via HathiTrust--no. 1-3 (1774)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747259" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747267" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747275" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747283" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747291" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747309" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747317" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747325" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747333" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1778)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747341" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747358" + }, + { + "label": "Full text available via HathiTrust--no. 11 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747366" + }, + { + "label": "Full text available via HathiTrust--no. 10 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747374" + }, + { + "label": "Full text available via HathiTrust--no. 9 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747382" + }, + { + "label": "Full text available via HathiTrust--no. 8 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747390" + }, + { + "label": "Full text available via HathiTrust--no. 7 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747408" + }, + { + "label": "Full text available via HathiTrust--no. 6 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747416" + }, + { + "label": "Full text available via HathiTrust--no. 5 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747424" + }, + { + "label": "Full text available via HathiTrust--no. 4 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747432" + }, + { + "label": "Full text available via HathiTrust--no. 3 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747440" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747457" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1777)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747465" + }, + { + "label": "Full text available via HathiTrust--no. 2 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747473" + }, + { + "label": "Full text available via HathiTrust--no. 1 (1776)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747481" + }, + { + "label": "Full text available via HathiTrust--Table (1772-1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747499" + }, + { + "label": "Full text available via HathiTrust--no. 12 (1775)", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433081747507" + } + ], + "placeOfPublication": [ + "Paris" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Esprit des journaux" + ], + "items": [ + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) v. 5-6 (1811)", + "urn:barcode:33433081743662" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) v. 000005-6 (1811)", + "dateRange": [ + { + "gte": "1811", + "lte": "1811" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1811" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) v. 5-6 (1811)" + ], + "uri": "i17146009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) v. 5-6 (1811)" + }, + { + "type": "bf:Barcode", + "value": "33433081743662" + } + ], + "enumerationChronology": [ + "v. 5-6 (1811)" + ], + "idBarcode": [ + "33433081743662" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12, 1817-no. 1, 1818", + "urn:barcode:33433081743159" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012, 1817-no. 1, 1818", + "dateRange": [ + { + "gte": "1817", + "lte": "1818" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1817" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12, 1817-no. 1, 1818" + ], + "uri": "i17146035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12, 1817-no. 1, 1818" + }, + { + "type": "bf:Barcode", + "value": "33433081743159" + } + ], + "enumerationChronology": [ + "no. 12, 1817-no. 1, 1818" + ], + "idBarcode": [ + "33433081743159" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + }, + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1794)", + "urn:barcode:33433081744298" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1794)" + ], + "uri": "i17145921", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744298" + } + ], + "enumerationChronology": [ + "no. 12 (1794)" + ], + "idBarcode": [ + "33433081744298" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1793)", + "urn:barcode:33433081744413" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1793)" + ], + "uri": "i17145909", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744413" + } + ], + "enumerationChronology": [ + "no. 12 (1793)" + ], + "idBarcode": [ + "33433081744413" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1792)", + "urn:barcode:33433081743787" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1792)" + ], + "uri": "i17145897", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743787" + } + ], + "enumerationChronology": [ + "no. 12 (1792)" + ], + "idBarcode": [ + "33433081743787" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1791)", + "urn:barcode:33433081743902" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1791)" + ], + "uri": "i17145885", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743902" + } + ], + "enumerationChronology": [ + "no. 12 (1791)" + ], + "idBarcode": [ + "33433081743902" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1790)", + "urn:barcode:33433081744025" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1790)" + ], + "uri": "i17145873", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744025" + } + ], + "enumerationChronology": [ + "no. 12 (1790)" + ], + "idBarcode": [ + "33433081744025" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1789)", + "urn:barcode:33433081744140" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1789)" + ], + "uri": "i17145861", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744140" + } + ], + "enumerationChronology": [ + "no. 12 (1789)" + ], + "idBarcode": [ + "33433081744140" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1788)", + "urn:barcode:33433081746012" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1788)" + ], + "uri": "i17145849", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746012" + } + ], + "enumerationChronology": [ + "no. 12 (1788)" + ], + "idBarcode": [ + "33433081746012" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1787)", + "urn:barcode:33433081746137" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1787)" + ], + "uri": "i17145837", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081746137" + } + ], + "enumerationChronology": [ + "no. 12 (1787)" + ], + "idBarcode": [ + "33433081746137" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1786)", + "urn:barcode:33433081746194" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1786)" + ], + "uri": "i17145831", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081746194" + } + ], + "enumerationChronology": [ + "no. 12 (1786)" + ], + "idBarcode": [ + "33433081746194" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1785)", + "urn:barcode:33433081745956" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1785)" + ], + "uri": "i17145805", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745956" + } + ], + "enumerationChronology": [ + "no. 12 (1785)" + ], + "idBarcode": [ + "33433081745956" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1784)", + "urn:barcode:33433081745998" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1784)" + ], + "uri": "i17145801", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745998" + } + ], + "enumerationChronology": [ + "no. 12 (1784)" + ], + "idBarcode": [ + "33433081745998" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1783)", + "urn:barcode:33433081745618" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1783)" + ], + "uri": "i17145789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745618" + } + ], + "enumerationChronology": [ + "no. 12 (1783)" + ], + "idBarcode": [ + "33433081745618" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1782)", + "urn:barcode:33433081745733" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1782)" + ], + "uri": "i17145777", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745733" + } + ], + "enumerationChronology": [ + "no. 12 (1782)" + ], + "idBarcode": [ + "33433081745733" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1781)", + "urn:barcode:33433081745113" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1781)" + ], + "uri": "i17145764", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745113" + } + ], + "enumerationChronology": [ + "no. 12 (1781)" + ], + "idBarcode": [ + "33433081745113" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1780)", + "urn:barcode:33433081745212" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1780)" + ], + "uri": "i17145754", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745212" + } + ], + "enumerationChronology": [ + "no. 12 (1780)" + ], + "idBarcode": [ + "33433081745212" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1779)", + "urn:barcode:33433081745352" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1779)" + ], + "uri": "i17145740", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745352" + } + ], + "enumerationChronology": [ + "no. 12 (1779)" + ], + "idBarcode": [ + "33433081745352" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1778)", + "urn:barcode:33433081745485" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1778)" + ], + "uri": "i17145727", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081745485" + } + ], + "enumerationChronology": [ + "no. 12 (1778)" + ], + "idBarcode": [ + "33433081745485" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1777)", + "urn:barcode:33433081747358" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1777)" + ], + "uri": "i17145715", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747358" + } + ], + "enumerationChronology": [ + "no. 12 (1777)" + ], + "idBarcode": [ + "33433081747358" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1776)", + "urn:barcode:33433081747010" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1776)" + ], + "uri": "i17145703", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747010" + } + ], + "enumerationChronology": [ + "no. 12 (1776)" + ], + "idBarcode": [ + "33433081747010" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 12 (1775)", + "urn:barcode:33433081747507" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000012 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 12-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1775)" + ], + "uri": "i17145690", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 12 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747507" + } + ], + "enumerationChronology": [ + "no. 12 (1775)" + ], + "idBarcode": [ + "33433081747507" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 12, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1814)", + "urn:barcode:33433081743209" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1814)", + "dateRange": [ + { + "gte": "1814", + "lte": "1814" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1814" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1814)" + ], + "uri": "i17146030", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1814)" + }, + { + "type": "bf:Barcode", + "value": "33433081743209" + } + ], + "enumerationChronology": [ + "no. 11-12 (1814)" + ], + "idBarcode": [ + "33433081743209" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1813)", + "urn:barcode:33433081743514" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1813)", + "dateRange": [ + { + "gte": "1813", + "lte": "1813" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1813" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1813)" + ], + "uri": "i17146024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1813)" + }, + { + "type": "bf:Barcode", + "value": "33433081743514" + } + ], + "enumerationChronology": [ + "no. 11-12 (1813)" + ], + "idBarcode": [ + "33433081743514" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1812)", + "urn:barcode:33433081743571" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1812)", + "dateRange": [ + { + "gte": "1812", + "lte": "1812" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1812" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1812)" + ], + "uri": "i17146018", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1812)" + }, + { + "type": "bf:Barcode", + "value": "33433081743571" + } + ], + "enumerationChronology": [ + "no. 11-12 (1812)" + ], + "idBarcode": [ + "33433081743571" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1811)", + "urn:barcode:33433081743639" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1811)", + "dateRange": [ + { + "gte": "1811", + "lte": "1811" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1811" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1811)" + ], + "uri": "i17146012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1811)" + }, + { + "type": "bf:Barcode", + "value": "33433081743639" + } + ], + "enumerationChronology": [ + "no. 11-12 (1811)" + ], + "idBarcode": [ + "33433081743639" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1810)", + "urn:barcode:33433081743696" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1810)", + "dateRange": [ + { + "gte": "1810", + "lte": "1810" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1810" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1810)" + ], + "uri": "i17146006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1810)" + }, + { + "type": "bf:Barcode", + "value": "33433081743696" + } + ], + "enumerationChronology": [ + "no. 11-12 (1810)" + ], + "idBarcode": [ + "33433081743696" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1809)", + "urn:barcode:33433081743266" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1809)", + "dateRange": [ + { + "gte": "1809", + "lte": "1809" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1809" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1809)" + ], + "uri": "i17145999", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1809)" + }, + { + "type": "bf:Barcode", + "value": "33433081743266" + } + ], + "enumerationChronology": [ + "no. 11-12 (1809)" + ], + "idBarcode": [ + "33433081743266" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1808)", + "urn:barcode:33433081743324" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1808)", + "dateRange": [ + { + "gte": "1808", + "lte": "1808" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1808" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1808)" + ], + "uri": "i17145993", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1808)" + }, + { + "type": "bf:Barcode", + "value": "33433081743324" + } + ], + "enumerationChronology": [ + "no. 11-12 (1808)" + ], + "idBarcode": [ + "33433081743324" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1807)", + "urn:barcode:33433081743373" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1807)", + "dateRange": [ + { + "gte": "1807", + "lte": "1807" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1807" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1807)" + ], + "uri": "i17145988", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1807)" + }, + { + "type": "bf:Barcode", + "value": "33433081743373" + } + ], + "enumerationChronology": [ + "no. 11-12 (1807)" + ], + "idBarcode": [ + "33433081743373" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1806)", + "urn:barcode:33433081743423" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1806)", + "dateRange": [ + { + "gte": "1806", + "lte": "1806" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1806" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1806)" + ], + "uri": "i17145982", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1806)" + }, + { + "type": "bf:Barcode", + "value": "33433081743423" + } + ], + "enumerationChronology": [ + "no. 11-12 (1806)" + ], + "idBarcode": [ + "33433081743423" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1805)", + "urn:barcode:33433081743480" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1805)", + "dateRange": [ + { + "gte": "1805", + "lte": "1805" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1805" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1805)" + ], + "uri": "i17145976", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1805)" + }, + { + "type": "bf:Barcode", + "value": "33433081743480" + } + ], + "enumerationChronology": [ + "no. 11-12 (1805)" + ], + "idBarcode": [ + "33433081743480" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1804)", + "urn:barcode:33433081744819" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1804)", + "dateRange": [ + { + "gte": "1804", + "lte": "1804" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1804" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1804)" + ], + "uri": "i17145969", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1804)" + }, + { + "type": "bf:Barcode", + "value": "33433081744819" + } + ], + "enumerationChronology": [ + "no. 11-12 (1804)" + ], + "idBarcode": [ + "33433081744819" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1803)", + "urn:barcode:33433081744876" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1803)", + "dateRange": [ + { + "gte": "1803", + "lte": "1803" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1803" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1803)" + ], + "uri": "i17145963", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1803)" + }, + { + "type": "bf:Barcode", + "value": "33433081744876" + } + ], + "enumerationChronology": [ + "no. 11-12 (1803)" + ], + "idBarcode": [ + "33433081744876" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1802)", + "urn:barcode:33433081744900" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1802)", + "dateRange": [ + { + "gte": "1802", + "lte": "1802" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1802" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1802)" + ], + "uri": "i17145960", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1802)" + }, + { + "type": "bf:Barcode", + "value": "33433081744900" + } + ], + "enumerationChronology": [ + "no. 11-12 (1802)" + ], + "idBarcode": [ + "33433081744900" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1801)", + "urn:barcode:33433081744967" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1801)", + "dateRange": [ + { + "gte": "1801", + "lte": "1801" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 11-1801" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1801)" + ], + "uri": "i17145954", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1801)" + }, + { + "type": "bf:Barcode", + "value": "33433081744967" + } + ], + "enumerationChronology": [ + "no. 11-12 (1801)" + ], + "idBarcode": [ + "33433081744967" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1800)", + "urn:barcode:33433081744520" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1800)", + "dateRange": [ + { + "gte": "1800", + "lte": "1800" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1800" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1800)" + ], + "uri": "i17145948", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1800)" + }, + { + "type": "bf:Barcode", + "value": "33433081744520" + } + ], + "enumerationChronology": [ + "no. 11-12 (1800)" + ], + "idBarcode": [ + "33433081744520" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1799)", + "urn:barcode:33433081744587" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1799)", + "dateRange": [ + { + "gte": "1799", + "lte": "1799" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1799" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1799)" + ], + "uri": "i17145942", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1799)" + }, + { + "type": "bf:Barcode", + "value": "33433081744587" + } + ], + "enumerationChronology": [ + "no. 11-12 (1799)" + ], + "idBarcode": [ + "33433081744587" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1798)", + "urn:barcode:33433081744645" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011-12 (1798)", + "dateRange": [ + { + "gte": "1798", + "lte": "1798" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1798" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1798)" + ], + "uri": "i17145936", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11-12 (1798)" + }, + { + "type": "bf:Barcode", + "value": "33433081744645" + } + ], + "enumerationChronology": [ + "no. 11-12 (1798)" + ], + "idBarcode": [ + "33433081744645" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1794)", + "urn:barcode:33433081744306" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1794)" + ], + "uri": "i17145920", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744306" + } + ], + "enumerationChronology": [ + "no. 11 (1794)" + ], + "idBarcode": [ + "33433081744306" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1793)", + "urn:barcode:33433081744421" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1793)" + ], + "uri": "i17145908", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744421" + } + ], + "enumerationChronology": [ + "no. 11 (1793)" + ], + "idBarcode": [ + "33433081744421" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1792)", + "urn:barcode:33433081743795" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1792)" + ], + "uri": "i17145896", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743795" + } + ], + "enumerationChronology": [ + "no. 11 (1792)" + ], + "idBarcode": [ + "33433081743795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1791)", + "urn:barcode:33433081743910" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1791)" + ], + "uri": "i17145884", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743910" + } + ], + "enumerationChronology": [ + "no. 11 (1791)" + ], + "idBarcode": [ + "33433081743910" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1790)", + "urn:barcode:33433081744033" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1790)" + ], + "uri": "i17145872", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744033" + } + ], + "enumerationChronology": [ + "no. 11 (1790)" + ], + "idBarcode": [ + "33433081744033" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1789)", + "urn:barcode:33433081744157" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1789)" + ], + "uri": "i17145860", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744157" + } + ], + "enumerationChronology": [ + "no. 11 (1789)" + ], + "idBarcode": [ + "33433081744157" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1788)", + "urn:barcode:33433081746020" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1788)" + ], + "uri": "i17145848", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746020" + } + ], + "enumerationChronology": [ + "no. 11 (1788)" + ], + "idBarcode": [ + "33433081746020" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1787)", + "urn:barcode:33433081746145" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1787)" + ], + "uri": "i17145836", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081746145" + } + ], + "enumerationChronology": [ + "no. 11 (1787)" + ], + "idBarcode": [ + "33433081746145" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1786)", + "urn:barcode:33433081746202" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1786)" + ], + "uri": "i17145830", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081746202" + } + ], + "enumerationChronology": [ + "no. 11 (1786)" + ], + "idBarcode": [ + "33433081746202" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1785)", + "urn:barcode:33433081745964" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1785)" + ], + "uri": "i17145804", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745964" + } + ], + "enumerationChronology": [ + "no. 11 (1785)" + ], + "idBarcode": [ + "33433081745964" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1784)", + "urn:barcode:33433081746004" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1784)" + ], + "uri": "i17145800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081746004" + } + ], + "enumerationChronology": [ + "no. 11 (1784)" + ], + "idBarcode": [ + "33433081746004" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1783)", + "urn:barcode:33433081745626" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1783)" + ], + "uri": "i17145788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745626" + } + ], + "enumerationChronology": [ + "no. 11 (1783)" + ], + "idBarcode": [ + "33433081745626" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1782)", + "urn:barcode:33433081745741" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1782)" + ], + "uri": "i17145776", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745741" + } + ], + "enumerationChronology": [ + "no. 11 (1782)" + ], + "idBarcode": [ + "33433081745741" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1781)", + "urn:barcode:33433081745121" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1781)" + ], + "uri": "i17145763", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745121" + } + ], + "enumerationChronology": [ + "no. 11 (1781)" + ], + "idBarcode": [ + "33433081745121" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1780)", + "urn:barcode:33433081745246" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1780)" + ], + "uri": "i17145751", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745246" + } + ], + "enumerationChronology": [ + "no. 11 (1780)" + ], + "idBarcode": [ + "33433081745246" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1779)", + "urn:barcode:33433081745360" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1779)" + ], + "uri": "i17145739", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745360" + } + ], + "enumerationChronology": [ + "no. 11 (1779)" + ], + "idBarcode": [ + "33433081745360" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1778)", + "urn:barcode:33433081745493" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1778)" + ], + "uri": "i17145726", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081745493" + } + ], + "enumerationChronology": [ + "no. 11 (1778)" + ], + "idBarcode": [ + "33433081745493" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1777)", + "urn:barcode:33433081747366" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1777)" + ], + "uri": "i17145714", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747366" + } + ], + "enumerationChronology": [ + "no. 11 (1777)" + ], + "idBarcode": [ + "33433081747366" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1776)", + "urn:barcode:33433081747028" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1776)" + ], + "uri": "i17145702", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747028" + } + ], + "enumerationChronology": [ + "no. 11 (1776)" + ], + "idBarcode": [ + "33433081747028" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 11 (1776)", + "urn:barcode:33433081747119" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000011 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 11-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1776)" + ], + "uri": "i17145689", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 11 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747119" + } + ], + "enumerationChronology": [ + "no. 11 (1776)" + ], + "idBarcode": [ + "33433081747119" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1774)", + "urn:barcode:33433081747226" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010-12 (1774)", + "dateRange": [ + { + "gte": "1774", + "lte": "1774" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1774" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1774)" + ], + "uri": "i17145678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1774)" + }, + { + "type": "bf:Barcode", + "value": "33433081747226" + } + ], + "enumerationChronology": [ + "no. 10-12 (1774)" + ], + "idBarcode": [ + "33433081747226" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1773)", + "urn:barcode:33433081746764" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010-12 (1773)", + "dateRange": [ + { + "gte": "1773", + "lte": "1773" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1773" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1773)" + ], + "uri": "i17145674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1773)" + }, + { + "type": "bf:Barcode", + "value": "33433081746764" + } + ], + "enumerationChronology": [ + "no. 10-12 (1773)" + ], + "idBarcode": [ + "33433081746764" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1772)", + "urn:barcode:33433081746806" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010-12 (1772)", + "dateRange": [ + { + "gte": "1772", + "lte": "1772" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1772" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1772)" + ], + "uri": "i17145670", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10-12 (1772)" + }, + { + "type": "bf:Barcode", + "value": "33433081746806" + } + ], + "enumerationChronology": [ + "no. 10-12 (1772)" + ], + "idBarcode": [ + "33433081746806" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10-11 (1817)", + "urn:barcode:33433081743167" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010-11 (1817)", + "dateRange": [ + { + "gte": "1817", + "lte": "1817" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1817" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10-11 (1817)" + ], + "uri": "i17146034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10-11 (1817)" + }, + { + "type": "bf:Barcode", + "value": "33433081743167" + } + ], + "enumerationChronology": [ + "no. 10-11 (1817)" + ], + "idBarcode": [ + "33433081743167" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 11 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1794)", + "urn:barcode:33433081744314" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1794)" + ], + "uri": "i17145919", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744314" + } + ], + "enumerationChronology": [ + "no. 10 (1794)" + ], + "idBarcode": [ + "33433081744314" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1793)", + "urn:barcode:33433081744439" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1793)" + ], + "uri": "i17145907", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744439" + } + ], + "enumerationChronology": [ + "no. 10 (1793)" + ], + "idBarcode": [ + "33433081744439" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1792)", + "urn:barcode:33433081743803" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1792)" + ], + "uri": "i17145895", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743803" + } + ], + "enumerationChronology": [ + "no. 10 (1792)" + ], + "idBarcode": [ + "33433081743803" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1791)", + "urn:barcode:33433081743928" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1791)" + ], + "uri": "i17145883", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743928" + } + ], + "enumerationChronology": [ + "no. 10 (1791)" + ], + "idBarcode": [ + "33433081743928" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1790)", + "urn:barcode:33433081744041" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1790)" + ], + "uri": "i17145871", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744041" + } + ], + "enumerationChronology": [ + "no. 10 (1790)" + ], + "idBarcode": [ + "33433081744041" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1789)", + "urn:barcode:33433081744165" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1789)" + ], + "uri": "i17145859", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744165" + } + ], + "enumerationChronology": [ + "no. 10 (1789)" + ], + "idBarcode": [ + "33433081744165" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1788)", + "urn:barcode:33433081746038" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1788)" + ], + "uri": "i17145847", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746038" + } + ], + "enumerationChronology": [ + "no. 10 (1788)" + ], + "idBarcode": [ + "33433081746038" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1787)", + "urn:barcode:33433081746152" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1787)" + ], + "uri": "i17145835", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081746152" + } + ], + "enumerationChronology": [ + "no. 10 (1787)" + ], + "idBarcode": [ + "33433081746152" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1786)", + "urn:barcode:33433081746210" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1786)" + ], + "uri": "i17145829", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081746210" + } + ], + "enumerationChronology": [ + "no. 10 (1786)" + ], + "idBarcode": [ + "33433081746210" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1785)", + "urn:barcode:33433081745972" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1785)" + ], + "uri": "i17145803", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745972" + } + ], + "enumerationChronology": [ + "no. 10 (1785)" + ], + "idBarcode": [ + "33433081745972" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1784)", + "urn:barcode:33433081745519" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1784)" + ], + "uri": "i17145799", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745519" + } + ], + "enumerationChronology": [ + "no. 10 (1784)" + ], + "idBarcode": [ + "33433081745519" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1783)", + "urn:barcode:33433081745634" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1783)" + ], + "uri": "i17145787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745634" + } + ], + "enumerationChronology": [ + "no. 10 (1783)" + ], + "idBarcode": [ + "33433081745634" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1782)", + "urn:barcode:33433081745758" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1782)" + ], + "uri": "i17145775", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745758" + } + ], + "enumerationChronology": [ + "no. 10 (1782)" + ], + "idBarcode": [ + "33433081745758" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1781)", + "urn:barcode:33433081745139" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1781)" + ], + "uri": "i17145762", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745139" + } + ], + "enumerationChronology": [ + "no. 10 (1781)" + ], + "idBarcode": [ + "33433081745139" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1780)", + "urn:barcode:33433081745253" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1780)" + ], + "uri": "i17145750", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745253" + } + ], + "enumerationChronology": [ + "no. 10 (1780)" + ], + "idBarcode": [ + "33433081745253" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1779)", + "urn:barcode:33433081745378" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1779)" + ], + "uri": "i17145738", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745378" + } + ], + "enumerationChronology": [ + "no. 10 (1779)" + ], + "idBarcode": [ + "33433081745378" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1778)", + "urn:barcode:33433081745501" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1778)" + ], + "uri": "i17145725", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081745501" + } + ], + "enumerationChronology": [ + "no. 10 (1778)" + ], + "idBarcode": [ + "33433081745501" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1777)", + "urn:barcode:33433081747374" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1777)" + ], + "uri": "i17145713", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747374" + } + ], + "enumerationChronology": [ + "no. 10 (1777)" + ], + "idBarcode": [ + "33433081747374" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1776)", + "urn:barcode:33433081747036" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1776)" + ], + "uri": "i17145701", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747036" + } + ], + "enumerationChronology": [ + "no. 10 (1776)" + ], + "idBarcode": [ + "33433081747036" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 10 (1775)", + "urn:barcode:33433081747127" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000010 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 10-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1775)" + ], + "uri": "i17145688", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 10 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747127" + } + ], + "enumerationChronology": [ + "no. 10 (1775)" + ], + "idBarcode": [ + "33433081747127" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 10, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1797)", + "urn:barcode:33433081744702" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-12 (1797)", + "dateRange": [ + { + "gte": "1797", + "lte": "1797" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1797" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1797)" + ], + "uri": "i17145930", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1797)" + }, + { + "type": "bf:Barcode", + "value": "33433081744702" + } + ], + "enumerationChronology": [ + "no. 9-12 (1797)" + ], + "idBarcode": [ + "33433081744702" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1796)", + "urn:barcode:33433081744736" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-12 (1796)", + "dateRange": [ + { + "gte": "1796", + "lte": "1796" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1796" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1796)" + ], + "uri": "i17145927", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1796)" + }, + { + "type": "bf:Barcode", + "value": "33433081744736" + } + ], + "enumerationChronology": [ + "no. 9-12 (1796)" + ], + "idBarcode": [ + "33433081744736" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1795)", + "urn:barcode:33433081744264" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-12 (1795)", + "dateRange": [ + { + "gte": "1795", + "lte": "1795" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1795" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1795)" + ], + "uri": "i17145924", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-12 (1795)" + }, + { + "type": "bf:Barcode", + "value": "33433081744264" + } + ], + "enumerationChronology": [ + "no. 9-12 (1795)" + ], + "idBarcode": [ + "33433081744264" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 12 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1814)", + "urn:barcode:33433081743217" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1814)", + "dateRange": [ + { + "gte": "1814", + "lte": "1814" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1814" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1814)" + ], + "uri": "i17146029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1814)" + }, + { + "type": "bf:Barcode", + "value": "33433081743217" + } + ], + "enumerationChronology": [ + "no. 9-10 (1814)" + ], + "idBarcode": [ + "33433081743217" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1813)", + "urn:barcode:33433081743522" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1813)", + "dateRange": [ + { + "gte": "1813", + "lte": "1813" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1813" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1813)" + ], + "uri": "i17146023", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1813)" + }, + { + "type": "bf:Barcode", + "value": "33433081743522" + } + ], + "enumerationChronology": [ + "no. 9-10 (1813)" + ], + "idBarcode": [ + "33433081743522" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1812)", + "urn:barcode:33433081743589" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1812)", + "dateRange": [ + { + "gte": "1812", + "lte": "1812" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1812" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1812)" + ], + "uri": "i17146017", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1812)" + }, + { + "type": "bf:Barcode", + "value": "33433081743589" + } + ], + "enumerationChronology": [ + "no. 9-10 (1812)" + ], + "idBarcode": [ + "33433081743589" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1811)", + "urn:barcode:33433081743647" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1811)", + "dateRange": [ + { + "gte": "1811", + "lte": "1811" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1811" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1811)" + ], + "uri": "i17146011", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1811)" + }, + { + "type": "bf:Barcode", + "value": "33433081743647" + } + ], + "enumerationChronology": [ + "no. 9-10 (1811)" + ], + "idBarcode": [ + "33433081743647" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1810)", + "urn:barcode:33433081743704" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1810)", + "dateRange": [ + { + "gte": "1810", + "lte": "1810" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1810" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1810)" + ], + "uri": "i17146005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1810)" + }, + { + "type": "bf:Barcode", + "value": "33433081743704" + } + ], + "enumerationChronology": [ + "no. 9-10 (1810)" + ], + "idBarcode": [ + "33433081743704" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1809)", + "urn:barcode:33433081743274" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1809)", + "dateRange": [ + { + "gte": "1809", + "lte": "1809" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1809" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1809)" + ], + "uri": "i17145998", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1809)" + }, + { + "type": "bf:Barcode", + "value": "33433081743274" + } + ], + "enumerationChronology": [ + "no. 9-10 (1809)" + ], + "idBarcode": [ + "33433081743274" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1808)", + "urn:barcode:33433081743332" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1808)", + "dateRange": [ + { + "gte": "1808", + "lte": "1808" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1808" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1808)" + ], + "uri": "i17145992", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1808)" + }, + { + "type": "bf:Barcode", + "value": "33433081743332" + } + ], + "enumerationChronology": [ + "no. 9-10 (1808)" + ], + "idBarcode": [ + "33433081743332" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1807)", + "urn:barcode:33433081743381" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1807)", + "dateRange": [ + { + "gte": "1807", + "lte": "1807" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1807" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1807)" + ], + "uri": "i17145987", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1807)" + }, + { + "type": "bf:Barcode", + "value": "33433081743381" + } + ], + "enumerationChronology": [ + "no. 9-10 (1807)" + ], + "idBarcode": [ + "33433081743381" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1806)", + "urn:barcode:33433081743431" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1806)", + "dateRange": [ + { + "gte": "1806", + "lte": "1806" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1806" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1806)" + ], + "uri": "i17145981", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1806)" + }, + { + "type": "bf:Barcode", + "value": "33433081743431" + } + ], + "enumerationChronology": [ + "no. 9-10 (1806)" + ], + "idBarcode": [ + "33433081743431" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1805)", + "urn:barcode:33433081743498" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1805)", + "dateRange": [ + { + "gte": "1805", + "lte": "1805" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1805" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1805)" + ], + "uri": "i17145975", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1805)" + }, + { + "type": "bf:Barcode", + "value": "33433081743498" + } + ], + "enumerationChronology": [ + "no. 9-10 (1805)" + ], + "idBarcode": [ + "33433081743498" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1804)", + "urn:barcode:33433081744827" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1804)", + "dateRange": [ + { + "gte": "1804", + "lte": "1804" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1804" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1804)" + ], + "uri": "i17145968", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1804)" + }, + { + "type": "bf:Barcode", + "value": "33433081744827" + } + ], + "enumerationChronology": [ + "no. 9-10 (1804)" + ], + "idBarcode": [ + "33433081744827" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1803)", + "urn:barcode:33433081744884" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1803)", + "dateRange": [ + { + "gte": "1803", + "lte": "1803" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1803" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1803)" + ], + "uri": "i17145962", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1803)" + }, + { + "type": "bf:Barcode", + "value": "33433081744884" + } + ], + "enumerationChronology": [ + "no. 9-10 (1803)" + ], + "idBarcode": [ + "33433081744884" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1802)", + "urn:barcode:33433081744918" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1802)", + "dateRange": [ + { + "gte": "1802", + "lte": "1802" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1802" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1802)" + ], + "uri": "i17145959", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1802)" + }, + { + "type": "bf:Barcode", + "value": "33433081744918" + } + ], + "enumerationChronology": [ + "no. 9-10 (1802)" + ], + "idBarcode": [ + "33433081744918" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1801)", + "urn:barcode:33433081744975" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1801)", + "dateRange": [ + { + "gte": "1801", + "lte": "1801" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 9-1801" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1801)" + ], + "uri": "i17145953", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1801)" + }, + { + "type": "bf:Barcode", + "value": "33433081744975" + } + ], + "enumerationChronology": [ + "no. 9-10 (1801)" + ], + "idBarcode": [ + "33433081744975" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1800)", + "urn:barcode:33433081744538" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1800)", + "dateRange": [ + { + "gte": "1800", + "lte": "1800" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1800" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1800)" + ], + "uri": "i17145947", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1800)" + }, + { + "type": "bf:Barcode", + "value": "33433081744538" + } + ], + "enumerationChronology": [ + "no. 9-10 (1800)" + ], + "idBarcode": [ + "33433081744538" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1799)", + "urn:barcode:33433081744595" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1799)", + "dateRange": [ + { + "gte": "1799", + "lte": "1799" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1799" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1799)" + ], + "uri": "i17145941", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1799)" + }, + { + "type": "bf:Barcode", + "value": "33433081744595" + } + ], + "enumerationChronology": [ + "no. 9-10 (1799)" + ], + "idBarcode": [ + "33433081744595" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1798)", + "urn:barcode:33433081744652" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009-10 (1798)", + "dateRange": [ + { + "gte": "1798", + "lte": "1798" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1798" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1798)" + ], + "uri": "i17145935", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9-10 (1798)" + }, + { + "type": "bf:Barcode", + "value": "33433081744652" + } + ], + "enumerationChronology": [ + "no. 9-10 (1798)" + ], + "idBarcode": [ + "33433081744652" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 10 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1794)", + "urn:barcode:33433081744322" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1794)" + ], + "uri": "i17145918", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744322" + } + ], + "enumerationChronology": [ + "no. 9 (1794)" + ], + "idBarcode": [ + "33433081744322" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1793)", + "urn:barcode:33433081744447" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1793)" + ], + "uri": "i17145906", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744447" + } + ], + "enumerationChronology": [ + "no. 9 (1793)" + ], + "idBarcode": [ + "33433081744447" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1792)", + "urn:barcode:33433081743811" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1792)" + ], + "uri": "i17145894", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743811" + } + ], + "enumerationChronology": [ + "no. 9 (1792)" + ], + "idBarcode": [ + "33433081743811" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1791)", + "urn:barcode:33433081743936" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1791)" + ], + "uri": "i17145882", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743936" + } + ], + "enumerationChronology": [ + "no. 9 (1791)" + ], + "idBarcode": [ + "33433081743936" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1790)", + "urn:barcode:33433081744058" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1790)" + ], + "uri": "i17145870", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744058" + } + ], + "enumerationChronology": [ + "no. 9 (1790)" + ], + "idBarcode": [ + "33433081744058" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1789)", + "urn:barcode:33433081744173" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1789)" + ], + "uri": "i17145858", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744173" + } + ], + "enumerationChronology": [ + "no. 9 (1789)" + ], + "idBarcode": [ + "33433081744173" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1788)", + "urn:barcode:33433081746046" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1788)" + ], + "uri": "i17145846", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746046" + } + ], + "enumerationChronology": [ + "no. 9 (1788)" + ], + "idBarcode": [ + "33433081746046" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1787)", + "urn:barcode:33433081746160" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1787)" + ], + "uri": "i17145834", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081746160" + } + ], + "enumerationChronology": [ + "no. 9 (1787)" + ], + "idBarcode": [ + "33433081746160" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1786)", + "urn:barcode:33433081746228" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1786)" + ], + "uri": "i17145828", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081746228" + } + ], + "enumerationChronology": [ + "no. 9 (1786)" + ], + "idBarcode": [ + "33433081746228" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1785)", + "urn:barcode:33433081745816" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1785)" + ], + "uri": "i17145819", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745816" + } + ], + "enumerationChronology": [ + "no. 9 (1785)" + ], + "idBarcode": [ + "33433081745816" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1784)", + "urn:barcode:33433081745527" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1784)" + ], + "uri": "i17145798", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745527" + } + ], + "enumerationChronology": [ + "no. 9 (1784)" + ], + "idBarcode": [ + "33433081745527" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1783)", + "urn:barcode:33433081745642" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1783)" + ], + "uri": "i17145786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745642" + } + ], + "enumerationChronology": [ + "no. 9 (1783)" + ], + "idBarcode": [ + "33433081745642" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1782)", + "urn:barcode:33433081745014" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1782)" + ], + "uri": "i17145774", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745014" + } + ], + "enumerationChronology": [ + "no. 9 (1782)" + ], + "idBarcode": [ + "33433081745014" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1781)", + "urn:barcode:33433081745147" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1781)" + ], + "uri": "i17145761", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745147" + } + ], + "enumerationChronology": [ + "no. 9 (1781)" + ], + "idBarcode": [ + "33433081745147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1780)", + "urn:barcode:33433081745261" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1780)" + ], + "uri": "i17145749", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745261" + } + ], + "enumerationChronology": [ + "no. 9 (1780)" + ], + "idBarcode": [ + "33433081745261" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1779)", + "urn:barcode:33433081745386" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1779)" + ], + "uri": "i17145737", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745386" + } + ], + "enumerationChronology": [ + "no. 9 (1779)" + ], + "idBarcode": [ + "33433081745386" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1778)", + "urn:barcode:33433081747267" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1778)" + ], + "uri": "i17145724", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747267" + } + ], + "enumerationChronology": [ + "no. 9 (1778)" + ], + "idBarcode": [ + "33433081747267" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1777)", + "urn:barcode:33433081747382" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1777)" + ], + "uri": "i17145712", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747382" + } + ], + "enumerationChronology": [ + "no. 9 (1777)" + ], + "idBarcode": [ + "33433081747382" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1776)", + "urn:barcode:33433081747044" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1776)" + ], + "uri": "i17145700", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747044" + } + ], + "enumerationChronology": [ + "no. 9 (1776)" + ], + "idBarcode": [ + "33433081747044" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 9 (1775)", + "urn:barcode:33433081747135" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000009 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 9-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1775)" + ], + "uri": "i17145687", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 9 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747135" + } + ], + "enumerationChronology": [ + "no. 9 (1775)" + ], + "idBarcode": [ + "33433081747135" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 9, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8-9 (1817)", + "urn:barcode:33433081743175" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008-9 (1817)", + "dateRange": [ + { + "gte": "1817", + "lte": "1817" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1817" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8-9 (1817)" + ], + "uri": "i17146033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8-9 (1817)" + }, + { + "type": "bf:Barcode", + "value": "33433081743175" + } + ], + "enumerationChronology": [ + "no. 8-9 (1817)" + ], + "idBarcode": [ + "33433081743175" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1794)", + "urn:barcode:33433081744330" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1794)" + ], + "uri": "i17145917", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744330" + } + ], + "enumerationChronology": [ + "no. 8 (1794)" + ], + "idBarcode": [ + "33433081744330" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1793)", + "urn:barcode:33433081744454" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1793)" + ], + "uri": "i17145905", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744454" + } + ], + "enumerationChronology": [ + "no. 8 (1793)" + ], + "idBarcode": [ + "33433081744454" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1792)", + "urn:barcode:33433081743829" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1792)" + ], + "uri": "i17145893", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743829" + } + ], + "enumerationChronology": [ + "no. 8 (1792)" + ], + "idBarcode": [ + "33433081743829" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1791)", + "urn:barcode:33433081743944" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1791)" + ], + "uri": "i17145881", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743944" + } + ], + "enumerationChronology": [ + "no. 8 (1791)" + ], + "idBarcode": [ + "33433081743944" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1790)", + "urn:barcode:33433081744066" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1790)" + ], + "uri": "i17145869", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744066" + } + ], + "enumerationChronology": [ + "no. 8 (1790)" + ], + "idBarcode": [ + "33433081744066" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1789)", + "urn:barcode:33433081744181" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1789)" + ], + "uri": "i17145857", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744181" + } + ], + "enumerationChronology": [ + "no. 8 (1789)" + ], + "idBarcode": [ + "33433081744181" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1788)", + "urn:barcode:33433081746053" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1788)" + ], + "uri": "i17145845", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746053" + } + ], + "enumerationChronology": [ + "no. 8 (1788)" + ], + "idBarcode": [ + "33433081746053" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1787)", + "urn:barcode:33433081746178" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1787)" + ], + "uri": "i17145833", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081746178" + } + ], + "enumerationChronology": [ + "no. 8 (1787)" + ], + "idBarcode": [ + "33433081746178" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1786)", + "urn:barcode:33433081745873" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1786)" + ], + "uri": "i17145813", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745873" + } + ], + "enumerationChronology": [ + "no. 8 (1786)" + ], + "idBarcode": [ + "33433081745873" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1785)", + "urn:barcode:33433081745808" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1785)" + ], + "uri": "i17145820", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745808" + } + ], + "enumerationChronology": [ + "no. 8 (1785)" + ], + "idBarcode": [ + "33433081745808" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1784)", + "urn:barcode:33433081745535" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1784)" + ], + "uri": "i17145797", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745535" + } + ], + "enumerationChronology": [ + "no. 8 (1784)" + ], + "idBarcode": [ + "33433081745535" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1783)", + "urn:barcode:33433081745659" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1783)" + ], + "uri": "i17145785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745659" + } + ], + "enumerationChronology": [ + "no. 8 (1783)" + ], + "idBarcode": [ + "33433081745659" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1782)", + "urn:barcode:33433081745022" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1782)" + ], + "uri": "i17145773", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745022" + } + ], + "enumerationChronology": [ + "no. 8 (1782)" + ], + "idBarcode": [ + "33433081745022" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1781)", + "urn:barcode:33433081745154" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1781)" + ], + "uri": "i17145760", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745154" + } + ], + "enumerationChronology": [ + "no. 8 (1781)" + ], + "idBarcode": [ + "33433081745154" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1780)", + "urn:barcode:33433081745279" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1780)" + ], + "uri": "i17145748", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745279" + } + ], + "enumerationChronology": [ + "no. 8 (1780)" + ], + "idBarcode": [ + "33433081745279" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1779)", + "urn:barcode:33433081745394" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1779)" + ], + "uri": "i17145736", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745394" + } + ], + "enumerationChronology": [ + "no. 8 (1779)" + ], + "idBarcode": [ + "33433081745394" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1778)", + "urn:barcode:33433081747275" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1778)" + ], + "uri": "i17145723", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747275" + } + ], + "enumerationChronology": [ + "no. 8 (1778)" + ], + "idBarcode": [ + "33433081747275" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1777)", + "urn:barcode:33433081747390" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1777)" + ], + "uri": "i17145711", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747390" + } + ], + "enumerationChronology": [ + "no. 8 (1777)" + ], + "idBarcode": [ + "33433081747390" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1776)", + "urn:barcode:33433081747069" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1776)" + ], + "uri": "i17145698", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747069" + } + ], + "enumerationChronology": [ + "no. 8 (1776)" + ], + "idBarcode": [ + "33433081747069" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 8 (1775)", + "urn:barcode:33433081747143" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000008 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 8-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1775)" + ], + "uri": "i17145686", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 8 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747143" + } + ], + "enumerationChronology": [ + "no. 8 (1775)" + ], + "idBarcode": [ + "33433081747143" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1774)", + "urn:barcode:33433081747234" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-9 (1774)", + "dateRange": [ + { + "gte": "1774", + "lte": "1774" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1774" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1774)" + ], + "uri": "i17145677", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1774)" + }, + { + "type": "bf:Barcode", + "value": "33433081747234" + } + ], + "enumerationChronology": [ + "no. 7-9 (1774)" + ], + "idBarcode": [ + "33433081747234" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1773)", + "urn:barcode:33433081746772" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-9 (1773)", + "dateRange": [ + { + "gte": "1773", + "lte": "1773" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1773" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1773)" + ], + "uri": "i17145673", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1773)" + }, + { + "type": "bf:Barcode", + "value": "33433081746772" + } + ], + "enumerationChronology": [ + "no. 7-9 (1773)" + ], + "idBarcode": [ + "33433081746772" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1772)", + "urn:barcode:33433081746814" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-9 (1772)", + "dateRange": [ + { + "gte": "1772", + "lte": "1772" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1772" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1772)" + ], + "uri": "i17145669", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-9 (1772)" + }, + { + "type": "bf:Barcode", + "value": "33433081746814" + } + ], + "enumerationChronology": [ + "no. 7-9 (1772)" + ], + "idBarcode": [ + "33433081746814" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 9 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1814)", + "urn:barcode:33433081743225" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1814)", + "dateRange": [ + { + "gte": "1814", + "lte": "1814" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1814" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1814)" + ], + "uri": "i17146028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1814)" + }, + { + "type": "bf:Barcode", + "value": "33433081743225" + } + ], + "enumerationChronology": [ + "no. 7-8 (1814)" + ], + "idBarcode": [ + "33433081743225" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1813)", + "urn:barcode:33433081743530" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1813)", + "dateRange": [ + { + "gte": "1813", + "lte": "1813" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1813" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1813)" + ], + "uri": "i17146022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1813)" + }, + { + "type": "bf:Barcode", + "value": "33433081743530" + } + ], + "enumerationChronology": [ + "no. 7-8 (1813)" + ], + "idBarcode": [ + "33433081743530" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1812)", + "urn:barcode:33433081743597" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1812)", + "dateRange": [ + { + "gte": "1812", + "lte": "1812" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1812" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1812)" + ], + "uri": "i17146016", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1812)" + }, + { + "type": "bf:Barcode", + "value": "33433081743597" + } + ], + "enumerationChronology": [ + "no. 7-8 (1812)" + ], + "idBarcode": [ + "33433081743597" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1811)", + "urn:barcode:33433081743654" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1811)", + "dateRange": [ + { + "gte": "1811", + "lte": "1811" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1811" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1811)" + ], + "uri": "i17146010", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1811)" + }, + { + "type": "bf:Barcode", + "value": "33433081743654" + } + ], + "enumerationChronology": [ + "no. 7-8 (1811)" + ], + "idBarcode": [ + "33433081743654" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1810)", + "urn:barcode:33433081743712" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1810)", + "dateRange": [ + { + "gte": "1810", + "lte": "1810" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1810" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1810)" + ], + "uri": "i17146004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1810)" + }, + { + "type": "bf:Barcode", + "value": "33433081743712" + } + ], + "enumerationChronology": [ + "no. 7-8 (1810)" + ], + "idBarcode": [ + "33433081743712" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1809)", + "urn:barcode:33433081743282" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1809)", + "dateRange": [ + { + "gte": "1809", + "lte": "1809" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1809" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1809)" + ], + "uri": "i17145997", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1809)" + }, + { + "type": "bf:Barcode", + "value": "33433081743282" + } + ], + "enumerationChronology": [ + "no. 7-8 (1809)" + ], + "idBarcode": [ + "33433081743282" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1808)", + "urn:barcode:33433081743720" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1808)", + "dateRange": [ + { + "gte": "1808", + "lte": "1808" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1808" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1808)" + ], + "uri": "i17146003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1808)" + }, + { + "type": "bf:Barcode", + "value": "33433081743720" + } + ], + "enumerationChronology": [ + "no. 7-8 (1808)" + ], + "idBarcode": [ + "33433081743720" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1807)", + "urn:barcode:33433081743399" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1807)", + "dateRange": [ + { + "gte": "1807", + "lte": "1807" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1807" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1807)" + ], + "uri": "i17145986", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1807)" + }, + { + "type": "bf:Barcode", + "value": "33433081743399" + } + ], + "enumerationChronology": [ + "no. 7-8 (1807)" + ], + "idBarcode": [ + "33433081743399" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1806)", + "urn:barcode:33433081743449" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1806)", + "dateRange": [ + { + "gte": "1806", + "lte": "1806" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1806" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1806)" + ], + "uri": "i17145980", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1806)" + }, + { + "type": "bf:Barcode", + "value": "33433081743449" + } + ], + "enumerationChronology": [ + "no. 7-8 (1806)" + ], + "idBarcode": [ + "33433081743449" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1805)", + "urn:barcode:33433081743506" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1805)", + "dateRange": [ + { + "gte": "1805", + "lte": "1805" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1805" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1805)" + ], + "uri": "i17145974", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1805)" + }, + { + "type": "bf:Barcode", + "value": "33433081743506" + } + ], + "enumerationChronology": [ + "no. 7-8 (1805)" + ], + "idBarcode": [ + "33433081743506" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1804)", + "urn:barcode:33433081744835" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1804)", + "dateRange": [ + { + "gte": "1804", + "lte": "1804" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1804" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1804)" + ], + "uri": "i17145967", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1804)" + }, + { + "type": "bf:Barcode", + "value": "33433081744835" + } + ], + "enumerationChronology": [ + "no. 7-8 (1804)" + ], + "idBarcode": [ + "33433081744835" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1802)", + "urn:barcode:33433081744926" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1802)", + "dateRange": [ + { + "gte": "1802", + "lte": "1802" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1802" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1802)" + ], + "uri": "i17145958", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1802)" + }, + { + "type": "bf:Barcode", + "value": "33433081744926" + } + ], + "enumerationChronology": [ + "no. 7-8 (1802)" + ], + "idBarcode": [ + "33433081744926" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1801)", + "urn:barcode:33433081744983" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1801)", + "dateRange": [ + { + "gte": "1801", + "lte": "1801" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 7-1801" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1801)" + ], + "uri": "i17145952", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1801)" + }, + { + "type": "bf:Barcode", + "value": "33433081744983" + } + ], + "enumerationChronology": [ + "no. 7-8 (1801)" + ], + "idBarcode": [ + "33433081744983" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1800)", + "urn:barcode:33433081744546" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1800)", + "dateRange": [ + { + "gte": "1800", + "lte": "1800" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1800" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1800)" + ], + "uri": "i17145946", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1800)" + }, + { + "type": "bf:Barcode", + "value": "33433081744546" + } + ], + "enumerationChronology": [ + "no. 7-8 (1800)" + ], + "idBarcode": [ + "33433081744546" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1799)", + "urn:barcode:33433081744603" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1799)", + "dateRange": [ + { + "gte": "1799", + "lte": "1799" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1799" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1799)" + ], + "uri": "i17145940", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1799)" + }, + { + "type": "bf:Barcode", + "value": "33433081744603" + } + ], + "enumerationChronology": [ + "no. 7-8 (1799)" + ], + "idBarcode": [ + "33433081744603" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1798)", + "urn:barcode:33433081744660" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007-8 (1798)", + "dateRange": [ + { + "gte": "1798", + "lte": "1798" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1798" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1798)" + ], + "uri": "i17145934", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7-8 (1798)" + }, + { + "type": "bf:Barcode", + "value": "33433081744660" + } + ], + "enumerationChronology": [ + "no. 7-8 (1798)" + ], + "idBarcode": [ + "33433081744660" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1794)", + "urn:barcode:33433081744348" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1794)" + ], + "uri": "i17145916", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744348" + } + ], + "enumerationChronology": [ + "no. 7 (1794)" + ], + "idBarcode": [ + "33433081744348" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1793)", + "urn:barcode:33433081744462" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1793)" + ], + "uri": "i17145904", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744462" + } + ], + "enumerationChronology": [ + "no. 7 (1793)" + ], + "idBarcode": [ + "33433081744462" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1792)", + "urn:barcode:33433081743837" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1792)" + ], + "uri": "i17145892", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743837" + } + ], + "enumerationChronology": [ + "no. 7 (1792)" + ], + "idBarcode": [ + "33433081743837" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1791)", + "urn:barcode:33433081743951" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1791)" + ], + "uri": "i17145880", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743951" + } + ], + "enumerationChronology": [ + "no. 7 (1791)" + ], + "idBarcode": [ + "33433081743951" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1790)", + "urn:barcode:33433081744074" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1790)" + ], + "uri": "i17145868", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744074" + } + ], + "enumerationChronology": [ + "no. 7 (1790)" + ], + "idBarcode": [ + "33433081744074" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1789)", + "urn:barcode:33433081744199" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1789)" + ], + "uri": "i17145856", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744199" + } + ], + "enumerationChronology": [ + "no. 7 (1789)" + ], + "idBarcode": [ + "33433081744199" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1788)", + "urn:barcode:33433081746061" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1788)" + ], + "uri": "i17145844", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746061" + } + ], + "enumerationChronology": [ + "no. 7 (1788)" + ], + "idBarcode": [ + "33433081746061" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1787)", + "urn:barcode:33433081746186" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1787)" + ], + "uri": "i17145832", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081746186" + } + ], + "enumerationChronology": [ + "no. 7 (1787)" + ], + "idBarcode": [ + "33433081746186" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1786)", + "urn:barcode:33433081745881" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1786)" + ], + "uri": "i17145812", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745881" + } + ], + "enumerationChronology": [ + "no. 7 (1786)" + ], + "idBarcode": [ + "33433081745881" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1785)", + "urn:barcode:33433081745824" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1785)" + ], + "uri": "i17145818", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745824" + } + ], + "enumerationChronology": [ + "no. 7 (1785)" + ], + "idBarcode": [ + "33433081745824" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1784)", + "urn:barcode:33433081745543" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1784)" + ], + "uri": "i17145796", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745543" + } + ], + "enumerationChronology": [ + "no. 7 (1784)" + ], + "idBarcode": [ + "33433081745543" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1783)", + "urn:barcode:33433081745667" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1783)" + ], + "uri": "i17145784", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745667" + } + ], + "enumerationChronology": [ + "no. 7 (1783)" + ], + "idBarcode": [ + "33433081745667" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1782)", + "urn:barcode:33433081745030" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1782)" + ], + "uri": "i17145772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745030" + } + ], + "enumerationChronology": [ + "no. 7 (1782)" + ], + "idBarcode": [ + "33433081745030" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1781)", + "urn:barcode:33433081745170" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1781)" + ], + "uri": "i17145758", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745170" + } + ], + "enumerationChronology": [ + "no. 7 (1781)" + ], + "idBarcode": [ + "33433081745170" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1780)", + "urn:barcode:33433081745287" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1780)" + ], + "uri": "i17145747", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745287" + } + ], + "enumerationChronology": [ + "no. 7 (1780)" + ], + "idBarcode": [ + "33433081745287" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1779)", + "urn:barcode:33433081745402" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1779)" + ], + "uri": "i17145735", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745402" + } + ], + "enumerationChronology": [ + "no. 7 (1779)" + ], + "idBarcode": [ + "33433081745402" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1778)", + "urn:barcode:33433081747283" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1778)" + ], + "uri": "i17145722", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747283" + } + ], + "enumerationChronology": [ + "no. 7 (1778)" + ], + "idBarcode": [ + "33433081747283" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1777)", + "urn:barcode:33433081747408" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1777)" + ], + "uri": "i17145710", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747408" + } + ], + "enumerationChronology": [ + "no. 7 (1777)" + ], + "idBarcode": [ + "33433081747408" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1776)", + "urn:barcode:33433081747051" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1776)" + ], + "uri": "i17145699", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747051" + } + ], + "enumerationChronology": [ + "no. 7 (1776)" + ], + "idBarcode": [ + "33433081747051" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 7 (1775)", + "urn:barcode:33433081747150" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000007 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 7-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1775)" + ], + "uri": "i17145685", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 7 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747150" + } + ], + "enumerationChronology": [ + "no. 7 (1775)" + ], + "idBarcode": [ + "33433081747150" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6-7 (1817)", + "urn:barcode:33433081743183" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006-7 (1817)", + "dateRange": [ + { + "gte": "1817", + "lte": "1817" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1817" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6-7 (1817)" + ], + "uri": "i17146032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6-7 (1817)" + }, + { + "type": "bf:Barcode", + "value": "33433081743183" + } + ], + "enumerationChronology": [ + "no. 6-7 (1817)" + ], + "idBarcode": [ + "33433081743183" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 7 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1794)", + "urn:barcode:33433081744355" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1794)" + ], + "uri": "i17145915", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744355" + } + ], + "enumerationChronology": [ + "no. 6 (1794)" + ], + "idBarcode": [ + "33433081744355" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1793)", + "urn:barcode:33433081744470" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1793)" + ], + "uri": "i17145903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744470" + } + ], + "enumerationChronology": [ + "no. 6 (1793)" + ], + "idBarcode": [ + "33433081744470" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1792)", + "urn:barcode:33433081743845" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1792)" + ], + "uri": "i17145891", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743845" + } + ], + "enumerationChronology": [ + "no. 6 (1792)" + ], + "idBarcode": [ + "33433081743845" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1791)", + "urn:barcode:33433081743969" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1791)" + ], + "uri": "i17145879", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743969" + } + ], + "enumerationChronology": [ + "no. 6 (1791)" + ], + "idBarcode": [ + "33433081743969" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1790)", + "urn:barcode:33433081744082" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1790)" + ], + "uri": "i17145867", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744082" + } + ], + "enumerationChronology": [ + "no. 6 (1790)" + ], + "idBarcode": [ + "33433081744082" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1789)", + "urn:barcode:33433081744207" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1789)" + ], + "uri": "i17145855", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744207" + } + ], + "enumerationChronology": [ + "no. 6 (1789)" + ], + "idBarcode": [ + "33433081744207" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1788)", + "urn:barcode:33433081746079" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1788)" + ], + "uri": "i17145843", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746079" + } + ], + "enumerationChronology": [ + "no. 6 (1788)" + ], + "idBarcode": [ + "33433081746079" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1787)", + "urn:barcode:33433081745766" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1787)" + ], + "uri": "i17145824", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081745766" + } + ], + "enumerationChronology": [ + "no. 6 (1787)" + ], + "idBarcode": [ + "33433081745766" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1786)", + "urn:barcode:33433081745899" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1786)" + ], + "uri": "i17145811", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745899" + } + ], + "enumerationChronology": [ + "no. 6 (1786)" + ], + "idBarcode": [ + "33433081745899" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1785)", + "urn:barcode:33433081745832" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1785)" + ], + "uri": "i17145817", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745832" + } + ], + "enumerationChronology": [ + "no. 6 (1785)" + ], + "idBarcode": [ + "33433081745832" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1784)", + "urn:barcode:33433081745550" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1784)" + ], + "uri": "i17145795", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745550" + } + ], + "enumerationChronology": [ + "no. 6 (1784)" + ], + "idBarcode": [ + "33433081745550" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1783)", + "urn:barcode:33433081745675" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1783)" + ], + "uri": "i17145783", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745675" + } + ], + "enumerationChronology": [ + "no. 6 (1783)" + ], + "idBarcode": [ + "33433081745675" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1782)", + "urn:barcode:33433081745048" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1782)" + ], + "uri": "i17145771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745048" + } + ], + "enumerationChronology": [ + "no. 6 (1782)" + ], + "idBarcode": [ + "33433081745048" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1781)", + "urn:barcode:33433081745188" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1781)" + ], + "uri": "i17145757", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745188" + } + ], + "enumerationChronology": [ + "no. 6 (1781)" + ], + "idBarcode": [ + "33433081745188" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1780)", + "urn:barcode:33433081745295" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1780)" + ], + "uri": "i17145746", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745295" + } + ], + "enumerationChronology": [ + "no. 6 (1780)" + ], + "idBarcode": [ + "33433081745295" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1779)", + "urn:barcode:33433081745410" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1779)" + ], + "uri": "i17145734", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745410" + } + ], + "enumerationChronology": [ + "no. 6 (1779)" + ], + "idBarcode": [ + "33433081745410" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1778)", + "urn:barcode:33433081747291" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1778)" + ], + "uri": "i17145721", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747291" + } + ], + "enumerationChronology": [ + "no. 6 (1778)" + ], + "idBarcode": [ + "33433081747291" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1777)", + "urn:barcode:33433081747416" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1777)" + ], + "uri": "i17145709", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747416" + } + ], + "enumerationChronology": [ + "no. 6 (1777)" + ], + "idBarcode": [ + "33433081747416" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1776)", + "urn:barcode:33433081747077" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1776)" + ], + "uri": "i17145697", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747077" + } + ], + "enumerationChronology": [ + "no. 6 (1776)" + ], + "idBarcode": [ + "33433081747077" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 6 (1775)", + "urn:barcode:33433081747168" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000006 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 6-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1775)" + ], + "uri": "i17145684", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 6 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747168" + } + ], + "enumerationChronology": [ + "no. 6 (1775)" + ], + "idBarcode": [ + "33433081747168" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1797)", + "urn:barcode:33433081744710" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-8 (1797)", + "dateRange": [ + { + "gte": "1797", + "lte": "1797" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1797" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1797)" + ], + "uri": "i17145929", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1797)" + }, + { + "type": "bf:Barcode", + "value": "33433081744710" + } + ], + "enumerationChronology": [ + "no. 5-8 (1797)" + ], + "idBarcode": [ + "33433081744710" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1796)", + "urn:barcode:33433081744744" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-8 (1796)", + "dateRange": [ + { + "gte": "1796", + "lte": "1796" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1796" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1796)" + ], + "uri": "i17145926", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1796)" + }, + { + "type": "bf:Barcode", + "value": "33433081744744" + } + ], + "enumerationChronology": [ + "no. 5-8 (1796)" + ], + "idBarcode": [ + "33433081744744" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1795)", + "urn:barcode:33433081744272" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-8 (1795)", + "dateRange": [ + { + "gte": "1795", + "lte": "1795" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1795" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1795)" + ], + "uri": "i17145923", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-8 (1795)" + }, + { + "type": "bf:Barcode", + "value": "33433081744272" + } + ], + "enumerationChronology": [ + "no. 5-8 (1795)" + ], + "idBarcode": [ + "33433081744272" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 8 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1814)", + "urn:barcode:33433081743233" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1814)", + "dateRange": [ + { + "gte": "1814", + "lte": "1814" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1814" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1814)" + ], + "uri": "i17146027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1814)" + }, + { + "type": "bf:Barcode", + "value": "33433081743233" + } + ], + "enumerationChronology": [ + "no. 5-6 (1814)" + ], + "idBarcode": [ + "33433081743233" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1813)", + "urn:barcode:33433081743548" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1813)", + "dateRange": [ + { + "gte": "1813", + "lte": "1813" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1813" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1813)" + ], + "uri": "i17146021", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1813)" + }, + { + "type": "bf:Barcode", + "value": "33433081743548" + } + ], + "enumerationChronology": [ + "no. 5-6 (1813)" + ], + "idBarcode": [ + "33433081743548" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1812)", + "urn:barcode:33433081743605" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1812)", + "dateRange": [ + { + "gte": "1812", + "lte": "1812" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1812" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1812)" + ], + "uri": "i17146015", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1812)" + }, + { + "type": "bf:Barcode", + "value": "33433081743605" + } + ], + "enumerationChronology": [ + "no. 5-6 (1812)" + ], + "idBarcode": [ + "33433081743605" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1810)", + "urn:barcode:33433081743738" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1810)", + "dateRange": [ + { + "gte": "1810", + "lte": "1810" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1810" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1810)" + ], + "uri": "i17146002", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1810)" + }, + { + "type": "bf:Barcode", + "value": "33433081743738" + } + ], + "enumerationChronology": [ + "no. 5-6 (1810)" + ], + "idBarcode": [ + "33433081743738" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1809)", + "urn:barcode:33433081743290" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1809)", + "dateRange": [ + { + "gte": "1809", + "lte": "1809" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1809" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1809)" + ], + "uri": "i17145996", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1809)" + }, + { + "type": "bf:Barcode", + "value": "33433081743290" + } + ], + "enumerationChronology": [ + "no. 5-6 (1809)" + ], + "idBarcode": [ + "33433081743290" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1808)", + "urn:barcode:33433081743340" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1808)", + "dateRange": [ + { + "gte": "1808", + "lte": "1808" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1808" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1808)" + ], + "uri": "i17145991", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1808)" + }, + { + "type": "bf:Barcode", + "value": "33433081743340" + } + ], + "enumerationChronology": [ + "no. 5-6 (1808)" + ], + "idBarcode": [ + "33433081743340" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1807)", + "urn:barcode:33433081743407" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1807)", + "dateRange": [ + { + "gte": "1807", + "lte": "1807" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1807" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1807)" + ], + "uri": "i17145985", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1807)" + }, + { + "type": "bf:Barcode", + "value": "33433081743407" + } + ], + "enumerationChronology": [ + "no. 5-6 (1807)" + ], + "idBarcode": [ + "33433081743407" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1806)", + "urn:barcode:33433081743456" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1806)", + "dateRange": [ + { + "gte": "1806", + "lte": "1806" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1806" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1806)" + ], + "uri": "i17145979", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1806)" + }, + { + "type": "bf:Barcode", + "value": "33433081743456" + } + ], + "enumerationChronology": [ + "no. 5-6 (1806)" + ], + "idBarcode": [ + "33433081743456" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1805)", + "urn:barcode:33433081744777" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1805)", + "dateRange": [ + { + "gte": "1805", + "lte": "1805" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1805" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1805)" + ], + "uri": "i17145973", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1805)" + }, + { + "type": "bf:Barcode", + "value": "33433081744777" + } + ], + "enumerationChronology": [ + "no. 5-6 (1805)" + ], + "idBarcode": [ + "33433081744777" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1804)", + "urn:barcode:33433081744843" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1804)", + "dateRange": [ + { + "gte": "1804", + "lte": "1804" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1804" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1804)" + ], + "uri": "i17145966", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1804)" + }, + { + "type": "bf:Barcode", + "value": "33433081744843" + } + ], + "enumerationChronology": [ + "no. 5-6 (1804)" + ], + "idBarcode": [ + "33433081744843" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1802)", + "urn:barcode:33433081744934" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1802)", + "dateRange": [ + { + "gte": "1802", + "lte": "1802" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1802" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1802)" + ], + "uri": "i17145957", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1802)" + }, + { + "type": "bf:Barcode", + "value": "33433081744934" + } + ], + "enumerationChronology": [ + "no. 5-6 (1802)" + ], + "idBarcode": [ + "33433081744934" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1801)", + "urn:barcode:33433081744991" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1801)", + "dateRange": [ + { + "gte": "1801", + "lte": "1801" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 5-1801" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1801)" + ], + "uri": "i17145951", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1801)" + }, + { + "type": "bf:Barcode", + "value": "33433081744991" + } + ], + "enumerationChronology": [ + "no. 5-6 (1801)" + ], + "idBarcode": [ + "33433081744991" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1800)", + "urn:barcode:33433081744553" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1800)", + "dateRange": [ + { + "gte": "1800", + "lte": "1800" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1800" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1800)" + ], + "uri": "i17145945", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1800)" + }, + { + "type": "bf:Barcode", + "value": "33433081744553" + } + ], + "enumerationChronology": [ + "no. 5-6 (1800)" + ], + "idBarcode": [ + "33433081744553" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1799)", + "urn:barcode:33433081744611" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1799)", + "dateRange": [ + { + "gte": "1799", + "lte": "1799" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1799" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1799)" + ], + "uri": "i17145939", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1799)" + }, + { + "type": "bf:Barcode", + "value": "33433081744611" + } + ], + "enumerationChronology": [ + "no. 5-6 (1799)" + ], + "idBarcode": [ + "33433081744611" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1798)", + "urn:barcode:33433081744678" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005-6 (1798)", + "dateRange": [ + { + "gte": "1798", + "lte": "1798" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1798" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1798)" + ], + "uri": "i17145933", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5-6 (1798)" + }, + { + "type": "bf:Barcode", + "value": "33433081744678" + } + ], + "enumerationChronology": [ + "no. 5-6 (1798)" + ], + "idBarcode": [ + "33433081744678" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1794)", + "urn:barcode:33433081744363" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1794)" + ], + "uri": "i17145914", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744363" + } + ], + "enumerationChronology": [ + "no. 5 (1794)" + ], + "idBarcode": [ + "33433081744363" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1793)", + "urn:barcode:33433081744488" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1793)" + ], + "uri": "i17145902", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744488" + } + ], + "enumerationChronology": [ + "no. 5 (1793)" + ], + "idBarcode": [ + "33433081744488" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1792)", + "urn:barcode:33433081743852" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1792)" + ], + "uri": "i17145890", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743852" + } + ], + "enumerationChronology": [ + "no. 5 (1792)" + ], + "idBarcode": [ + "33433081743852" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1791)", + "urn:barcode:33433081743977" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1791)" + ], + "uri": "i17145878", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743977" + } + ], + "enumerationChronology": [ + "no. 5 (1791)" + ], + "idBarcode": [ + "33433081743977" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1790)", + "urn:barcode:33433081744090" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1790)" + ], + "uri": "i17145866", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744090" + } + ], + "enumerationChronology": [ + "no. 5 (1790)" + ], + "idBarcode": [ + "33433081744090" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1789)", + "urn:barcode:33433081744215" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1789)" + ], + "uri": "i17145854", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744215" + } + ], + "enumerationChronology": [ + "no. 5 (1789)" + ], + "idBarcode": [ + "33433081744215" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1788)", + "urn:barcode:33433081746087" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1788)" + ], + "uri": "i17145842", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746087" + } + ], + "enumerationChronology": [ + "no. 5 (1788)" + ], + "idBarcode": [ + "33433081746087" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1787)", + "urn:barcode:33433081745782" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1787)" + ], + "uri": "i17145822", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081745782" + } + ], + "enumerationChronology": [ + "no. 5 (1787)" + ], + "idBarcode": [ + "33433081745782" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1786)", + "urn:barcode:33433081745907" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1786)" + ], + "uri": "i17145810", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745907" + } + ], + "enumerationChronology": [ + "no. 5 (1786)" + ], + "idBarcode": [ + "33433081745907" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1785)", + "urn:barcode:33433081745840" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1785)" + ], + "uri": "i17145816", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745840" + } + ], + "enumerationChronology": [ + "no. 5 (1785)" + ], + "idBarcode": [ + "33433081745840" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1784)", + "urn:barcode:33433081745568" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1784)" + ], + "uri": "i17145794", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745568" + } + ], + "enumerationChronology": [ + "no. 5 (1784)" + ], + "idBarcode": [ + "33433081745568" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1783)", + "urn:barcode:33433081745683" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1783)" + ], + "uri": "i17145782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745683" + } + ], + "enumerationChronology": [ + "no. 5 (1783)" + ], + "idBarcode": [ + "33433081745683" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1782)", + "urn:barcode:33433081745055" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1782)" + ], + "uri": "i17145770", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745055" + } + ], + "enumerationChronology": [ + "no. 5 (1782)" + ], + "idBarcode": [ + "33433081745055" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1781)", + "urn:barcode:33433081745204" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1781)" + ], + "uri": "i17145755", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745204" + } + ], + "enumerationChronology": [ + "no. 5 (1781)" + ], + "idBarcode": [ + "33433081745204" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1780)", + "urn:barcode:33433081745303" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1780)" + ], + "uri": "i17145745", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745303" + } + ], + "enumerationChronology": [ + "no. 5 (1780)" + ], + "idBarcode": [ + "33433081745303" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1779)", + "urn:barcode:33433081745428" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1779)" + ], + "uri": "i17145733", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745428" + } + ], + "enumerationChronology": [ + "no. 5 (1779)" + ], + "idBarcode": [ + "33433081745428" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1778)", + "urn:barcode:33433081747309" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1778)" + ], + "uri": "i17145720", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747309" + } + ], + "enumerationChronology": [ + "no. 5 (1778)" + ], + "idBarcode": [ + "33433081747309" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1777)", + "urn:barcode:33433081747424" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1777)" + ], + "uri": "i17145708", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747424" + } + ], + "enumerationChronology": [ + "no. 5 (1777)" + ], + "idBarcode": [ + "33433081747424" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1776)", + "urn:barcode:33433081747085" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1776)" + ], + "uri": "i17145696", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747085" + } + ], + "enumerationChronology": [ + "no. 5 (1776)" + ], + "idBarcode": [ + "33433081747085" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 5 (1775)", + "urn:barcode:33433081747176" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000005 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 5-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1775)" + ], + "uri": "i17145683", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 5 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747176" + } + ], + "enumerationChronology": [ + "no. 5 (1775)" + ], + "idBarcode": [ + "33433081747176" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4-6 (1774)", + "urn:barcode:33433081747242" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004-6 (1774)", + "dateRange": [ + { + "gte": "1774", + "lte": "1774" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1774" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4-6 (1774)" + ], + "uri": "i17145676", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4-6 (1774)" + }, + { + "type": "bf:Barcode", + "value": "33433081747242" + } + ], + "enumerationChronology": [ + "no. 4-6 (1774)" + ], + "idBarcode": [ + "33433081747242" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4-6 (1773)", + "urn:barcode:33433081746780" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004-6 (1773)", + "dateRange": [ + { + "gte": "1773", + "lte": "1773" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1773" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4-6 (1773)" + ], + "uri": "i17145672", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4-6 (1773)" + }, + { + "type": "bf:Barcode", + "value": "33433081746780" + } + ], + "enumerationChronology": [ + "no. 4-6 (1773)" + ], + "idBarcode": [ + "33433081746780" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 6 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4-5 (1817)", + "urn:barcode:33433081743191" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004-5 (1817)", + "dateRange": [ + { + "gte": "1817", + "lte": "1817" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1817" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4-5 (1817)" + ], + "uri": "i17146031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4-5 (1817)" + }, + { + "type": "bf:Barcode", + "value": "33433081743191" + } + ], + "enumerationChronology": [ + "no. 4-5 (1817)" + ], + "idBarcode": [ + "33433081743191" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 5 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1818)", + "urn:barcode:33433081743134" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1818)", + "dateRange": [ + { + "gte": "1818", + "lte": "1818" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 4-1818" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1818)" + ], + "uri": "i17146037", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1818)" + }, + { + "type": "bf:Barcode", + "value": "33433081743134" + } + ], + "enumerationChronology": [ + "no. 4 (1818)" + ], + "idBarcode": [ + "33433081743134" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1794)", + "urn:barcode:33433081744371" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1794)" + ], + "uri": "i17145913", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744371" + } + ], + "enumerationChronology": [ + "no. 4 (1794)" + ], + "idBarcode": [ + "33433081744371" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1793)", + "urn:barcode:33433081744496" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1793)" + ], + "uri": "i17145901", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744496" + } + ], + "enumerationChronology": [ + "no. 4 (1793)" + ], + "idBarcode": [ + "33433081744496" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1792)", + "urn:barcode:33433081743860" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1792)" + ], + "uri": "i17145889", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743860" + } + ], + "enumerationChronology": [ + "no. 4 (1792)" + ], + "idBarcode": [ + "33433081743860" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1791)", + "urn:barcode:33433081743985" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1791)" + ], + "uri": "i17145877", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743985" + } + ], + "enumerationChronology": [ + "no. 4 (1791)" + ], + "idBarcode": [ + "33433081743985" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1790)", + "urn:barcode:33433081744108" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1790)" + ], + "uri": "i17145865", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744108" + } + ], + "enumerationChronology": [ + "no. 4 (1790)" + ], + "idBarcode": [ + "33433081744108" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1789)", + "urn:barcode:33433081744223" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1789)" + ], + "uri": "i17145853", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744223" + } + ], + "enumerationChronology": [ + "no. 4 (1789)" + ], + "idBarcode": [ + "33433081744223" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1788)", + "urn:barcode:33433081746095" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1788)" + ], + "uri": "i17145841", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746095" + } + ], + "enumerationChronology": [ + "no. 4 (1788)" + ], + "idBarcode": [ + "33433081746095" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1787)", + "urn:barcode:33433081745790" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1787)" + ], + "uri": "i17145821", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081745790" + } + ], + "enumerationChronology": [ + "no. 4 (1787)" + ], + "idBarcode": [ + "33433081745790" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1786)", + "urn:barcode:33433081745915" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1786)" + ], + "uri": "i17145809", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745915" + } + ], + "enumerationChronology": [ + "no. 4 (1786)" + ], + "idBarcode": [ + "33433081745915" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1785)", + "urn:barcode:33433081745857" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1785)" + ], + "uri": "i17145815", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745857" + } + ], + "enumerationChronology": [ + "no. 4 (1785)" + ], + "idBarcode": [ + "33433081745857" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1784)", + "urn:barcode:33433081745576" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1784)" + ], + "uri": "i17145793", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745576" + } + ], + "enumerationChronology": [ + "no. 4 (1784)" + ], + "idBarcode": [ + "33433081745576" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1783)", + "urn:barcode:33433081745691" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1783)" + ], + "uri": "i17145781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745691" + } + ], + "enumerationChronology": [ + "no. 4 (1783)" + ], + "idBarcode": [ + "33433081745691" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1782)", + "urn:barcode:33433081745063" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1782)" + ], + "uri": "i17145769", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745063" + } + ], + "enumerationChronology": [ + "no. 4 (1782)" + ], + "idBarcode": [ + "33433081745063" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1781)", + "urn:barcode:33433081745196" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1781)" + ], + "uri": "i17145756", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745196" + } + ], + "enumerationChronology": [ + "no. 4 (1781)" + ], + "idBarcode": [ + "33433081745196" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1780)", + "urn:barcode:33433081745311" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1780)" + ], + "uri": "i17145744", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745311" + } + ], + "enumerationChronology": [ + "no. 4 (1780)" + ], + "idBarcode": [ + "33433081745311" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1779)", + "urn:barcode:33433081745436" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1779)" + ], + "uri": "i17145732", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745436" + } + ], + "enumerationChronology": [ + "no. 4 (1779)" + ], + "idBarcode": [ + "33433081745436" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1778)", + "urn:barcode:33433081747317" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1778)" + ], + "uri": "i17145719", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747317" + } + ], + "enumerationChronology": [ + "no. 4 (1778)" + ], + "idBarcode": [ + "33433081747317" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1777)", + "urn:barcode:33433081747432" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1777)" + ], + "uri": "i17145707", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747432" + } + ], + "enumerationChronology": [ + "no. 4 (1777)" + ], + "idBarcode": [ + "33433081747432" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1776)", + "urn:barcode:33433081747093" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1776)" + ], + "uri": "i17145695", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747093" + } + ], + "enumerationChronology": [ + "no. 4 (1776)" + ], + "idBarcode": [ + "33433081747093" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 4 (1775)", + "urn:barcode:33433081747184" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000004 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 4-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1775)" + ], + "uri": "i17145682", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 4 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747184" + } + ], + "enumerationChronology": [ + "no. 4 (1775)" + ], + "idBarcode": [ + "33433081747184" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1814)", + "urn:barcode:33433081743241" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1814)", + "dateRange": [ + { + "gte": "1814", + "lte": "1814" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1814" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1814)" + ], + "uri": "i17146026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1814)" + }, + { + "type": "bf:Barcode", + "value": "33433081743241" + } + ], + "enumerationChronology": [ + "no. 3-4 (1814)" + ], + "idBarcode": [ + "33433081743241" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1813)", + "urn:barcode:33433081743555" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1813)", + "dateRange": [ + { + "gte": "1813", + "lte": "1813" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1813" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1813)" + ], + "uri": "i17146020", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1813)" + }, + { + "type": "bf:Barcode", + "value": "33433081743555" + } + ], + "enumerationChronology": [ + "no. 3-4 (1813)" + ], + "idBarcode": [ + "33433081743555" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1812)", + "urn:barcode:33433081743613" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1812)", + "dateRange": [ + { + "gte": "1812", + "lte": "1812" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1812" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1812)" + ], + "uri": "i17146014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1812)" + }, + { + "type": "bf:Barcode", + "value": "33433081743613" + } + ], + "enumerationChronology": [ + "no. 3-4 (1812)" + ], + "idBarcode": [ + "33433081743613" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1811)", + "urn:barcode:33433081743670" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1811)", + "dateRange": [ + { + "gte": "1811", + "lte": "1811" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1811" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1811)" + ], + "uri": "i17146008", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1811)" + }, + { + "type": "bf:Barcode", + "value": "33433081743670" + } + ], + "enumerationChronology": [ + "no. 3-4 (1811)" + ], + "idBarcode": [ + "33433081743670" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1810)", + "urn:barcode:33433081743746" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1810)", + "dateRange": [ + { + "gte": "1810", + "lte": "1810" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1810" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1810)" + ], + "uri": "i17146001", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1810)" + }, + { + "type": "bf:Barcode", + "value": "33433081743746" + } + ], + "enumerationChronology": [ + "no. 3-4 (1810)" + ], + "idBarcode": [ + "33433081743746" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1809)", + "urn:barcode:33433081743308" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1809)", + "dateRange": [ + { + "gte": "1809", + "lte": "1809" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1809" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1809)" + ], + "uri": "i17145995", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1809)" + }, + { + "type": "bf:Barcode", + "value": "33433081743308" + } + ], + "enumerationChronology": [ + "no. 3-4 (1809)" + ], + "idBarcode": [ + "33433081743308" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1808)", + "urn:barcode:33433081743357" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1808)", + "dateRange": [ + { + "gte": "1808", + "lte": "1808" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1808" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1808)" + ], + "uri": "i17145990", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1808)" + }, + { + "type": "bf:Barcode", + "value": "33433081743357" + } + ], + "enumerationChronology": [ + "no. 3-4 (1808)" + ], + "idBarcode": [ + "33433081743357" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1807)", + "urn:barcode:33433081744769" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1807)", + "dateRange": [ + { + "gte": "1807", + "lte": "1807" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1807" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1807)" + ], + "uri": "i17145984", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1807)" + }, + { + "type": "bf:Barcode", + "value": "33433081744769" + } + ], + "enumerationChronology": [ + "no. 3-4 (1807)" + ], + "idBarcode": [ + "33433081744769" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1806)", + "urn:barcode:33433081743464" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1806)", + "dateRange": [ + { + "gte": "1806", + "lte": "1806" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1806" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1806)" + ], + "uri": "i17145978", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1806)" + }, + { + "type": "bf:Barcode", + "value": "33433081743464" + } + ], + "enumerationChronology": [ + "no. 3-4 (1806)" + ], + "idBarcode": [ + "33433081743464" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1805)", + "urn:barcode:33433081744785" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1805)", + "dateRange": [ + { + "gte": "1805", + "lte": "1805" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1805" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1805)" + ], + "uri": "i17145972", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1805)" + }, + { + "type": "bf:Barcode", + "value": "33433081744785" + } + ], + "enumerationChronology": [ + "no. 3-4 (1805)" + ], + "idBarcode": [ + "33433081744785" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1804)", + "urn:barcode:33433081744850" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1804)", + "dateRange": [ + { + "gte": "1804", + "lte": "1804" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1804" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1804)" + ], + "uri": "i17145965", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1804)" + }, + { + "type": "bf:Barcode", + "value": "33433081744850" + } + ], + "enumerationChronology": [ + "no. 3-4 (1804)" + ], + "idBarcode": [ + "33433081744850" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1802)", + "urn:barcode:33433081744942" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1802)", + "dateRange": [ + { + "gte": "1802", + "lte": "1802" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1802" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1802)" + ], + "uri": "i17145956", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1802)" + }, + { + "type": "bf:Barcode", + "value": "33433081744942" + } + ], + "enumerationChronology": [ + "no. 3-4 (1802)" + ], + "idBarcode": [ + "33433081744942" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1801)", + "urn:barcode:33433081745006" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1801)", + "dateRange": [ + { + "gte": "1801", + "lte": "1801" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 3-1801" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1801)" + ], + "uri": "i17145950", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1801)" + }, + { + "type": "bf:Barcode", + "value": "33433081745006" + } + ], + "enumerationChronology": [ + "no. 3-4 (1801)" + ], + "idBarcode": [ + "33433081745006" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1800)", + "urn:barcode:33433081744561" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1800)", + "dateRange": [ + { + "gte": "1800", + "lte": "1800" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1800" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1800)" + ], + "uri": "i17145944", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1800)" + }, + { + "type": "bf:Barcode", + "value": "33433081744561" + } + ], + "enumerationChronology": [ + "no. 3-4 (1800)" + ], + "idBarcode": [ + "33433081744561" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1799)", + "urn:barcode:33433081744629" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1799)", + "dateRange": [ + { + "gte": "1799", + "lte": "1799" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1799" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1799)" + ], + "uri": "i17145938", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1799)" + }, + { + "type": "bf:Barcode", + "value": "33433081744629" + } + ], + "enumerationChronology": [ + "no. 3-4 (1799)" + ], + "idBarcode": [ + "33433081744629" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1798)", + "urn:barcode:33433081744686" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003-4 (1798)", + "dateRange": [ + { + "gte": "1798", + "lte": "1798" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1798" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1798)" + ], + "uri": "i17145932", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3-4 (1798)" + }, + { + "type": "bf:Barcode", + "value": "33433081744686" + } + ], + "enumerationChronology": [ + "no. 3-4 (1798)" + ], + "idBarcode": [ + "33433081744686" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1794)", + "urn:barcode:33433081744389" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1794)" + ], + "uri": "i17145912", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744389" + } + ], + "enumerationChronology": [ + "no. 3 (1794)" + ], + "idBarcode": [ + "33433081744389" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1793)", + "urn:barcode:33433081744504" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1793)" + ], + "uri": "i17145900", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081744504" + } + ], + "enumerationChronology": [ + "no. 3 (1793)" + ], + "idBarcode": [ + "33433081744504" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1792)", + "urn:barcode:33433081743878" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1792)" + ], + "uri": "i17145888", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743878" + } + ], + "enumerationChronology": [ + "no. 3 (1792)" + ], + "idBarcode": [ + "33433081743878" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1791)", + "urn:barcode:33433081743993" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1791)" + ], + "uri": "i17145876", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081743993" + } + ], + "enumerationChronology": [ + "no. 3 (1791)" + ], + "idBarcode": [ + "33433081743993" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1790)", + "urn:barcode:33433081744116" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1790)" + ], + "uri": "i17145864", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744116" + } + ], + "enumerationChronology": [ + "no. 3 (1790)" + ], + "idBarcode": [ + "33433081744116" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1789)", + "urn:barcode:33433081744231" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1789)" + ], + "uri": "i17145852", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744231" + } + ], + "enumerationChronology": [ + "no. 3 (1789)" + ], + "idBarcode": [ + "33433081744231" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1788)", + "urn:barcode:33433081746103" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1788)" + ], + "uri": "i17145840", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746103" + } + ], + "enumerationChronology": [ + "no. 3 (1788)" + ], + "idBarcode": [ + "33433081746103" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1787)", + "urn:barcode:33433081746244" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1787)" + ], + "uri": "i17145826", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081746244" + } + ], + "enumerationChronology": [ + "no. 3 (1787)" + ], + "idBarcode": [ + "33433081746244" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1786)", + "urn:barcode:33433081745923" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1786)" + ], + "uri": "i17145808", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745923" + } + ], + "enumerationChronology": [ + "no. 3 (1786)" + ], + "idBarcode": [ + "33433081745923" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1785)", + "urn:barcode:33433081745865" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1785)" + ], + "uri": "i17145814", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745865" + } + ], + "enumerationChronology": [ + "no. 3 (1785)" + ], + "idBarcode": [ + "33433081745865" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1784)", + "urn:barcode:33433081745584" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1784)" + ], + "uri": "i17145792", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745584" + } + ], + "enumerationChronology": [ + "no. 3 (1784)" + ], + "idBarcode": [ + "33433081745584" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1783)", + "urn:barcode:33433081745709" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1783)" + ], + "uri": "i17145780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745709" + } + ], + "enumerationChronology": [ + "no. 3 (1783)" + ], + "idBarcode": [ + "33433081745709" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1782)", + "urn:barcode:33433081745071" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1782)" + ], + "uri": "i17145768", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745071" + } + ], + "enumerationChronology": [ + "no. 3 (1782)" + ], + "idBarcode": [ + "33433081745071" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1781)", + "urn:barcode:33433081745162" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1781)" + ], + "uri": "i17145759", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745162" + } + ], + "enumerationChronology": [ + "no. 3 (1781)" + ], + "idBarcode": [ + "33433081745162" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1780)", + "urn:barcode:33433081745329" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1780)" + ], + "uri": "i17145743", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745329" + } + ], + "enumerationChronology": [ + "no. 3 (1780)" + ], + "idBarcode": [ + "33433081745329" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1779)", + "urn:barcode:33433081745444" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1779)" + ], + "uri": "i17145731", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745444" + } + ], + "enumerationChronology": [ + "no. 3 (1779)" + ], + "idBarcode": [ + "33433081745444" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1778)", + "urn:barcode:33433081747325" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1778)" + ], + "uri": "i17145718", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747325" + } + ], + "enumerationChronology": [ + "no. 3 (1778)" + ], + "idBarcode": [ + "33433081747325" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1777)", + "urn:barcode:33433081747440" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1777)" + ], + "uri": "i17145706", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747440" + } + ], + "enumerationChronology": [ + "no. 3 (1777)" + ], + "idBarcode": [ + "33433081747440" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1776)", + "urn:barcode:33433081747101" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1776)" + ], + "uri": "i17145694", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747101" + } + ], + "enumerationChronology": [ + "no. 3 (1776)" + ], + "idBarcode": [ + "33433081747101" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 3 (1775)", + "urn:barcode:33433081747192" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000003 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 3-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1775)" + ], + "uri": "i17145681", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 3 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747192" + } + ], + "enumerationChronology": [ + "no. 3 (1775)" + ], + "idBarcode": [ + "33433081747192" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2-3 (1818)", + "urn:barcode:33433081743142" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002-3 (1818)", + "dateRange": [ + { + "gte": "1818", + "lte": "1818" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 2-1818" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2-3 (1818)" + ], + "uri": "i17146036", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2-3 (1818)" + }, + { + "type": "bf:Barcode", + "value": "33433081743142" + } + ], + "enumerationChronology": [ + "no. 2-3 (1818)" + ], + "idBarcode": [ + "33433081743142" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1794)", + "urn:barcode:33433081744397" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1794)" + ], + "uri": "i17145911", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744397" + } + ], + "enumerationChronology": [ + "no. 2 (1794)" + ], + "idBarcode": [ + "33433081744397" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1793)", + "urn:barcode:33433081743761" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1793)" + ], + "uri": "i17145899", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081743761" + } + ], + "enumerationChronology": [ + "no. 2 (1793)" + ], + "idBarcode": [ + "33433081743761" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1792)", + "urn:barcode:33433081743886" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1792)" + ], + "uri": "i17145887", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743886" + } + ], + "enumerationChronology": [ + "no. 2 (1792)" + ], + "idBarcode": [ + "33433081743886" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1791)", + "urn:barcode:33433081744009" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1791)" + ], + "uri": "i17145875", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081744009" + } + ], + "enumerationChronology": [ + "no. 2 (1791)" + ], + "idBarcode": [ + "33433081744009" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1790)", + "urn:barcode:33433081744124" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1790)" + ], + "uri": "i17145863", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744124" + } + ], + "enumerationChronology": [ + "no. 2 (1790)" + ], + "idBarcode": [ + "33433081744124" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1789)", + "urn:barcode:33433081744249" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1789)" + ], + "uri": "i17145851", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744249" + } + ], + "enumerationChronology": [ + "no. 2 (1789)" + ], + "idBarcode": [ + "33433081744249" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1788)", + "urn:barcode:33433081746111" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1788)" + ], + "uri": "i17145839", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746111" + } + ], + "enumerationChronology": [ + "no. 2 (1788)" + ], + "idBarcode": [ + "33433081746111" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1786)", + "urn:barcode:33433081745931" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1786)" + ], + "uri": "i17145807", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745931" + } + ], + "enumerationChronology": [ + "no. 2 (1786)" + ], + "idBarcode": [ + "33433081745931" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1785)", + "urn:barcode:33433081746236" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1785)" + ], + "uri": "i17145827", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081746236" + } + ], + "enumerationChronology": [ + "no. 2 (1785)" + ], + "idBarcode": [ + "33433081746236" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1784)", + "urn:barcode:33433081745592" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1784)" + ], + "uri": "i17145791", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745592" + } + ], + "enumerationChronology": [ + "no. 2 (1784)" + ], + "idBarcode": [ + "33433081745592" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1783)", + "urn:barcode:33433081745717" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1783)" + ], + "uri": "i17145779", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745717" + } + ], + "enumerationChronology": [ + "no. 2 (1783)" + ], + "idBarcode": [ + "33433081745717" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1782)", + "urn:barcode:33433081745089" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1782)" + ], + "uri": "i17145767", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745089" + } + ], + "enumerationChronology": [ + "no. 2 (1782)" + ], + "idBarcode": [ + "33433081745089" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1781)", + "urn:barcode:33433081745220" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1781)" + ], + "uri": "i17145753", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745220" + } + ], + "enumerationChronology": [ + "no. 2 (1781)" + ], + "idBarcode": [ + "33433081745220" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1780)", + "urn:barcode:33433081745337" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1780)" + ], + "uri": "i17145742", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745337" + } + ], + "enumerationChronology": [ + "no. 2 (1780)" + ], + "idBarcode": [ + "33433081745337" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1779)", + "urn:barcode:33433081745451" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1779)" + ], + "uri": "i17145730", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745451" + } + ], + "enumerationChronology": [ + "no. 2 (1779)" + ], + "idBarcode": [ + "33433081745451" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1778)", + "urn:barcode:33433081747333" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1778)" + ], + "uri": "i17145717", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747333" + } + ], + "enumerationChronology": [ + "no. 2 (1778)" + ], + "idBarcode": [ + "33433081747333" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1777)", + "urn:barcode:33433081747457" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1777)" + ], + "uri": "i17145705", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747457" + } + ], + "enumerationChronology": [ + "no. 2 (1777)" + ], + "idBarcode": [ + "33433081747457" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1776)", + "urn:barcode:33433081747473" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1776)" + ], + "uri": "i17145693", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747473" + } + ], + "enumerationChronology": [ + "no. 2 (1776)" + ], + "idBarcode": [ + "33433081747473" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1775)", + "urn:barcode:33433081747200" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1775)" + ], + "uri": "i17145680", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747200" + } + ], + "enumerationChronology": [ + "no. 2 (1775)" + ], + "idBarcode": [ + "33433081747200" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 2 (1737)", + "urn:barcode:33433081746251" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000002 (1737)", + "dateRange": [ + { + "gte": "1737", + "lte": "1737" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 2-1737" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1737)" + ], + "uri": "i17145825", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 2 (1737)" + }, + { + "type": "bf:Barcode", + "value": "33433081746251" + } + ], + "enumerationChronology": [ + "no. 2 (1737)" + ], + "idBarcode": [ + "33433081746251" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1797)", + "urn:barcode:33433081744728" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-4 (1797)", + "dateRange": [ + { + "gte": "1797", + "lte": "1797" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1797" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1797)" + ], + "uri": "i17145928", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1797)" + }, + { + "type": "bf:Barcode", + "value": "33433081744728" + } + ], + "enumerationChronology": [ + "no. 1-4 (1797)" + ], + "idBarcode": [ + "33433081744728" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1796)", + "urn:barcode:33433081744751" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-4 (1796)", + "dateRange": [ + { + "gte": "1796", + "lte": "1796" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1796" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1796)" + ], + "uri": "i17145925", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1796)" + }, + { + "type": "bf:Barcode", + "value": "33433081744751" + } + ], + "enumerationChronology": [ + "no. 1-4 (1796)" + ], + "idBarcode": [ + "33433081744751" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1795)", + "urn:barcode:33433081744280" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-4 (1795)", + "dateRange": [ + { + "gte": "1795", + "lte": "1795" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1795" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1795)" + ], + "uri": "i17145922", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-4 (1795)" + }, + { + "type": "bf:Barcode", + "value": "33433081744280" + } + ], + "enumerationChronology": [ + "no. 1-4 (1795)" + ], + "idBarcode": [ + "33433081744280" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 4 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1803)", + "urn:barcode:33433081744892" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-3 (1803)", + "dateRange": [ + { + "gte": "1803", + "lte": "1803" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1803" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1803)" + ], + "uri": "i17145961", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1803)" + }, + { + "type": "bf:Barcode", + "value": "33433081744892" + } + ], + "enumerationChronology": [ + "no. 1-3 (1803)" + ], + "idBarcode": [ + "33433081744892" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1774)", + "urn:barcode:33433081747259" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-3 (1774)", + "dateRange": [ + { + "gte": "1774", + "lte": "1774" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1774" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1774)" + ], + "uri": "i17145675", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1774)" + }, + { + "type": "bf:Barcode", + "value": "33433081747259" + } + ], + "enumerationChronology": [ + "no. 1-3 (1774)" + ], + "idBarcode": [ + "33433081747259" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1773)", + "urn:barcode:33433081746798" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-3 (1773)", + "dateRange": [ + { + "gte": "1773", + "lte": "1773" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1773" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1773)" + ], + "uri": "i17145671", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-3 (1773)" + }, + { + "type": "bf:Barcode", + "value": "33433081746798" + } + ], + "enumerationChronology": [ + "no. 1-3 (1773)" + ], + "idBarcode": [ + "33433081746798" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 3 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1814)", + "urn:barcode:33433081743258" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1814)", + "dateRange": [ + { + "gte": "1814", + "lte": "1814" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1814" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1814)" + ], + "uri": "i17146025", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1814)" + }, + { + "type": "bf:Barcode", + "value": "33433081743258" + } + ], + "enumerationChronology": [ + "no. 1-2 (1814)" + ], + "idBarcode": [ + "33433081743258" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1813)", + "urn:barcode:33433081743563" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1813)", + "dateRange": [ + { + "gte": "1813", + "lte": "1813" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1813" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1813)" + ], + "uri": "i17146019", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1813)" + }, + { + "type": "bf:Barcode", + "value": "33433081743563" + } + ], + "enumerationChronology": [ + "no. 1-2 (1813)" + ], + "idBarcode": [ + "33433081743563" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1812)", + "urn:barcode:33433081743621" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1812)", + "dateRange": [ + { + "gte": "1812", + "lte": "1812" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1812" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1812)" + ], + "uri": "i17146013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1812)" + }, + { + "type": "bf:Barcode", + "value": "33433081743621" + } + ], + "enumerationChronology": [ + "no. 1-2 (1812)" + ], + "idBarcode": [ + "33433081743621" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1811)", + "urn:barcode:33433081743688" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1811)", + "dateRange": [ + { + "gte": "1811", + "lte": "1811" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1811" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1811)" + ], + "uri": "i17146007", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1811)" + }, + { + "type": "bf:Barcode", + "value": "33433081743688" + } + ], + "enumerationChronology": [ + "no. 1-2 (1811)" + ], + "idBarcode": [ + "33433081743688" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1810)", + "urn:barcode:33433081743753" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1810)", + "dateRange": [ + { + "gte": "1810", + "lte": "1810" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1810" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1810)" + ], + "uri": "i17146000", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1810)" + }, + { + "type": "bf:Barcode", + "value": "33433081743753" + } + ], + "enumerationChronology": [ + "no. 1-2 (1810)" + ], + "idBarcode": [ + "33433081743753" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1809)", + "urn:barcode:33433081743316" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1809)", + "dateRange": [ + { + "gte": "1809", + "lte": "1809" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1809" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1809)" + ], + "uri": "i17145994", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1809)" + }, + { + "type": "bf:Barcode", + "value": "33433081743316" + } + ], + "enumerationChronology": [ + "no. 1-2 (1809)" + ], + "idBarcode": [ + "33433081743316" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1808)", + "urn:barcode:33433081743365" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1808)", + "dateRange": [ + { + "gte": "1808", + "lte": "1808" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1808" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1808)" + ], + "uri": "i17145989", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1808)" + }, + { + "type": "bf:Barcode", + "value": "33433081743365" + } + ], + "enumerationChronology": [ + "no. 1-2 (1808)" + ], + "idBarcode": [ + "33433081743365" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1807)", + "urn:barcode:33433081743415" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1807)", + "dateRange": [ + { + "gte": "1807", + "lte": "1807" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1807" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1807)" + ], + "uri": "i17145983", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1807)" + }, + { + "type": "bf:Barcode", + "value": "33433081743415" + } + ], + "enumerationChronology": [ + "no. 1-2 (1807)" + ], + "idBarcode": [ + "33433081743415" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1806)", + "urn:barcode:33433081743472" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1806)", + "dateRange": [ + { + "gte": "1806", + "lte": "1806" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1806" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1806)" + ], + "uri": "i17145977", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1806)" + }, + { + "type": "bf:Barcode", + "value": "33433081743472" + } + ], + "enumerationChronology": [ + "no. 1-2 (1806)" + ], + "idBarcode": [ + "33433081743472" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1805)", + "urn:barcode:33433081744793" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1805)", + "dateRange": [ + { + "gte": "1805", + "lte": "1805" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1805" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1805)" + ], + "uri": "i17145971", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1805)" + }, + { + "type": "bf:Barcode", + "value": "33433081744793" + } + ], + "enumerationChronology": [ + "no. 1-2 (1805)" + ], + "idBarcode": [ + "33433081744793" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1804)", + "urn:barcode:33433081744868" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1804)", + "dateRange": [ + { + "gte": "1804", + "lte": "1804" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1804" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1804)" + ], + "uri": "i17145964", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1804)" + }, + { + "type": "bf:Barcode", + "value": "33433081744868" + } + ], + "enumerationChronology": [ + "no. 1-2 (1804)" + ], + "idBarcode": [ + "33433081744868" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1802)", + "urn:barcode:33433081744959" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1802)", + "dateRange": [ + { + "gte": "1802", + "lte": "1802" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1802" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1802)" + ], + "uri": "i17145955", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1802)" + }, + { + "type": "bf:Barcode", + "value": "33433081744959" + } + ], + "enumerationChronology": [ + "no. 1-2 (1802)" + ], + "idBarcode": [ + "33433081744959" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1801)", + "urn:barcode:33433081744512" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1801)", + "dateRange": [ + { + "gte": "1801", + "lte": "1801" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " 1-1801" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1801)" + ], + "uri": "i17145949", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1801)" + }, + { + "type": "bf:Barcode", + "value": "33433081744512" + } + ], + "enumerationChronology": [ + "no. 1-2 (1801)" + ], + "idBarcode": [ + "33433081744512" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1800)", + "urn:barcode:33433081744579" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1800)", + "dateRange": [ + { + "gte": "1800", + "lte": "1800" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1800" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1800)" + ], + "uri": "i17145943", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1800)" + }, + { + "type": "bf:Barcode", + "value": "33433081744579" + } + ], + "enumerationChronology": [ + "no. 1-2 (1800)" + ], + "idBarcode": [ + "33433081744579" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1799)", + "urn:barcode:33433081744637" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1799)", + "dateRange": [ + { + "gte": "1799", + "lte": "1799" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1799" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1799)" + ], + "uri": "i17145937", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1799)" + }, + { + "type": "bf:Barcode", + "value": "33433081744637" + } + ], + "enumerationChronology": [ + "no. 1-2 (1799)" + ], + "idBarcode": [ + "33433081744637" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1798)", + "urn:barcode:33433081744694" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001-2 (1798)", + "dateRange": [ + { + "gte": "1798", + "lte": "1798" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1798" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1798)" + ], + "uri": "i17145931", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1-2 (1798)" + }, + { + "type": "bf:Barcode", + "value": "33433081744694" + } + ], + "enumerationChronology": [ + "no. 1-2 (1798)" + ], + "idBarcode": [ + "33433081744694" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1794)", + "urn:barcode:33433081744405" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1794)", + "dateRange": [ + { + "gte": "1794", + "lte": "1794" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1794" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1794)" + ], + "uri": "i17145910", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1794)" + }, + { + "type": "bf:Barcode", + "value": "33433081744405" + } + ], + "enumerationChronology": [ + "no. 1 (1794)" + ], + "idBarcode": [ + "33433081744405" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1793)", + "urn:barcode:33433081743779" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1793)", + "dateRange": [ + { + "gte": "1793", + "lte": "1793" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1793" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1793)" + ], + "uri": "i17145898", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1793)" + }, + { + "type": "bf:Barcode", + "value": "33433081743779" + } + ], + "enumerationChronology": [ + "no. 1 (1793)" + ], + "idBarcode": [ + "33433081743779" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1792)", + "urn:barcode:33433081743894" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1792)", + "dateRange": [ + { + "gte": "1792", + "lte": "1792" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1792" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1792)" + ], + "uri": "i17145886", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1792)" + }, + { + "type": "bf:Barcode", + "value": "33433081743894" + } + ], + "enumerationChronology": [ + "no. 1 (1792)" + ], + "idBarcode": [ + "33433081743894" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1791)", + "urn:barcode:33433081744017" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1791)", + "dateRange": [ + { + "gte": "1791", + "lte": "1791" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1791" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1791)" + ], + "uri": "i17145874", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1791)" + }, + { + "type": "bf:Barcode", + "value": "33433081744017" + } + ], + "enumerationChronology": [ + "no. 1 (1791)" + ], + "idBarcode": [ + "33433081744017" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1790)", + "urn:barcode:33433081744132" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1790)", + "dateRange": [ + { + "gte": "1790", + "lte": "1790" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1790" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1790)" + ], + "uri": "i17145862", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1790)" + }, + { + "type": "bf:Barcode", + "value": "33433081744132" + } + ], + "enumerationChronology": [ + "no. 1 (1790)" + ], + "idBarcode": [ + "33433081744132" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1789)", + "urn:barcode:33433081744256" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1789)", + "dateRange": [ + { + "gte": "1789", + "lte": "1789" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1789" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1789)" + ], + "uri": "i17145850", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1789)" + }, + { + "type": "bf:Barcode", + "value": "33433081744256" + } + ], + "enumerationChronology": [ + "no. 1 (1789)" + ], + "idBarcode": [ + "33433081744256" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1788)", + "urn:barcode:33433081746129" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1788)", + "dateRange": [ + { + "gte": "1788", + "lte": "1788" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1788" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1788)" + ], + "uri": "i17145838", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1788)" + }, + { + "type": "bf:Barcode", + "value": "33433081746129" + } + ], + "enumerationChronology": [ + "no. 1 (1788)" + ], + "idBarcode": [ + "33433081746129" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1787)", + "urn:barcode:33433081745774" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1787)", + "dateRange": [ + { + "gte": "1787", + "lte": "1787" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1787" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1787)" + ], + "uri": "i17145823", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1787)" + }, + { + "type": "bf:Barcode", + "value": "33433081745774" + } + ], + "enumerationChronology": [ + "no. 1 (1787)" + ], + "idBarcode": [ + "33433081745774" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1786)", + "urn:barcode:33433081745949" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1786)", + "dateRange": [ + { + "gte": "1786", + "lte": "1786" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1786" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1786)" + ], + "uri": "i17145806", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1786)" + }, + { + "type": "bf:Barcode", + "value": "33433081745949" + } + ], + "enumerationChronology": [ + "no. 1 (1786)" + ], + "idBarcode": [ + "33433081745949" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1785)", + "urn:barcode:33433081745980" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1785)", + "dateRange": [ + { + "gte": "1785", + "lte": "1785" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1785" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1785)" + ], + "uri": "i17145802", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1785)" + }, + { + "type": "bf:Barcode", + "value": "33433081745980" + } + ], + "enumerationChronology": [ + "no. 1 (1785)" + ], + "idBarcode": [ + "33433081745980" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1784)", + "urn:barcode:33433081745600" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1784)", + "dateRange": [ + { + "gte": "1784", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1784" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1784)" + ], + "uri": "i17145790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081745600" + } + ], + "enumerationChronology": [ + "no. 1 (1784)" + ], + "idBarcode": [ + "33433081745600" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1783)", + "urn:barcode:33433081745725" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1783)", + "dateRange": [ + { + "gte": "1783", + "lte": "1783" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1783" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1783)" + ], + "uri": "i17145778", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1783)" + }, + { + "type": "bf:Barcode", + "value": "33433081745725" + } + ], + "enumerationChronology": [ + "no. 1 (1783)" + ], + "idBarcode": [ + "33433081745725" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1782)", + "urn:barcode:33433081745097" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1782)", + "dateRange": [ + { + "gte": "1782", + "lte": "1782" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1782)" + ], + "uri": "i17145766", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1782)" + }, + { + "type": "bf:Barcode", + "value": "33433081745097" + } + ], + "enumerationChronology": [ + "no. 1 (1782)" + ], + "idBarcode": [ + "33433081745097" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1781)", + "urn:barcode:33433081745238" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1781)", + "dateRange": [ + { + "gte": "1781", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1781" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1781)" + ], + "uri": "i17145752", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745238" + } + ], + "enumerationChronology": [ + "no. 1 (1781)" + ], + "idBarcode": [ + "33433081745238" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1780)", + "urn:barcode:33433081745345" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1780)", + "dateRange": [ + { + "gte": "1780", + "lte": "1780" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1780" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1780)" + ], + "uri": "i17145741", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1780)" + }, + { + "type": "bf:Barcode", + "value": "33433081745345" + } + ], + "enumerationChronology": [ + "no. 1 (1780)" + ], + "idBarcode": [ + "33433081745345" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1779)", + "urn:barcode:33433081745469" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1779)", + "dateRange": [ + { + "gte": "1779", + "lte": "1779" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1779)" + ], + "uri": "i17145729", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1779)" + }, + { + "type": "bf:Barcode", + "value": "33433081745469" + } + ], + "enumerationChronology": [ + "no. 1 (1779)" + ], + "idBarcode": [ + "33433081745469" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1778)", + "urn:barcode:33433081747341" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1778)", + "dateRange": [ + { + "gte": "1778", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1778" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1778)" + ], + "uri": "i17145716", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081747341" + } + ], + "enumerationChronology": [ + "no. 1 (1778)" + ], + "idBarcode": [ + "33433081747341" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1777)", + "urn:barcode:33433081747465" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1777)", + "dateRange": [ + { + "gte": "1777", + "lte": "1777" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1777" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1777)" + ], + "uri": "i17145704", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1777)" + }, + { + "type": "bf:Barcode", + "value": "33433081747465" + } + ], + "enumerationChronology": [ + "no. 1 (1777)" + ], + "idBarcode": [ + "33433081747465" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1776)", + "urn:barcode:33433081747481" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1776)", + "dateRange": [ + { + "gte": "1776", + "lte": "1776" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1776)" + ], + "uri": "i17145692", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1776)" + }, + { + "type": "bf:Barcode", + "value": "33433081747481" + } + ], + "enumerationChronology": [ + "no. 1 (1776)" + ], + "idBarcode": [ + "33433081747481" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) no. 1 (1775)", + "urn:barcode:33433081747218" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) no. 000001 (1775)", + "dateRange": [ + { + "gte": "1775", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " 1-1775" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1775)" + ], + "uri": "i17145679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) no. 1 (1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747218" + } + ], + "enumerationChronology": [ + "no. 1 (1775)" + ], + "idBarcode": [ + "33433081747218" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) Table Generale 1-28 (1803-1805)", + "urn:barcode:33433081744801" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) Table Generale 1-28 (1803-1805)", + "dateRange": [ + { + "gte": "1803", + "lte": "1805" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "enumerationChronology_sort": [ + " -1803" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) Table Generale 1-28 (1803-1805)" + ], + "uri": "i17145970", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) Table Generale 1-28 (1803-1805)" + }, + { + "type": "bf:Barcode", + "value": "33433081744801" + } + ], + "enumerationChronology": [ + "Table Generale 1-28 (1803-1805)" + ], + "idBarcode": [ + "33433081744801" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) Table (1782-1784)", + "urn:barcode:33433081743126" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) Table (1782-1784)", + "dateRange": [ + { + "gte": "1782", + "lte": "1784" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " -1782" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) Table (1782-1784)" + ], + "uri": "i17146038", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) Table (1782-1784)" + }, + { + "type": "bf:Barcode", + "value": "33433081743126" + } + ], + "enumerationChronology": [ + "Table (1782-1784)" + ], + "idBarcode": [ + "33433081743126" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) Table (1779-1781)", + "urn:barcode:33433081745105" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) Table (1779-1781)", + "dateRange": [ + { + "gte": "1779", + "lte": "1781" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " -1779" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) Table (1779-1781)" + ], + "uri": "i17145765", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) Table (1779-1781)" + }, + { + "type": "bf:Barcode", + "value": "33433081745105" + } + ], + "enumerationChronology": [ + "Table (1779-1781)" + ], + "idBarcode": [ + "33433081745105" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) Table (1776-1778)", + "urn:barcode:33433081745477" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) Table (1776-1778)", + "dateRange": [ + { + "gte": "1776", + "lte": "1778" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " -1776" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) Table (1776-1778)" + ], + "uri": "i17145728", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) Table (1776-1778)" + }, + { + "type": "bf:Barcode", + "value": "33433081745477" + } + ], + "enumerationChronology": [ + "Table (1776-1778)" + ], + "idBarcode": [ + "33433081745477" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DM (Esprit des Journaux, françois et etrangers) Table (1772-1775)", + "urn:barcode:33433081747499" + ], + "physicalLocation": [ + "*DM (Esprit des Journaux, françois et etrangers)" + ], + "shelfMark_sort": "a*DM (Esprit des Journaux, françois et etrangers) Table (1772-1775)", + "dateRange": [ + { + "gte": "1772", + "lte": "1775" + } + ], + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], + "enumerationChronology_sort": [ + " -1772" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DM (Esprit des Journaux, françois et etrangers) Table (1772-1775)" + ], + "uri": "i17145691", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DM (Esprit des Journaux, françois et etrangers) Table (1772-1775)" + }, + { + "type": "bf:Barcode", + "value": "33433081747499" + } + ], + "enumerationChronology": [ + "Table (1772-1775)" + ], + "idBarcode": [ + "33433081747499" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:33", + "label": "google project, serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + ], + "dimensions": [ + "15 cm." + ] + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 370, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 370 + } + ] + } + }, + "item_format": { + "doc_count": 370, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 370 + } + ] + } + }, + "item_status": { + "doc_count": 370, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 370 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-acc410f16d2dce9fc5ca6fcd59dc66ca.json b/test/fixtures/query-acc410f16d2dce9fc5ca6fcd59dc66ca.json new file mode 100644 index 00000000..69e5d28a --- /dev/null +++ b/test/fixtures/query-acc410f16d2dce9fc5ca6fcd59dc66ca.json @@ -0,0 +1,575 @@ +{ + "body": { + "took": 8, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.554642, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13966759", + "_score": 15.554642, + "_source": { + "extent": [ + "418 p. : ill., facsims., ports. ;" + ], + "parallelDisplayField": [ + { + "fieldName": "publicationStatement", + "index": 0, + "value": "‏תל אביב : ועד ארגון יוצאי חורוסטוב בישראל, 8691." + }, + { + "fieldName": "placeOfPublication", + "index": 0, + "value": "‏תל אביב" + }, + { + "fieldName": "note", + "index": 0, + "value": "\"הערות ומקורות\": p.19-20." + } + ], + "note": [ + { + "noteType": "Note", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Hebrew orYiddish.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Jews", + "Jews -- Ukraine", + "Jews -- Ukraine -- Khorostkov", + "Jews -- Ukraine -- Khorostkov -- History", + "Holocaust, Jewish (1939-1945)", + "Holocaust, Jewish (1939-1945) -- Ukraine", + "Holocaust, Jewish (1939-1945) -- Ukraine -- Khorostkov", + "Khorostkov (Ukraine)", + "Khorostkov (Ukraine) -- Ethnic relations" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ṿaʻad irgun yotsʼe Ḥorosṭḳov be-Yiśraʼel" + ], + "parallelPublisherLiteral": [ + "‏ועד ארגון יוצאי חורוסטוב בישראל" + ], + "language": [ + { + "id": "lang:heb", + "label": "Hebrew" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1968 + ], + "parallelTitle": [ + "‏ספר חורוסטוב = Chrostkow book" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Sefer Ḥorosṭḳov = Chorostkow book" + ], + "shelfMark": [ + "*PXW (Khorostkov) (Sefer Ḥorosṭḳov. 1968)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "idLccn": [ + "he 68003086" + ], + "numElectronicResources": [ + 2 + ], + "contributorLiteral": [ + "Sztokfisz, David." + ], + "dateStartYear": [ + 1968 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*PXW (Khorostkov) (Sefer Ḥorosṭḳov. 1968)" + }, + { + "type": "nypl:Bnumber", + "value": "13966759" + }, + { + "type": "nypl:Oclc", + "value": "19207169" + }, + { + "type": "nypl:Oclc", + "value": "NYPH98-B4722" + }, + { + "type": "bf:Lccn", + "value": "he 68003086" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0553876" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)19207169" + } + ], + "idOclc": [ + "19207169", + "NYPH98-B4722" + ], + "updatedAt": 1711516467334, + "parallelTitleAlt": [ + "‏חורוסטקוב; ספר-זכרון" + ], + "publicationStatement": [ + "Tel Aviv : Ṿaʻad irgun yotsʼe Ḥorosṭḳov be-Yiśraʼel, 1968." + ], + "identifier": [ + "urn:shelfmark:*PXW (Khorostkov) (Sefer Ḥorosṭḳov. 1968)", + "urn:bnum:13966759", + "urn:oclc:19207169", + "urn:oclc:NYPH98-B4722", + "urn:lccn:he 68003086", + "urn:identifier:(WaOLN)nyp0553876", + "urn:identifier:(OCoLC)19207169" + ], + "genreForm": [ + "Memorial books (Holocaust)" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Jews -- Ukraine -- Khorostkov -- History.", + "Holocaust, Jewish (1939-1945) -- Ukraine -- Khorostkov.", + "Khorostkov (Ukraine) -- Ethnic relations." + ], + "titleDisplay": [ + "Sefer Ḥorosṭḳov = Chorostkow book / ha-ʻorekh, Daṿid Shṭoḳfish." + ], + "uri": "b13966759", + "lccClassification": [ + "DS135.R93 K42 1968" + ], + "parallelContributorLiteral": [ + "‏שטאקפיש, דוד." + ], + "electronicResources": [ + { + "label": "NYPL Digital Collections", + "url": "https://digitalcollections.nypl.org/items/f9706f90-64a7-0133-547d-00505686a51c" + }, + { + "label": "Yiddish Book Center", + "url": "https://www.yiddishbookcenter.org/collections/yizkor-books/yzk-nybc313724" + } + ], + "parallelTitleDisplay": [ + "‏ספר חורוסטוב = Chrostkow book / העורך, דוד שטאקפיש." + ], + "placeOfPublication": [ + "Tel Aviv" + ], + "titleAlt": [ + "Horosṭḳov; sefer zikaron" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "inner_hits": { + "allItems": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13966759", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:Desk-JWS (Yizkor books. Reprint. Khorostkov)", + "urn:barcode:33433084745110" + ], + "physicalLocation": [ + "Desk-JWS (Yizkor books. Reprint. Khorostkov)" + ], + "shelfMark_sort": "aDesk-JWS (Yizkor books. Reprint. Khorostkov)", + "catalogItemType_packed": [ + "catalogItemType:65||book, good condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:o||Use in library" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Desk-JWS (Yizkor books. Reprint. Khorostkov)" + ], + "uri": "i25791623", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Desk-JWS (Yizkor books. Reprint. Khorostkov)" + }, + { + "type": "bf:Barcode", + "value": "33433084745110" + } + ], + "holdingLocation_packed": [ + "loc:maff3||Schwarzman Building - Dorot Jewish Division Desk Room 111" + ], + "idBarcode": [ + "33433084745110" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:65", + "label": "book, good condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maff3", + "label": "Schwarzman Building - Dorot Jewish Division Desk Room 111" + } + ], + "status": [ + { + "id": "status:o", + "label": "Use in library" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13966759", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:*PXW (Khorostkov) (Sefer Horostkov. 1968)" + ], + "physicalLocation": [ + "*PXW (Khorostkov) (Sefer Horostkov. 1968)" + ], + "shelfMark_sort": "a*PXW (Khorostkov) (Sefer Horostkov. 1968)", + "catalogItemType_packed": [ + "catalogItemType:65||book, good condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*PXW (Khorostkov) (Sefer Horostkov. 1968)" + ], + "uri": "i16894049", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*PXW (Khorostkov) (Sefer Horostkov. 1968)" + } + ], + "holdingLocation_packed": [ + "loc:maf82||Schwarzman Building - Dorot Jewish Division Room 111" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:65", + "label": "book, good condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maf82", + "label": "Schwarzman Building - Dorot Jewish Division Room 111" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + } + ] + } + }, + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13966759", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:*PXW (Khorostkov) (Sefer Horostkov. 1968)" + ], + "physicalLocation": [ + "*PXW (Khorostkov) (Sefer Horostkov. 1968)" + ], + "shelfMark_sort": "a*PXW (Khorostkov) (Sefer Horostkov. 1968)", + "catalogItemType_packed": [ + "catalogItemType:65||book, good condition, non-MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*PXW (Khorostkov) (Sefer Horostkov. 1968)" + ], + "uri": "i16894049", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*PXW (Khorostkov) (Sefer Horostkov. 1968)" + } + ], + "holdingLocation_packed": [ + "loc:maf82||Schwarzman Building - Dorot Jewish Division Room 111" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:65", + "label": "book, good condition, non-MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maf82", + "label": "Schwarzman Building - Dorot Jewish Division Room 111" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 2, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:maf82||Schwarzman Building - Dorot Jewish Division Room 111", + "doc_count": 1 + }, + { + "key": "loc:maff3||Schwarzman Building - Dorot Jewish Division Desk Room 111", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 2, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 2 + } + ] + } + }, + "item_status": { + "doc_count": 2, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 1 + }, + { + "key": "status:o||Use in library", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-adf9fb0cb6b2ddbf8a07ab7abd2a716d.json b/test/fixtures/query-adf9fb0cb6b2ddbf8a07ab7abd2a716d.json new file mode 100644 index 00000000..4d8f34e6 --- /dev/null +++ b/test/fixtures/query-adf9fb0cb6b2ddbf8a07ab7abd2a716d.json @@ -0,0 +1,863 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11826883", + "_score": 1299.1257, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Indexed In", + "label": "Applied science & technology index", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Art index", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "R]pertoire international de la littérature de l'art", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Art and archaeology technical abstracts", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Artbibliographies modern", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "Avery index to architectural periodicals", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Vols. 1 (1965)-10 (1974). 1 v.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Vol. 1 (1965)-" + ], + "subjectLiteral_exploded": [ + "Furniture", + "Furniture -- England", + "Furniture -- England -- History", + "Furniture -- England -- History -- Periodicals" + ], + "numItemDatesParsed": [ + 70 + ], + "publisherLiteral": [ + "The Society" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 70 + ], + "createdYear": [ + 1965 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Furniture history : the journal of the Furniture History Society." + ], + "shelfMark": [ + "JQL 08-18" + ], + "numItemVolumesParsed": [ + 70 + ], + "createdString": [ + "1965" + ], + "idLccn": [ + "66053650 //r89" + ], + "idIssn": [ + "0016-3058" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Furniture History Society (London, England)" + ], + "dateStartYear": [ + 1965 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 08-18" + }, + { + "type": "nypl:Bnumber", + "value": "11826883" + }, + { + "type": "nypl:Oclc", + "value": "1570335" + }, + { + "type": "bf:Lccn", + "value": "66053650 //r89" + }, + { + "type": "bf:Issn", + "value": "0016-3058" + }, + { + "type": "bf:Identifier", + "value": "0280126" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1832956" + } + ], + "idOclc": [ + "1570335" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "No. 30 (1994)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 31 (1995)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 32 (1996)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 33 (1997)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 34 (1998)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 35 (1999)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 26-35 (1990 - 1999)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 36 (2000)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 37 (2001)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 38 (2002)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 39 (2003)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 40 (2004)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 41 (2005)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 42 (2006)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 43 (2007)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 44 (2008)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 45 (2009)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 46 (2010)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 47 (2011)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 48 (2012)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 36-45 (2000 - 2009)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 49 (2013)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 50 (2014)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 51 (2015)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 52 (2016)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Expected" + }, + { + "coverage": "No. 53 (2017)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Expected" + }, + { + "coverage": "No. 54 (2018)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Expected" + }, + { + "coverage": "No. 55 (2019)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 56 (2020)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Arrived" + }, + { + "coverage": "No. 57 (2021)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Expected" + }, + { + "coverage": "No. 58 (2022)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-18" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "1(1965)-44(2008)-", + "v. 3636 (2000) - v. 45 (2000); v. 44 (2008); v. 45 (2009); v. 46 (2010); v. 47 (2011); v. 48 (2012); v. 49 (2013); v. 50 (2014); v. 55 (2019)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "JQL 08-18" + } + ], + "physicalLocation": [ + "JQL 08-18" + ], + "location": [ + { + "code": "loc:mab", + "label": "Schwarzman Building - Art & Architecture Room 300" + } + ], + "shelfMark": [ + "JQL 08-18" + ], + "uri": "h1066822" + } + ], + "updatedAt": 1714487263214, + "publicationStatement": [ + "[London] : The Society" + ], + "identifier": [ + "urn:shelfmark:JQL 08-18", + "urn:bnum:11826883", + "urn:oclc:1570335", + "urn:lccn:66053650 //r89", + "urn:issn:0016-3058", + "urn:identifier:0280126", + "urn:identifier:(WaOLN)nyp1832956" + ], + "numCheckinCardItems": [ + 31 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Furniture -- England -- History -- Periodicals." + ], + "titleDisplay": [ + "Furniture history : the journal of the Furniture History Society." + ], + "uri": "b11826883", + "lccClassification": [ + "NK2528 .F8" + ], + "placeOfPublication": [ + "[London]" + ], + "titleAlt": [ + "Furnit. hist.", + "Furniture history" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 1299.1257, + "b11826883" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 70, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11826883", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2023", + "lte": "2023" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JQL 08-18 v. 59 (2023)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 08-18 v. 59 (2023)" + }, + { + "type": "bf:Barcode", + "value": "33433076530082" + } + ], + "enumerationChronology": [ + "v. 59 (2023)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "identifier": [ + "urn:shelfmark:JQL 08-18 v. 59 (2023)", + "urn:barcode:33433076530082" + ], + "physicalLocation": [ + "JQL 08-18" + ], + "shelfMark_sort": "aJQL 08-18 v. 000059 (2023)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 59-2023" + ], + "uri": "i40673104", + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433076530082" + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 59-2023" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b11826883", + "_nested": { + "field": "items", + "offset": 69 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "aJQL 08-000018", + "dateRange": [ + { + "gte": "2022-01-01", + "lte": "2022-01-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "No. 58" + ], + "enumerationChronology_sort": [ + " 58-2022-01-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "JQL 08-18" + ], + "uri": "i-h1066822-0", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 08-18" + } + ], + "holdingLocation_packed": [ + "loc:mab||Schwarzman Building - Art & Architecture Room 300" + ], + "enumerationChronology": [ + "No. 58 (2022)" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab", + "label": "Schwarzman Building - Art & Architecture Room 300" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ] + }, + "sort": [ + " 58-2022-01-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b11826883", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2022", + "lte": "2022" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JQL 08-18 v. 58 (2022)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 08-18 v. 58 (2022)" + }, + { + "type": "bf:Barcode", + "value": "33433076543143" + } + ], + "enumerationChronology": [ + "v. 58 (2022)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "identifier": [ + "urn:shelfmark:JQL 08-18 v. 58 (2022)", + "urn:barcode:33433076543143" + ], + "physicalLocation": [ + "JQL 08-18" + ], + "shelfMark_sort": "aJQL 08-18 v. 000058 (2022)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 58-2022" + ], + "uri": "i39962833", + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433076543143" + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 58-2022" + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-aff8b073578be5a837b2d529f2eb89aa.json b/test/fixtures/query-aff8b073578be5a837b2d529f2eb89aa.json new file mode 100644 index 00000000..87627aae --- /dev/null +++ b/test/fixtures/query-aff8b073578be5a837b2d529f2eb89aa.json @@ -0,0 +1,536 @@ +{ + "body": { + "took": 11, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10022734", + "_score": 15.560745, + "_source": { + "extent": [ + "xiv, 381 p., [16] leaves of plates : ill. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "African American arts", + "African American arts -- New York (State)", + "African American arts -- New York (State) -- New York", + "Arts, Modern", + "Arts, Modern -- 20th century", + "Arts, Modern -- 20th century -- New York (State)", + "Arts, Modern -- 20th century -- New York (State) -- New York", + "Harlem Renaissance", + "Harlem (New York, N.Y.)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Knopf : distributed by Random House" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1981 + ], + "title": [ + "When Harlem was in vogue" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "IEC 81-1139" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Lewis, David Levering, 1936-" + ], + "idLccn": [ + "80002704" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "David Lewis", + "idOclc": [ + "NYPG25743597-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IEC 81-1139" + }, + { + "type": "nypl:Bnumber", + "value": "10022734" + }, + { + "type": "bf:Isbn", + "value": "0394495721" + }, + { + "type": "nypl:Oclc", + "value": "NYPG25743597-B" + }, + { + "type": "bf:Lccn", + "value": "80002704" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0022812" + } + ], + "updatedAt": 1712858901614, + "publicationStatement": [ + "New York : Knopf : distributed by Random House, 1981." + ], + "idIsbn": [ + "0394495721" + ], + "identifier": [ + "urn:shelfmark:IEC 81-1139", + "urn:bnum:10022734", + "urn:isbn:0394495721", + "urn:oclc:NYPG25743597-B", + "urn:lccn:80002704", + "urn:identifier:(WaOLN)nyp0022812" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "African American arts -- New York (State) -- New York.", + "Arts, Modern -- 20th century -- New York (State) -- New York.", + "Harlem Renaissance.", + "Harlem (New York, N.Y.)" + ], + "titleDisplay": [ + "When Harlem was in vogue / David Levering Lewis." + ], + "uri": "b10022734", + "lccClassification": [ + "NX511.N4 L48 1981" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ], + "idIsbn_clean": [ + "0394495721" + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 3, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10022734", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc E 96-780", + "urn:barcode:33433034124614" + ], + "physicalLocation": [ + "Sc E 96-780" + ], + "shelfMark_sort": "aSc E 96-000780", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc E 96-780" + ], + "uri": "i10010904", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc E 96-780" + }, + { + "type": "bf:Barcode", + "value": "33433034124614" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433034124614" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10022734", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:-||No restrictions" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc *700-L (Lewis, D. When Harlem was in vogue)", + "urn:barcode:33433015873411" + ], + "physicalLocation": [ + "Sc *700-L (Lewis, D. When Harlem was in vogue)" + ], + "shelfMark_sort": "aSc *700-L (Lewis, D. When Harlem was in vogue)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:-", + "label": "No restrictions" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc *700-L (Lewis, D. When Harlem was in vogue)" + ], + "uri": "i10010903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc *700-L (Lewis, D. When Harlem was in vogue)" + }, + { + "type": "bf:Barcode", + "value": "33433015873411" + } + ], + "holdingLocation_packed": [ + "loc:scff1||Schomburg Center - Research & Reference - Open Shelf" + ], + "idBarcode": [ + "33433015873411" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff1", + "label": "Schomburg Center - Research & Reference - Open Shelf" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10022734", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1105", + "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" + } + ], + "identifier": [ + "urn:shelfmark:IEC 81-1139", + "urn:barcode:33433035187214" + ], + "physicalLocation": [ + "IEC 81-1139" + ], + "shelfMark_sort": "aIEC 81-001139", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "IEC 81-1139" + ], + "uri": "i10010902", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IEC 81-1139" + }, + { + "type": "bf:Barcode", + "value": "33433035187214" + } + ], + "holdingLocation_packed": [ + "loc:mag82||Schwarzman Building - Milstein Division Room 121" + ], + "idBarcode": [ + "33433035187214" + ], + "owner_packed": [ + "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag82", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 3, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mag82||Schwarzman Building - Milstein Division Room 121", + "doc_count": 1 + }, + { + "key": "loc:scff1||Schomburg Center - Research & Reference - Open Shelf", + "doc_count": 1 + }, + { + "key": "loc:scff2||Schomburg Center - Research & Reference", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 3, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 3 + } + ] + } + }, + "item_status": { + "doc_count": 3, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 3 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-b302e35ec2327d3bb996a1c5007bf06d.json b/test/fixtures/query-b302e35ec2327d3bb996a1c5007bf06d.json new file mode 100644 index 00000000..b57401ba --- /dev/null +++ b/test/fixtures/query-b302e35ec2327d3bb996a1c5007bf06d.json @@ -0,0 +1,47 @@ +{ + "body": { + "took": 2, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + }, + "aggregations": { + "item_location": { + "doc_count": 0, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [] + } + }, + "item_format": { + "doc_count": 0, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [] + } + }, + "item_status": { + "doc_count": 0, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-b54f66f3a6910d5defa8e24cbe8a511a.json b/test/fixtures/query-b54f66f3a6910d5defa8e24cbe8a511a.json new file mode 100644 index 00000000..462ffa8e --- /dev/null +++ b/test/fixtures/query-b54f66f3a6910d5defa8e24cbe8a511a.json @@ -0,0 +1,12657 @@ +{ + "body": { + "took": 23, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_score": 15.560745, + "_source": { + "extent": [ + "volumes : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Some issues bear also thematic titles.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Editors: Harold Ross, 1925-1951; William Shawn, 1951-1987; Robert Gotllieb, 1987-1992, Tina Brown, 1992-1998; David Remnick, 1998-", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 73, no. 1 never published.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Has occasional supplements.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Vol. 90, no. 24 (Aug. 25, 2014).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began with issue for Feb. 21, 1925." + ], + "subjectLiteral_exploded": [ + "Literature", + "Literature -- Collections", + "Literature -- Collections -- Periodicals", + "Intellectual life", + "Electronic journals", + "New York (N.Y.)", + "New York (N.Y.) -- Intellectual life", + "New York (N.Y.) -- Intellectual life -- Directories", + "New York (State)", + "New York (State) -- New York" + ], + "numItemDatesParsed": [ + 819 + ], + "publisherLiteral": [ + "F-R Pub. Corp.", + "D. Carey", + "Condé Nast Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 824 + ], + "createdYear": [ + 1925 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The New Yorker." + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "numItemVolumesParsed": [ + 754 + ], + "createdString": [ + "1925" + ], + "idLccn": [ + "28005329" + ], + "idIssn": [ + "0028-792X" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ross, Harold Wallace, 1892-1951", + "Shawn, William", + "Brown, Tina", + "Remnick, David", + "White, Katharine Sergeant Angell", + "White, E. B. (Elwyn Brooks), 1899-1985", + "Irvin, Rea, 1881-1972", + "Angell, Roger" + ], + "dateStartYear": [ + 1925 + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest (copy held in Per. Sect.)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + }, + { + "type": "nypl:Bnumber", + "value": "10833141" + }, + { + "type": "nypl:Oclc", + "value": "1760231" + }, + { + "type": "bf:Lccn", + "value": "28005329" + }, + { + "type": "bf:Issn", + "value": "0028-792X" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1760231" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + } + ], + "idOclc": [ + "1760231" + ], + "uniformTitle": [ + "New Yorker (New York, N.Y. : 1925)" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 1 (Feb. 15, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 2 (Mar. 1, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 3 (Mar. 8, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 4 (Mar. 15, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 5 (Mar. 22, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 6 (Mar. 29, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 7 (Apr. 5, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 8 (Apr. 12, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 9 (Apr. 19, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 11 (May. 10, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 12 (May. 17, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 13 (May. 24, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 14 (May. 31, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 15 (Jun. 7, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 16 (Jun. 14, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 17 (Jun. 21, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 18 (Jun. 28, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 19 (Jul. 5, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 20 (Jul. 12, 2021)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 21 (Jul. 26, 2021)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 22 (Aug. 2, 2021)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 23 (Aug. 9, 2021)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 24 (Aug. 16, 2021)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "ROOM 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "FEB. 15/22, 2021 - AUG. 16, 2021", + "PRINT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1059671" + }, + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 25 (Aug. 23, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 26 (Aug. 30, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 27 (Sep. 6, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 28 (Sep. 13, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 29 (Sep. 20, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 30 (Sep. 27, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 31 (Oct. 4, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 32 (Oct. 11, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 33 (Oct. 18, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 34 (Oct. 25, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 35 (Nov. 1, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 36 (Nov. 8, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Missing" + }, + { + "coverage": "Vol. 97 No. 37 (Nov. 15, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 38 (Nov. 22, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 39 (Nov. 29, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 40 (Dec. 6, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 41 (Dec. 13, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 42 (Dec. 20, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 97 No. 43 (Dec. 27, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 45 (Jan. 10, 2022)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 46 (Jan. 24, 2022)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 47 (Jan. 31, 2022)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 48 (Feb. 7, 2022)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 1 (Feb. 13, 2023)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 2 (Feb. 27, 2023)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 3 (Mar. 6, 2023)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 4 (Mar. 13, 2023)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 5 (Mar. 20, 2023)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 6 (Mar. 27, 2023)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 7 (Apr. 3, 2023)", + "position": 32, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 8 (Apr. 10, 2023)", + "position": 33, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 9 (Apr. 17, 2023)", + "position": 34, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)", + "position": 35, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 11 (May. 8, 2023)", + "position": 36, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 12 (May. 15, 2023)", + "position": 37, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 13 (May. 22, 2023)", + "position": 38, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 14 (May. 29, 2023)", + "position": 39, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 15 (Jun. 5, 2023)", + "position": 40, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 16 (Jun. 12, 2023)", + "position": 41, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 17 (Jun. 19, 2023)", + "position": 42, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 18 (Jun. 26, 2023)", + "position": 43, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 19 (Jul. 3, 2023)", + "position": 44, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 20 (Jul. 10, 2023)", + "position": 45, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 21 (Jul. 24, 2023)", + "position": 46, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 22 (Jul. 31, 2023)", + "position": 47, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 23 (Aug. 7, 2023)", + "position": 48, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 24 (Aug. 14, 2023)", + "position": 49, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 25 (Aug. 21, 2023)", + "position": 50, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 26 (Aug. 28, 2023)", + "position": 51, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 27 (Sep. 4, 2023)", + "position": 52, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 28 (Sep. 11, 2023)", + "position": 53, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 29 (Sep. 18, 2023)", + "position": 54, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 30 (Sep. 25, 2023)", + "position": 55, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 31 (Oct. 2, 2023)", + "position": 56, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 32 (Oct. 9, 2023)", + "position": 57, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 33 (Oct. 16, 2023)", + "position": 58, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 34 (Oct. 23, 2023)", + "position": 59, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 35 (Oct. 30, 2023)", + "position": 60, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 36 (Nov. 6, 2023)", + "position": 61, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 37 (Nov. 13, 2023)", + "position": 62, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 38 (Nov. 20, 2023)", + "position": 63, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 39 (Nov. 27, 2023)", + "position": 64, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 40 (Dec. 4, 2023)", + "position": 65, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 41 (Dec. 11, 2023)", + "position": 66, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 42 (Dec. 18, 2023)", + "position": 67, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 43 (Dec. 25, 2023)", + "position": 68, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 44 (Jan. 1, 2024)", + "position": 69, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 45 (Jan. 15, 2024)", + "position": 70, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 46 (Jan. 22, 2024)", + "position": 71, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 47 (Jan. 29, 2024)", + "position": 72, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 48 (Feb. 5, 2024)", + "position": 73, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 1 (Feb. 12, 2024)", + "position": 74, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 2 (Feb. 26, 2024)", + "position": 75, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 3 (Mar. 4, 2024)", + "position": 76, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 4 (Mar. 11, 2024)", + "position": 77, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 5 (Mar. 18, 2024)", + "position": 78, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 6 (Mar. 25, 2024)", + "position": 79, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 7 (Apr. 1, 2024)", + "position": 80, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 8 (Apr. 8, 2024)", + "position": 81, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 9 (Apr. 15, 2024)", + "position": 82, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 10 (Apr. 22, 2024)", + "position": 83, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 11 (May. 6, 2024)", + "position": 84, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 12 (May. 13, 2024)", + "position": 85, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 13 (May. 20, 2024)", + "position": 86, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 14 (May. 27, 2024)", + "position": 87, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 15 (Jun. 3, 2024)", + "position": 88, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 16 (Jun. 10, 2024)", + "position": 89, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 17 (Jun. 17, 2024)", + "position": 90, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 18 (Jun. 24, 2024)", + "position": 91, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 19 (Jul. 1, 2024)", + "position": 92, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 20 (Jul. 8, 2024)", + "position": 93, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)--", + "v. 99, no. 37 (2023-11-13); v. 99, no. 48 (2024-02-05); v. 100, no. 2 (2024-02-26)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "Room 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "AUG. 23, 2021-CURRENT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1144777" + } + ], + "updatedAt": 1715286949069, + "publicationStatement": [ + "New York : F-R Pub. Corp., 1925-", + "[New York] : D. Carey", + "[New York] : Condé Nast Publications" + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker)", + "urn:bnum:10833141", + "urn:oclc:1760231", + "urn:lccn:28005329", + "urn:issn:0028-792X", + "urn:identifier:(OCoLC)1760231", + "urn:identifier:(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + ], + "genreForm": [ + "Collections.", + "Directories.", + "Periodicals." + ], + "numCheckinCardItems": [ + 117 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1925" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Literature -- Collections -- Periodicals.", + "Intellectual life.", + "Literature.", + "Electronic journals.", + "New York (N.Y.) -- Intellectual life -- Directories.", + "New York (State) -- New York." + ], + "titleDisplay": [ + "The New Yorker." + ], + "uri": "b10833141", + "lccClassification": [ + "AP2 .N6763" + ], + "placeOfPublication": [ + "New York", + "[New York]" + ], + "titleAlt": [ + "New Yorker", + "The New Yorker" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28-31 cm" + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 707, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)", + "urn:barcode:33433136742404" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Nov 2020-Feb 8, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + ], + "uri": "i40269792", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Nov 2020-Feb 8, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136742404" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Nov 2020-Feb 8, 2021)" + ], + "idBarcode": [ + "33433136742404" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 4 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (May-July 2020)", + "urn:barcode:33433136742420" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (May-July 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (May-July 2020)" + ], + "uri": "i40269798", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (May-July 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742420" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (May-July 2020)" + ], + "idBarcode": [ + "33433136742420" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 5 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Feb 17-April 2020)", + "urn:barcode:33433136742438" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Feb 17-April 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + ], + "uri": "i40269804", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Feb 17-April 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742438" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Feb 17-April 2020)" + ], + "idBarcode": [ + "33433136742438" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 6 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 96 (Aug-Oct 2020)", + "urn:barcode:33433136742412" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000096 (Aug-Oct 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2020", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 96-2020" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + ], + "uri": "i40269794", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 96 (Aug-Oct 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433136742412" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 96 (Aug-Oct 2020)" + ], + "idBarcode": [ + "33433136742412" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 96, + "lte": 96 + } + ] + }, + "sort": [ + " 96-2020" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 7 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)", + "urn:barcode:33433130033321" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Oct-Nov. 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + ], + "uri": "i40232403", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Oct-Nov. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033321" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Oct-Nov. 2019)" + ], + "idBarcode": [ + "33433130033321" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 8 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (May-July 2019)", + "urn:barcode:33433130033305" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (May-July 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (May-July 2019)" + ], + "uri": "i40232398", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (May-July 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033305" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (May-July 2019)" + ], + "idBarcode": [ + "33433130033305" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 9 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Feb 18-April 2019)", + "urn:barcode:33433130033297" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Feb 18-April 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + ], + "uri": "i40232353", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Feb 18-April 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033297" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Feb 18-April 2019)" + ], + "idBarcode": [ + "33433130033297" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 10 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)", + "urn:barcode:33433130033339" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Dec. 2019-Feb. 10, 2020)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2020" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "uri": "i40232406", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Dec. 2019-Feb. 10, 2020)" + }, + { + "type": "bf:Barcode", + "value": "33433130033339" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Dec. 2019-Feb. 10, 2020)" + ], + "idBarcode": [ + "33433130033339" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 11 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)", + "urn:barcode:33433130033313" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000095 (Aug.-Sept. 2019)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2019", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 95-2019" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + ], + "uri": "i40232401", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 95 (Aug.-Sept. 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433130033313" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 95 (Aug.-Sept. 2019)" + ], + "idBarcode": [ + "33433130033313" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 95, + "lte": 95 + } + ] + }, + "sort": [ + " 95-2019" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 12 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201161" + } + ], + "enumerationChronology": [ + "v. 94 (Oct.-Nov. 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Oct.-Nov. 2018)", + "urn:barcode:33433128201161" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Oct.-Nov. 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37530724", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128201161" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 13 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (May-June 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (May-June 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201310" + } + ], + "enumerationChronology": [ + "v. 94 (May-June 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (May-June 2018)", + "urn:barcode:33433128201310" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (May-June 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37539307", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128201310" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 14 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (July-Sept. 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (July-Sept. 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128201302" + } + ], + "enumerationChronology": [ + "v. 94 (July-Sept. 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (July-Sept. 2018)", + "urn:barcode:33433128201302" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (July-Sept. 2018)", + "status_packed": [ + "status:t||In transit" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37539308", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128201302" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + false + ], + "status": [ + { + "id": "status:t", + "label": "In transit" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 15 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433128200965" + } + ], + "enumerationChronology": [ + "v. 94 (Feb. 12-Apr. 30, 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Feb. 12-Apr. 30, 2018)", + "urn:barcode:33433128200965" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Feb. 12-Apr. 30, 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37529511", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128200965" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 16 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2018", + "lte": "2019" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + }, + { + "type": "bf:Barcode", + "value": "33433128200973" + } + ], + "enumerationChronology": [ + "v. 94 (Dec. 3, 2018-Feb. 11, 2019)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 94, + "lte": 94 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 94 (Dec. 3, 2018-Feb. 11, 2019)", + "urn:barcode:33433128200973" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000094 (Dec. 3, 2018-Feb. 11, 2019)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 94-2018" + ], + "uri": "i37529513", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433128200973" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 94-2018" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 17 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2018" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + }, + { + "type": "bf:Barcode", + "value": "33433121911253" + } + ], + "enumerationChronology": [ + "v. 93 (Nov. 6, 2017-Feb. 5, 2018)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Nov. 6, 2017-Feb. 5, 2018)", + "urn:barcode:33433121911253" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Nov. 6, 2017-Feb. 5, 2018)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790458", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911253" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 18 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (May-July 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (May-July 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911105" + } + ], + "enumerationChronology": [ + "v. 93 (May-July 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (May-July 2017)", + "urn:barcode:33433121911105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (May-July 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790460", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911105" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 19 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911246" + } + ], + "enumerationChronology": [ + "v. 93 (Feb. 13-Apr. 24, 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Feb. 13-Apr. 24, 2017)", + "urn:barcode:33433121911246" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Feb. 13-Apr. 24, 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790455", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911246" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 20 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2017", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 93 (Aug-Oct 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 93 (Aug-Oct 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433121911097" + } + ], + "enumerationChronology": [ + "v. 93 (Aug-Oct 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 93, + "lte": 93 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 93 (Aug-Oct 2017)", + "urn:barcode:33433121911097" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000093 (Aug-Oct 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 93-2017" + ], + "uri": "i36790462", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433121911097" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 93-2017" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 21 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. " + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. " + }, + { + "type": "bf:Barcode", + "value": "33433119892341" + } + ], + "enumerationChronology": [ + "v. 92 (Oct. -Nov. 2016) Inc. " + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Oct. -Nov. 2016) Inc. ", + "urn:barcode:33433119892341" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Oct. -Nov. 2016) Inc. ", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36118780", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119892341" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 22 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (May-June 2016)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (May-June 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119855561" + } + ], + "enumerationChronology": [ + "v. 92 (May-June 2016)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (May-June 2016)", + "urn:barcode:33433119855561" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (May-June 2016)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36058799", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119855561" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 23 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (July-Sept. 2016)", + "urn:barcode:33433119872095" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (July-Sept. 2016)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + ], + "uri": "i36060542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (July-Sept. 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119872095" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 92 (July-Sept. 2016)" + ], + "idBarcode": [ + "33433119872095" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 24 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119872103" + } + ], + "enumerationChronology": [ + "v. 92 (Feb. 8-April 25, 2016)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Feb. 8-April 25, 2016)", + "urn:barcode:33433119872103" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Feb. 8-April 25, 2016)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36060543", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119872103" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 25 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2016", + "lte": "2017" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + }, + { + "type": "bf:Barcode", + "value": "33433119892333" + } + ], + "enumerationChronology": [ + "v. 92 (Dec. 5, 2016-Feb. 6, 2017)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 92, + "lte": 92 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 92 (Dec. 5, 2016-Feb. 6, 2017)", + "urn:barcode:33433119892333" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000092 (Dec. 5, 2016-Feb. 6, 2017)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 92-2016" + ], + "uri": "i36118763", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119892333" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 92-2016" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 26 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)", + "urn:barcode:33433119872087" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Sept.-Oct. 2015)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2015", + "lte": "2015" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + ], + "uri": "i36060538", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Sept.-Oct. 2015)" + }, + { + "type": "bf:Barcode", + "value": "33433119872087" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 91 (Sept.-Oct. 2015)" + ], + "idBarcode": [ + "33433119872087" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ] + }, + "sort": [ + " 91-2015" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 27 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2015", + "lte": "2016" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + }, + { + "type": "bf:Barcode", + "value": "33433119855579" + } + ], + "enumerationChronology": [ + "v. 91 (Nov. 2, 2015- Feb. 1, 2016)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Nov. 2, 2015- Feb. 1, 2016)", + "urn:barcode:33433119855579" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Nov. 2, 2015- Feb. 1, 2016)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "uri": "i36058800", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119855579" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 91-2015" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 28 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2015", + "lte": "2015" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + }, + { + "type": "bf:Barcode", + "value": "33433119892317" + } + ], + "enumerationChronology": [ + "v. 91 (Mar. 23-Aug. 31, 2015) Inc. " + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 91, + "lte": 91 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 91 (Mar. 23-Aug. 31, 2015) Inc. ", + "urn:barcode:33433119892317" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000091 (Mar. 23-Aug. 31, 2015) Inc. ", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 91-2015" + ], + "uri": "i36118736", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433119892317" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 91-2015" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 29 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102134" + } + ], + "enumerationChronology": [ + "v. 90 (Oct. 6-Dec. 1 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (Oct. 6-Dec. 1 2014)", + "urn:barcode:33433114102134" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (Oct. 6-Dec. 1 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "uri": "i34327846", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114102134" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 90-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 30 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (May-June 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (May-June 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114101987" + } + ], + "enumerationChronology": [ + "v. 90 (May-June 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (May-June 2014)", + "urn:barcode:33433114101987" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (May-June 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "uri": "i34325260", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114101987" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 90-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 31 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 90 (July-Sept 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 90 (July-Sept 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102084" + } + ], + "enumerationChronology": [ + "v. 90 (July-Sept 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 90, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 90 (July-Sept 2014)", + "urn:barcode:33433114102084" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000090 (July-Sept 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 90-2014" + ], + "uri": "i34327829", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114102084" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 90-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 32 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433114102043" + } + ], + "enumerationChronology": [ + "v. 89-90 (Feb. 10-Apr. 28 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 90 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89-90 (Feb. 10-Apr. 28 2014)", + "urn:barcode:33433114102043" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089-90 (Feb. 10-Apr. 28 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2014" + ], + "uri": "i34327008", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433114102043" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 37 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2014", + "lte": "2014" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)" + }, + { + "type": "bf:Barcode", + "value": "33433110762741" + } + ], + "enumerationChronology": [ + "v. 89 (Jan. 6-Feb. 3, 2014)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Jan. 6-Feb. 3, 2014)", + "urn:barcode:33433110762741" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Jan. 6-Feb. 3, 2014)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2014" + ], + "uri": "i32414227", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433110762741" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2014" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 33 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Sept-Oct 2013)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Sept-Oct 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762709" + } + ], + "enumerationChronology": [ + "v. 89 (Sept-Oct 2013)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Sept-Oct 2013)", + "urn:barcode:33433110762709" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Sept-Oct 2013)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "uri": "i32414253", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433110762709" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2013" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 34 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Nov-Dec 2013)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Nov-Dec 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762691" + } + ], + "enumerationChronology": [ + "v. 89 (Nov-Dec 2013)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Nov-Dec 2013)", + "urn:barcode:33433110762691" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Nov-Dec 2013)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "uri": "i32414254", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433110762691" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2013" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 35 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (May-June 2013)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (May-June 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762725" + } + ], + "enumerationChronology": [ + "v. 89 (May-June 2013)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (May-June 2013)", + "urn:barcode:33433110762725" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (May-June 2013)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "uri": "i32414248", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433110762725" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2013" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 36 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (July-Aug 2013)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (July-Aug 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762717" + } + ], + "enumerationChronology": [ + "v. 89 (July-Aug 2013)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (July-Aug 2013)", + "urn:barcode:33433110762717" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (July-Aug 2013)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "uri": "i32414252", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433110762717" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2013" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 38 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2013", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 89 (Feb. 11-Apr. 29 , 2013)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 89 (Feb. 11-Apr. 29 , 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433110762733" + } + ], + "enumerationChronology": [ + "v. 89 (Feb. 11-Apr. 29 , 2013)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 89, + "lte": 89 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 89 (Feb. 11-Apr. 29 , 2013)", + "urn:barcode:33433110762733" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000089 (Feb. 11-Apr. 29 , 2013)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 89-2013" + ], + "uri": "i32414245", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433110762733" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 89-2013" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 39 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2012", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (June 4-July 16, 2012)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (June 4-July 16, 2012)" + }, + { + "type": "bf:Barcode", + "value": "33433108528393" + } + ], + "enumerationChronology": [ + "v. 88 (June 4-July 16, 2012)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (June 4-July 16, 2012)", + "urn:barcode:33433108528393" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (June 4-July 16, 2012)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "uri": "i31482936", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433108528393" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 88-2012" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 40 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2012", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (Feb. 13-Mar. 26, 2012)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (Feb. 13-Mar. 26, 2012)" + }, + { + "type": "bf:Barcode", + "value": "33433108528385" + } + ], + "enumerationChronology": [ + "v. 88 (Feb. 13-Mar. 26, 2012)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (Feb. 13-Mar. 26, 2012)", + "urn:barcode:33433108528385" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (Feb. 13-Mar. 26, 2012)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "uri": "i31482935", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433108528385" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 88-2012" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 41 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2012", + "lte": "2013" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (Dec. 10, 2012-Feb. 4, 2013)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (Dec. 10, 2012-Feb. 4, 2013)" + }, + { + "type": "bf:Barcode", + "value": "33433108528401" + } + ], + "enumerationChronology": [ + "v. 88 (Dec. 10, 2012-Feb. 4, 2013)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (Dec. 10, 2012-Feb. 4, 2013)", + "urn:barcode:33433108528401" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (Dec. 10, 2012-Feb. 4, 2013)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "uri": "i31482938", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433108528401" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 88-2012" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 42 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2012", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 88 (Apr.-May 2012) Inc." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 88 (Apr.-May 2012) Inc." + }, + { + "type": "bf:Barcode", + "value": "33433108528377" + } + ], + "enumerationChronology": [ + "v. 88 (Apr.-May 2012) Inc." + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "volumeRange": [ + { + "gte": 88, + "lte": 88 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 88 (Apr.-May 2012) Inc.", + "urn:barcode:33433108528377" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000088 (Apr.-May 2012) Inc.", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 88-2012" + ], + "uri": "i31482930", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433108528377" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 88-2012" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 43 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Oct-Nov 2011)", + "urn:barcode:33433099610952" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Oct-Nov 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Oct-Nov 2011)" + ], + "uri": "i28878991", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Oct-Nov 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099610952" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Oct-Nov 2011)" + ], + "idBarcode": [ + "33433099610952" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 44 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (June-July 2011)", + "urn:barcode:33433099611083" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (June-July 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (June-July 2011)" + ], + "uri": "i28878983", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (June-July 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611083" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (June-July 2011)" + ], + "idBarcode": [ + "33433099611083" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 45 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)", + "urn:barcode:33433099611109" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Feb. 14-Mar. 28, 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)" + ], + "uri": "i28878974", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Feb. 14-Mar. 28, 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611109" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Feb. 14-Mar. 28, 2011)" + ], + "idBarcode": [ + "33433099611109" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 46 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)", + "urn:barcode:33433099610945" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Dec. 5, 2011-Feb. 6, 2012)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2012" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + ], + "uri": "i28879000", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + }, + { + "type": "bf:Barcode", + "value": "33433099610945" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Dec. 5, 2011-Feb. 6, 2012)" + ], + "idBarcode": [ + "33433099610945" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 47 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Aug-Sept 2011)", + "urn:barcode:33433099611075" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Aug-Sept 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Aug-Sept 2011)" + ], + "uri": "i28878989", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Aug-Sept 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611075" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Aug-Sept 2011)" + ], + "idBarcode": [ + "33433099611075" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 48 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 87 (Apr-May 2011)", + "urn:barcode:33433099611091" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000087 (Apr-May 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2011", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 87-2011" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 87 (Apr-May 2011)" + ], + "uri": "i28878981", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 87 (Apr-May 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611091" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 87 (Apr-May 2011)" + ], + "idBarcode": [ + "33433099611091" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 87, + "lte": 87 + } + ] + }, + "sort": [ + " 87-2011" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 49 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 inc. (May-July 2010)", + "urn:barcode:33433099612925" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 inc. (May-July 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 inc. (May-July 2010)" + ], + "uri": "i28974701", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 inc. (May-July 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099612925" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 inc. (May-July 2010)" + ], + "idBarcode": [ + "33433099612925" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 50 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Oct-Nov 2010)", + "urn:barcode:33433099611125" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Oct-Nov 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Oct-Nov 2010)" + ], + "uri": "i28878958", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Oct-Nov 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611125" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Oct-Nov 2010)" + ], + "idBarcode": [ + "33433099611125" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 51 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)", + "urn:barcode:33433099611141" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Feb. 15-Apr. 26, 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)" + ], + "uri": "i28878948", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Feb. 15-Apr. 26, 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611141" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Feb. 15-Apr. 26, 2010)" + ], + "idBarcode": [ + "33433099611141" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 52 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)", + "urn:barcode:33433099611117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Dec. 6, 2010-Feb. 7, 2011)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2011" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + ], + "uri": "i28878970", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + }, + { + "type": "bf:Barcode", + "value": "33433099611117" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Dec. 6, 2010-Feb. 7, 2011)" + ], + "idBarcode": [ + "33433099611117" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 53 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 86 (Aug-Sept 2010)", + "urn:barcode:33433099611133" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000086 (Aug-Sept 2010)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2010", + "lte": "2010" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 86-2010" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 86 (Aug-Sept 2010)" + ], + "uri": "i28878953", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 86 (Aug-Sept 2010)" + }, + { + "type": "bf:Barcode", + "value": "33433099611133" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 86 (Aug-Sept 2010)" + ], + "idBarcode": [ + "33433099611133" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 86, + "lte": 86 + } + ] + }, + "sort": [ + " 86-2010" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 54 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Oct-Nov 2009)", + "urn:barcode:33433099611166" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Oct-Nov 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Oct-Nov 2009)" + ], + "uri": "i28878932", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Oct-Nov 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611166" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (Oct-Nov 2009)" + ], + "idBarcode": [ + "33433099611166" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 55 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (May-June 2009)", + "urn:barcode:33433099611182" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (May-June 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (May-June 2009)" + ], + "uri": "i28878920", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (May-June 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611182" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (May-June 2009)" + ], + "idBarcode": [ + "33433099611182" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 56 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)", + "urn:barcode:33433099611190" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Feb. 9-Apr. 27, 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)" + ], + "uri": "i28878911", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Feb. 9-Apr. 27, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611190" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (Feb. 9-Apr. 27, 2009)" + ], + "idBarcode": [ + "33433099611190" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 57 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)", + "urn:barcode:33433099611174" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000085 (Aug. 10-Sept. 28, 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2009", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 85-2009" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)" + ], + "uri": "i28878925", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 85 (Aug. 10-Sept. 28, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433099611174" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 85 (Aug. 10-Sept. 28, 2009)" + ], + "idBarcode": [ + "33433099611174" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 85, + "lte": 85 + } + ] + }, + "sort": [ + " 85-2009" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 58 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Oct-Nov 2008)", + "urn:barcode:33433085063992" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Oct-Nov 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Oct-Nov 2008)" + ], + "uri": "i25589223", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Oct-Nov 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085063992" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Oct-Nov 2008)" + ], + "idBarcode": [ + "33433085063992" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 59 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (June-July 2008)", + "urn:barcode:33433085064008" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (June-July 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (June-July 2008)" + ], + "uri": "i25589214", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (June-July 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064008" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (June-July 2008)" + ], + "idBarcode": [ + "33433085064008" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 60 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)", + "urn:barcode:33433085063950" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Feb. 11-Mar. 31 , 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)" + ], + "uri": "i25589272", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Feb. 11-Mar. 31 , 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085063950" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Feb. 11-Mar. 31 , 2008)" + ], + "idBarcode": [ + "33433085063950" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 61 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)", + "urn:barcode:33433085063976" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Dec 1, 2008-Feb 2, 2009)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2009" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)" + ], + "uri": "i25589242", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Dec 1, 2008-Feb 2, 2009)" + }, + { + "type": "bf:Barcode", + "value": "33433085063976" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Dec 1, 2008-Feb 2, 2009)" + ], + "idBarcode": [ + "33433085063976" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 62 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)", + "urn:barcode:33433085064172" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Aug-Sept 2008 & Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)" + ], + "uri": "i25589287", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Aug-Sept 2008 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085064172" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Aug-Sept 2008 & Suppl.)" + ], + "idBarcode": [ + "33433085064172" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 63 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 84 (Apr-May 2008)", + "urn:barcode:33433085064214" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000084 (Apr-May 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 84-2008" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 84 (Apr-May 2008)" + ], + "uri": "i25589205", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 84 (Apr-May 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064214" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 84 (Apr-May 2008)" + ], + "idBarcode": [ + "33433085064214" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 84, + "lte": 84 + } + ] + }, + "sort": [ + " 84-2008" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 64 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)", + "urn:barcode:33433085063984" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Oct-Nov 2007 & Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)" + ], + "uri": "i25589229", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Oct-Nov 2007 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085063984" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Oct-Nov 2007 & Suppl.)" + ], + "idBarcode": [ + "33433085063984" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 65 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)", + "urn:barcode:33433085063943" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (June 25-July 30, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)" + ], + "uri": "i25589274", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (June 25-July 30, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085063943" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (June 25-July 30, 2007)" + ], + "idBarcode": [ + "33433085063943" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 66 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)", + "urn:barcode:33433085064180" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Feb. 19-Mar. 26, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)" + ], + "uri": "i25589278", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Feb. 19-Mar. 26, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085064180" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Feb. 19-Mar. 26, 2007)" + ], + "idBarcode": [ + "33433085064180" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 67 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)", + "urn:barcode:33433085064206" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Dec. 3, 2007-Feb. 4, 2008)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2008" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + ], + "uri": "i25589263", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + }, + { + "type": "bf:Barcode", + "value": "33433085064206" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Dec. 3, 2007-Feb. 4, 2008)" + ], + "idBarcode": [ + "33433085064206" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 68 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)", + "urn:barcode:33433085063968" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Aug-Sept 2007 & Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)" + ], + "uri": "i25589251", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Aug-Sept 2007 & Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433085063968" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Aug-Sept 2007 & Suppl.)" + ], + "idBarcode": [ + "33433085063968" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 69 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)", + "urn:barcode:33433085064198" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000083 (Apr. 2-May 21, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 83-2007" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)" + ], + "uri": "i25589269", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 83 (Apr. 2-May 21, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433085064198" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 83 (Apr. 2-May 21, 2007)" + ], + "idBarcode": [ + "33433085064198" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 83, + "lte": 83 + } + ] + }, + "sort": [ + " 83-2007" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 70 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)", + "urn:barcode:33433084240575" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Oct.-Nov. 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)" + ], + "uri": "i17474922", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Oct.-Nov. 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240575" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (Oct.-Nov. 2006)" + ], + "idBarcode": [ + "33433084240575" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 71 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (May-June 2006)", + "urn:barcode:33433084240559" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (May-June 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (May-June 2006)" + ], + "uri": "i17474920", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (May-June 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240559" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (May-June 2006)" + ], + "idBarcode": [ + "33433084240559" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 72 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)", + "urn:barcode:33433084240567" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (July-Sept. & Suppl. 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)" + ], + "uri": "i17474921", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (July-Sept. & Suppl. 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240567" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (July-Sept. & Suppl. 2006)" + ], + "idBarcode": [ + "33433084240567" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 73 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)", + "urn:barcode:33433084240542" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Feb. 13-Apr. 24, 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)" + ], + "uri": "i17474919", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Feb. 13-Apr. 24, 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240542" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (Feb. 13-Apr. 24, 2006)" + ], + "idBarcode": [ + "33433084240542" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 74 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)", + "urn:barcode:33433084240583" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000082 (Dec. 4, 2006-Feb. 12, 2007)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2007" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 82-2006" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + ], + "uri": "i17474923", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + }, + { + "type": "bf:Barcode", + "value": "33433084240583" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 82 (Dec. 4, 2006-Feb. 12, 2007)" + ], + "idBarcode": [ + "33433084240583" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 82, + "lte": 82 + } + ] + }, + "sort": [ + " 82-2006" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 75 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)", + "urn:barcode:33433084240526" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Oct.-Nov. 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)" + ], + "uri": "i17474917", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Oct.-Nov. 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240526" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Oct.-Nov. 2005)" + ], + "idBarcode": [ + "33433084240526" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 76 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)", + "urn:barcode:33433084240518" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (June 27-Sept.26,2005;Suppl.)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)" + ], + "uri": "i17474916", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (June 27-Sept.26,2005;Suppl.)" + }, + { + "type": "bf:Barcode", + "value": "33433084240518" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (June 27-Sept.26,2005;Suppl.)" + ], + "idBarcode": [ + "33433084240518" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 77 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)", + "urn:barcode:33433084240492" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Feb. 14-Mar. 28, 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)" + ], + "uri": "i17474914", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Feb. 14-Mar. 28, 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240492" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Feb. 14-Mar. 28, 2005)" + ], + "idBarcode": [ + "33433084240492" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 78 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)", + "urn:barcode:33433084240534" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Dec. 5, 2005-Feb. 6, 2006)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2006" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + ], + "uri": "i17474918", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + }, + { + "type": "bf:Barcode", + "value": "33433084240534" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Dec. 5, 2005-Feb. 6, 2006)" + ], + "idBarcode": [ + "33433084240534" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 79 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 81 (Apr.-May 2005)", + "urn:barcode:33433084240500" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000081 (Apr.-May 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2005", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 81-2005" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 81 (Apr.-May 2005)" + ], + "uri": "i17474915", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 81 (Apr.-May 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240500" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 81 (Apr.-May 2005)" + ], + "idBarcode": [ + "33433084240500" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 81, + "lte": 81 + } + ] + }, + "sort": [ + " 81-2005" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 80 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)", + "urn:barcode:33433084240476" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Oct.-Nov. 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)" + ], + "uri": "i17474912", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Oct.-Nov. 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240476" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (Oct.-Nov. 2004)" + ], + "idBarcode": [ + "33433084240476" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 81 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (May-June 2004)", + "urn:barcode:33433084240468" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (May-June 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (May-June 2004)" + ], + "uri": "i17474911", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (May-June 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240468" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (May-June 2004)" + ], + "idBarcode": [ + "33433084240468" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 82 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (July-Sept 2004)", + "urn:barcode:33433078508037" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (July-Sept 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (July-Sept 2004)" + ], + "uri": "i17474399", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (July-Sept 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433078508037" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (July-Sept 2004)" + ], + "idBarcode": [ + "33433078508037" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 83 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)", + "urn:barcode:33433080028222" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Feb. 16- Apr. 26 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)" + ], + "uri": "i17474447", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Feb. 16- Apr. 26 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433080028222" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (Feb. 16- Apr. 26 2004)" + ], + "idBarcode": [ + "33433080028222" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 84 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)", + "urn:barcode:33433084240484" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000080 (Dec. 6, 2004-Feb. 7, 2005)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2004", + "lte": "2005" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 80-2004" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + ], + "uri": "i17474913", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + }, + { + "type": "bf:Barcode", + "value": "33433084240484" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 80 (Dec. 6, 2004-Feb. 7, 2005)" + ], + "idBarcode": [ + "33433084240484" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 80, + "lte": 80 + } + ] + }, + "sort": [ + " 80-2004" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 85 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)", + "urn:barcode:33433084240443" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Oct.-Nov. 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)" + ], + "uri": "i17474909", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Oct.-Nov. 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240443" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Oct.-Nov. 2003)" + ], + "idBarcode": [ + "33433084240443" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 86 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (June-July 2003)", + "urn:barcode:33433084240427" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (June-July 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (June-July 2003)" + ], + "uri": "i17474907", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (June-July 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240427" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (June-July 2003)" + ], + "idBarcode": [ + "33433084240427" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 87 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)", + "urn:barcode:33433084240401" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Feb. 17-Mar. 31, 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)" + ], + "uri": "i17474905", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Feb. 17-Mar. 31, 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240401" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Feb. 17-Mar. 31, 2003)" + ], + "idBarcode": [ + "33433084240401" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 88 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)", + "urn:barcode:33433084240450" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Dec. 1, 2003-Feb. 9, 2004)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2004" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + ], + "uri": "i17474910", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + }, + { + "type": "bf:Barcode", + "value": "33433084240450" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Dec. 1, 2003-Feb. 9, 2004)" + ], + "idBarcode": [ + "33433084240450" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 89 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)", + "urn:barcode:33433084240435" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Aug-Sept. 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)" + ], + "uri": "i17474908", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Aug-Sept. 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240435" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Aug-Sept. 2003)" + ], + "idBarcode": [ + "33433084240435" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 90 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 79 (Apr.-May 2003)", + "urn:barcode:33433084240419" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000079 (Apr.-May 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2003", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 79-2003" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 79 (Apr.-May 2003)" + ], + "uri": "i17474906", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 79 (Apr.-May 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240419" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 79 (Apr.-May 2003)" + ], + "idBarcode": [ + "33433084240419" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 79, + "lte": 79 + } + ] + }, + "sort": [ + " 79-2003" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 91 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)", + "urn:barcode:33433084240385" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Oct.-Nov. 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)" + ], + "uri": "i17474903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Oct.-Nov. 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240385" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Oct.-Nov. 2002)" + ], + "idBarcode": [ + "33433084240385" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 92 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (June-July 2002)", + "urn:barcode:33433084240369" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (June-July 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (June-July 2002)" + ], + "uri": "i17474901", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (June-July 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240369" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (June-July 2002)" + ], + "idBarcode": [ + "33433084240369" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 93 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)", + "urn:barcode:33433084240344" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Feb. 18-Mar. 25, 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)" + ], + "uri": "i17474899", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Feb. 18-Mar. 25, 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240344" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Feb. 18-Mar. 25, 2002)" + ], + "idBarcode": [ + "33433084240344" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 94 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)", + "urn:barcode:33433084240393" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Dec. 2, 2002-Feb. 10, 2003)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2003" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + ], + "uri": "i17474904", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + }, + { + "type": "bf:Barcode", + "value": "33433084240393" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Dec. 2, 2002-Feb. 10, 2003)" + ], + "idBarcode": [ + "33433084240393" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 95 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)", + "urn:barcode:33433084240377" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Aug.-Sept. 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)" + ], + "uri": "i17474902", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Aug.-Sept. 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240377" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Aug.-Sept. 2002)" + ], + "idBarcode": [ + "33433084240377" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 96 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 78 (Apr.-May 2002)", + "urn:barcode:33433084240351" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000078 (Apr.-May 2002)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2002", + "lte": "2002" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 78-2002" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 78 (Apr.-May 2002)" + ], + "uri": "i17474900", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 78 (Apr.-May 2002)" + }, + { + "type": "bf:Barcode", + "value": "33433084240351" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 78 (Apr.-May 2002)" + ], + "idBarcode": [ + "33433084240351" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 78, + "lte": 78 + } + ] + }, + "sort": [ + " 78-2002" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 97 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)", + "urn:barcode:33433084240328" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Oct. -Nov. 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)" + ], + "uri": "i17474897", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Oct. -Nov. 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240328" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (Oct. -Nov. 2001)" + ], + "idBarcode": [ + "33433084240328" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 98 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (May-July 2001)", + "urn:barcode:33433079991612" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (May-July 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (May-July 2001)" + ], + "uri": "i17474446", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (May-July 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433079991612" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (May-July 2001)" + ], + "idBarcode": [ + "33433079991612" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 99 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)", + "urn:barcode:33433084240302" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000077 (Feb. 19-Apr. 30, 2001)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2001", + "lte": "2001" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 77-2001" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)" + ], + "uri": "i17474895", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 77 (Feb. 19-Apr. 30, 2001)" + }, + { + "type": "bf:Barcode", + "value": "33433084240302" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 77 (Feb. 19-Apr. 30, 2001)" + ], + "idBarcode": [ + "33433084240302" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 77, + "lte": 77 + } + ] + }, + "sort": [ + " 77-2001" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal82||Schwarzman Building - Main Reading Room 315", + "doc_count": 575 + }, + { + "key": "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108", + "doc_count": 117 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 66 + }, + { + "key": "loc:rcma2||Offsite", + "doc_count": 66 + } + ] + } + }, + "item_format": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 707 + }, + { + "key": "AUG. 23, 2021-CURRENT", + "doc_count": 93 + }, + { + "key": "FEB. 15/22, 2021 - AUG. 16, 2021", + "doc_count": 24 + } + ] + } + }, + "item_status": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 766 + }, + { + "key": "status:i||At bindery", + "doc_count": 41 + }, + { + "key": "status:na||Not available", + "doc_count": 9 + }, + { + "key": "status:co||Loaned", + "doc_count": 5 + }, + { + "key": "status:t||In transit", + "doc_count": 2 + }, + { + "key": "status:m||Missing", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-be55ad0ba68e4cea3a3101fcaf7531d8.json b/test/fixtures/query-be55ad0ba68e4cea3a3101fcaf7531d8.json new file mode 100644 index 00000000..07f26331 --- /dev/null +++ b/test/fixtures/query-be55ad0ba68e4cea3a3101fcaf7531d8.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 16, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 16, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-bf6caf242f418048cb7522997f55f4fa.json b/test/fixtures/query-bf6caf242f418048cb7522997f55f4fa.json new file mode 100644 index 00000000..b863b403 --- /dev/null +++ b/test/fixtures/query-bf6caf242f418048cb7522997f55f4fa.json @@ -0,0 +1,300 @@ +{ + "body": { + "took": 5, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10022950", + "_score": 15.560745, + "_source": { + "extent": [ + "224 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Christianity and other religions", + "Christianity and other religions -- Judaism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[D. Kirshenbaum]" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Religion--love or hate?" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*PGZ 81-1452" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Kirshenbaum, D. (David), 1902-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "creatorModifiedName": "D Kirshenbaum", + "idOclc": [ + "NYPG25881442-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*PGZ 81-1452" + }, + { + "type": "nypl:Bnumber", + "value": "10022950" + }, + { + "type": "nypl:Oclc", + "value": "NYPG25881442-B" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0023028" + } + ], + "updatedAt": 1711072100364, + "publicationStatement": [ + "New York : [D. Kirshenbaum], 1974." + ], + "identifier": [ + "urn:shelfmark:*PGZ 81-1452", + "urn:bnum:10022950", + "urn:oclc:NYPG25881442-B", + "urn:identifier:(WaOLN)nyp0023028" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Christianity and other religions -- Judaism." + ], + "titleDisplay": [ + "Religion--love or hate? / by David Kirshenbaum." + ], + "uri": "b10022950", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Love or hate." + ], + "dimensions": [ + "24 cm." + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10022950", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*PGZ 81-1452", + "urn:barcode:33433103848853" + ], + "m2CustomerCode": [ + "XH" + ], + "physicalLocation": [ + "*PGZ 81-1452" + ], + "shelfMark_sort": "a*PGZ 81-001452", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*PGZ 81-1452" + ], + "uri": "i14749981", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*PGZ 81-1452" + }, + { + "type": "bf:Barcode", + "value": "33433103848853" + } + ], + "holdingLocation_packed": [ + "loc:maf92||Schwarzman Building M2 - Dorot Jewish Division Room 111" + ], + "idBarcode": [ + "33433103848853" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:maf92", + "label": "Schwarzman Building M2 - Dorot Jewish Division Room 111" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:maf92||Schwarzman Building M2 - Dorot Jewish Division Room 111", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 1 + } + ] + } + }, + "item_status": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-c178ba58a9de32d9c6274c5a805d1c03.json b/test/fixtures/query-c178ba58a9de32d9c6274c5a805d1c03.json new file mode 100644 index 00000000..35d0af89 --- /dev/null +++ b/test/fixtures/query-c178ba58a9de32d9c6274c5a805d1c03.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 5, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 223.3819, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 223.3819, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-c2444ae2e0ac7599c9104c10e840ee1a.json b/test/fixtures/query-c2444ae2e0ac7599c9104c10e840ee1a.json new file mode 100644 index 00000000..2f87092f --- /dev/null +++ b/test/fixtures/query-c2444ae2e0ac7599c9104c10e840ee1a.json @@ -0,0 +1,11437 @@ +{ + "body": { + "took": 670, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_score": 0, + "_source": { + "extent": [ + "ix, 368 p., [1] leaf of plates : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Contributions in German and Italian.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dante Alighieri, 1265-1321", + "Dante Alighieri, 1265-1321 -- Criticism and interpretation", + "Gmelin, Hermann, 1900-1958" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Stauffenburg" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "title": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1985" + ], + "idLccn": [ + "86124252" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], + "contributorLiteral": [ + "Gmelin, Hermann, 1900-1958.", + "Baum, Richard.", + "Hirdt, Willi." + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPGNYPG-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "nypl:Bnumber", + "value": "10000002" + }, + { + "type": "bf:Isbn", + "value": "3923721544" + }, + { + "type": "nypl:Oclc", + "value": "NYPGNYPG-B" + }, + { + "type": "bf:Lccn", + "value": "86124252" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200001" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "Tübingen : Stauffenburg, c1985." + ], + "idIsbn": [ + "3923721544" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:bnum:10000002", + "urn:isbn:3923721544", + "urn:oclc:NYPGNYPG-B", + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dante Alighieri, 1265-1321 -- Criticism and interpretation.", + "Gmelin, Hermann, 1900-1958." + ], + "titleDisplay": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin / herausgegeben von Richard Baum und Willi Hirdt." + ], + "uri": "b10000002", + "lccClassification": [ + "PQ4390 .D274 1985" + ], + "placeOfPublication": [ + "Tübingen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "3923721544" + ] + }, + "sort": [ + 0, + "b10000002" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "uri": "i12858031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "bf:Barcode", + "value": "33433046113795" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433046113795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_score": 0, + "_source": { + "extent": [ + "199 p. : col. ill. maps ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hebrides (Scotland)", + "Hebrides (Scotland) -- Pictorial works" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Constable" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1989 + ], + "title": [ + "Scottish islands" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1989" + ], + "creatorLiteral": [ + "Waite, Charlie." + ], + "idLccn": [ + "gb 89012970" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1989 + ], + "donor": [ + "Gift of the Drue Heinz Book Fund for English Literature" + ], + "creatorModifiedName": "Charlie Waite", + "idOclc": [ + "NYPGUKBPGP8917-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "nypl:Bnumber", + "value": "10000003" + }, + { + "type": "bf:Isbn", + "value": "0094675708" + }, + { + "type": "nypl:Oclc", + "value": "NYPGUKBPGP8917-B" + }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200002" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "London : Constable, 1989." + ], + "idIsbn": [ + "0094675708" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:bnum:10000003", + "urn:isbn:0094675708", + "urn:oclc:NYPGUKBPGP8917-B", + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1989" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hebrides (Scotland) -- Pictorial works." + ], + "titleDisplay": [ + "Scottish islands / Charlie Waite." + ], + "uri": "b10000003", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ], + "idIsbn_clean": [ + "0094675708" + ] + }, + "sort": [ + 0, + "b10000003" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "uri": "i13783780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "bf:Barcode", + "value": "33433050409147" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433050409147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_score": 0, + "_source": { + "extent": [ + "23, 216 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1956.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Mutaṟkuṟaḷ uvamai." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], + "idLccn": [ + "74915265" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000001-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "nypl:Bnumber", + "value": "10000004" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-B" + }, + { + "type": "bf:Lccn", + "value": "74915265" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100001" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200003" + } + ], + "updatedAt": 1711165211519, + "publicationStatement": [ + "Tirunelvēli, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1965." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:bnum:10000004", + "urn:oclc:NYPG001000001-B", + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Mutaṟkuṟaḷ uvamai. Āciriyar Ku. Kōtaṇṭapāṇi Piḷḷai." + ], + "uri": "b10000004", + "lccClassification": [ + "PL4758.9.T5 K6 1965" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000004" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], + "physicalLocation": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "uri": "i13783781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "bf:Barcode", + "value": "33433061301556" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301556" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_score": 0, + "_source": { + "extent": [ + "1 score (43 p.) + 1 part (12 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Acc. arr. for piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Soch. 22\"--Caption.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: 11049.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Concertos (Violin)", + "Concertos (Violin) -- Solo with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muzyka" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Henri Wieniawski", + "idOclc": [ + "NYPG001000001-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "nypl:Bnumber", + "value": "10000005" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-C" + }, + { + "type": "bf:Identifier", + "value": "11049. Muzyka" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100551" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200004" + } + ], + "uniformTitle": [ + "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Moskva : Muzyka, 1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:bnum:10000005", + "urn:oclc:NYPG001000001-C", + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Concertos (Violin) -- Solo with piano." + ], + "titleDisplay": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." + ], + "uri": "b10000005", + "placeOfPublication": [ + "Moskva" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Concertos, no. 2, op. 22" + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10000005" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" + ], + "physicalLocation": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "uri": "i10942022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "bf:Barcode", + "value": "33433032711909" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032711909" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_score": 0, + "_source": { + "extent": [ + "227 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Translation of The reconstruction of religious thought in Islam.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], + "idLccn": [ + "75962707" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maḥmūd, ʻAbbās." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Muhammad Iqbal", + "idOclc": [ + "NYPG001000002-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "nypl:Bnumber", + "value": "10000006" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-B" + }, + { + "type": "bf:Lccn", + "value": "75962707" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100002" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200005" + } + ], + "updatedAt": 1711567265610, + "publicationStatement": [ + "al-Qāhirah, Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr [1968]" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:bnum:10000006", + "urn:oclc:NYPG001000002-B", + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islam -- 20th century." + ], + "titleDisplay": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām, taʼlif Muhammad Iqbāl. Tarjamat ʻAbbās Maḥmūd. Rājaʻa muqaddimatahu wa-al-faṣl al-awwal minhu ʻAbd al-ʻAzīz al-Maraghī, wa-rājaʻa baqīyat al-Kitāb Mahdī ʻAllām." + ], + "uri": "b10000006", + "lccClassification": [ + "BP161 .I712 1968" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000006" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" + ], + "physicalLocation": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "uri": "i12540039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "bf:Barcode", + "value": "33433022691665" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691665" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_score": 0, + "_source": { + "extent": [ + "14 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 7:35.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: Z.8917.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Guitar music", + "Guitar", + "Guitar -- Studies and exercises" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Editio Musica" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Due studi per chitarra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Patachich, Iván." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000002-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "nypl:Bnumber", + "value": "10000007" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-C" + }, + { + "type": "bf:Identifier", + "value": "Z.8917. Editio Musica" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100552" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200006" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711149115321, + "publicationStatement": [ + "Budapest : Editio Musica, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:bnum:10000007", + "urn:oclc:NYPG001000002-C", + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Guitar music.", + "Guitar -- Studies and exercises." + ], + "titleDisplay": [ + "Due studi per chitarra / Patachich Iván." + ], + "uri": "b10000007", + "placeOfPublication": [ + "Budapest" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000007" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" + ], + "physicalLocation": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "uri": "i10942023", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "bf:Barcode", + "value": "33433032883591" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883591" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_score": 0, + "_source": { + "extent": [ + "351 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Parimaḷam Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aṇṇāviṉ ciṟukataikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], + "idLccn": [ + "72913998" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "creatorModifiedName": "C Annadurai", + "idOclc": [ + "NYPG001000003-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "nypl:Bnumber", + "value": "10000008" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-B" + }, + { + "type": "bf:Lccn", + "value": "72913998" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100003" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200007" + } + ], + "updatedAt": 1711102509897, + "publicationStatement": [ + "Ceṉṉai, Parimaḷam Patippakam [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:bnum:10000008", + "urn:oclc:NYPG001000003-B", + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aṇṇāviṉ ciṟukataikaḷ. [Eḻutiyavar] Ci. Eṉ. Aṇṇāturai." + ], + "uri": "b10000008", + "lccClassification": [ + "PL4758.9.A5 A84" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000008" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" + ], + "physicalLocation": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "uri": "i13783782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "bf:Barcode", + "value": "33433061301689" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301689" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_score": 0, + "_source": { + "extent": [ + "30 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Edition Peters Nr. 5489.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: E.P. 13028.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Edition Peters ; C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Miniaturen II : 13 kleine Klavierstücke" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000003-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "nypl:Bnumber", + "value": "10000009" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters Nr. 5489 Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "E.P. 13028. Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100553" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200008" + } + ], + "uniformTitle": [ + "Miniaturen, no. 2" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Edition Peters ; New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:bnum:10000009", + "urn:oclc:NYPG001000003-C", + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." + ], + "uri": "b10000009", + "placeOfPublication": [ + "Leipzig : New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen, no. 2" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000009" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" + ], + "physicalLocation": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "uri": "i10942024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "bf:Barcode", + "value": "33433032883617" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883617" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_score": 0, + "_source": { + "extent": [ + "46 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Boeijenga" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "dateEndString": [ + "1982" + ], + "title": [ + "Passie en pasen : suite voor orgel, opus 50" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Jan Berg", + "idOclc": [ + "NYPG001000004-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "nypl:Bnumber", + "value": "10000011" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000004-C" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200010" + } + ], + "dateEndYear": [ + 1982 + ], + "updatedAt": 1710978413661, + "publicationStatement": [ + "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:bnum:10000011", + "urn:oclc:NYPG001000004-C", + "urn:identifier:(WaOLN)nyp0200010" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music." + ], + "titleDisplay": [ + "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." + ], + "uri": "b10000011", + "placeOfPublication": [ + "Sneek [Netherlands]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Passie. I. Psalm 22. II. Leer mij O Heer. III. \"Mijn Verlosser hangt aan 't kruis.\" IV. \"O hoofd vol bloed en wonden.\" V. \"O kostbaar kruis.\" VI. \"Jezus, leven van mijn leven\" -- Pasen. VII. Toccata over \"Christus is opgestanden.\" VIII. Canon: \"Jesus unser Trost und Leben.\" IX. Trio: Ik zeg het allen dat Hij leeft.\" X. Trio: \"Staakt Uw rouwen Magdalene.\" XI. Postludium over \"Jesus leeft en wij met Hem\" (met \"Christus onze Heer verrees\" als tegenstem)." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000011" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" + ], + "physicalLocation": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "uri": "i10942025", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "bf:Barcode", + "value": "33433032883625" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883625" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_score": 0, + "_source": { + "extent": [ + "223 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p.221.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Thaqāfah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000005-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "nypl:Bnumber", + "value": "10000012" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100005" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200011" + } + ], + "updatedAt": 1711097905535, + "publicationStatement": [ + "Bayrūt : Dār al-Thaqāfah, 1970." + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:bnum:10000012", + "urn:oclc:NYPG001000005-B", + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "titleDisplay": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." + ], + "uri": "b10000012", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000012" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" + ], + "physicalLocation": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "uri": "i10000003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "bf:Barcode", + "value": "33433014514719" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514719" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_score": 0, + "_source": { + "extent": [ + "32 p. of music : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Popular music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Arr. for piano with chord symbols; superlinear German words.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Popular music", + "Popular music -- Germany (East)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Harth Musik Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Disko Treff 1 : Klavier." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000005-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "nypl:Bnumber", + "value": "10000013" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100555" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200012" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Harth Musik Verlag, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:bnum:10000013", + "urn:oclc:NYPG001000005-C", + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Popular music -- Germany (East)" + ], + "titleDisplay": [ + "Disko Treff 1 : Klavier." + ], + "uri": "b10000013", + "placeOfPublication": [ + "Leipzig" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Disko Treff eins." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000013" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" + ], + "physicalLocation": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "uri": "i10942026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "bf:Barcode", + "value": "33433032712204" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032712204" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_score": 0, + "_source": { + "extent": [ + "520 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on cover: Islamic unity or the Mutual approach among Muslim sects.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Panislamism", + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Shīrāzī, ʻAbd al-Karīm Bī Āzār." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000006-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "nypl:Bnumber", + "value": "10000014" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100006" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200013" + } + ], + "updatedAt": 1711097256805, + "publicationStatement": [ + "Bayrūt : Muʼassasat al-Aʻlamī lil-Maṭbūʻāt, 1975." + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:bnum:10000014", + "urn:oclc:NYPG001000006-B", + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Panislamism.", + "Islam -- 20th century." + ], + "titleDisplay": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah / Jamʻ wa-tartīb ʻAbd al-Karīm Bī Āzār al-Shīrāzī." + ], + "uri": "b10000014", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Islamic unity." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000014" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" + ], + "physicalLocation": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "uri": "i12540040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "bf:Barcode", + "value": "33433022691780" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691780" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000015", + "_score": 0, + "_source": { + "extent": [ + "25 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For organ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"A McAfee Music Publication.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: DM 220.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Belwin-Mills" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Suite no. 1 : 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hampton, Calvin." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Calvin Hampton", + "idOclc": [ + "NYPG001000006-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-102" + }, + { + "type": "nypl:Bnumber", + "value": "10000015" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-C" + }, + { + "type": "bf:Identifier", + "value": "DM 220. Belwin-Mills" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100556" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200014" + } + ], + "uniformTitle": [ + "Suite, organ, no. 1" + ], + "updatedAt": 1711491730703, + "publicationStatement": [ + "Melville, NY : Belwin-Mills, [1980?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-102", + "urn:bnum:10000015", + "urn:oclc:NYPG001000006-C", + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)" + ], + "titleDisplay": [ + "Suite no. 1 : 1977 / Calvin Hampton." + ], + "uri": "b10000015", + "placeOfPublication": [ + "Melville, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Suite, no. 1" + ], + "tableOfContents": [ + "Fanfares -- Antiphon -- Toccata." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000015" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_score": 0, + "_source": { + "extent": [ + "111 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuṟuntokai" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Manṅkaḷa Nūlakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Nalla Kuṟuntokaiyil nāṉilam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], + "idLccn": [ + "74913402" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000007-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "nypl:Bnumber", + "value": "10000016" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-B" + }, + { + "type": "bf:Lccn", + "value": "74913402" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100007" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200015" + } + ], + "updatedAt": 1711185167994, + "publicationStatement": [ + "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:bnum:10000016", + "urn:oclc:NYPG001000007-B", + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuṟuntokai." + ], + "titleDisplay": [ + "Nalla Kuṟuntokaiyil nāṉilam. [Eḻutiyavar] Cu. Cellappaṉ." + ], + "uri": "b10000016", + "lccClassification": [ + "PL4758.9.K794 Z6 1967" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000016" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" + ], + "physicalLocation": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "uri": "i13783785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "bf:Barcode", + "value": "33433061301580" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301580" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_score": 0, + "_source": { + "extent": [ + "1 score (17 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For baritone and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Words printed also as text.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 3:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Corbière, Tristan, 1845-1875", + "Corbière, Tristan, 1845-1875 -- Musical settings", + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Lettre du Mexique : pour baryton et piano, 1942" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Escher, Rudolf." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Corbière, Tristan, 1845-1875." + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Rudolf Escher", + "idOclc": [ + "NYPG001000007-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "nypl:Bnumber", + "value": "10000017" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100557" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200016" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Amsterdam : Donemus, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:bnum:10000017", + "urn:oclc:NYPG001000007-C", + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Corbière, Tristan, 1845-1875 -- Musical settings.", + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." + ], + "uri": "b10000017", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000017" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" + ], + "physicalLocation": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "uri": "i10942027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "bf:Barcode", + "value": "33433032735007" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032735007" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_score": 0, + "_source": { + "extent": [ + "68 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Lebanon" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Ṭalīʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], + "idLccn": [ + "78970449" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000008-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "nypl:Bnumber", + "value": "10000018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-B" + }, + { + "type": "bf:Lccn", + "value": "78970449" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100008" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200017" + } + ], + "updatedAt": 1711582848276, + "publicationStatement": [ + "Bayrūt : Dār al-Ṭalīʻah, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:bnum:10000018", + "urn:oclc:NYPG001000008-B", + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Lebanon." + ], + "titleDisplay": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā / Najlāʼ Naṣīr Bashshūr." + ], + "uri": "b10000018", + "lccClassification": [ + "HQ1728 .B37" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000018" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" + ], + "physicalLocation": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "uri": "i10000004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "bf:Barcode", + "value": "33433002031718" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031718" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: M 18.487.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Waltzes (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Zwölf Walzer und ein Epilog : für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Benary, Peter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Peter Benary", + "idOclc": [ + "NYPG001000008-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "nypl:Bnumber", + "value": "10000019" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-C" + }, + { + "type": "bf:Identifier", + "value": "Möseler M 18.487." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100558" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200018" + } + ], + "uniformTitle": [ + "Walzer und ein Epilog" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:bnum:10000019", + "urn:oclc:NYPG001000008-C", + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Waltzes (Piano)" + ], + "titleDisplay": [ + "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." + ], + "uri": "b10000019", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Walzer und ein Epilog", + "Walzer und ein Epilog." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000019" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" + ], + "physicalLocation": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "uri": "i10942028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "bf:Barcode", + "value": "33433032845053" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845053" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_score": 0, + "_source": { + "extent": [ + "xvi, 172, 320 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tolkāppiyar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Aṇṇāmalaip Palkalaik Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tolkāppiyam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1936" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], + "idLccn": [ + "74914844" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000009-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936" + }, + { + "type": "nypl:Bnumber", + "value": "10000020" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-B" + }, + { + "type": "bf:Lccn", + "value": "74914844" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100009" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200019" + } + ], + "updatedAt": 1711329059003, + "publicationStatement": [ + "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936", + "urn:bnum:10000020", + "urn:oclc:NYPG001000009-B", + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tolkāppiyar." + ], + "titleDisplay": [ + "Tolkāppiyam. [Eḻutiyavar] Ka. Veḷḷaivāraṇaṉ." + ], + "uri": "b10000020", + "lccClassification": [ + "PL4754.T583 V4 1970" + ], + "placeOfPublication": [ + "[Aṇṇāmalainakar]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], + "tableOfContents": [ + "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000020" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" + ], + "physicalLocation": [ + "*OLB 84-1936" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "uri": "i13783786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433061301572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433061301572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_score": 0, + "_source": { + "extent": [ + "1 score (51 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: NM 384.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Neue Musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Aurora : sinfonischer Prolog : Partitur" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "creatorModifiedName": "Heinz Weitzendorf", + "idOclc": [ + "NYPG001000009-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "nypl:Bnumber", + "value": "10000021" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-C" + }, + { + "type": "bf:Identifier", + "value": "NM 384. Verlag Neue Musik" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100559" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200020" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Berlin : Verlag Neue Musik, c1978." + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:bnum:10000021", + "urn:oclc:NYPG001000009-C", + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." + ], + "uri": "b10000021", + "placeOfPublication": [ + "Berlin" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000021" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" + ], + "physicalLocation": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "uri": "i10942029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "bf:Barcode", + "value": "33433032845079" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845079" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_score": 0, + "_source": { + "extent": [ + "19, 493 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1942.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], + "idLccn": [ + "73913714" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1388" + ], + "contributorLiteral": [ + "Peruntēvaṉār, active 11th century.", + "Kōvintarāja Mutaliyār, Kā. Ra., 1874-1952." + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000010-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "nypl:Bnumber", + "value": "10000022" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-B" + }, + { + "type": "bf:Lccn", + "value": "73913714" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100010" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200021" + } + ], + "updatedAt": 1711102698036, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:bnum:10000022", + "urn:oclc:NYPG001000010-B", + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Grammar." + ], + "titleDisplay": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ. Patippāciriyar Kā. Ra. Kōvintarāca Mutaliyār." + ], + "uri": "b10000022", + "lccClassification": [ + "PL4754 .P8 1970" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Viracōḻiyam." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000022" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" + ], + "physicalLocation": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "uri": "i13783787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "bf:Barcode", + "value": "33433061301564" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301564" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (18 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For band or wind ensemble.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Based on the composer's Veni creator spiritus.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: KC913.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Band music", + "Band music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Shawnee Press" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Musica sacra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Luigi Zaninelli", + "idOclc": [ + "NYPG001000010-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "nypl:Bnumber", + "value": "10000023" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-C" + }, + { + "type": "bf:Identifier", + "value": "KC913 Shawnee Press" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100560" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200022" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Delaware Water Gap, Pa. : Shawnee Press, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:bnum:10000023", + "urn:oclc:NYPG001000010-C", + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Band music -- Scores." + ], + "titleDisplay": [ + "Musica sacra / Luigi Zaninelli." + ], + "uri": "b10000023", + "placeOfPublication": [ + "Delaware Water Gap, Pa." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10000023" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" + ], + "physicalLocation": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "uri": "i10942030", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "bf:Barcode", + "value": "33433032709028" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709028" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_score": 0, + "_source": { + "extent": [ + "264 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bahrain", + "Bahrain -- History", + "Bahrain -- History -- 20th century", + "Bahrain -- Economic conditions", + "Bahrain -- Social conditions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Ibn Khaldūn" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], + "idLccn": [ + "79971032" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000011-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "nypl:Bnumber", + "value": "10000024" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-B" + }, + { + "type": "bf:Lccn", + "value": "79971032" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100011" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200023" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "[Bayrūt] : Dār Ibn Khaldūn, 1976." + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:bnum:10000024", + "urn:oclc:NYPG001000011-B", + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bahrain -- History -- 20th century.", + "Bahrain -- Economic conditions.", + "Bahrain -- Social conditions." + ], + "titleDisplay": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī / Muḥammad al-Rumayḥī." + ], + "uri": "b10000024", + "lccClassification": [ + "DS247.B28 R85" + ], + "placeOfPublication": [ + "[Bayrūt]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000024" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" + ], + "physicalLocation": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "uri": "i10000005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "bf:Barcode", + "value": "33433005548676" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005548676" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei Sonatinen für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stockmeier, Wolfgang." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 179" + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wolfgang Stockmeier", + "idOclc": [ + "NYPG001000011-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "nypl:Bnumber", + "value": "10000025" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100561" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200024" + } + ], + "uniformTitle": [ + "Sonatinas, piano" + ], + "updatedAt": 1711147751540, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:bnum:10000025", + "urn:oclc:NYPG001000011-C", + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Drei Sonatinen für Klavier / Wolfgang Stockmeier." + ], + "uri": "b10000025", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatinas" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000025" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" + ], + "physicalLocation": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "uri": "i10942031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "bf:Barcode", + "value": "33433032709697" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709697" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_score": 0, + "_source": { + "extent": [ + "222 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 217-220.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Syria" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], + "idLccn": [ + "76960987" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000012-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "nypl:Bnumber", + "value": "10000026" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-B" + }, + { + "type": "bf:Lccn", + "value": "76960987" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100012" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200025" + } + ], + "updatedAt": 1711584837414, + "publicationStatement": [ + "Dimashq : Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:bnum:10000026", + "urn:oclc:NYPG001000012-B", + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Syria." + ], + "titleDisplay": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975 / Nabīlah al-Razzāz." + ], + "uri": "b10000026", + "lccClassification": [ + "HQ402 .R39" + ], + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000026" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" + ], + "physicalLocation": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "uri": "i10000006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "bf:Barcode", + "value": "33433002031700" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031700" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Violin)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei kleine Sonaten : für Violine solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Köhler, Friedemann." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 172" + ], + "dateStartYear": [ + 1979 + ], + "idOclc": [ + "NYPG001000012-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "nypl:Bnumber", + "value": "10000027" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100562" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200026" + } + ], + "uniformTitle": [ + "Kleine Sonaten, violin" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler Verlag, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:bnum:10000027", + "urn:oclc:NYPG001000012-C", + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Violin)" + ], + "titleDisplay": [ + "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." + ], + "uri": "b10000027", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Kleine Sonaten" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000027" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" + ], + "physicalLocation": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "uri": "i10942032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "bf:Barcode", + "value": "33433032709572" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709572" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_score": 0, + "_source": { + "extent": [ + "9, 3, 3, 324 p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Prastuta śodha-prabandha Rājasthāna Viśvavidyālaya, Jayapura kī Pī-eca.Ḍī-upāthi ke nimitta viśvavidyālaya anudāna āyoga kī risarca phailośipa ke antargata likhā gayā thā.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [321]-324.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sūryamalla Miśraṇa, 1815-1868" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rājasthāna Sāhitya Akādamī (Saṅgama)" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Vaṃśabhāskara : eka adhyayana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], + "idLccn": [ + "75903689" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000013-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "nypl:Bnumber", + "value": "10000028" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-B" + }, + { + "type": "bf:Lccn", + "value": "75903689" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100013" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200027" + } + ], + "updatedAt": 1710972943549, + "publicationStatement": [ + "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:bnum:10000028", + "urn:oclc:NYPG001000013-B", + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sūryamalla Miśraṇa, 1815-1868." + ], + "titleDisplay": [ + "Vaṃśabhāskara : eka adhyayana / lekhaka Ālamaśāha Khāna." + ], + "uri": "b10000028", + "lccClassification": [ + "PK2708.9.S9 V334" + ], + "placeOfPublication": [ + "Udayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000028" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" + ], + "physicalLocation": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "uri": "i10942033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "bf:Barcode", + "value": "33433011094210" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011094210" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_score": 0, + "_source": { + "extent": [ + "16 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Wilhelm Hansen edition no. 4372.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: 29589.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Organ music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Hansen ; Distribution, Magnamusic-Baton" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Cruor : for organ solo, 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], + "idLccn": [ + "82771131" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Bent Lorentzen", + "idOclc": [ + "NYPG001000013-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "nypl:Bnumber", + "value": "10000029" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-C" + }, + { + "type": "bf:Lccn", + "value": "82771131" + }, + { + "type": "bf:Identifier", + "value": "Wilhelm Hansen edition no. 4372." + }, + { + "type": "bf:Identifier", + "value": "29589." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100563" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200028" + } + ], + "updatedAt": 1711207280267, + "publicationStatement": [ + "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:bnum:10000029", + "urn:oclc:NYPG001000013-C", + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Organ music." + ], + "titleDisplay": [ + "Cruor : for organ solo, 1977 / B. Lorentzen." + ], + "uri": "b10000029", + "lccClassification": [ + "M11 .L" + ], + "placeOfPublication": [ + "Copenhagen ; New York : [s.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000029" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" + ], + "physicalLocation": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "uri": "i10942034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "bf:Barcode", + "value": "33433032709556" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709556" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_score": 0, + "_source": { + "extent": [ + "21 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Müller" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Neun Miniaturen : für Klavier : op. 52" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wilhelm Petersen", + "idOclc": [ + "NYPG001000014-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "nypl:Bnumber", + "value": "10000031" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000014-C" + }, + { + "type": "bf:Identifier", + "value": "W. Müller WM 1713 SM." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100564" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200030" + } + ], + "uniformTitle": [ + "Miniaturen" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Heidelberg : W. Müller, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:bnum:10000031", + "urn:oclc:NYPG001000014-C", + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." + ], + "uri": "b10000031", + "placeOfPublication": [ + "Heidelberg" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen", + "Miniaturen." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000031" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" + ], + "physicalLocation": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "uri": "i10942035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "bf:Barcode", + "value": "33433032841631" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841631" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_score": 0, + "_source": { + "extent": [ + "1 score (20 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For voice and organ.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sacred songs (Medium voice) with organ", + "Psalms (Music)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Agápe" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Psalm settings" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Vaclav Nelhybel", + "idOclc": [ + "NYPG001000015-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "nypl:Bnumber", + "value": "10000033" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000015-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100565" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200032" + } + ], + "updatedAt": 1711343803471, + "publicationStatement": [ + "Carol Stream, Ill. : Agápe, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:bnum:10000033", + "urn:oclc:NYPG001000015-C", + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sacred songs (Medium voice) with organ.", + "Psalms (Music)" + ], + "titleDisplay": [ + "Psalm settings / Vaclav Nelhybel." + ], + "uri": "b10000033", + "placeOfPublication": [ + "Carol Stream, Ill." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Hear me when I call -- Be not far from me -- Hear my voice -- The Lord is my rock." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000033" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" + ], + "physicalLocation": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "uri": "i10942036", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "bf:Barcode", + "value": "33433032842035" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842035" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_score": 0, + "_source": { + "extent": [ + "366 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Brhatkathāślokasaṁgrahaḥ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Colophon: Iti Śrībhaṭṭabudhasvāminā krte ślokasaṁgrahe Brhatkathāyāṁ--", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Text in Sanskrit; apparatus in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prithivi Prakashan" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Brhatkathāślokasaṁgraha : a study" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Budhasvāmin." + ], + "idLccn": [ + "74903273" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], + "contributorLiteral": [ + "Guṇāḍhya.", + "Agrawala, Vasudeva Sharana.", + "Agrawala, Prithvi Kumar." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000016-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "nypl:Bnumber", + "value": "10000034" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-B" + }, + { + "type": "bf:Lccn", + "value": "74903273" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100016" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200033" + } + ], + "updatedAt": 1711113679649, + "publicationStatement": [ + "Varanasi : Prithivi Prakashan, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:bnum:10000034", + "urn:oclc:NYPG001000016-B", + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Brhatkathāślokasaṁgraha : a study / by V.S. Agrawala ; with Sanskrit text, edited by P.K. Agrawala." + ], + "uri": "b10000034", + "lccClassification": [ + "PK3794.B84 B7 1974" + ], + "placeOfPublication": [ + "Varanasi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000034" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" + ], + "physicalLocation": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "uri": "i10000009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "bf:Barcode", + "value": "33433011528696" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011528696" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_score": 0, + "_source": { + "extent": [ + "22 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Suite.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 12:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Serenade voor piano : 1980" + ], + "shelfMark": [ + "JMG 83-6" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Kasbergen, Marinus, 1936-" + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Marinus Kasbergen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "nypl:Bnumber", + "value": "10000035" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100566" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200034" + } + ], + "idOclc": [ + "NYPG001000016-C" + ], + "uniformTitle": [ + "Serenade, piano" + ], + "holdings": [], + "updatedAt": 1689901710976, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:bnum:10000035", + "urn:oclc:NYPG001000016-C", + "urn:undefined:NNSZ00100566", + "urn:undefined:(WaOLN)nyp0200034" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Piano)" + ], + "titleDisplay": [ + "Serenade voor piano : 1980 / Marinus Kasbergen." + ], + "uri": "b10000035", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Amsterdam" + ], + "titleAlt": [ + "Serenade" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Varianten -- Nocturne -- Toccata I -- Intermezzo -- Toccata II." + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000035" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433032841490" + ], + "physicalLocation": [ + "JMG 83-6" + ], + "shelfMark_sort": "aJMG 83-000006", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10942038", + "shelfMark": [ + "JMG 83-6" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "bf:Barcode", + "value": "33433032841490" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841490" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "formatLiteral": [ + "Notated music" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_score": 0, + "_source": { + "extent": [ + "viii, 38 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; prefatory matter in Sanskrit or Telegu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nārāyaṇatīrtha, 17th cent", + "Nārāyaṇatīrtha, 17th cent -- In literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], + "idLccn": [ + "75902755" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Garikapati Lakshmikantaiah", + "idOclc": [ + "NYPG001000017-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "nypl:Bnumber", + "value": "10000036" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-B" + }, + { + "type": "bf:Lccn", + "value": "75902755" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100017" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200035" + } + ], + "updatedAt": 1711355313989, + "publicationStatement": [ + "[s.1. : s.n.], 1972" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:bnum:10000036", + "urn:oclc:NYPG001000017-B", + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nārāyaṇatīrtha, 17th cent -- In literature." + ], + "titleDisplay": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic] / praṇetā Garikapāṭi Lakṣmīkāntaḥ." + ], + "uri": "b10000036", + "lccClassification": [ + "PK3799.L28 S68" + ], + "placeOfPublication": [ + "[s.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" + ], + "physicalLocation": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "uri": "i12858032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "bf:Barcode", + "value": "33433058548433" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058548433" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_score": 0, + "_source": { + "extent": [ + "13a p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 15:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Guitar)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Eight studies for guitar : in form of a suite : 1979" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hekster, Walter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Walter Hekster", + "idOclc": [ + "NYPG001000017-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000037" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100567" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200036" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711157193933, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:bnum:10000037", + "urn:oclc:NYPG001000017-C", + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Guitar)" + ], + "titleDisplay": [ + "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." + ], + "uri": "b10000037", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000037" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" + ], + "physicalLocation": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "uri": "i10942040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433032841482" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841482" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_score": 0, + "_source": { + "extent": [ + "4, 160 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit, with verse and prose translations in Hindi; prefatory matter in Hindi or Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Himācala Kalā-Saṃskrti-Bhāṣā Akādamī" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "76900772" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Prarthi, Lall Chand, 1916-" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000018-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "nypl:Bnumber", + "value": "10000038" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-B" + }, + { + "type": "bf:Lccn", + "value": "76900772" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100018" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200037" + } + ], + "updatedAt": 1711083015969, + "publicationStatement": [ + "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:bnum:10000038", + "urn:oclc:NYPG001000018-B", + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- India -- Himachal Pradesh." + ], + "titleDisplay": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana / mukhya sampādaka Lāla Canda Prārthī ; sampādaka maṇḍala, Manasā Rāma Śarmā 'Arūṇa'...[et al.]." + ], + "uri": "b10000038", + "lccClassification": [ + "PK3800.H52 R7" + ], + "placeOfPublication": [ + "Śimalā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000038" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" + ], + "physicalLocation": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "uri": "i13783788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "bf:Barcode", + "value": "33433058153572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_score": 0, + "_source": { + "extent": [ + "49 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Five sonatas for pianoforte" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Oberdoerffer, Fritz." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000018-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000039" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters no. 66799. C.F. Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100568" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200038" + } + ], + "uniformTitle": [ + "Sonatas, piano. Selections" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:bnum:10000039", + "urn:oclc:NYPG001000018-C", + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." + ], + "uri": "b10000039", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatas" + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000039" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" + ], + "physicalLocation": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "uri": "i10942041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032842100" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842100" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_score": 0, + "_source": { + "extent": [ + "146 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], + "idLccn": [ + "78913375" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000019-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "nypl:Bnumber", + "value": "10000040" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-B" + }, + { + "type": "bf:Lccn", + "value": "78913375" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100019" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200039" + } + ], + "updatedAt": 1711606511675, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:bnum:10000040", + "urn:oclc:NYPG001000019-B", + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "titleDisplay": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār. Āciriyar Pulavar Aracu." + ], + "uri": "b10000040", + "lccClassification": [ + "PL4758.9.K223 Z83" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000040" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" + ], + "physicalLocation": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "uri": "i13783789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "bf:Barcode", + "value": "33433061301622" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301622" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_score": 0, + "_source": { + "extent": [ + "1 score (23 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 5 clarinets.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Woodwind quintets (Clarinets (5))", + "Woodwind quintets (Clarinets (5)) -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Primavera" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Encounter" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Usher, Julia." + ], + "idLccn": [ + "81770739" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Julia Usher", + "idOclc": [ + "NYPG001000019-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000041" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-C" + }, + { + "type": "bf:Lccn", + "value": "81770739" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100569" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200040" + } + ], + "updatedAt": 1711567835800, + "publicationStatement": [ + "London : Primavera, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:bnum:10000041", + "urn:oclc:NYPG001000019-C", + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Woodwind quintets (Clarinets (5)) -- Scores." + ], + "titleDisplay": [ + "Encounter / Julia Usher." + ], + "uri": "b10000041", + "lccClassification": [ + "M557.2.U8 E5" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Greeting -- Circular argument -- Escape." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000041" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" + ], + "physicalLocation": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "uri": "i10942042", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032709291" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709291" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_score": 0, + "_source": { + "extent": [ + "2, 108 p." + ], + "note": [ + { + "noteType": "Language", + "label": "Hindi and Sanskrit: pref. in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Advaita", + "Vedanta" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Devabhāṣā Prakāśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "1972" + ], + "title": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "72902870" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Brahmashram, Śwami, 1915-" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000020-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "nypl:Bnumber", + "value": "10000042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-B" + }, + { + "type": "bf:Lccn", + "value": "72902870" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100020" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200041" + } + ], + "uniformTitle": [ + "Mahābhārata. Sanatsugātīya." + ], + "dateEndYear": [ + 1972 + ], + "updatedAt": 1711293892981, + "publicationStatement": [ + "Prayāga, Devabhāṣā Prakāśana, Samvat 2028, i.e. 1971 or 2]" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:bnum:10000042", + "urn:oclc:NYPG001000020-B", + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Advaita.", + "Vedanta." + ], + "titleDisplay": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita. Vyākhyātā Svāmī Brahmāśrama." + ], + "uri": "b10000042", + "lccClassification": [ + "B132.V3 M264" + ], + "placeOfPublication": [ + "Prayāga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" + ], + "physicalLocation": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "uri": "i13783790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "bf:Barcode", + "value": "33433058618392" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058618392" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (28 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 2 flutes, 2 oboes, 2 clarinets, 2 horns, and 2 bassoons.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 5:00-6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: D.15 579.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Wind ensembles", + "Wind ensembles -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Doblinger" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Capriccio : für 10 Blasinstrumente" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Eröd, Iván." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000020-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "nypl:Bnumber", + "value": "10000043" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-C" + }, + { + "type": "bf:Identifier", + "value": "Stp. 410 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "D.15 579 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100570" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200042" + } + ], + "updatedAt": 1711115789595, + "publicationStatement": [ + "Wien : Verlag Doblinger, c1980." + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:bnum:10000043", + "urn:oclc:NYPG001000020-C", + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wind ensembles -- Scores." + ], + "titleDisplay": [ + "Capriccio : für 10 Blasinstrumente / Iván Eröd." + ], + "uri": "b10000043", + "placeOfPublication": [ + "Wien" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000043" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" + ], + "physicalLocation": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "uri": "i10000010", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "bf:Barcode", + "value": "33433004744128" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433004744128" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_score": 0, + "_source": { + "extent": [ + "[99] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Biographies of Khri-chen Byaṅ-chub-chos-ʼphel and Śel-dkar Bla-ma Saṅs-rgyas-bstan-ʼphel.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from prints from blocks from Lhasa and Śel-dkar Dgaʼ-ldan-legs-bśad-gliṅ.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884", + "Lamas", + "Lamas -- Tibet", + "Lamas -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ngawang Sopa" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel" + ], + "shelfMark": [ + "*OZ+ 82-2361" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Rgal-dbaṅ Chos-rje Blo-bzaṅ-ʼphrin-las-rnam-rgyal, active 1840-1860." + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "77901316" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ngag-dbang-blo-bzang-rgya-mtsho, Dalai Lama V, 1617-1682." + ], + "dateStartYear": [ + 1976 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "nypl:Bnumber", + "value": "10000044" + }, + { + "type": "bf:Lccn", + "value": "77901316" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100021" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200043" + } + ], + "idOclc": [ + "NYPG001000021-B" + ], + "holdings": [], + "updatedAt": 1674870752089, + "publicationStatement": [ + "New Delhi : Ngawang Sopa, 1976." + ], + "identifier": [ + "urn:bnum:10000044", + "urn:lccn:77901316", + "urn:oclc:NYPG001000021-B", + "urn:undefined:NNSZ00100021", + "urn:undefined:(WaOLN)nyp0200043" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838.", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884.", + "Lamas -- Tibet -- Biography." + ], + "titleDisplay": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel / by Dar-han Mkhan-sprul Blo-bzaṅ-ʼphrin-las-rnam-rgyal. Bkaʼ-gdams bstan-paʼi mdzod-ʼdzin Rje-btsun Bla-ma Saṅs-rgyas-bstan-ʼphel dpal-bzaṅ-poʼi rnam par thar pa dad ldan yid kyi dgaʼ ston : the biography of Saṅs-rgyas-bstan-ʼphel of Śel-dkar / by Śel-dkar Bkaʼ-ʼgyur Bla-ma Ṅag-dbaṅ-blo-bzaṅ-bstan-ʼdzin-tshul-khrims-rgyal-mtshan." + ], + "uri": "b10000044", + "lccClassification": [ + "BQ942.Y367 R47 1976" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000044" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433015080645" + ], + "physicalLocation": [ + "*OZ+ 82-2361" + ], + "shelfMark_sort": "a*OZ+ 82-002361", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000011", + "shelfMark": [ + "*OZ+ 82-2361" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "bf:Barcode", + "value": "33433015080645" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080645" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_score": 0, + "_source": { + "extent": [ + "12 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Violin music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sole selling agents, Or-Tav" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Thoughts & feelings : for violin solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], + "idLccn": [ + "80770813" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Joachim Stutschewsky", + "idOclc": [ + "NYPG001000021-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "nypl:Bnumber", + "value": "10000045" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-C" + }, + { + "type": "bf:Lccn", + "value": "80770813" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100571" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200044" + } + ], + "updatedAt": 1711551616246, + "publicationStatement": [ + "Tel-Aviv : Sole selling agents, Or-Tav, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:bnum:10000045", + "urn:oclc:NYPG001000021-C", + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Violin music." + ], + "titleDisplay": [ + "Thoughts & feelings : for violin solo / Joachim Stutschewsky." + ], + "uri": "b10000045", + "lccClassification": [ + "M42 .S" + ], + "placeOfPublication": [ + "Tel-Aviv" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000045" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" + ], + "physicalLocation": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "uri": "i10942043", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "bf:Barcode", + "value": "33433032707568" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032707568" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_score": 0, + "_source": { + "extent": [ + "[83] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Kye rdor rnam bśad.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from tracing and manuscripts from the library of Mkhan-po Rin-chen by Trayang and Jamyang Samten.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456", + "Tripiṭaka.", + "Tripiṭaka. -- Commentaries", + "Sa-skya-pa lamas", + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Trayang and Jamyang Samten" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], + "idLccn": [ + "77900893" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sangs-rgyas-phun-tshogs, Ngor-chen, 1649-1705." + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000022-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "nypl:Bnumber", + "value": "10000046" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-B" + }, + { + "type": "bf:Lccn", + "value": "77900893" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100022" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200045" + } + ], + "updatedAt": 1711147554676, + "publicationStatement": [ + "New Delhi : Trayang and Jamyang Samten, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:bnum:10000046", + "urn:oclc:NYPG001000022-B", + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", + "Tripiṭaka. -- Commentaries.", + "Sa-skya-pa lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra / by Sde-dge Yab-chen Tshe-dbaṅ-rdo-rje-rig-ʼdzin alias Byams-pa-kun-dgaʼ-bstan-paʼi-rgyal-mtshan. Rgyal ba Rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas : the life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po / by Ṅor-chen Saṅs-rgyas-phun-tshogs." + ], + "uri": "b10000046", + "lccClassification": [ + "BG974.0727 T75" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rgyal ba rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas.", + "Detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra.", + "Life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000046" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" + ], + "physicalLocation": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "uri": "i10000012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "bf:Barcode", + "value": "33433015080413" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080413" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-ca108bf57a48e780696b62fa55b762c2.json b/test/fixtures/query-ca108bf57a48e780696b62fa55b762c2.json new file mode 100644 index 00000000..cb1c2b6d --- /dev/null +++ b/test/fixtures/query-ca108bf57a48e780696b62fa55b762c2.json @@ -0,0 +1,13636 @@ +{ + "body": { + "took": 652, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_score": 0, + "_source": { + "extent": [ + "ix, 368 p., [1] leaf of plates : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Contributions in German and Italian.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dante Alighieri, 1265-1321", + "Dante Alighieri, 1265-1321 -- Criticism and interpretation", + "Gmelin, Hermann, 1900-1958" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Stauffenburg" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "title": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1985" + ], + "idLccn": [ + "86124252" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], + "contributorLiteral": [ + "Gmelin, Hermann, 1900-1958.", + "Baum, Richard.", + "Hirdt, Willi." + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPGNYPG-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "nypl:Bnumber", + "value": "10000002" + }, + { + "type": "bf:Isbn", + "value": "3923721544" + }, + { + "type": "nypl:Oclc", + "value": "NYPGNYPG-B" + }, + { + "type": "bf:Lccn", + "value": "86124252" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200001" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "Tübingen : Stauffenburg, c1985." + ], + "idIsbn": [ + "3923721544" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:bnum:10000002", + "urn:isbn:3923721544", + "urn:oclc:NYPGNYPG-B", + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dante Alighieri, 1265-1321 -- Criticism and interpretation.", + "Gmelin, Hermann, 1900-1958." + ], + "titleDisplay": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin / herausgegeben von Richard Baum und Willi Hirdt." + ], + "uri": "b10000002", + "lccClassification": [ + "PQ4390 .D274 1985" + ], + "placeOfPublication": [ + "Tübingen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "3923721544" + ] + }, + "sort": [ + 0, + "b10000002" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "uri": "i12858031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "bf:Barcode", + "value": "33433046113795" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433046113795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_score": 0, + "_source": { + "extent": [ + "199 p. : col. ill. maps ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hebrides (Scotland)", + "Hebrides (Scotland) -- Pictorial works" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Constable" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1989 + ], + "title": [ + "Scottish islands" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1989" + ], + "creatorLiteral": [ + "Waite, Charlie." + ], + "idLccn": [ + "gb 89012970" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1989 + ], + "donor": [ + "Gift of the Drue Heinz Book Fund for English Literature" + ], + "creatorModifiedName": "Charlie Waite", + "idOclc": [ + "NYPGUKBPGP8917-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "nypl:Bnumber", + "value": "10000003" + }, + { + "type": "bf:Isbn", + "value": "0094675708" + }, + { + "type": "nypl:Oclc", + "value": "NYPGUKBPGP8917-B" + }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200002" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "London : Constable, 1989." + ], + "idIsbn": [ + "0094675708" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:bnum:10000003", + "urn:isbn:0094675708", + "urn:oclc:NYPGUKBPGP8917-B", + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1989" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hebrides (Scotland) -- Pictorial works." + ], + "titleDisplay": [ + "Scottish islands / Charlie Waite." + ], + "uri": "b10000003", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ], + "idIsbn_clean": [ + "0094675708" + ] + }, + "sort": [ + 0, + "b10000003" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "uri": "i13783780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "bf:Barcode", + "value": "33433050409147" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433050409147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_score": 0, + "_source": { + "extent": [ + "23, 216 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1956.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Mutaṟkuṟaḷ uvamai." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], + "idLccn": [ + "74915265" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000001-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "nypl:Bnumber", + "value": "10000004" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-B" + }, + { + "type": "bf:Lccn", + "value": "74915265" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100001" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200003" + } + ], + "updatedAt": 1711165211519, + "publicationStatement": [ + "Tirunelvēli, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1965." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:bnum:10000004", + "urn:oclc:NYPG001000001-B", + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Mutaṟkuṟaḷ uvamai. Āciriyar Ku. Kōtaṇṭapāṇi Piḷḷai." + ], + "uri": "b10000004", + "lccClassification": [ + "PL4758.9.T5 K6 1965" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000004" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], + "physicalLocation": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "uri": "i13783781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "bf:Barcode", + "value": "33433061301556" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301556" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_score": 0, + "_source": { + "extent": [ + "1 score (43 p.) + 1 part (12 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Acc. arr. for piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Soch. 22\"--Caption.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: 11049.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Concertos (Violin)", + "Concertos (Violin) -- Solo with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muzyka" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Henri Wieniawski", + "idOclc": [ + "NYPG001000001-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "nypl:Bnumber", + "value": "10000005" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-C" + }, + { + "type": "bf:Identifier", + "value": "11049. Muzyka" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100551" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200004" + } + ], + "uniformTitle": [ + "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Moskva : Muzyka, 1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:bnum:10000005", + "urn:oclc:NYPG001000001-C", + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Concertos (Violin) -- Solo with piano." + ], + "titleDisplay": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." + ], + "uri": "b10000005", + "placeOfPublication": [ + "Moskva" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Concertos, no. 2, op. 22" + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10000005" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" + ], + "physicalLocation": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "uri": "i10942022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "bf:Barcode", + "value": "33433032711909" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032711909" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_score": 0, + "_source": { + "extent": [ + "227 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Translation of The reconstruction of religious thought in Islam.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], + "idLccn": [ + "75962707" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maḥmūd, ʻAbbās." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Muhammad Iqbal", + "idOclc": [ + "NYPG001000002-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "nypl:Bnumber", + "value": "10000006" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-B" + }, + { + "type": "bf:Lccn", + "value": "75962707" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100002" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200005" + } + ], + "updatedAt": 1711567265610, + "publicationStatement": [ + "al-Qāhirah, Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr [1968]" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:bnum:10000006", + "urn:oclc:NYPG001000002-B", + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islam -- 20th century." + ], + "titleDisplay": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām, taʼlif Muhammad Iqbāl. Tarjamat ʻAbbās Maḥmūd. Rājaʻa muqaddimatahu wa-al-faṣl al-awwal minhu ʻAbd al-ʻAzīz al-Maraghī, wa-rājaʻa baqīyat al-Kitāb Mahdī ʻAllām." + ], + "uri": "b10000006", + "lccClassification": [ + "BP161 .I712 1968" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000006" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" + ], + "physicalLocation": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "uri": "i12540039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "bf:Barcode", + "value": "33433022691665" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691665" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_score": 0, + "_source": { + "extent": [ + "14 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 7:35.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: Z.8917.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Guitar music", + "Guitar", + "Guitar -- Studies and exercises" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Editio Musica" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Due studi per chitarra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Patachich, Iván." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000002-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "nypl:Bnumber", + "value": "10000007" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-C" + }, + { + "type": "bf:Identifier", + "value": "Z.8917. Editio Musica" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100552" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200006" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711149115321, + "publicationStatement": [ + "Budapest : Editio Musica, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:bnum:10000007", + "urn:oclc:NYPG001000002-C", + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Guitar music.", + "Guitar -- Studies and exercises." + ], + "titleDisplay": [ + "Due studi per chitarra / Patachich Iván." + ], + "uri": "b10000007", + "placeOfPublication": [ + "Budapest" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000007" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" + ], + "physicalLocation": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "uri": "i10942023", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "bf:Barcode", + "value": "33433032883591" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883591" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_score": 0, + "_source": { + "extent": [ + "351 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Parimaḷam Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aṇṇāviṉ ciṟukataikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], + "idLccn": [ + "72913998" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "creatorModifiedName": "C Annadurai", + "idOclc": [ + "NYPG001000003-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "nypl:Bnumber", + "value": "10000008" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-B" + }, + { + "type": "bf:Lccn", + "value": "72913998" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100003" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200007" + } + ], + "updatedAt": 1711102509897, + "publicationStatement": [ + "Ceṉṉai, Parimaḷam Patippakam [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:bnum:10000008", + "urn:oclc:NYPG001000003-B", + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aṇṇāviṉ ciṟukataikaḷ. [Eḻutiyavar] Ci. Eṉ. Aṇṇāturai." + ], + "uri": "b10000008", + "lccClassification": [ + "PL4758.9.A5 A84" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000008" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" + ], + "physicalLocation": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "uri": "i13783782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "bf:Barcode", + "value": "33433061301689" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301689" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_score": 0, + "_source": { + "extent": [ + "30 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Edition Peters Nr. 5489.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: E.P. 13028.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Edition Peters ; C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Miniaturen II : 13 kleine Klavierstücke" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000003-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "nypl:Bnumber", + "value": "10000009" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters Nr. 5489 Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "E.P. 13028. Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100553" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200008" + } + ], + "uniformTitle": [ + "Miniaturen, no. 2" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Edition Peters ; New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:bnum:10000009", + "urn:oclc:NYPG001000003-C", + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." + ], + "uri": "b10000009", + "placeOfPublication": [ + "Leipzig : New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen, no. 2" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000009" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" + ], + "physicalLocation": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "uri": "i10942024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "bf:Barcode", + "value": "33433032883617" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883617" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_score": 0, + "_source": { + "extent": [ + "46 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Boeijenga" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "dateEndString": [ + "1982" + ], + "title": [ + "Passie en pasen : suite voor orgel, opus 50" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Jan Berg", + "idOclc": [ + "NYPG001000004-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "nypl:Bnumber", + "value": "10000011" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000004-C" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200010" + } + ], + "dateEndYear": [ + 1982 + ], + "updatedAt": 1710978413661, + "publicationStatement": [ + "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:bnum:10000011", + "urn:oclc:NYPG001000004-C", + "urn:identifier:(WaOLN)nyp0200010" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music." + ], + "titleDisplay": [ + "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." + ], + "uri": "b10000011", + "placeOfPublication": [ + "Sneek [Netherlands]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Passie. I. Psalm 22. II. Leer mij O Heer. III. \"Mijn Verlosser hangt aan 't kruis.\" IV. \"O hoofd vol bloed en wonden.\" V. \"O kostbaar kruis.\" VI. \"Jezus, leven van mijn leven\" -- Pasen. VII. Toccata over \"Christus is opgestanden.\" VIII. Canon: \"Jesus unser Trost und Leben.\" IX. Trio: Ik zeg het allen dat Hij leeft.\" X. Trio: \"Staakt Uw rouwen Magdalene.\" XI. Postludium over \"Jesus leeft en wij met Hem\" (met \"Christus onze Heer verrees\" als tegenstem)." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000011" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" + ], + "physicalLocation": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "uri": "i10942025", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "bf:Barcode", + "value": "33433032883625" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883625" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_score": 0, + "_source": { + "extent": [ + "223 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p.221.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Thaqāfah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000005-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "nypl:Bnumber", + "value": "10000012" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100005" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200011" + } + ], + "updatedAt": 1711097905535, + "publicationStatement": [ + "Bayrūt : Dār al-Thaqāfah, 1970." + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:bnum:10000012", + "urn:oclc:NYPG001000005-B", + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "titleDisplay": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." + ], + "uri": "b10000012", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000012" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" + ], + "physicalLocation": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "uri": "i10000003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "bf:Barcode", + "value": "33433014514719" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514719" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_score": 0, + "_source": { + "extent": [ + "32 p. of music : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Popular music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Arr. for piano with chord symbols; superlinear German words.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Popular music", + "Popular music -- Germany (East)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Harth Musik Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Disko Treff 1 : Klavier." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000005-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "nypl:Bnumber", + "value": "10000013" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100555" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200012" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Harth Musik Verlag, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:bnum:10000013", + "urn:oclc:NYPG001000005-C", + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Popular music -- Germany (East)" + ], + "titleDisplay": [ + "Disko Treff 1 : Klavier." + ], + "uri": "b10000013", + "placeOfPublication": [ + "Leipzig" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Disko Treff eins." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000013" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" + ], + "physicalLocation": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "uri": "i10942026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "bf:Barcode", + "value": "33433032712204" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032712204" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_score": 0, + "_source": { + "extent": [ + "520 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on cover: Islamic unity or the Mutual approach among Muslim sects.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Panislamism", + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Shīrāzī, ʻAbd al-Karīm Bī Āzār." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000006-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "nypl:Bnumber", + "value": "10000014" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100006" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200013" + } + ], + "updatedAt": 1711097256805, + "publicationStatement": [ + "Bayrūt : Muʼassasat al-Aʻlamī lil-Maṭbūʻāt, 1975." + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:bnum:10000014", + "urn:oclc:NYPG001000006-B", + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Panislamism.", + "Islam -- 20th century." + ], + "titleDisplay": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah / Jamʻ wa-tartīb ʻAbd al-Karīm Bī Āzār al-Shīrāzī." + ], + "uri": "b10000014", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Islamic unity." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000014" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" + ], + "physicalLocation": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "uri": "i12540040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "bf:Barcode", + "value": "33433022691780" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691780" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000015", + "_score": 0, + "_source": { + "extent": [ + "25 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For organ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"A McAfee Music Publication.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: DM 220.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Belwin-Mills" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Suite no. 1 : 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hampton, Calvin." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Calvin Hampton", + "idOclc": [ + "NYPG001000006-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-102" + }, + { + "type": "nypl:Bnumber", + "value": "10000015" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-C" + }, + { + "type": "bf:Identifier", + "value": "DM 220. Belwin-Mills" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100556" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200014" + } + ], + "uniformTitle": [ + "Suite, organ, no. 1" + ], + "updatedAt": 1711491730703, + "publicationStatement": [ + "Melville, NY : Belwin-Mills, [1980?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-102", + "urn:bnum:10000015", + "urn:oclc:NYPG001000006-C", + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)" + ], + "titleDisplay": [ + "Suite no. 1 : 1977 / Calvin Hampton." + ], + "uri": "b10000015", + "placeOfPublication": [ + "Melville, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Suite, no. 1" + ], + "tableOfContents": [ + "Fanfares -- Antiphon -- Toccata." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000015" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_score": 0, + "_source": { + "extent": [ + "111 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuṟuntokai" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Manṅkaḷa Nūlakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Nalla Kuṟuntokaiyil nāṉilam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], + "idLccn": [ + "74913402" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000007-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "nypl:Bnumber", + "value": "10000016" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-B" + }, + { + "type": "bf:Lccn", + "value": "74913402" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100007" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200015" + } + ], + "updatedAt": 1711185167994, + "publicationStatement": [ + "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:bnum:10000016", + "urn:oclc:NYPG001000007-B", + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuṟuntokai." + ], + "titleDisplay": [ + "Nalla Kuṟuntokaiyil nāṉilam. [Eḻutiyavar] Cu. Cellappaṉ." + ], + "uri": "b10000016", + "lccClassification": [ + "PL4758.9.K794 Z6 1967" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000016" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" + ], + "physicalLocation": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "uri": "i13783785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "bf:Barcode", + "value": "33433061301580" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301580" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_score": 0, + "_source": { + "extent": [ + "1 score (17 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For baritone and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Words printed also as text.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 3:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Corbière, Tristan, 1845-1875", + "Corbière, Tristan, 1845-1875 -- Musical settings", + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Lettre du Mexique : pour baryton et piano, 1942" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Escher, Rudolf." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Corbière, Tristan, 1845-1875." + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Rudolf Escher", + "idOclc": [ + "NYPG001000007-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "nypl:Bnumber", + "value": "10000017" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100557" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200016" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Amsterdam : Donemus, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:bnum:10000017", + "urn:oclc:NYPG001000007-C", + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Corbière, Tristan, 1845-1875 -- Musical settings.", + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." + ], + "uri": "b10000017", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000017" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" + ], + "physicalLocation": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "uri": "i10942027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "bf:Barcode", + "value": "33433032735007" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032735007" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_score": 0, + "_source": { + "extent": [ + "68 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Lebanon" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Ṭalīʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], + "idLccn": [ + "78970449" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000008-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "nypl:Bnumber", + "value": "10000018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-B" + }, + { + "type": "bf:Lccn", + "value": "78970449" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100008" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200017" + } + ], + "updatedAt": 1711582848276, + "publicationStatement": [ + "Bayrūt : Dār al-Ṭalīʻah, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:bnum:10000018", + "urn:oclc:NYPG001000008-B", + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Lebanon." + ], + "titleDisplay": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā / Najlāʼ Naṣīr Bashshūr." + ], + "uri": "b10000018", + "lccClassification": [ + "HQ1728 .B37" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000018" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" + ], + "physicalLocation": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "uri": "i10000004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "bf:Barcode", + "value": "33433002031718" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031718" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: M 18.487.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Waltzes (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Zwölf Walzer und ein Epilog : für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Benary, Peter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Peter Benary", + "idOclc": [ + "NYPG001000008-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "nypl:Bnumber", + "value": "10000019" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-C" + }, + { + "type": "bf:Identifier", + "value": "Möseler M 18.487." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100558" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200018" + } + ], + "uniformTitle": [ + "Walzer und ein Epilog" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:bnum:10000019", + "urn:oclc:NYPG001000008-C", + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Waltzes (Piano)" + ], + "titleDisplay": [ + "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." + ], + "uri": "b10000019", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Walzer und ein Epilog", + "Walzer und ein Epilog." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000019" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" + ], + "physicalLocation": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "uri": "i10942028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "bf:Barcode", + "value": "33433032845053" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845053" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_score": 0, + "_source": { + "extent": [ + "xvi, 172, 320 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tolkāppiyar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Aṇṇāmalaip Palkalaik Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tolkāppiyam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1936" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], + "idLccn": [ + "74914844" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000009-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936" + }, + { + "type": "nypl:Bnumber", + "value": "10000020" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-B" + }, + { + "type": "bf:Lccn", + "value": "74914844" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100009" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200019" + } + ], + "updatedAt": 1711329059003, + "publicationStatement": [ + "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936", + "urn:bnum:10000020", + "urn:oclc:NYPG001000009-B", + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tolkāppiyar." + ], + "titleDisplay": [ + "Tolkāppiyam. [Eḻutiyavar] Ka. Veḷḷaivāraṇaṉ." + ], + "uri": "b10000020", + "lccClassification": [ + "PL4754.T583 V4 1970" + ], + "placeOfPublication": [ + "[Aṇṇāmalainakar]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], + "tableOfContents": [ + "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000020" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" + ], + "physicalLocation": [ + "*OLB 84-1936" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "uri": "i13783786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433061301572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433061301572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_score": 0, + "_source": { + "extent": [ + "1 score (51 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: NM 384.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Neue Musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Aurora : sinfonischer Prolog : Partitur" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "creatorModifiedName": "Heinz Weitzendorf", + "idOclc": [ + "NYPG001000009-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "nypl:Bnumber", + "value": "10000021" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-C" + }, + { + "type": "bf:Identifier", + "value": "NM 384. Verlag Neue Musik" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100559" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200020" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Berlin : Verlag Neue Musik, c1978." + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:bnum:10000021", + "urn:oclc:NYPG001000009-C", + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." + ], + "uri": "b10000021", + "placeOfPublication": [ + "Berlin" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000021" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" + ], + "physicalLocation": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "uri": "i10942029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "bf:Barcode", + "value": "33433032845079" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845079" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_score": 0, + "_source": { + "extent": [ + "19, 493 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1942.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], + "idLccn": [ + "73913714" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1388" + ], + "contributorLiteral": [ + "Peruntēvaṉār, active 11th century.", + "Kōvintarāja Mutaliyār, Kā. Ra., 1874-1952." + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000010-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "nypl:Bnumber", + "value": "10000022" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-B" + }, + { + "type": "bf:Lccn", + "value": "73913714" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100010" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200021" + } + ], + "updatedAt": 1711102698036, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:bnum:10000022", + "urn:oclc:NYPG001000010-B", + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Grammar." + ], + "titleDisplay": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ. Patippāciriyar Kā. Ra. Kōvintarāca Mutaliyār." + ], + "uri": "b10000022", + "lccClassification": [ + "PL4754 .P8 1970" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Viracōḻiyam." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000022" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" + ], + "physicalLocation": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "uri": "i13783787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "bf:Barcode", + "value": "33433061301564" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301564" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (18 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For band or wind ensemble.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Based on the composer's Veni creator spiritus.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: KC913.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Band music", + "Band music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Shawnee Press" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Musica sacra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Luigi Zaninelli", + "idOclc": [ + "NYPG001000010-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "nypl:Bnumber", + "value": "10000023" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-C" + }, + { + "type": "bf:Identifier", + "value": "KC913 Shawnee Press" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100560" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200022" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Delaware Water Gap, Pa. : Shawnee Press, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:bnum:10000023", + "urn:oclc:NYPG001000010-C", + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Band music -- Scores." + ], + "titleDisplay": [ + "Musica sacra / Luigi Zaninelli." + ], + "uri": "b10000023", + "placeOfPublication": [ + "Delaware Water Gap, Pa." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10000023" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" + ], + "physicalLocation": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "uri": "i10942030", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "bf:Barcode", + "value": "33433032709028" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709028" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_score": 0, + "_source": { + "extent": [ + "264 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bahrain", + "Bahrain -- History", + "Bahrain -- History -- 20th century", + "Bahrain -- Economic conditions", + "Bahrain -- Social conditions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Ibn Khaldūn" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], + "idLccn": [ + "79971032" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000011-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "nypl:Bnumber", + "value": "10000024" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-B" + }, + { + "type": "bf:Lccn", + "value": "79971032" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100011" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200023" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "[Bayrūt] : Dār Ibn Khaldūn, 1976." + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:bnum:10000024", + "urn:oclc:NYPG001000011-B", + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bahrain -- History -- 20th century.", + "Bahrain -- Economic conditions.", + "Bahrain -- Social conditions." + ], + "titleDisplay": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī / Muḥammad al-Rumayḥī." + ], + "uri": "b10000024", + "lccClassification": [ + "DS247.B28 R85" + ], + "placeOfPublication": [ + "[Bayrūt]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000024" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" + ], + "physicalLocation": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "uri": "i10000005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "bf:Barcode", + "value": "33433005548676" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005548676" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei Sonatinen für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stockmeier, Wolfgang." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 179" + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wolfgang Stockmeier", + "idOclc": [ + "NYPG001000011-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "nypl:Bnumber", + "value": "10000025" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100561" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200024" + } + ], + "uniformTitle": [ + "Sonatinas, piano" + ], + "updatedAt": 1711147751540, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:bnum:10000025", + "urn:oclc:NYPG001000011-C", + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Drei Sonatinen für Klavier / Wolfgang Stockmeier." + ], + "uri": "b10000025", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatinas" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000025" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" + ], + "physicalLocation": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "uri": "i10942031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "bf:Barcode", + "value": "33433032709697" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709697" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_score": 0, + "_source": { + "extent": [ + "222 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 217-220.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Syria" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], + "idLccn": [ + "76960987" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000012-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "nypl:Bnumber", + "value": "10000026" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-B" + }, + { + "type": "bf:Lccn", + "value": "76960987" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100012" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200025" + } + ], + "updatedAt": 1711584837414, + "publicationStatement": [ + "Dimashq : Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:bnum:10000026", + "urn:oclc:NYPG001000012-B", + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Syria." + ], + "titleDisplay": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975 / Nabīlah al-Razzāz." + ], + "uri": "b10000026", + "lccClassification": [ + "HQ402 .R39" + ], + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000026" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" + ], + "physicalLocation": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "uri": "i10000006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "bf:Barcode", + "value": "33433002031700" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031700" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Violin)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei kleine Sonaten : für Violine solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Köhler, Friedemann." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 172" + ], + "dateStartYear": [ + 1979 + ], + "idOclc": [ + "NYPG001000012-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "nypl:Bnumber", + "value": "10000027" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100562" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200026" + } + ], + "uniformTitle": [ + "Kleine Sonaten, violin" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler Verlag, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:bnum:10000027", + "urn:oclc:NYPG001000012-C", + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Violin)" + ], + "titleDisplay": [ + "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." + ], + "uri": "b10000027", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Kleine Sonaten" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000027" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" + ], + "physicalLocation": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "uri": "i10942032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "bf:Barcode", + "value": "33433032709572" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709572" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_score": 0, + "_source": { + "extent": [ + "9, 3, 3, 324 p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Prastuta śodha-prabandha Rājasthāna Viśvavidyālaya, Jayapura kī Pī-eca.Ḍī-upāthi ke nimitta viśvavidyālaya anudāna āyoga kī risarca phailośipa ke antargata likhā gayā thā.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [321]-324.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sūryamalla Miśraṇa, 1815-1868" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rājasthāna Sāhitya Akādamī (Saṅgama)" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Vaṃśabhāskara : eka adhyayana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], + "idLccn": [ + "75903689" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000013-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "nypl:Bnumber", + "value": "10000028" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-B" + }, + { + "type": "bf:Lccn", + "value": "75903689" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100013" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200027" + } + ], + "updatedAt": 1710972943549, + "publicationStatement": [ + "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:bnum:10000028", + "urn:oclc:NYPG001000013-B", + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sūryamalla Miśraṇa, 1815-1868." + ], + "titleDisplay": [ + "Vaṃśabhāskara : eka adhyayana / lekhaka Ālamaśāha Khāna." + ], + "uri": "b10000028", + "lccClassification": [ + "PK2708.9.S9 V334" + ], + "placeOfPublication": [ + "Udayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000028" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" + ], + "physicalLocation": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "uri": "i10942033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "bf:Barcode", + "value": "33433011094210" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011094210" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_score": 0, + "_source": { + "extent": [ + "16 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Wilhelm Hansen edition no. 4372.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: 29589.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Organ music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Hansen ; Distribution, Magnamusic-Baton" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Cruor : for organ solo, 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], + "idLccn": [ + "82771131" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Bent Lorentzen", + "idOclc": [ + "NYPG001000013-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "nypl:Bnumber", + "value": "10000029" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-C" + }, + { + "type": "bf:Lccn", + "value": "82771131" + }, + { + "type": "bf:Identifier", + "value": "Wilhelm Hansen edition no. 4372." + }, + { + "type": "bf:Identifier", + "value": "29589." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100563" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200028" + } + ], + "updatedAt": 1711207280267, + "publicationStatement": [ + "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:bnum:10000029", + "urn:oclc:NYPG001000013-C", + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Organ music." + ], + "titleDisplay": [ + "Cruor : for organ solo, 1977 / B. Lorentzen." + ], + "uri": "b10000029", + "lccClassification": [ + "M11 .L" + ], + "placeOfPublication": [ + "Copenhagen ; New York : [s.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000029" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" + ], + "physicalLocation": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "uri": "i10942034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "bf:Barcode", + "value": "33433032709556" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709556" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_score": 0, + "_source": { + "extent": [ + "21 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Müller" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Neun Miniaturen : für Klavier : op. 52" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wilhelm Petersen", + "idOclc": [ + "NYPG001000014-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "nypl:Bnumber", + "value": "10000031" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000014-C" + }, + { + "type": "bf:Identifier", + "value": "W. Müller WM 1713 SM." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100564" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200030" + } + ], + "uniformTitle": [ + "Miniaturen" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Heidelberg : W. Müller, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:bnum:10000031", + "urn:oclc:NYPG001000014-C", + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." + ], + "uri": "b10000031", + "placeOfPublication": [ + "Heidelberg" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen", + "Miniaturen." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000031" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" + ], + "physicalLocation": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "uri": "i10942035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "bf:Barcode", + "value": "33433032841631" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841631" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_score": 0, + "_source": { + "extent": [ + "1 score (20 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For voice and organ.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sacred songs (Medium voice) with organ", + "Psalms (Music)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Agápe" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Psalm settings" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Vaclav Nelhybel", + "idOclc": [ + "NYPG001000015-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "nypl:Bnumber", + "value": "10000033" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000015-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100565" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200032" + } + ], + "updatedAt": 1711343803471, + "publicationStatement": [ + "Carol Stream, Ill. : Agápe, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:bnum:10000033", + "urn:oclc:NYPG001000015-C", + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sacred songs (Medium voice) with organ.", + "Psalms (Music)" + ], + "titleDisplay": [ + "Psalm settings / Vaclav Nelhybel." + ], + "uri": "b10000033", + "placeOfPublication": [ + "Carol Stream, Ill." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Hear me when I call -- Be not far from me -- Hear my voice -- The Lord is my rock." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000033" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" + ], + "physicalLocation": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "uri": "i10942036", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "bf:Barcode", + "value": "33433032842035" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842035" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_score": 0, + "_source": { + "extent": [ + "366 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Brhatkathāślokasaṁgrahaḥ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Colophon: Iti Śrībhaṭṭabudhasvāminā krte ślokasaṁgrahe Brhatkathāyāṁ--", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Text in Sanskrit; apparatus in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prithivi Prakashan" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Brhatkathāślokasaṁgraha : a study" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Budhasvāmin." + ], + "idLccn": [ + "74903273" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], + "contributorLiteral": [ + "Guṇāḍhya.", + "Agrawala, Vasudeva Sharana.", + "Agrawala, Prithvi Kumar." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000016-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "nypl:Bnumber", + "value": "10000034" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-B" + }, + { + "type": "bf:Lccn", + "value": "74903273" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100016" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200033" + } + ], + "updatedAt": 1711113679649, + "publicationStatement": [ + "Varanasi : Prithivi Prakashan, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:bnum:10000034", + "urn:oclc:NYPG001000016-B", + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Brhatkathāślokasaṁgraha : a study / by V.S. Agrawala ; with Sanskrit text, edited by P.K. Agrawala." + ], + "uri": "b10000034", + "lccClassification": [ + "PK3794.B84 B7 1974" + ], + "placeOfPublication": [ + "Varanasi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000034" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" + ], + "physicalLocation": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "uri": "i10000009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "bf:Barcode", + "value": "33433011528696" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011528696" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_score": 0, + "_source": { + "extent": [ + "22 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Suite.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 12:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Serenade voor piano : 1980" + ], + "shelfMark": [ + "JMG 83-6" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Kasbergen, Marinus, 1936-" + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Marinus Kasbergen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "nypl:Bnumber", + "value": "10000035" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100566" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200034" + } + ], + "idOclc": [ + "NYPG001000016-C" + ], + "uniformTitle": [ + "Serenade, piano" + ], + "holdings": [], + "updatedAt": 1689901710976, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:bnum:10000035", + "urn:oclc:NYPG001000016-C", + "urn:undefined:NNSZ00100566", + "urn:undefined:(WaOLN)nyp0200034" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Piano)" + ], + "titleDisplay": [ + "Serenade voor piano : 1980 / Marinus Kasbergen." + ], + "uri": "b10000035", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Amsterdam" + ], + "titleAlt": [ + "Serenade" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Varianten -- Nocturne -- Toccata I -- Intermezzo -- Toccata II." + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000035" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433032841490" + ], + "physicalLocation": [ + "JMG 83-6" + ], + "shelfMark_sort": "aJMG 83-000006", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10942038", + "shelfMark": [ + "JMG 83-6" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "bf:Barcode", + "value": "33433032841490" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841490" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "formatLiteral": [ + "Notated music" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_score": 0, + "_source": { + "extent": [ + "viii, 38 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; prefatory matter in Sanskrit or Telegu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nārāyaṇatīrtha, 17th cent", + "Nārāyaṇatīrtha, 17th cent -- In literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], + "idLccn": [ + "75902755" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Garikapati Lakshmikantaiah", + "idOclc": [ + "NYPG001000017-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "nypl:Bnumber", + "value": "10000036" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-B" + }, + { + "type": "bf:Lccn", + "value": "75902755" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100017" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200035" + } + ], + "updatedAt": 1711355313989, + "publicationStatement": [ + "[s.1. : s.n.], 1972" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:bnum:10000036", + "urn:oclc:NYPG001000017-B", + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nārāyaṇatīrtha, 17th cent -- In literature." + ], + "titleDisplay": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic] / praṇetā Garikapāṭi Lakṣmīkāntaḥ." + ], + "uri": "b10000036", + "lccClassification": [ + "PK3799.L28 S68" + ], + "placeOfPublication": [ + "[s.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" + ], + "physicalLocation": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "uri": "i12858032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "bf:Barcode", + "value": "33433058548433" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058548433" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_score": 0, + "_source": { + "extent": [ + "13a p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 15:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Guitar)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Eight studies for guitar : in form of a suite : 1979" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hekster, Walter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Walter Hekster", + "idOclc": [ + "NYPG001000017-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000037" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100567" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200036" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711157193933, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:bnum:10000037", + "urn:oclc:NYPG001000017-C", + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Guitar)" + ], + "titleDisplay": [ + "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." + ], + "uri": "b10000037", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000037" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" + ], + "physicalLocation": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "uri": "i10942040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433032841482" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841482" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_score": 0, + "_source": { + "extent": [ + "4, 160 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit, with verse and prose translations in Hindi; prefatory matter in Hindi or Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Himācala Kalā-Saṃskrti-Bhāṣā Akādamī" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "76900772" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Prarthi, Lall Chand, 1916-" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000018-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "nypl:Bnumber", + "value": "10000038" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-B" + }, + { + "type": "bf:Lccn", + "value": "76900772" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100018" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200037" + } + ], + "updatedAt": 1711083015969, + "publicationStatement": [ + "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:bnum:10000038", + "urn:oclc:NYPG001000018-B", + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- India -- Himachal Pradesh." + ], + "titleDisplay": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana / mukhya sampādaka Lāla Canda Prārthī ; sampādaka maṇḍala, Manasā Rāma Śarmā 'Arūṇa'...[et al.]." + ], + "uri": "b10000038", + "lccClassification": [ + "PK3800.H52 R7" + ], + "placeOfPublication": [ + "Śimalā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000038" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" + ], + "physicalLocation": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "uri": "i13783788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "bf:Barcode", + "value": "33433058153572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_score": 0, + "_source": { + "extent": [ + "49 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Five sonatas for pianoforte" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Oberdoerffer, Fritz." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000018-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000039" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters no. 66799. C.F. Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100568" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200038" + } + ], + "uniformTitle": [ + "Sonatas, piano. Selections" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:bnum:10000039", + "urn:oclc:NYPG001000018-C", + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." + ], + "uri": "b10000039", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatas" + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000039" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" + ], + "physicalLocation": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "uri": "i10942041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032842100" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842100" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_score": 0, + "_source": { + "extent": [ + "146 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], + "idLccn": [ + "78913375" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000019-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "nypl:Bnumber", + "value": "10000040" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-B" + }, + { + "type": "bf:Lccn", + "value": "78913375" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100019" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200039" + } + ], + "updatedAt": 1711606511675, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:bnum:10000040", + "urn:oclc:NYPG001000019-B", + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "titleDisplay": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār. Āciriyar Pulavar Aracu." + ], + "uri": "b10000040", + "lccClassification": [ + "PL4758.9.K223 Z83" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000040" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" + ], + "physicalLocation": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "uri": "i13783789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "bf:Barcode", + "value": "33433061301622" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301622" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_score": 0, + "_source": { + "extent": [ + "1 score (23 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 5 clarinets.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Woodwind quintets (Clarinets (5))", + "Woodwind quintets (Clarinets (5)) -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Primavera" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Encounter" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Usher, Julia." + ], + "idLccn": [ + "81770739" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Julia Usher", + "idOclc": [ + "NYPG001000019-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000041" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-C" + }, + { + "type": "bf:Lccn", + "value": "81770739" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100569" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200040" + } + ], + "updatedAt": 1711567835800, + "publicationStatement": [ + "London : Primavera, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:bnum:10000041", + "urn:oclc:NYPG001000019-C", + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Woodwind quintets (Clarinets (5)) -- Scores." + ], + "titleDisplay": [ + "Encounter / Julia Usher." + ], + "uri": "b10000041", + "lccClassification": [ + "M557.2.U8 E5" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Greeting -- Circular argument -- Escape." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000041" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" + ], + "physicalLocation": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "uri": "i10942042", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032709291" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709291" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_score": 0, + "_source": { + "extent": [ + "2, 108 p." + ], + "note": [ + { + "noteType": "Language", + "label": "Hindi and Sanskrit: pref. in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Advaita", + "Vedanta" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Devabhāṣā Prakāśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "1972" + ], + "title": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "72902870" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Brahmashram, Śwami, 1915-" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000020-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "nypl:Bnumber", + "value": "10000042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-B" + }, + { + "type": "bf:Lccn", + "value": "72902870" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100020" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200041" + } + ], + "uniformTitle": [ + "Mahābhārata. Sanatsugātīya." + ], + "dateEndYear": [ + 1972 + ], + "updatedAt": 1711293892981, + "publicationStatement": [ + "Prayāga, Devabhāṣā Prakāśana, Samvat 2028, i.e. 1971 or 2]" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:bnum:10000042", + "urn:oclc:NYPG001000020-B", + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Advaita.", + "Vedanta." + ], + "titleDisplay": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita. Vyākhyātā Svāmī Brahmāśrama." + ], + "uri": "b10000042", + "lccClassification": [ + "B132.V3 M264" + ], + "placeOfPublication": [ + "Prayāga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" + ], + "physicalLocation": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "uri": "i13783790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "bf:Barcode", + "value": "33433058618392" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058618392" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (28 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 2 flutes, 2 oboes, 2 clarinets, 2 horns, and 2 bassoons.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 5:00-6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: D.15 579.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Wind ensembles", + "Wind ensembles -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Doblinger" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Capriccio : für 10 Blasinstrumente" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Eröd, Iván." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000020-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "nypl:Bnumber", + "value": "10000043" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-C" + }, + { + "type": "bf:Identifier", + "value": "Stp. 410 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "D.15 579 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100570" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200042" + } + ], + "updatedAt": 1711115789595, + "publicationStatement": [ + "Wien : Verlag Doblinger, c1980." + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:bnum:10000043", + "urn:oclc:NYPG001000020-C", + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wind ensembles -- Scores." + ], + "titleDisplay": [ + "Capriccio : für 10 Blasinstrumente / Iván Eröd." + ], + "uri": "b10000043", + "placeOfPublication": [ + "Wien" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000043" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" + ], + "physicalLocation": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "uri": "i10000010", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "bf:Barcode", + "value": "33433004744128" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433004744128" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_score": 0, + "_source": { + "extent": [ + "[99] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Biographies of Khri-chen Byaṅ-chub-chos-ʼphel and Śel-dkar Bla-ma Saṅs-rgyas-bstan-ʼphel.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from prints from blocks from Lhasa and Śel-dkar Dgaʼ-ldan-legs-bśad-gliṅ.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884", + "Lamas", + "Lamas -- Tibet", + "Lamas -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ngawang Sopa" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel" + ], + "shelfMark": [ + "*OZ+ 82-2361" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Rgal-dbaṅ Chos-rje Blo-bzaṅ-ʼphrin-las-rnam-rgyal, active 1840-1860." + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "77901316" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ngag-dbang-blo-bzang-rgya-mtsho, Dalai Lama V, 1617-1682." + ], + "dateStartYear": [ + 1976 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "nypl:Bnumber", + "value": "10000044" + }, + { + "type": "bf:Lccn", + "value": "77901316" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100021" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200043" + } + ], + "idOclc": [ + "NYPG001000021-B" + ], + "holdings": [], + "updatedAt": 1674870752089, + "publicationStatement": [ + "New Delhi : Ngawang Sopa, 1976." + ], + "identifier": [ + "urn:bnum:10000044", + "urn:lccn:77901316", + "urn:oclc:NYPG001000021-B", + "urn:undefined:NNSZ00100021", + "urn:undefined:(WaOLN)nyp0200043" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838.", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884.", + "Lamas -- Tibet -- Biography." + ], + "titleDisplay": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel / by Dar-han Mkhan-sprul Blo-bzaṅ-ʼphrin-las-rnam-rgyal. Bkaʼ-gdams bstan-paʼi mdzod-ʼdzin Rje-btsun Bla-ma Saṅs-rgyas-bstan-ʼphel dpal-bzaṅ-poʼi rnam par thar pa dad ldan yid kyi dgaʼ ston : the biography of Saṅs-rgyas-bstan-ʼphel of Śel-dkar / by Śel-dkar Bkaʼ-ʼgyur Bla-ma Ṅag-dbaṅ-blo-bzaṅ-bstan-ʼdzin-tshul-khrims-rgyal-mtshan." + ], + "uri": "b10000044", + "lccClassification": [ + "BQ942.Y367 R47 1976" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000044" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433015080645" + ], + "physicalLocation": [ + "*OZ+ 82-2361" + ], + "shelfMark_sort": "a*OZ+ 82-002361", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000011", + "shelfMark": [ + "*OZ+ 82-2361" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "bf:Barcode", + "value": "33433015080645" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080645" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_score": 0, + "_source": { + "extent": [ + "12 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Violin music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sole selling agents, Or-Tav" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Thoughts & feelings : for violin solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], + "idLccn": [ + "80770813" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Joachim Stutschewsky", + "idOclc": [ + "NYPG001000021-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "nypl:Bnumber", + "value": "10000045" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-C" + }, + { + "type": "bf:Lccn", + "value": "80770813" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100571" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200044" + } + ], + "updatedAt": 1711551616246, + "publicationStatement": [ + "Tel-Aviv : Sole selling agents, Or-Tav, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:bnum:10000045", + "urn:oclc:NYPG001000021-C", + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Violin music." + ], + "titleDisplay": [ + "Thoughts & feelings : for violin solo / Joachim Stutschewsky." + ], + "uri": "b10000045", + "lccClassification": [ + "M42 .S" + ], + "placeOfPublication": [ + "Tel-Aviv" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000045" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" + ], + "physicalLocation": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "uri": "i10942043", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "bf:Barcode", + "value": "33433032707568" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032707568" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_score": 0, + "_source": { + "extent": [ + "[83] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Kye rdor rnam bśad.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from tracing and manuscripts from the library of Mkhan-po Rin-chen by Trayang and Jamyang Samten.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456", + "Tripiṭaka.", + "Tripiṭaka. -- Commentaries", + "Sa-skya-pa lamas", + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Trayang and Jamyang Samten" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], + "idLccn": [ + "77900893" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sangs-rgyas-phun-tshogs, Ngor-chen, 1649-1705." + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000022-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "nypl:Bnumber", + "value": "10000046" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-B" + }, + { + "type": "bf:Lccn", + "value": "77900893" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100022" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200045" + } + ], + "updatedAt": 1711147554676, + "publicationStatement": [ + "New Delhi : Trayang and Jamyang Samten, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:bnum:10000046", + "urn:oclc:NYPG001000022-B", + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", + "Tripiṭaka. -- Commentaries.", + "Sa-skya-pa lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra / by Sde-dge Yab-chen Tshe-dbaṅ-rdo-rje-rig-ʼdzin alias Byams-pa-kun-dgaʼ-bstan-paʼi-rgyal-mtshan. Rgyal ba Rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas : the life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po / by Ṅor-chen Saṅs-rgyas-phun-tshogs." + ], + "uri": "b10000046", + "lccClassification": [ + "BG974.0727 T75" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rgyal ba rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas.", + "Detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra.", + "Life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000046" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" + ], + "physicalLocation": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "uri": "i10000012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "bf:Barcode", + "value": "33433015080413" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080413" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_score": 0, + "_source": { + "extent": [ + "1 score (30 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"This work was written between 14 March and 1 May, 1979\"--verso t.p.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 15 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vocalises (High voice) with instrumental ensemble", + "Vocalises (High voice) with instrumental ensemble -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770634" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000022-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "nypl:Bnumber", + "value": "10000047" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-C" + }, + { + "type": "bf:Lccn", + "value": "81770634" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100572" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200046" + } + ], + "uniformTitle": [ + "Vocalise, soprano, instrumental ensemble, op. 38" + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:bnum:10000047", + "urn:oclc:NYPG001000022-C", + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vocalises (High voice) with instrumental ensemble -- Scores." + ], + "titleDisplay": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello / Francis Routh." + ], + "uri": "b10000047", + "lccClassification": [ + "M1613.3 .R8 op.38" + ], + "placeOfPublication": [ + "London, England (Arlington Park House, London W4)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vocalise, op. 38" + ], + "dimensions": [ + "38 cm." + ] + }, + "sort": [ + 0, + "b10000047" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" + ], + "physicalLocation": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "uri": "i10942044", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "bf:Barcode", + "value": "33433032842233" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842233" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_score": 0, + "_source": { + "extent": [ + "[150] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a MS. preserved at Pha-lo-ldiṅ Monastery in Bhutan.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Buddhism", + "Buddhism -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kunzang Topgey" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "76901012" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000023-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "nypl:Bnumber", + "value": "10000048" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-B" + }, + { + "type": "bf:Lccn", + "value": "76901012" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100023" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200047" + } + ], + "updatedAt": 1711479031405, + "publicationStatement": [ + "Thimphu : Kunzang Topgey, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:bnum:10000048", + "urn:oclc:NYPG001000023-B", + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Buddhism -- Rituals." + ], + "titleDisplay": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "uri": "b10000048", + "lccClassification": [ + "BQ7695 .B55" + ], + "placeOfPublication": [ + "Thimphu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 38 cm." + ] + }, + "sort": [ + 0, + "b10000048" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" + ], + "physicalLocation": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "uri": "i10000013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "bf:Barcode", + "value": "33433015080439" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080439" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_score": 0, + "_source": { + "extent": [ + "1 score (105 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 25 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Symphony, op. 26 : full score" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770641" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000023-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "nypl:Bnumber", + "value": "10000049" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-C" + }, + { + "type": "bf:Lccn", + "value": "81770641" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100573" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200048" + } + ], + "uniformTitle": [ + "Symphony, op. 26" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:bnum:10000049", + "urn:oclc:NYPG001000023-C", + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "Symphony, op. 26 : full score / Francis Routh." + ], + "uri": "b10000049", + "lccClassification": [ + "M1001 .R8615 op.26" + ], + "placeOfPublication": [ + "London (Arlington Park House, London W4 4HD)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Symphony, op. 26" + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000049" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" + ], + "physicalLocation": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "uri": "i10942045", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "bf:Barcode", + "value": "33433032842241" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842241" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_score": 0, + "_source": { + "extent": [ + "[188] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a print from the early 16th century western Tibetan blocks by Urgyan Dorje.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", + "Spiritual life", + "Spiritual life -- Buddhism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Urgyan Dorje" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], + "idLccn": [ + "76901747" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000024-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "nypl:Bnumber", + "value": "10000050" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-B" + }, + { + "type": "bf:Lccn", + "value": "76901747" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100024" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200049" + } + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "New Delhi : Urgyan Dorje, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:bnum:10000050", + "urn:oclc:NYPG001000024-B", + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", + "Spiritual life -- Buddhism." + ], + "titleDisplay": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "uri": "b10000050", + "lccClassification": [ + "BQ942.A187 A35 1976" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000050" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" + ], + "physicalLocation": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "uri": "i10000014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "bf:Barcode", + "value": "33433015080421" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080421" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_score": 0, + "_source": { + "extent": [ + "score (64 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Samfundet til udgivelse af dansk musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" + ], + "shelfMark": [ + "JMG 83-75" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Christiansen, Henning." + ], + "idLccn": [ + "78770955" + ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "creatorModifiedName": "Henning Christiansen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "nypl:Bnumber", + "value": "10000051" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-C" + }, + { + "type": "bf:Lccn", + "value": "78770955" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100574" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200050" + } + ], + "idOclc": [ + "NYPG001000024-C" + ], + "uniformTitle": [ + "Symphony, no. 2, op. 69c", + "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "København : Samfundet til udgivelse af dansk musik, 1977." + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:bnum:10000051", + "urn:oclc:NYPG001000024-C", + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972 / Henning Christiansen." + ], + "uri": "b10000051", + "lccClassification": [ + "M1001 .C533 op.69c" + ], + "placeOfPublication": [ + "København" + ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "37 cm." + ] + }, + "sort": [ + 0, + "b10000051" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" + ], + "physicalLocation": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-75" + ], + "uri": "i10942046", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "bf:Barcode", + "value": "33433032842191" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842191" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_score": 0, + "_source": { + "extent": [ + "[247] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Gu ruʼi rnam thar ṅo tshar phun tshogs rgya mtsho.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Padma Sambhava, approximately 717-approximately 762", + "Lamas", + "Lamas -- China", + "Lamas -- China -- Tibet", + "Lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sherab Gyaltshen Lama" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Bkra-śis-stobs-rgyal, Byaṅ-bdag." + ], + "idLccn": [ + "76900205" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000025-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "nypl:Bnumber", + "value": "10000052" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-B" + }, + { + "type": "bf:Lccn", + "value": "76900205" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100025" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200051" + } + ], + "updatedAt": 1711606513881, + "publicationStatement": [ + "Gangtog : Sherab Gyaltshen Lama, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:bnum:10000052", + "urn:oclc:NYPG001000025-B", + "urn:lccn:76900205", + "urn:identifier:NNSZ00100025", + "urn:identifier:(WaOLN)nyp0200051" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Padma Sambhava, approximately 717-approximately 762.", + "Lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born / by Byaṅ-bdag Bkra-śis-stobs-rgyal." + ], + "uri": "b10000052", + "lccClassification": [ + "BQ7950.P327 B55 1976" + ], + "placeOfPublication": [ + "Gangtog" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "27 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000052" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:barcode:33433015080447" + ], + "physicalLocation": [ + "*OZ+ 82-2383" + ], + "shelfMark_sort": "a*OZ+ 82-002383", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "uri": "i10000015", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "bf:Barcode", + "value": "33433015080447" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080447" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_score": 0, + "_source": { + "extent": [ + "1 score (160 p.) ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Motion picture music", + "Motion picture music -- Excerpts, Arranged", + "Popular music", + "Popular music -- United States", + "Popular music -- United States -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Warner Bros. Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000025-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000053" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100575" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200052" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York, NY : Warner Bros. Publications, [1982?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:bnum:10000053", + "urn:oclc:NYPG001000025-C", + "urn:identifier:NNSZ00100575", + "urn:identifier:(WaOLN)nyp0200052" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Motion picture music -- Excerpts, Arranged.", + "Popular music -- United States -- Scores." + ], + "titleDisplay": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "uri": "b10000053", + "placeOfPublication": [ + "New York, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Chariots of fire -- Arthur's theme (Best that you can do) -- Fame -- Evergreen (Love theme from A star is born) -- Days of wine and roses -- The Continental (You kiss while you're dancing) -- My own true love -- The summer knows (Theme from Summer of '42) -- All the way -- High hopes -- We may never love like this again -- Secret love -- An American in Paris -- Rhapsody in blue -- As time goes by -- Can you read my mind? (Love theme from Superman) -- Lullaby of Broadway -- Jeepers creepers -- From here to eternity -- Night and day -- Down here on the ground -- Out here on my own -- A time for love -- The high and the mighty -- Love me or leave me -- Blues in the night (My mama done tol' me) -- Gonna build a mountain -- Mule train -- Intermezzo (A love story) -- Theme from Blazing saddles -- With a song in my heart -- Three little words -- Where is love? -- (Love is) The tender trap -- A very precious love -- Oliver! -- What kind of fool am I? -- Some Sunday morning -- Walk on the wild side -- That night (Theme from The fox) -- Pocketful of miracles -- They're either too young or too old -- Song from \"10\" (It's easy to say) -- Picnic -- Sweet dreams, sweetheart -- This land is your land -- Theme from Superman -- Remember me? -- Who's afraid -- The hanging tree -- The cowboy and the lady -- Strike up the band! -- A gal in calico -- My wild Irish rose -- It's magic." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000053" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:barcode:33433076622293" + ], + "physicalLocation": [ + "JNG 83-5" + ], + "shelfMark_sort": "aJNG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:57||printed music limited circ MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "uri": "i13783791", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433076622293" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433076622293" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:57", + "label": "printed music limited circ MaRLI" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_score": 0, + "_source": { + "extent": [ + "[161] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a one volume collection of the writings from the library of Rtogs-ldan Rin-po-che of Sgaṅ-sṅon.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBri-gung-pa (Sect)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tsondu Senghe" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBri-gung Chos-rje ʼJig-rten-mgon-po, 1143-1217." + ], + "idLccn": [ + "77900734" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000026-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "nypl:Bnumber", + "value": "10000054" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000026-B" + }, + { + "type": "bf:Lccn", + "value": "77900734" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100026" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200053" + } + ], + "updatedAt": 1711121709621, + "publicationStatement": [ + "Bir, H.P. : Tsondu Senghe, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:bnum:10000054", + "urn:oclc:NYPG001000026-B", + "urn:lccn:77900734", + "urn:identifier:NNSZ00100026", + "urn:identifier:(WaOLN)nyp0200053" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBri-gung-pa (Sect)" + ], + "titleDisplay": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "uri": "b10000054", + "lccClassification": [ + "BQ7684 .B74 1976" + ], + "placeOfPublication": [ + "Bir, H.P." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000054" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:barcode:33433015080454" + ], + "physicalLocation": [ + "*OZ+ 82-2384" + ], + "shelfMark_sort": "a*OZ+ 82-002384", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "uri": "i10000016", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "bf:Barcode", + "value": "33433015080454" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080454" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-cc9ac8df079b01781a46b3b096602c9a.json b/test/fixtures/query-cc9ac8df079b01781a46b3b096602c9a.json new file mode 100644 index 00000000..69a6134f --- /dev/null +++ b/test/fixtures/query-cc9ac8df079b01781a46b3b096602c9a.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 5, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 6, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 6, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-cfdab06564def0f049e34e634bdf4f8a.json b/test/fixtures/query-cfdab06564def0f049e34e634bdf4f8a.json new file mode 100644 index 00000000..cd6bc643 --- /dev/null +++ b/test/fixtures/query-cfdab06564def0f049e34e634bdf4f8a.json @@ -0,0 +1,284 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.554642, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb4032259", + "_score": 15.554642, + "_source": { + "extent": [ + "x, 296 pages, 12 plates (including ports.~|~|~ facsims.) : tables ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliographical footnotes.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Diet", + "Diet -- Great Britain", + "Food consumption", + "Food consumption -- Great Britain" + ], + "publisherLiteral": [ + "Nelson," + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1966 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Plenty and want ; a social history of diet in England from 1815 to the present day." + ], + "creatorLiteral": [ + "Burnett, John, 1925-2006." + ], + "createdString": [ + "1966" + ], + "idLccn": [ + " 66070181 " + ], + "dateStartYear": [ + 1966 + ], + "creatorModifiedName": "John Burnett", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "4032259" + }, + { + "type": "bf:Lccn", + "value": " 66070181 " + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm01650294" + }, + { + "type": "bf:Identifier", + "value": "(NNC)4032259" + }, + { + "type": "bf:Identifier", + "value": "4032259" + } + ], + "holdings": [], + "updatedAt": 1631229286701, + "publicationStatement": [ + "[London] : Nelson, 1966." + ], + "identifier": [ + "urn:bnum:4032259", + "urn:lccn: 66070181 ", + "urn:undefined:(OCoLC)ocm01650294", + "urn:undefined:(NNC)4032259", + "urn:undefined:4032259" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:undefined", + "label": "volume" + } + ], + "dateString": [ + "1966" + ], + "mediaType": [ + { + "id": "mediatypes:undefined", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Diet -- Great Britain.", + "Food consumption -- Great Britain." + ], + "titleDisplay": [ + "Plenty and want ; a social history of diet in England from 1815 to the present day." + ], + "uri": "cb4032259", + "lccClassification": [ + "TX360.G7 B8" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "[London] :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm" + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb4032259", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:HS65164695" + ], + "physicalLocation": [ + "TX360.G79 B93 1966" + ], + "shelfMark_sort": "aTX360.G79 B93 001966", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci4087955", + "shelfMark": [ + "TX360.G79 B93 1966" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "TX360.G79 B93 1966" + }, + { + "type": "bf:Barcode", + "value": "HS65164695" + } + ], + "idBarcode": [ + "HS65164695" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [] + } + }, + "item_format": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [] + } + }, + "item_status": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-d52cc52e4a5296d15be088619ebc97e8.json b/test/fixtures/query-d52cc52e4a5296d15be088619ebc97e8.json new file mode 100644 index 00000000..4c5e051e --- /dev/null +++ b/test/fixtures/query-d52cc52e4a5296d15be088619ebc97e8.json @@ -0,0 +1,13636 @@ +{ + "body": { + "took": 541, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_score": 0, + "_source": { + "extent": [ + "ix, 368 p., [1] leaf of plates : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Contributions in German and Italian.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographies and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dante Alighieri, 1265-1321", + "Dante Alighieri, 1265-1321 -- Criticism and interpretation", + "Gmelin, Hermann, 1900-1958" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Stauffenburg" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1985 + ], + "title": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1985" + ], + "idLccn": [ + "86124252" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], + "contributorLiteral": [ + "Gmelin, Hermann, 1900-1958.", + "Baum, Richard.", + "Hirdt, Willi." + ], + "dateStartYear": [ + 1985 + ], + "idOclc": [ + "NYPGNYPG-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "nypl:Bnumber", + "value": "10000002" + }, + { + "type": "bf:Isbn", + "value": "3923721544" + }, + { + "type": "nypl:Oclc", + "value": "NYPGNYPG-B" + }, + { + "type": "bf:Lccn", + "value": "86124252" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200001" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "Tübingen : Stauffenburg, c1985." + ], + "idIsbn": [ + "3923721544" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:bnum:10000002", + "urn:isbn:3923721544", + "urn:oclc:NYPGNYPG-B", + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1985" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dante Alighieri, 1265-1321 -- Criticism and interpretation.", + "Gmelin, Hermann, 1900-1958." + ], + "titleDisplay": [ + "Dante Alighieri 1985 : in memoriam Hermann Gmelin / herausgegeben von Richard Baum und Willi Hirdt." + ], + "uri": "b10000002", + "lccClassification": [ + "PQ4390 .D274 1985" + ], + "placeOfPublication": [ + "Tübingen" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "3923721544" + ] + }, + "sort": [ + 0, + "b10000002" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000002", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" + ], + "m2CustomerCode": [ + "XF" + ], + "physicalLocation": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 86-3252" + ], + "uri": "i12858031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 86-3252" + }, + { + "type": "bf:Barcode", + "value": "33433046113795" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433046113795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_score": 0, + "_source": { + "extent": [ + "199 p. : col. ill. maps ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Hebrides (Scotland)", + "Hebrides (Scotland) -- Pictorial works" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Constable" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1989 + ], + "title": [ + "Scottish islands" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1989" + ], + "creatorLiteral": [ + "Waite, Charlie." + ], + "idLccn": [ + "gb 89012970" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1989 + ], + "donor": [ + "Gift of the Drue Heinz Book Fund for English Literature" + ], + "creatorModifiedName": "Charlie Waite", + "idOclc": [ + "NYPGUKBPGP8917-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "nypl:Bnumber", + "value": "10000003" + }, + { + "type": "bf:Isbn", + "value": "0094675708" + }, + { + "type": "nypl:Oclc", + "value": "NYPGUKBPGP8917-B" + }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200002" + } + ], + "updatedAt": 1711606506102, + "publicationStatement": [ + "London : Constable, 1989." + ], + "idIsbn": [ + "0094675708" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:bnum:10000003", + "urn:isbn:0094675708", + "urn:oclc:NYPGUKBPGP8917-B", + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1989" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Hebrides (Scotland) -- Pictorial works." + ], + "titleDisplay": [ + "Scottish islands / Charlie Waite." + ], + "uri": "b10000003", + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "26 cm." + ], + "idIsbn_clean": [ + "0094675708" + ] + }, + "sort": [ + 0, + "b10000003" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000003", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 89-526" + ], + "uri": "i13783780", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 89-526" + }, + { + "type": "bf:Barcode", + "value": "33433050409147" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433050409147" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_score": 0, + "_source": { + "extent": [ + "23, 216 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1956.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1965 + ], + "title": [ + "Mutaṟkuṟaḷ uvamai." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1965" + ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], + "idLccn": [ + "74915265" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], + "dateStartYear": [ + 1965 + ], + "idOclc": [ + "NYPG001000001-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "nypl:Bnumber", + "value": "10000004" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-B" + }, + { + "type": "bf:Lccn", + "value": "74915265" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100001" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200003" + } + ], + "updatedAt": 1711165211519, + "publicationStatement": [ + "Tirunelvēli, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1965." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:bnum:10000004", + "urn:oclc:NYPG001000001-B", + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1965" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tiruvaḷḷuvar." + ], + "titleDisplay": [ + "Mutaṟkuṟaḷ uvamai. Āciriyar Ku. Kōtaṇṭapāṇi Piḷḷai." + ], + "uri": "b10000004", + "lccClassification": [ + "PL4758.9.T5 K6 1965" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000004" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000004", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], + "physicalLocation": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1934" + ], + "uri": "i13783781", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1934" + }, + { + "type": "bf:Barcode", + "value": "33433061301556" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301556" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_score": 0, + "_source": { + "extent": [ + "1 score (43 p.) + 1 part (12 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Acc. arr. for piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Soch. 22\"--Caption.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: 11049.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Concertos (Violin)", + "Concertos (Violin) -- Solo with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muzyka" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Henri Wieniawski", + "idOclc": [ + "NYPG001000001-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "nypl:Bnumber", + "value": "10000005" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000001-C" + }, + { + "type": "bf:Identifier", + "value": "11049. Muzyka" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100551" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200004" + } + ], + "uniformTitle": [ + "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Moskva : Muzyka, 1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:bnum:10000005", + "urn:oclc:NYPG001000001-C", + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Concertos (Violin) -- Solo with piano." + ], + "titleDisplay": [ + "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." + ], + "uri": "b10000005", + "placeOfPublication": [ + "Moskva" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Concertos, no. 2, op. 22" + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + 0, + "b10000005" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000005", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" + ], + "physicalLocation": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-336" + ], + "uri": "i10942022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-336" + }, + { + "type": "bf:Barcode", + "value": "33433032711909" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032711909" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_score": 0, + "_source": { + "extent": [ + "227 p." + ], + "note": [ + { + "noteType": "Note", + "label": "Translation of The reconstruction of religious thought in Islam.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1968 + ], + "title": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1968" + ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], + "idLccn": [ + "75962707" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Maḥmūd, ʻAbbās." + ], + "dateStartYear": [ + 1968 + ], + "creatorModifiedName": "Muhammad Iqbal", + "idOclc": [ + "NYPG001000002-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "nypl:Bnumber", + "value": "10000006" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-B" + }, + { + "type": "bf:Lccn", + "value": "75962707" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100002" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200005" + } + ], + "updatedAt": 1711567265610, + "publicationStatement": [ + "al-Qāhirah, Lajnat al-Taʼlīf wa-al-Tarjamah wa-al-Nashr [1968]" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:bnum:10000006", + "urn:oclc:NYPG001000002-B", + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1968" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Islam -- 20th century." + ], + "titleDisplay": [ + "Tajdīd al-tafkīr al-dīnī fī al-Islām, taʼlif Muhammad Iqbāl. Tarjamat ʻAbbās Maḥmūd. Rājaʻa muqaddimatahu wa-al-faṣl al-awwal minhu ʻAbd al-ʻAzīz al-Maraghī, wa-rājaʻa baqīyat al-Kitāb Mahdī ʻAllām." + ], + "uri": "b10000006", + "lccClassification": [ + "BP161 .I712 1968" + ], + "placeOfPublication": [ + "al-Qāhirah" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000006" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000006", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" + ], + "physicalLocation": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1984" + ], + "uri": "i12540039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1984" + }, + { + "type": "bf:Barcode", + "value": "33433022691665" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691665" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_score": 0, + "_source": { + "extent": [ + "14 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 7:35.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: Z.8917.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Guitar music", + "Guitar", + "Guitar -- Studies and exercises" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Editio Musica" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Due studi per chitarra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Patachich, Iván." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "idOclc": [ + "NYPG001000002-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "nypl:Bnumber", + "value": "10000007" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000002-C" + }, + { + "type": "bf:Identifier", + "value": "Z.8917. Editio Musica" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100552" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200006" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711149115321, + "publicationStatement": [ + "Budapest : Editio Musica, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:bnum:10000007", + "urn:oclc:NYPG001000002-C", + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Guitar music.", + "Guitar -- Studies and exercises." + ], + "titleDisplay": [ + "Due studi per chitarra / Patachich Iván." + ], + "uri": "b10000007", + "placeOfPublication": [ + "Budapest" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000007" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000007", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" + ], + "physicalLocation": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-276" + ], + "uri": "i10942023", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-276" + }, + { + "type": "bf:Barcode", + "value": "33433032883591" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883591" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_score": 0, + "_source": { + "extent": [ + "351 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Parimaḷam Patippakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], + "title": [ + "Aṇṇāviṉ ciṟukataikaḷ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], + "idLccn": [ + "72913998" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1969 + ], + "creatorModifiedName": "C Annadurai", + "idOclc": [ + "NYPG001000003-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "nypl:Bnumber", + "value": "10000008" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-B" + }, + { + "type": "bf:Lccn", + "value": "72913998" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100003" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200007" + } + ], + "updatedAt": 1711102509897, + "publicationStatement": [ + "Ceṉṉai, Parimaḷam Patippakam [1969]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:bnum:10000008", + "urn:oclc:NYPG001000003-B", + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Aṇṇāviṉ ciṟukataikaḷ. [Eḻutiyavar] Ci. Eṉ. Aṇṇāturai." + ], + "uri": "b10000008", + "lccClassification": [ + "PL4758.9.A5 A84" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000008" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000008", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" + ], + "physicalLocation": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1986" + ], + "uri": "i13783782", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1986" + }, + { + "type": "bf:Barcode", + "value": "33433061301689" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301689" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_score": 0, + "_source": { + "extent": [ + "30 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Edition Peters Nr. 5489.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: E.P. 13028.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Edition Peters ; C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Miniaturen II : 13 kleine Klavierstücke" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000003-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "nypl:Bnumber", + "value": "10000009" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000003-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters Nr. 5489 Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "E.P. 13028. Edition Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100553" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200008" + } + ], + "uniformTitle": [ + "Miniaturen, no. 2" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Edition Peters ; New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:bnum:10000009", + "urn:oclc:NYPG001000003-C", + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." + ], + "uri": "b10000009", + "placeOfPublication": [ + "Leipzig : New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen, no. 2" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000009" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000009", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" + ], + "physicalLocation": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-278" + ], + "uri": "i10942024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-278" + }, + { + "type": "bf:Barcode", + "value": "33433032883617" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883617" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_score": 0, + "_source": { + "extent": [ + "46 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Boeijenga" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "dateEndString": [ + "1982" + ], + "title": [ + "Passie en pasen : suite voor orgel, opus 50" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Jan Berg", + "idOclc": [ + "NYPG001000004-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "nypl:Bnumber", + "value": "10000011" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000004-C" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200010" + } + ], + "dateEndYear": [ + 1982 + ], + "updatedAt": 1710978413661, + "publicationStatement": [ + "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:bnum:10000011", + "urn:oclc:NYPG001000004-C", + "urn:identifier:(WaOLN)nyp0200010" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)", + "Easter music (Organ)", + "Passion music." + ], + "titleDisplay": [ + "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." + ], + "uri": "b10000011", + "placeOfPublication": [ + "Sneek [Netherlands]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Passie. I. Psalm 22. II. Leer mij O Heer. III. \"Mijn Verlosser hangt aan 't kruis.\" IV. \"O hoofd vol bloed en wonden.\" V. \"O kostbaar kruis.\" VI. \"Jezus, leven van mijn leven\" -- Pasen. VII. Toccata over \"Christus is opgestanden.\" VIII. Canon: \"Jesus unser Trost und Leben.\" IX. Trio: Ik zeg het allen dat Hij leeft.\" X. Trio: \"Staakt Uw rouwen Magdalene.\" XI. Postludium over \"Jesus leeft en wij met Hem\" (met \"Christus onze Heer verrees\" als tegenstem)." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000011" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000011", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" + ], + "physicalLocation": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-279" + ], + "uri": "i10942025", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-279" + }, + { + "type": "bf:Barcode", + "value": "33433032883625" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032883625" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_score": 0, + "_source": { + "extent": [ + "223 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p.221.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Thaqāfah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000005-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "nypl:Bnumber", + "value": "10000012" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100005" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200011" + } + ], + "updatedAt": 1711097905535, + "publicationStatement": [ + "Bayrūt : Dār al-Thaqāfah, 1970." + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:bnum:10000012", + "urn:oclc:NYPG001000005-B", + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ḥuṭayʼah, Jarwal ibn Aws, -650?" + ], + "titleDisplay": [ + "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." + ], + "uri": "b10000012", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000012" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000012", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" + ], + "physicalLocation": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFS 84-1997" + ], + "uri": "i10000003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFS 84-1997" + }, + { + "type": "bf:Barcode", + "value": "33433014514719" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433014514719" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_score": 0, + "_source": { + "extent": [ + "32 p. of music : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Popular music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Arr. for piano with chord symbols; superlinear German words.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Popular music", + "Popular music -- Germany (East)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Harth Musik Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Disko Treff 1 : Klavier." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000005-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "nypl:Bnumber", + "value": "10000013" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000005-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100555" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200012" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Leipzig : Harth Musik Verlag, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:bnum:10000013", + "urn:oclc:NYPG001000005-C", + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Popular music -- Germany (East)" + ], + "titleDisplay": [ + "Disko Treff 1 : Klavier." + ], + "uri": "b10000013", + "placeOfPublication": [ + "Leipzig" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Disko Treff eins." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000013" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000013", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" + ], + "physicalLocation": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-366" + ], + "uri": "i10942026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-366" + }, + { + "type": "bf:Barcode", + "value": "33433032712204" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032712204" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_score": 0, + "_source": { + "extent": [ + "520 p. : ill., ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title on cover: Islamic unity or the Mutual approach among Muslim sects.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Panislamism", + "Islam", + "Islam -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Shīrāzī, ʻAbd al-Karīm Bī Āzār." + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000006-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "nypl:Bnumber", + "value": "10000014" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100006" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200013" + } + ], + "updatedAt": 1711097256805, + "publicationStatement": [ + "Bayrūt : Muʼassasat al-Aʻlamī lil-Maṭbūʻāt, 1975." + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:bnum:10000014", + "urn:oclc:NYPG001000006-B", + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Panislamism.", + "Islam -- 20th century." + ], + "titleDisplay": [ + "al-Waḥdah al-Islāmīyah : aw al-taqrīb bayna al-madhāhib al-sabʻah, wathāʼiq khaṭīrah wa-buḥūth ʻilmīyah li-aʻāẓim ʻulamāʼ al-Muslimīn min al-sunnah wa-al-shīʻah / Jamʻ wa-tartīb ʻAbd al-Karīm Bī Āzār al-Shīrāzī." + ], + "uri": "b10000014", + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Islamic unity." + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 0, + "b10000014" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000014", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" + ], + "physicalLocation": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OGC 84-1996" + ], + "uri": "i12540040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OGC 84-1996" + }, + { + "type": "bf:Barcode", + "value": "33433022691780" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433022691780" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000015", + "_score": 0, + "_source": { + "extent": [ + "25 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For organ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Caption title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"A McAfee Music Publication.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: DM 220.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Organ)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Belwin-Mills" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Suite no. 1 : 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-102" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hampton, Calvin." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Calvin Hampton", + "idOclc": [ + "NYPG001000006-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-102" + }, + { + "type": "nypl:Bnumber", + "value": "10000015" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000006-C" + }, + { + "type": "bf:Identifier", + "value": "DM 220. Belwin-Mills" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100556" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200014" + } + ], + "uniformTitle": [ + "Suite, organ, no. 1" + ], + "updatedAt": 1711491730703, + "publicationStatement": [ + "Melville, NY : Belwin-Mills, [1980?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-102", + "urn:bnum:10000015", + "urn:oclc:NYPG001000006-C", + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Organ)" + ], + "titleDisplay": [ + "Suite no. 1 : 1977 / Calvin Hampton." + ], + "uri": "b10000015", + "placeOfPublication": [ + "Melville, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Suite, no. 1" + ], + "tableOfContents": [ + "Fanfares -- Antiphon -- Toccata." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000015" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_score": 0, + "_source": { + "extent": [ + "111 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kuṟuntokai" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Manṅkaḷa Nūlakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1967 + ], + "title": [ + "Nalla Kuṟuntokaiyil nāṉilam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], + "idLccn": [ + "74913402" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "NYPG001000007-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "nypl:Bnumber", + "value": "10000016" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-B" + }, + { + "type": "bf:Lccn", + "value": "74913402" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100007" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200015" + } + ], + "updatedAt": 1711185167994, + "publicationStatement": [ + "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:bnum:10000016", + "urn:oclc:NYPG001000007-B", + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuṟuntokai." + ], + "titleDisplay": [ + "Nalla Kuṟuntokaiyil nāṉilam. [Eḻutiyavar] Cu. Cellappaṉ." + ], + "uri": "b10000016", + "lccClassification": [ + "PL4758.9.K794 Z6 1967" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000016" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000016", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" + ], + "physicalLocation": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1937" + ], + "uri": "i13783785", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1937" + }, + { + "type": "bf:Barcode", + "value": "33433061301580" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301580" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_score": 0, + "_source": { + "extent": [ + "1 score (17 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For baritone and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Words printed also as text.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 3:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Corbière, Tristan, 1845-1875", + "Corbière, Tristan, 1845-1875 -- Musical settings", + "Songs (Medium voice) with piano" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Lettre du Mexique : pour baryton et piano, 1942" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Escher, Rudolf." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Corbière, Tristan, 1845-1875." + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Rudolf Escher", + "idOclc": [ + "NYPG001000007-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "nypl:Bnumber", + "value": "10000017" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000007-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100557" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200016" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Amsterdam : Donemus, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:bnum:10000017", + "urn:oclc:NYPG001000007-C", + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Corbière, Tristan, 1845-1875 -- Musical settings.", + "Songs (Medium voice) with piano." + ], + "titleDisplay": [ + "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." + ], + "uri": "b10000017", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000017" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000017", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" + ], + "physicalLocation": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-395" + ], + "uri": "i10942027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-395" + }, + { + "type": "bf:Barcode", + "value": "33433032735007" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032735007" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_score": 0, + "_source": { + "extent": [ + "68 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Lebanon" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār al-Ṭalīʻah" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], + "idLccn": [ + "78970449" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000008-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "nypl:Bnumber", + "value": "10000018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-B" + }, + { + "type": "bf:Lccn", + "value": "78970449" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100008" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200017" + } + ], + "updatedAt": 1711582848276, + "publicationStatement": [ + "Bayrūt : Dār al-Ṭalīʻah, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:bnum:10000018", + "urn:oclc:NYPG001000008-B", + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Lebanon." + ], + "titleDisplay": [ + "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā / Najlāʼ Naṣīr Bashshūr." + ], + "uri": "b10000018", + "lccClassification": [ + "HQ1728 .B37" + ], + "placeOfPublication": [ + "Bayrūt" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 0, + "b10000018" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000018", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" + ], + "physicalLocation": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1995" + ], + "uri": "i10000004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1995" + }, + { + "type": "bf:Barcode", + "value": "33433002031718" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031718" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: M 18.487.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Waltzes (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Zwölf Walzer und ein Epilog : für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Benary, Peter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Peter Benary", + "idOclc": [ + "NYPG001000008-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "nypl:Bnumber", + "value": "10000019" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000008-C" + }, + { + "type": "bf:Identifier", + "value": "Möseler M 18.487." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100558" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200018" + } + ], + "uniformTitle": [ + "Walzer und ein Epilog" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:bnum:10000019", + "urn:oclc:NYPG001000008-C", + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Waltzes (Piano)" + ], + "titleDisplay": [ + "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." + ], + "uri": "b10000019", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Walzer und ein Epilog", + "Walzer und ein Epilog." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000019" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000019", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" + ], + "physicalLocation": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-111" + ], + "uri": "i10942028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-111" + }, + { + "type": "bf:Barcode", + "value": "33433032845053" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845053" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_score": 0, + "_source": { + "extent": [ + "xvi, 172, 320 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tolkāppiyar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Aṇṇāmalaip Palkalaik Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tolkāppiyam." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1936" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], + "idLccn": [ + "74914844" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000009-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936" + }, + { + "type": "nypl:Bnumber", + "value": "10000020" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-B" + }, + { + "type": "bf:Lccn", + "value": "74914844" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100009" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200019" + } + ], + "updatedAt": 1711329059003, + "publicationStatement": [ + "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936", + "urn:bnum:10000020", + "urn:oclc:NYPG001000009-B", + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tolkāppiyar." + ], + "titleDisplay": [ + "Tolkāppiyam. [Eḻutiyavar] Ka. Veḷḷaivāraṇaṉ." + ], + "uri": "b10000020", + "lccClassification": [ + "PL4754.T583 V4 1970" + ], + "placeOfPublication": [ + "[Aṇṇāmalainakar]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], + "tableOfContents": [ + "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000020" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000020", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" + ], + "physicalLocation": [ + "*OLB 84-1936" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "uri": "i13783786", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1936 v. 1" + }, + { + "type": "bf:Barcode", + "value": "33433061301572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "v. 1" + ], + "idBarcode": [ + "33433061301572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_score": 0, + "_source": { + "extent": [ + "1 score (51 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: NM 384.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Neue Musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1978 + ], + "title": [ + "Aurora : sinfonischer Prolog : Partitur" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "creatorModifiedName": "Heinz Weitzendorf", + "idOclc": [ + "NYPG001000009-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "nypl:Bnumber", + "value": "10000021" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000009-C" + }, + { + "type": "bf:Identifier", + "value": "NM 384. Verlag Neue Musik" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100559" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200020" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Berlin : Verlag Neue Musik, c1978." + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:bnum:10000021", + "urn:oclc:NYPG001000009-C", + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." + ], + "uri": "b10000021", + "placeOfPublication": [ + "Berlin" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000021" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000021", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" + ], + "physicalLocation": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-113" + ], + "uri": "i10942029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-113" + }, + { + "type": "bf:Barcode", + "value": "33433032845079" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032845079" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_score": 0, + "_source": { + "extent": [ + "19, 493 p." + ], + "note": [ + { + "noteType": "Note", + "label": "First published in 1942.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], + "idLccn": [ + "73913714" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1388" + ], + "contributorLiteral": [ + "Peruntēvaṉār, active 11th century.", + "Kōvintarāja Mutaliyār, Kā. Ra., 1874-1952." + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000010-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "nypl:Bnumber", + "value": "10000022" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-B" + }, + { + "type": "bf:Lccn", + "value": "73913714" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100010" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200021" + } + ], + "updatedAt": 1711102698036, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:bnum:10000022", + "urn:oclc:NYPG001000010-B", + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Tamil language -- Grammar." + ], + "titleDisplay": [ + "Poṉpaṟṟi kāvalar puttamittiraṉār iyaṟṟiya Vīracōḻiyam; Peruntēvaṉār iyaṟṟiya uraiyuṭaṉ. Patippāciriyar Kā. Ra. Kōvintarāca Mutaliyār." + ], + "uri": "b10000022", + "lccClassification": [ + "PL4754 .P8 1970" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Viracōḻiyam." + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + 0, + "b10000022" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000022", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" + ], + "physicalLocation": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1935" + ], + "uri": "i13783787", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1935" + }, + { + "type": "bf:Barcode", + "value": "33433061301564" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301564" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (18 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For band or wind ensemble.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Based on the composer's Veni creator spiritus.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: KC913.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Band music", + "Band music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Shawnee Press" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Musica sacra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Luigi Zaninelli", + "idOclc": [ + "NYPG001000010-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "nypl:Bnumber", + "value": "10000023" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000010-C" + }, + { + "type": "bf:Identifier", + "value": "KC913 Shawnee Press" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100560" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200022" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Delaware Water Gap, Pa. : Shawnee Press, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:bnum:10000023", + "urn:oclc:NYPG001000010-C", + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Band music -- Scores." + ], + "titleDisplay": [ + "Musica sacra / Luigi Zaninelli." + ], + "uri": "b10000023", + "placeOfPublication": [ + "Delaware Water Gap, Pa." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 0, + "b10000023" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000023", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" + ], + "physicalLocation": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-38" + ], + "uri": "i10942030", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-38" + }, + { + "type": "bf:Barcode", + "value": "33433032709028" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709028" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_score": 0, + "_source": { + "extent": [ + "264 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bahrain", + "Bahrain -- History", + "Bahrain -- History -- 20th century", + "Bahrain -- Economic conditions", + "Bahrain -- Social conditions" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Dār Ibn Khaldūn" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], + "idLccn": [ + "79971032" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000011-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "nypl:Bnumber", + "value": "10000024" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-B" + }, + { + "type": "bf:Lccn", + "value": "79971032" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100011" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200023" + } + ], + "updatedAt": 1711097717293, + "publicationStatement": [ + "[Bayrūt] : Dār Ibn Khaldūn, 1976." + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:bnum:10000024", + "urn:oclc:NYPG001000011-B", + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bahrain -- History -- 20th century.", + "Bahrain -- Economic conditions.", + "Bahrain -- Social conditions." + ], + "titleDisplay": [ + "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī / Muḥammad al-Rumayḥī." + ], + "uri": "b10000024", + "lccClassification": [ + "DS247.B28 R85" + ], + "placeOfPublication": [ + "[Bayrūt]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 0, + "b10000024" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000024", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" + ], + "physicalLocation": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFK 84-1944" + ], + "uri": "i10000005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFK 84-1944" + }, + { + "type": "bf:Barcode", + "value": "33433005548676" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005548676" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei Sonatinen für Klavier" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stockmeier, Wolfgang." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 179" + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wolfgang Stockmeier", + "idOclc": [ + "NYPG001000011-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "nypl:Bnumber", + "value": "10000025" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000011-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100561" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200024" + } + ], + "uniformTitle": [ + "Sonatinas, piano" + ], + "updatedAt": 1711147751540, + "publicationStatement": [ + "Wolfenbüttel : Möseler, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:bnum:10000025", + "urn:oclc:NYPG001000011-C", + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Drei Sonatinen für Klavier / Wolfgang Stockmeier." + ], + "uri": "b10000025", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatinas" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000025" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000025", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" + ], + "physicalLocation": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-107" + ], + "uri": "i10942031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-107" + }, + { + "type": "bf:Barcode", + "value": "33433032709697" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709697" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_score": 0, + "_source": { + "extent": [ + "222 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 217-220.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Women", + "Women -- Syria" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī" + ], + "language": [ + { + "id": "lang:ara", + "label": "Arabic" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], + "idLccn": [ + "76960987" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000012-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "nypl:Bnumber", + "value": "10000026" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-B" + }, + { + "type": "bf:Lccn", + "value": "76960987" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100012" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200025" + } + ], + "updatedAt": 1711584837414, + "publicationStatement": [ + "Dimashq : Wizārat al-Thaqāfah wa-al-Irshād al-Qawmī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:bnum:10000026", + "urn:oclc:NYPG001000012-B", + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Women -- Syria." + ], + "titleDisplay": [ + "Mushārakat al-marʼah fī al-ḥayāh al-ʻāmmah fī Sūrīyah mundhu al-istiqlāl 1945 wa-ḥattá 1975 / Nabīlah al-Razzāz." + ], + "uri": "b10000026", + "lccClassification": [ + "HQ402 .R39" + ], + "placeOfPublication": [ + "Dimashq" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + 0, + "b10000026" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000026", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" + ], + "physicalLocation": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OFX 84-1953" + ], + "uri": "i10000006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OFX 84-1953" + }, + { + "type": "bf:Barcode", + "value": "33433002031700" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433002031700" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_score": 0, + "_source": { + "extent": [ + "15 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Violin)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Möseler Verlag" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Drei kleine Sonaten : für Violine solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Köhler, Friedemann." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Hausmusik ; 172" + ], + "dateStartYear": [ + 1979 + ], + "idOclc": [ + "NYPG001000012-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "nypl:Bnumber", + "value": "10000027" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000012-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100562" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200026" + } + ], + "uniformTitle": [ + "Kleine Sonaten, violin" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Wolfenbüttel : Möseler Verlag, c1979." + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:bnum:10000027", + "urn:oclc:NYPG001000012-C", + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Violin)" + ], + "titleDisplay": [ + "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." + ], + "uri": "b10000027", + "placeOfPublication": [ + "Wolfenbüttel" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Kleine Sonaten" + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000027" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000027", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" + ], + "physicalLocation": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-95" + ], + "uri": "i10942032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-95" + }, + { + "type": "bf:Barcode", + "value": "33433032709572" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709572" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_score": 0, + "_source": { + "extent": [ + "9, 3, 3, 324 p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Prastuta śodha-prabandha Rājasthāna Viśvavidyālaya, Jayapura kī Pī-eca.Ḍī-upāthi ke nimitta viśvavidyālaya anudāna āyoga kī risarca phailośipa ke antargata likhā gayā thā.\"", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. [321]-324.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sūryamalla Miśraṇa, 1815-1868" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rājasthāna Sāhitya Akādamī (Saṅgama)" + ], + "language": [ + { + "id": "lang:hin", + "label": "Hindi" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], + "title": [ + "Vaṃśabhāskara : eka adhyayana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1973" + ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], + "idLccn": [ + "75903689" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1973 + ], + "idOclc": [ + "NYPG001000013-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "nypl:Bnumber", + "value": "10000028" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-B" + }, + { + "type": "bf:Lccn", + "value": "75903689" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100013" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200027" + } + ], + "updatedAt": 1710972943549, + "publicationStatement": [ + "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:bnum:10000028", + "urn:oclc:NYPG001000013-B", + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1973" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sūryamalla Miśraṇa, 1815-1868." + ], + "titleDisplay": [ + "Vaṃśabhāskara : eka adhyayana / lekhaka Ālamaśāha Khāna." + ], + "uri": "b10000028", + "lccClassification": [ + "PK2708.9.S9 V334" + ], + "placeOfPublication": [ + "Udayapura" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25cm." + ] + }, + "sort": [ + 0, + "b10000028" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000028", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" + ], + "physicalLocation": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKTM 84-1945" + ], + "uri": "i10942033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKTM 84-1945" + }, + { + "type": "bf:Barcode", + "value": "33433011094210" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011094210" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_score": 0, + "_source": { + "extent": [ + "16 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 8:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: Wilhelm Hansen edition no. 4372.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Publisher's no.: 29589.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Organ music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Hansen ; Distribution, Magnamusic-Baton" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Cruor : for organ solo, 1977" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], + "idLccn": [ + "82771131" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Bent Lorentzen", + "idOclc": [ + "NYPG001000013-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "nypl:Bnumber", + "value": "10000029" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000013-C" + }, + { + "type": "bf:Lccn", + "value": "82771131" + }, + { + "type": "bf:Identifier", + "value": "Wilhelm Hansen edition no. 4372." + }, + { + "type": "bf:Identifier", + "value": "29589." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100563" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200028" + } + ], + "updatedAt": 1711207280267, + "publicationStatement": [ + "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:bnum:10000029", + "urn:oclc:NYPG001000013-C", + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Organ music." + ], + "titleDisplay": [ + "Cruor : for organ solo, 1977 / B. Lorentzen." + ], + "uri": "b10000029", + "lccClassification": [ + "M11 .L" + ], + "placeOfPublication": [ + "Copenhagen ; New York : [s.l.]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000029" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000029", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" + ], + "physicalLocation": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-93" + ], + "uri": "i10942034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-93" + }, + { + "type": "bf:Barcode", + "value": "33433032709556" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709556" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_score": 0, + "_source": { + "extent": [ + "21 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Piano music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W. Müller" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Neun Miniaturen : für Klavier : op. 52" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Wilhelm Petersen", + "idOclc": [ + "NYPG001000014-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "nypl:Bnumber", + "value": "10000031" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000014-C" + }, + { + "type": "bf:Identifier", + "value": "W. Müller WM 1713 SM." + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100564" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200030" + } + ], + "uniformTitle": [ + "Miniaturen" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "Heidelberg : W. Müller, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:bnum:10000031", + "urn:oclc:NYPG001000014-C", + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Piano music." + ], + "titleDisplay": [ + "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." + ], + "uri": "b10000031", + "placeOfPublication": [ + "Heidelberg" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Miniaturen", + "Miniaturen." + ], + "dimensions": [ + "32 cm." + ] + }, + "sort": [ + 0, + "b10000031" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000031", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" + ], + "physicalLocation": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-17" + ], + "uri": "i10942035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-17" + }, + { + "type": "bf:Barcode", + "value": "33433032841631" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841631" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_score": 0, + "_source": { + "extent": [ + "1 score (20 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For voice and organ.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sacred songs (Medium voice) with organ", + "Psalms (Music)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Agápe" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], + "title": [ + "Psalm settings" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1981" + ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1981 + ], + "creatorModifiedName": "Vaclav Nelhybel", + "idOclc": [ + "NYPG001000015-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "nypl:Bnumber", + "value": "10000033" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000015-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100565" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200032" + } + ], + "updatedAt": 1711343803471, + "publicationStatement": [ + "Carol Stream, Ill. : Agápe, c1981." + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:bnum:10000033", + "urn:oclc:NYPG001000015-C", + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1981" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sacred songs (Medium voice) with organ.", + "Psalms (Music)" + ], + "titleDisplay": [ + "Psalm settings / Vaclav Nelhybel." + ], + "uri": "b10000033", + "placeOfPublication": [ + "Carol Stream, Ill." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Hear me when I call -- Be not far from me -- Hear my voice -- The Lord is my rock." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000033" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000033", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" + ], + "physicalLocation": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-59" + ], + "uri": "i10942036", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-59" + }, + { + "type": "bf:Barcode", + "value": "33433032842035" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842035" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_score": 0, + "_source": { + "extent": [ + "366 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Caption title: Brhatkathāślokasaṁgrahaḥ.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Colophon: Iti Śrībhaṭṭabudhasvāminā krte ślokasaṁgrahe Brhatkathāyāṁ--", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references and index.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "Text in Sanskrit; apparatus in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prithivi Prakashan" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "title": [ + "Brhatkathāślokasaṁgraha : a study" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Budhasvāmin." + ], + "idLccn": [ + "74903273" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], + "contributorLiteral": [ + "Guṇāḍhya.", + "Agrawala, Vasudeva Sharana.", + "Agrawala, Prithvi Kumar." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG001000016-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "nypl:Bnumber", + "value": "10000034" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-B" + }, + { + "type": "bf:Lccn", + "value": "74903273" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100016" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200033" + } + ], + "updatedAt": 1711113679649, + "publicationStatement": [ + "Varanasi : Prithivi Prakashan, 1974." + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:bnum:10000034", + "urn:oclc:NYPG001000016-B", + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Brhatkathāślokasaṁgraha : a study / by V.S. Agrawala ; with Sanskrit text, edited by P.K. Agrawala." + ], + "uri": "b10000034", + "lccClassification": [ + "PK3794.B84 B7 1974" + ], + "placeOfPublication": [ + "Varanasi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000034" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000034", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" + ], + "physicalLocation": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKR 84-2006" + ], + "uri": "i10000009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKR 84-2006" + }, + { + "type": "bf:Barcode", + "value": "33433011528696" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433011528696" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_score": 0, + "_source": { + "extent": [ + "22 p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Suite.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 12:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Serenade voor piano : 1980" + ], + "shelfMark": [ + "JMG 83-6" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Kasbergen, Marinus, 1936-" + ], + "createdString": [ + "1980" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Marinus Kasbergen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "nypl:Bnumber", + "value": "10000035" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000016-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100566" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200034" + } + ], + "idOclc": [ + "NYPG001000016-C" + ], + "uniformTitle": [ + "Serenade, piano" + ], + "holdings": [], + "updatedAt": 1689901710976, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:bnum:10000035", + "urn:oclc:NYPG001000016-C", + "urn:undefined:NNSZ00100566", + "urn:undefined:(WaOLN)nyp0200034" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Piano)" + ], + "titleDisplay": [ + "Serenade voor piano : 1980 / Marinus Kasbergen." + ], + "uri": "b10000035", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Amsterdam" + ], + "titleAlt": [ + "Serenade" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Varianten -- Nocturne -- Toccata I -- Intermezzo -- Toccata II." + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000035" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000035", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433032841490" + ], + "physicalLocation": [ + "JMG 83-6" + ], + "shelfMark_sort": "aJMG 83-000006", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10942038", + "shelfMark": [ + "JMG 83-6" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-6" + }, + { + "type": "bf:Barcode", + "value": "33433032841490" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841490" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "formatLiteral": [ + "Notated music" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_score": 0, + "_source": { + "extent": [ + "viii, 38 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit; prefatory matter in Sanskrit or Telegu.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nārāyaṇatīrtha, 17th cent", + "Nārāyaṇatīrtha, 17th cent -- In literature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "s.n.]" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], + "title": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1972" + ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], + "idLccn": [ + "75902755" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1972 + ], + "creatorModifiedName": "Garikapati Lakshmikantaiah", + "idOclc": [ + "NYPG001000017-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "nypl:Bnumber", + "value": "10000036" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-B" + }, + { + "type": "bf:Lccn", + "value": "75902755" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100017" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200035" + } + ], + "updatedAt": 1711355313989, + "publicationStatement": [ + "[s.1. : s.n.], 1972" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:bnum:10000036", + "urn:oclc:NYPG001000017-B", + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1972" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nārāyaṇatīrtha, 17th cent -- In literature." + ], + "titleDisplay": [ + "Srīnārāyaṇatīrthayatīndracaritram[sic] / praṇetā Garikapāṭi Lakṣmīkāntaḥ." + ], + "uri": "b10000036", + "lccClassification": [ + "PK3799.L28 S68" + ], + "placeOfPublication": [ + "[s.1." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000036" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000036", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" + ], + "physicalLocation": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKB 84-1928" + ], + "uri": "i12858032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKB 84-1928" + }, + { + "type": "bf:Barcode", + "value": "33433058548433" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058548433" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_score": 0, + "_source": { + "extent": [ + "13a p. of music ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: ca. 15:00.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Suites (Guitar)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Donemus" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Eight studies for guitar : in form of a suite : 1979" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hekster, Walter." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Walter Hekster", + "idOclc": [ + "NYPG001000017-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000037" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000017-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100567" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200036" + } + ], + "uniformTitle": [ + "Studies, guitar" + ], + "updatedAt": 1711157193933, + "publicationStatement": [ + "Amsterdam : Donemus, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:bnum:10000037", + "urn:oclc:NYPG001000017-C", + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Suites (Guitar)" + ], + "titleDisplay": [ + "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." + ], + "uri": "b10000037", + "placeOfPublication": [ + "Amsterdam" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Studies" + ], + "dimensions": [ + "35 cm." + ] + }, + "sort": [ + 0, + "b10000037" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000037", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" + ], + "physicalLocation": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-5" + ], + "uri": "i10942040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433032841482" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032841482" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_score": 0, + "_source": { + "extent": [ + "4, 160 p. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit, with verse and prose translations in Hindi; prefatory matter in Hindi or Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sanskrit poetry", + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Himācala Kalā-Saṃskrti-Bhāṣā Akādamī" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "title": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "76900772" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Prarthi, Lall Chand, 1916-" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "NYPG001000018-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "nypl:Bnumber", + "value": "10000038" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-B" + }, + { + "type": "bf:Lccn", + "value": "76900772" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100018" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200037" + } + ], + "updatedAt": 1711083015969, + "publicationStatement": [ + "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:bnum:10000038", + "urn:oclc:NYPG001000018-B", + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sanskrit poetry -- India -- Himachal Pradesh." + ], + "titleDisplay": [ + "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana / mukhya sampādaka Lāla Canda Prārthī ; sampādaka maṇḍala, Manasā Rāma Śarmā 'Arūṇa'...[et al.]." + ], + "uri": "b10000038", + "lccClassification": [ + "PK3800.H52 R7" + ], + "placeOfPublication": [ + "Śimalā" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 0, + "b10000038" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000038", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" + ], + "physicalLocation": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKP 84-1932" + ], + "uri": "i13783788", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKP 84-1932" + }, + { + "type": "bf:Barcode", + "value": "33433058153572" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058153572" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_score": 0, + "_source": { + "extent": [ + "49 p. of music ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Sonatas (Piano)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "C.F. Peters" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Five sonatas for pianoforte" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Oberdoerffer, Fritz." + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000018-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000039" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000018-C" + }, + { + "type": "bf:Identifier", + "value": "Edition Peters no. 66799. C.F. Peters" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100568" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200038" + } + ], + "uniformTitle": [ + "Sonatas, piano. Selections" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York : C.F. Peters, c1980." + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:bnum:10000039", + "urn:oclc:NYPG001000018-C", + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Sonatas (Piano)" + ], + "titleDisplay": [ + "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." + ], + "uri": "b10000039", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sonatas" + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000039" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000039", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" + ], + "physicalLocation": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-66" + ], + "uri": "i10942041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032842100" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842100" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_score": 0, + "_source": { + "extent": [ + "146 p." + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], + "title": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1970" + ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], + "idLccn": [ + "78913375" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], + "dateStartYear": [ + 1970 + ], + "idOclc": [ + "NYPG001000019-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "nypl:Bnumber", + "value": "10000040" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-B" + }, + { + "type": "bf:Lccn", + "value": "78913375" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100019" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200039" + } + ], + "updatedAt": 1711606511675, + "publicationStatement": [ + "Ceṉṉai, Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1970." + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:bnum:10000040", + "urn:oclc:NYPG001000019-B", + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1970" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], + "titleDisplay": [ + "Tiru. Vi. Kaliyāṇacuntaraṉār. Āciriyar Pulavar Aracu." + ], + "uri": "b10000040", + "lccClassification": [ + "PL4758.9.K223 Z83" + ], + "placeOfPublication": [ + "Ceṉṉai" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "18 cm." + ] + }, + "sort": [ + 0, + "b10000040" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000040", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" + ], + "physicalLocation": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 84-1947" + ], + "uri": "i13783789", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 84-1947" + }, + { + "type": "bf:Barcode", + "value": "33433061301622" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061301622" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_score": 0, + "_source": { + "extent": [ + "1 score (23 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 5 clarinets.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Woodwind quintets (Clarinets (5))", + "Woodwind quintets (Clarinets (5)) -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Primavera" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Encounter" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Usher, Julia." + ], + "idLccn": [ + "81770739" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "creatorModifiedName": "Julia Usher", + "idOclc": [ + "NYPG001000019-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "nypl:Bnumber", + "value": "10000041" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000019-C" + }, + { + "type": "bf:Lccn", + "value": "81770739" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100569" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200040" + } + ], + "updatedAt": 1711567835800, + "publicationStatement": [ + "London : Primavera, c1980." + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:bnum:10000041", + "urn:oclc:NYPG001000019-C", + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Woodwind quintets (Clarinets (5)) -- Scores." + ], + "titleDisplay": [ + "Encounter / Julia Usher." + ], + "uri": "b10000041", + "lccClassification": [ + "M557.2.U8 E5" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Greeting -- Circular argument -- Escape." + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + 0, + "b10000041" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000041", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" + ], + "physicalLocation": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMF 83-66" + ], + "uri": "i10942042", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMF 83-66" + }, + { + "type": "bf:Barcode", + "value": "33433032709291" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032709291" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_score": 0, + "_source": { + "extent": [ + "2, 108 p." + ], + "note": [ + { + "noteType": "Language", + "label": "Hindi and Sanskrit: pref. in Hindi.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Advaita", + "Vedanta" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Devabhāṣā Prakāśana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "1972" + ], + "title": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "72902870" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Brahmashram, Śwami, 1915-" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG001000020-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "nypl:Bnumber", + "value": "10000042" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-B" + }, + { + "type": "bf:Lccn", + "value": "72902870" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100020" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200041" + } + ], + "uniformTitle": [ + "Mahābhārata. Sanatsugātīya." + ], + "dateEndYear": [ + 1972 + ], + "updatedAt": 1711293892981, + "publicationStatement": [ + "Prayāga, Devabhāṣā Prakāśana, Samvat 2028, i.e. 1971 or 2]" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:bnum:10000042", + "urn:oclc:NYPG001000020-B", + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Advaita.", + "Vedanta." + ], + "titleDisplay": [ + "Sanatsujātīyadarśanam; Mahābhārata-Udyoga parva ke antargata brahmavidyā kā sandarbha. Śabdārtha evaṃ subodha Hindī-bhāṣya se samanvita. Vyākhyātā Svāmī Brahmāśrama." + ], + "uri": "b10000042", + "lccClassification": [ + "B132.V3 M264" + ], + "placeOfPublication": [ + "Prayāga" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000042" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000042", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" + ], + "physicalLocation": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OKN 84-1926" + ], + "uri": "i13783790", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 84-1926" + }, + { + "type": "bf:Barcode", + "value": "33433058618392" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433058618392" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_score": 0, + "_source": { + "extent": [ + "1 miniature score (28 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For 2 flutes, 2 oboes, 2 clarinets, 2 horns, and 2 bassoons.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 5:00-6:00.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Pl. no.: D.15 579.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Wind ensembles", + "Wind ensembles -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Verlag Doblinger" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "title": [ + "Capriccio : für 10 Blasinstrumente" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Eröd, Iván." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG001000020-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "nypl:Bnumber", + "value": "10000043" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000020-C" + }, + { + "type": "bf:Identifier", + "value": "Stp. 410 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "D.15 579 Verlag Doblinger" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100570" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200042" + } + ], + "updatedAt": 1711115789595, + "publicationStatement": [ + "Wien : Verlag Doblinger, c1980." + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:bnum:10000043", + "urn:oclc:NYPG001000020-C", + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wind ensembles -- Scores." + ], + "titleDisplay": [ + "Capriccio : für 10 Blasinstrumente / Iván Eröd." + ], + "uri": "b10000043", + "placeOfPublication": [ + "Wien" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000043" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000043", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" + ], + "physicalLocation": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMC 83-9" + ], + "uri": "i10000010", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMC 83-9" + }, + { + "type": "bf:Barcode", + "value": "33433004744128" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433004744128" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_score": 0, + "_source": { + "extent": [ + "[99] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Biographies of Khri-chen Byaṅ-chub-chos-ʼphel and Śel-dkar Bla-ma Saṅs-rgyas-bstan-ʼphel.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from prints from blocks from Lhasa and Śel-dkar Dgaʼ-ldan-legs-bśad-gliṅ.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884", + "Lamas", + "Lamas -- Tibet", + "Lamas -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ngawang Sopa" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel" + ], + "shelfMark": [ + "*OZ+ 82-2361" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Rgal-dbaṅ Chos-rje Blo-bzaṅ-ʼphrin-las-rnam-rgyal, active 1840-1860." + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "77901316" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ngag-dbang-blo-bzang-rgya-mtsho, Dalai Lama V, 1617-1682." + ], + "dateStartYear": [ + 1976 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "nypl:Bnumber", + "value": "10000044" + }, + { + "type": "bf:Lccn", + "value": "77901316" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100021" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200043" + } + ], + "idOclc": [ + "NYPG001000021-B" + ], + "holdings": [], + "updatedAt": 1674870752089, + "publicationStatement": [ + "New Delhi : Ngawang Sopa, 1976." + ], + "identifier": [ + "urn:bnum:10000044", + "urn:lccn:77901316", + "urn:oclc:NYPG001000021-B", + "urn:undefined:NNSZ00100021", + "urn:undefined:(WaOLN)nyp0200043" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Byaṅ-chub-chos-ʼphel, Khri-chen LXIX, 1756-1838.", + "Saṅs-rgyas-bstan-ʼphel, Śel-dkar Bla-ma, 1817-1884.", + "Lamas -- Tibet -- Biography." + ], + "titleDisplay": [ + "ʼJam-mgon Rgyal-ba gñis-paʼi Rgyal-tshab Dpal-ldan Bla-ma Dam-pa Khyab-bdag Khri-chen Byaṅ-chub-chos-ʼphel dpal-bzaṅ-poʼi rnam par thar pa Dgaʼ ldan bstan paʼi mdzes rgyab [sic] : the biography of the 69th Khri-chen of Dgaʼ-ʼldan Byaṅ-chub-chos-ʼphel / by Dar-han Mkhan-sprul Blo-bzaṅ-ʼphrin-las-rnam-rgyal. Bkaʼ-gdams bstan-paʼi mdzod-ʼdzin Rje-btsun Bla-ma Saṅs-rgyas-bstan-ʼphel dpal-bzaṅ-poʼi rnam par thar pa dad ldan yid kyi dgaʼ ston : the biography of Saṅs-rgyas-bstan-ʼphel of Śel-dkar / by Śel-dkar Bkaʼ-ʼgyur Bla-ma Ṅag-dbaṅ-blo-bzaṅ-bstan-ʼdzin-tshul-khrims-rgyal-mtshan." + ], + "uri": "b10000044", + "lccClassification": [ + "BQ942.Y367 R47 1976" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000044" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000044", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:33433015080645" + ], + "physicalLocation": [ + "*OZ+ 82-2361" + ], + "shelfMark_sort": "a*OZ+ 82-002361", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000011", + "shelfMark": [ + "*OZ+ 82-2361" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2361" + }, + { + "type": "bf:Barcode", + "value": "33433015080645" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080645" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_score": 0, + "_source": { + "extent": [ + "12 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Violin music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sole selling agents, Or-Tav" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Thoughts & feelings : for violin solo" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], + "idLccn": [ + "80770813" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Joachim Stutschewsky", + "idOclc": [ + "NYPG001000021-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "nypl:Bnumber", + "value": "10000045" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000021-C" + }, + { + "type": "bf:Lccn", + "value": "80770813" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100571" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200044" + } + ], + "updatedAt": 1711551616246, + "publicationStatement": [ + "Tel-Aviv : Sole selling agents, Or-Tav, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:bnum:10000045", + "urn:oclc:NYPG001000021-C", + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Violin music." + ], + "titleDisplay": [ + "Thoughts & feelings : for violin solo / Joachim Stutschewsky." + ], + "uri": "b10000045", + "lccClassification": [ + "M42 .S" + ], + "placeOfPublication": [ + "Tel-Aviv" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000045" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000045", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" + ], + "physicalLocation": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 82-688" + ], + "uri": "i10942043", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 82-688" + }, + { + "type": "bf:Barcode", + "value": "33433032707568" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032707568" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_score": 0, + "_source": { + "extent": [ + "[83] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Kye rdor rnam bśad.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Reproduced from tracing and manuscripts from the library of Mkhan-po Rin-chen by Trayang and Jamyang Samten.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456", + "Tripiṭaka.", + "Tripiṭaka. -- Commentaries", + "Sa-skya-pa lamas", + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Trayang and Jamyang Samten" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], + "idLccn": [ + "77900893" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sangs-rgyas-phun-tshogs, Ngor-chen, 1649-1705." + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000022-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "nypl:Bnumber", + "value": "10000046" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-B" + }, + { + "type": "bf:Lccn", + "value": "77900893" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100022" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200045" + } + ], + "updatedAt": 1711147554676, + "publicationStatement": [ + "New Delhi : Trayang and Jamyang Samten, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:bnum:10000046", + "urn:oclc:NYPG001000022-B", + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", + "Tripiṭaka. -- Commentaries.", + "Sa-skya-pa lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Dpal Kye rdo rjeʼi phyi naṅ bskyed rim ñams len gnad kyi gsal byed sñan brgyud bstan pa rgyas paʼi ñin byed : a detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra / by Sde-dge Yab-chen Tshe-dbaṅ-rdo-rje-rig-ʼdzin alias Byams-pa-kun-dgaʼ-bstan-paʼi-rgyal-mtshan. Rgyal ba Rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas : the life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po / by Ṅor-chen Saṅs-rgyas-phun-tshogs." + ], + "uri": "b10000046", + "lccClassification": [ + "BG974.0727 T75" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Rgyal ba rdo rje ʼchan Kun dgaʼ bzaṅ poʼi rnam par thar pa legs bśad chu bo ʼdus paʼi rgya mtsho yon tan yid bźin nor buʼi byuṅ gnas.", + "Detailed exegesis of external and internal aspects of the visualization practice of the Hevajra tantra.", + "Life of the founder of the Ṅor-pa tradition, Ṅor-chen Kun-dgaʼ-bzaṅ-po." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000046" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000046", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" + ], + "physicalLocation": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2362" + ], + "uri": "i10000012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2362" + }, + { + "type": "bf:Barcode", + "value": "33433015080413" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080413" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_score": 0, + "_source": { + "extent": [ + "1 score (30 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"This work was written between 14 March and 1 May, 1979\"--verso t.p.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 15 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vocalises (High voice) with instrumental ensemble", + "Vocalises (High voice) with instrumental ensemble -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1979 + ], + "title": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1979" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770634" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1979 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000022-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "nypl:Bnumber", + "value": "10000047" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000022-C" + }, + { + "type": "bf:Lccn", + "value": "81770634" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100572" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200046" + } + ], + "uniformTitle": [ + "Vocalise, soprano, instrumental ensemble, op. 38" + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:bnum:10000047", + "urn:oclc:NYPG001000022-C", + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1979" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vocalises (High voice) with instrumental ensemble -- Scores." + ], + "titleDisplay": [ + "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello / Francis Routh." + ], + "uri": "b10000047", + "lccClassification": [ + "M1613.3 .R8 op.38" + ], + "placeOfPublication": [ + "London, England (Arlington Park House, London W4)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Vocalise, op. 38" + ], + "dimensions": [ + "38 cm." + ] + }, + "sort": [ + 0, + "b10000047" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000047", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" + ], + "physicalLocation": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-79" + ], + "uri": "i10942044", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-79" + }, + { + "type": "bf:Barcode", + "value": "33433032842233" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842233" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_score": 0, + "_source": { + "extent": [ + "[150] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a MS. preserved at Pha-lo-ldiṅ Monastery in Bhutan.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Buddhism", + "Buddhism -- Rituals" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kunzang Topgey" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "idLccn": [ + "76901012" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000023-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "nypl:Bnumber", + "value": "10000048" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-B" + }, + { + "type": "bf:Lccn", + "value": "76901012" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100023" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200047" + } + ], + "updatedAt": 1711479031405, + "publicationStatement": [ + "Thimphu : Kunzang Topgey, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:bnum:10000048", + "urn:oclc:NYPG001000023-B", + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Buddhism -- Rituals." + ], + "titleDisplay": [ + "Bkra śis Tshe riṅ mai sgrub skor sogs : a collection of texts outlining the rites of the Five Long Lived Sisters and other highly esoteric rituals." + ], + "uri": "b10000048", + "lccClassification": [ + "BQ7695 .B55" + ], + "placeOfPublication": [ + "Thimphu" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 38 cm." + ] + }, + "sort": [ + 0, + "b10000048" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000048", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" + ], + "physicalLocation": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2382" + ], + "uri": "i10000013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2382" + }, + { + "type": "bf:Barcode", + "value": "33433015080439" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080439" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_score": 0, + "_source": { + "extent": [ + "1 score (105 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Duration: 25 min.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Redcliffe Edition" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Symphony, op. 26 : full score" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Routh, Francis." + ], + "idLccn": [ + "81770641" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "creatorModifiedName": "Francis Routh", + "idOclc": [ + "NYPG001000023-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "nypl:Bnumber", + "value": "10000049" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000023-C" + }, + { + "type": "bf:Lccn", + "value": "81770641" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100573" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200048" + } + ], + "uniformTitle": [ + "Symphony, op. 26" + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:bnum:10000049", + "urn:oclc:NYPG001000023-C", + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "Symphony, op. 26 : full score / Francis Routh." + ], + "uri": "b10000049", + "lccClassification": [ + "M1001 .R8615 op.26" + ], + "placeOfPublication": [ + "London (Arlington Park House, London W4 4HD)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Symphony, op. 26" + ], + "dimensions": [ + "33 cm." + ] + }, + "sort": [ + 0, + "b10000049" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000049", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" + ], + "physicalLocation": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-80" + ], + "uri": "i10942045", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-80" + }, + { + "type": "bf:Barcode", + "value": "33433032842241" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842241" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_score": 0, + "_source": { + "extent": [ + "[188] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a print from the early 16th century western Tibetan blocks by Urgyan Dorje.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", + "Spiritual life", + "Spiritual life -- Buddhism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Urgyan Dorje" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], + "idLccn": [ + "76901747" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000024-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "nypl:Bnumber", + "value": "10000050" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-B" + }, + { + "type": "bf:Lccn", + "value": "76901747" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100024" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200049" + } + ], + "updatedAt": 1711329080401, + "publicationStatement": [ + "New Delhi : Urgyan Dorje, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:bnum:10000050", + "urn:oclc:NYPG001000024-B", + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", + "Spiritual life -- Buddhism." + ], + "titleDisplay": [ + "The rnam thar and mgur ʼbum of ʼBaʼ-ra-ba, with his Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "uri": "b10000050", + "lccClassification": [ + "BQ942.A187 A35 1976" + ], + "placeOfPublication": [ + "New Delhi" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Sgrub pa ñams su blaṅ baʼi lag len dgos ʼdod ʼbyuṅ baʼi gter mdzod." + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000050" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000050", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" + ], + "physicalLocation": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2381" + ], + "uri": "i10000014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2381" + }, + { + "type": "bf:Barcode", + "value": "33433015080421" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080421" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_score": 0, + "_source": { + "extent": [ + "score (64 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Symphonies", + "Symphonies -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Samfundet til udgivelse af dansk musik" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" + ], + "shelfMark": [ + "JMG 83-75" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Christiansen, Henning." + ], + "idLccn": [ + "78770955" + ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "creatorModifiedName": "Henning Christiansen", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "nypl:Bnumber", + "value": "10000051" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000024-C" + }, + { + "type": "bf:Lccn", + "value": "78770955" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100574" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200050" + } + ], + "idOclc": [ + "NYPG001000024-C" + ], + "uniformTitle": [ + "Symphony, no. 2, op. 69c", + "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "København : Samfundet til udgivelse af dansk musik, 1977." + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:bnum:10000051", + "urn:oclc:NYPG001000024-C", + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Symphonies -- Scores." + ], + "titleDisplay": [ + "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972 / Henning Christiansen." + ], + "uri": "b10000051", + "lccClassification": [ + "M1001 .C533 op.69c" + ], + "placeOfPublication": [ + "København" + ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "37 cm." + ] + }, + "sort": [ + 0, + "b10000051" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000051", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" + ], + "physicalLocation": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "catalogItemType_packed": [ + "catalogItemType:7||printed music, non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JMG 83-75" + ], + "uri": "i10942046", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMG 83-75" + }, + { + "type": "bf:Barcode", + "value": "33433032842191" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433032842191" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:7", + "label": "printed music, non-circ" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_score": 0, + "_source": { + "extent": [ + "[247] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title: Gu ruʼi rnam thar ṅo tshar phun tshogs rgya mtsho.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Padma Sambhava, approximately 717-approximately 762", + "Lamas", + "Lamas -- China", + "Lamas -- China -- Tibet", + "Lamas -- China -- Tibet -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sherab Gyaltshen Lama" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Bkra-śis-stobs-rgyal, Byaṅ-bdag." + ], + "idLccn": [ + "76900205" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000025-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "nypl:Bnumber", + "value": "10000052" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-B" + }, + { + "type": "bf:Lccn", + "value": "76900205" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100025" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200051" + } + ], + "updatedAt": 1711606513881, + "publicationStatement": [ + "Gangtog : Sherab Gyaltshen Lama, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:bnum:10000052", + "urn:oclc:NYPG001000025-B", + "urn:lccn:76900205", + "urn:identifier:NNSZ00100025", + "urn:identifier:(WaOLN)nyp0200051" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Padma Sambhava, approximately 717-approximately 762.", + "Lamas -- China -- Tibet -- Biography." + ], + "titleDisplay": [ + "Rig ʼdzin grub paʼi dbaṅ phyug chen po Padma-ʼbyuṅ-gnas kyi rnam par thar pa ṅo mtshar phun sum tshogs paʼi rgya mtsho : a detailed account of the life of Guru Rimpoche Padmasambhava Miraculously Born / by Byaṅ-bdag Bkra-śis-stobs-rgyal." + ], + "uri": "b10000052", + "lccClassification": [ + "BQ7950.P327 B55 1976" + ], + "placeOfPublication": [ + "Gangtog" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "27 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000052" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000052", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:barcode:33433015080447" + ], + "physicalLocation": [ + "*OZ+ 82-2383" + ], + "shelfMark_sort": "a*OZ+ 82-002383", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2383" + ], + "uri": "i10000015", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2383" + }, + { + "type": "bf:Barcode", + "value": "33433015080447" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080447" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_score": 0, + "_source": { + "extent": [ + "1 score (160 p.) ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Motion picture music", + "Motion picture music -- Excerpts, Arranged", + "Popular music", + "Popular music -- United States", + "Popular music -- United States -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Warner Bros. Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1982 + ], + "title": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1982" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "NYPG001000025-C" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "nypl:Bnumber", + "value": "10000053" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000025-C" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100575" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200052" + } + ], + "updatedAt": 1710995521453, + "publicationStatement": [ + "New York, NY : Warner Bros. Publications, [1982?]" + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:bnum:10000053", + "urn:oclc:NYPG001000025-C", + "urn:identifier:NNSZ00100575", + "urn:identifier:(WaOLN)nyp0200052" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Motion picture music -- Excerpts, Arranged.", + "Popular music -- United States -- Scores." + ], + "titleDisplay": [ + "Academy award winners : songs, scores : piano, voice, guitar." + ], + "uri": "b10000053", + "placeOfPublication": [ + "New York, NY" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Chariots of fire -- Arthur's theme (Best that you can do) -- Fame -- Evergreen (Love theme from A star is born) -- Days of wine and roses -- The Continental (You kiss while you're dancing) -- My own true love -- The summer knows (Theme from Summer of '42) -- All the way -- High hopes -- We may never love like this again -- Secret love -- An American in Paris -- Rhapsody in blue -- As time goes by -- Can you read my mind? (Love theme from Superman) -- Lullaby of Broadway -- Jeepers creepers -- From here to eternity -- Night and day -- Down here on the ground -- Out here on my own -- A time for love -- The high and the mighty -- Love me or leave me -- Blues in the night (My mama done tol' me) -- Gonna build a mountain -- Mule train -- Intermezzo (A love story) -- Theme from Blazing saddles -- With a song in my heart -- Three little words -- Where is love? -- (Love is) The tender trap -- A very precious love -- Oliver! -- What kind of fool am I? -- Some Sunday morning -- Walk on the wild side -- That night (Theme from The fox) -- Pocketful of miracles -- They're either too young or too old -- Song from \"10\" (It's easy to say) -- Picnic -- Sweet dreams, sweetheart -- This land is your land -- Theme from Superman -- Remember me? -- Who's afraid -- The hanging tree -- The cowboy and the lady -- Strike up the band! -- A gal in calico -- My wild Irish rose -- It's magic." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 0, + "b10000053" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000053", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JNG 83-5", + "urn:barcode:33433076622293" + ], + "physicalLocation": [ + "JNG 83-5" + ], + "shelfMark_sort": "aJNG 83-000005", + "catalogItemType_packed": [ + "catalogItemType:57||printed music limited circ MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JNG 83-5" + ], + "uri": "i13783791", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 83-5" + }, + { + "type": "bf:Barcode", + "value": "33433076622293" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433076622293" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:57", + "label": "printed music limited circ MaRLI" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_score": 0, + "_source": { + "extent": [ + "[161] p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Reproduced from a one volume collection of the writings from the library of Rtogs-ldan Rin-po-che of Sgaṅ-sṅon.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "In Tibetan; pref. in English.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "ʼBri-gung-pa (Sect)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tsondu Senghe" + ], + "language": [ + { + "id": "lang:tib", + "label": "Tibetan" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "title": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "ʼBri-gung Chos-rje ʼJig-rten-mgon-po, 1143-1217." + ], + "idLccn": [ + "77900734" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG001000026-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "nypl:Bnumber", + "value": "10000054" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000026-B" + }, + { + "type": "bf:Lccn", + "value": "77900734" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100026" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200053" + } + ], + "updatedAt": 1711121709621, + "publicationStatement": [ + "Bir, H.P. : Tsondu Senghe, 1976." + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:bnum:10000054", + "urn:oclc:NYPG001000026-B", + "urn:lccn:77900734", + "urn:identifier:NNSZ00100026", + "urn:identifier:(WaOLN)nyp0200053" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "ʼBri-gung-pa (Sect)" + ], + "titleDisplay": [ + "Collected works (gsun ʼbum) of ʼBri-guṅ Skyob-pa ʼJig-rten-mgon-po Pin-chen-dpal." + ], + "uri": "b10000054", + "lccClassification": [ + "BQ7684 .B74 1976" + ], + "placeOfPublication": [ + "Bir, H.P." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 x 37 cm." + ] + }, + "sort": [ + 0, + "b10000054" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000054", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:barcode:33433015080454" + ], + "physicalLocation": [ + "*OZ+ 82-2384" + ], + "shelfMark_sort": "a*OZ+ 82-002384", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OZ+ 82-2384" + ], + "uri": "i10000016", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OZ+ 82-2384" + }, + { + "type": "bf:Barcode", + "value": "33433015080454" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433015080454" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-dbade4d529ac9bce432e4a425809a743.json b/test/fixtures/query-dbade4d529ac9bce432e4a425809a743.json new file mode 100644 index 00000000..ab1c3c41 --- /dev/null +++ b/test/fixtures/query-dbade4d529ac9bce432e4a425809a743.json @@ -0,0 +1,1336 @@ +{ + "body": { + "took": 4, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_score": 15.560745, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "From 1807-June 1837 title reads: Morgenblatt für gebildete stände.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Kunst-blatt. Stuttgart, 1816-1849.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Includes the current supplements Literatur-blatt 1817-1849; Kunstblatt 1816-1849; Intelligenz-blatt 1817-1847.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 4 + ], + "publisherLiteral": [ + "J. G. Cotta'sche buchhandlung." + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1855 + ], + "dateEndString": [ + "1uuu" + ], + "title": [ + "Morgenblatt für gebildete leser." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1855" + ], + "idLccn": [ + "cau08001961" + ], + "numElectronicResources": [ + 88 + ], + "dateStartYear": [ + 1855 + ], + "idOclc": [ + "1608345" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser)" + }, + { + "type": "nypl:Bnumber", + "value": "14937001" + }, + { + "type": "nypl:Oclc", + "value": "1608345" + }, + { + "type": "bf:Lccn", + "value": "cau08001961" + }, + { + "type": "bf:Identifier", + "value": "0494254" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)ret0001042" + } + ], + "dateEndYear": [ + 1 + ], + "updatedAt": 1711598098379, + "publicationStatement": [ + "Stuttgart, Tübingen [etc.], J. G. Cotta'sche buchhandlung." + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser)", + "urn:bnum:14937001", + "urn:oclc:1608345", + "urn:lccn:cau08001961", + "urn:identifier:0494254", + "urn:identifier:(WaOLN)ret0001042" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1855" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Morgenblatt für gebildete leser." + ], + "uri": "b14937001", + "electronicResources": [ + { + "label": "Full text available via HathiTrust - jahrg.11:Jan.-June (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899526k" + }, + { + "label": "Full text available via HathiTrust - jahrg.11:July-Dec. (1817)", + "url": "http://hdl.handle.net/2027/umn.31951001899527i" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:Jan.-June (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899528g" + }, + { + "label": "Full text available via HathiTrust - jahrg.12:July-Dec. (1818)", + "url": "http://hdl.handle.net/2027/umn.31951001899529e" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:Jan.-June (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899530t" + }, + { + "label": "Full text available via HathiTrust - jahrg.13:July-Dec. (1819)", + "url": "http://hdl.handle.net/2027/umn.31951001899531r" + }, + { + "label": "Full text available via HathiTrust - jahrg.14:Jan.-June (1820)", + "url": "http://hdl.handle.net/2027/umn.31951001899532p" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:Jan.-June (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899534l" + }, + { + "label": "Full text available via HathiTrust - jahrg.15:July-Dec. (1821)", + "url": "http://hdl.handle.net/2027/umn.31951001899535j" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:Jan.-June (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899536h" + }, + { + "label": "Full text available via HathiTrust - jahrg.16:July-Dec. (1822)", + "url": "http://hdl.handle.net/2027/umn.31951001899537f" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:Jan.-June (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899538d" + }, + { + "label": "Full text available via HathiTrust - jahrg.17:July-Dec. (1823)", + "url": "http://hdl.handle.net/2027/umn.31951001899539b" + }, + { + "label": "Full text available via HathiTrust - jahrg.18:July-Dec. (1824)", + "url": "http://hdl.handle.net/2027/umn.31951001899541o" + }, + { + "label": "Full text available via HathiTrust - jahrg.19:Jan.-June (1825)", + "url": "http://hdl.handle.net/2027/umn.31951001899542m" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:Jan.-June (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899505s" + }, + { + "label": "Full text available via HathiTrust - jahrg.2:July-Dec. (1808)", + "url": "http://hdl.handle.net/2027/umn.31951001899506q" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:Jan.-June (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899544i" + }, + { + "label": "Full text available via HathiTrust - jahrg.20:July-Dec. (1826)", + "url": "http://hdl.handle.net/2027/umn.31951001899545g" + }, + { + "label": "Full text available via HathiTrust - jahrg.21:July-Dec. (1827)", + "url": "http://hdl.handle.net/2027/umn.31951001899547c" + }, + { + "label": "Full text available via HathiTrust - jahrg.22 (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899548a" + }, + { + "label": "Full text available via HathiTrust - jahrg.22:suppl.:art (1828)", + "url": "http://hdl.handle.net/2027/umn.31951001899620s" + }, + { + "label": "Full text available via HathiTrust - jahrg.23:July-Dec. (1829)", + "url": "http://hdl.handle.net/2027/umn.31951001899550n" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:Jan.-June (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899551l" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:July-Dec. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899552j" + }, + { + "label": "Full text available via HathiTrust - jahrg.24:suppl.:lit. (1830)", + "url": "http://hdl.handle.net/2027/umn.31951001899624k" + }, + { + "label": "Full text available via HathiTrust - jahrg.25:July-Dec. (1831)", + "url": "http://hdl.handle.net/2027/umn.31951001899554f" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:Jan.-June (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899555d" + }, + { + "label": "Full text available via HathiTrust - jahrg.26:July-Dec. (1832)", + "url": "http://hdl.handle.net/2027/umn.31951001899556b" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:Jan.-June (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995587" + }, + { + "label": "Full text available via HathiTrust - jahrg.28:July-Dec. (1834)", + "url": "http://hdl.handle.net/2027/umn.319510018995595" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:Jan.-June (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899560k" + }, + { + "label": "Full text available via HathiTrust - jahrg.29:July-Dec. (1835)", + "url": "http://hdl.handle.net/2027/umn.31951001899561i" + }, + { + "label": "Full text available via HathiTrust - jahrg.30:Oct.-Dec. (1836)", + "url": "http://hdl.handle.net/2027/umn.31951001899563e" + }, + { + "label": "Full text available via HathiTrust - jahrg.32:suppl.:lit. (1838)", + "url": "http://hdl.handle.net/2027/umn.31951001899641k" + }, + { + "label": "Full text available via HathiTrust - jahrg.33 (1839)", + "url": "http://hdl.handle.net/2027/umn.319510018995668" + }, + { + "label": "Full text available via HathiTrust - jahrg.33:suppl.:art (1839)", + "url": "http://hdl.handle.net/2027/umn.31951001899642i" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:art (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899645c" + }, + { + "label": "Full text available via HathiTrust - jahrg.35:suppl.:lit. (1841)", + "url": "http://hdl.handle.net/2027/umn.31951001899646a" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Jan.-Apr. (1842)", + "url": "http://hdl.handle.net/2027/umn.319510018995692" + }, + { + "label": "Full text available via HathiTrust - jahrg.36:Sept.-Dec. (1842)", + "url": "http://hdl.handle.net/2027/umn.31951001899571f" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Jan.-Apr. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899572d" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:May-Aug. (1843)", + "url": "http://hdl.handle.net/2027/umn.31951001899573b" + }, + { + "label": "Full text available via HathiTrust - jahrg.37:Sept.-Dec. (1843)", + "url": "http://hdl.handle.net/2027/umn.319510018995749" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:Jan.-Apr. (1844)", + "url": "http://hdl.handle.net/2027/umn.31951p01107664f" + }, + { + "label": "Full text available via HathiTrust - jahrg.38:May-Aug. (1844)", + "url": "http://hdl.handle.net/2027/umn.319510018995765" + }, + { + "label": "Full text available via HathiTrust - jahrg.39:Jan.-June (1845)", + "url": "http://hdl.handle.net/2027/umn.319510018995781" + }, + { + "label": "Full text available via HathiTrust - jahrg.4:Jan.-June (1810)", + "url": "http://hdl.handle.net/2027/umn.31951001899509k" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:Jan.-June (1847)", + "url": "http://hdl.handle.net/2027/umn.31951001899582a" + }, + { + "label": "Full text available via HathiTrust - jahrg.41:July-Dec. (1847)", + "url": "http://hdl.handle.net/2027/umn.319510018995838" + }, + { + "label": "Full text available via HathiTrust - jahrg.44:July-Dec. (1850)", + "url": "http://hdl.handle.net/2027/umn.31951001899589w" + }, + { + "label": "Full text available via HathiTrust - jahrg.45:Jan.-June (1851)", + "url": "http://hdl.handle.net/2027/umn.31951001899590b" + }, + { + "label": "Full text available via HathiTrust - jahrg.49:July-Dec. (1855)", + "url": "http://hdl.handle.net/2027/umn.31951001899599t" + }, + { + "label": "Full text available via HathiTrust - jahrg.5:July-Dec. (1811)", + "url": "http://hdl.handle.net/2027/umn.31951001899512v" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:Jan.-June (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899600y" + }, + { + "label": "Full text available via HathiTrust - jahrg.50:July-Dec. (1856)", + "url": "http://hdl.handle.net/2027/umn.31951001899601w" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:Jan.-June (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899602u" + }, + { + "label": "Full text available via HathiTrust - jahrg.51:July-Dec. (1857)", + "url": "http://hdl.handle.net/2027/umn.31951001899603s" + }, + { + "label": "Full text available via HathiTrust - jahrg.52:July-Dec. (1858)", + "url": "http://hdl.handle.net/2027/umn.31951001899605o" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:Jan.-June (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899606m" + }, + { + "label": "Full text available via HathiTrust - jahrg.53:July-Dec. (1859)", + "url": "http://hdl.handle.net/2027/umn.31951001899607k" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:Jan.-June (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899608i" + }, + { + "label": "Full text available via HathiTrust - jahrg.54:July-Dec. (1860)", + "url": "http://hdl.handle.net/2027/umn.31951001899609g" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:Jan.-June (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899610v" + }, + { + "label": "Full text available via HathiTrust - jahrg.55:July-Dec. (1861)", + "url": "http://hdl.handle.net/2027/umn.31951001899611t" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:Jan.-June (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899612r" + }, + { + "label": "Full text available via HathiTrust - jahrg.56:July-Dec. (1862)", + "url": "http://hdl.handle.net/2027/umn.31951001899613p" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:Jan.-June (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899614n" + }, + { + "label": "Full text available via HathiTrust - jahrg.57:July-Dec. (1863)", + "url": "http://hdl.handle.net/2027/umn.31951001899615l" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:Jan.-June (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899616j" + }, + { + "label": "Full text available via HathiTrust - jahrg.58:July-Dec. (1864)", + "url": "http://hdl.handle.net/2027/umn.31951001899617h" + }, + { + "label": "Full text available via HathiTrust - jahrg.59:July-Dec. (1865)", + "url": "http://hdl.handle.net/2027/umn.31951001899619d" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:Jan.-June (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899513t" + }, + { + "label": "Full text available via HathiTrust - jahrg.6:July-Dec. (1812)", + "url": "http://hdl.handle.net/2027/umn.31951001899514r" + }, + { + "label": "Full text available via HathiTrust - jahrg.7:July-Dec. (1813)", + "url": "http://hdl.handle.net/2027/umn.31951001899516n" + }, + { + "label": "Full text available via HathiTrust - jahrg.9:Jan.-June (1815)", + "url": "http://hdl.handle.net/2027/umn.31951001899521u" + }, + { + "label": "Full text available via HathiTrust - vol.13, pt.2 (1819)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054677" + }, + { + "label": "Full text available via HathiTrust - vol.15, pt.1 (1821)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054701" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.1 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054743" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.2 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054768" + }, + { + "label": "Full text available via HathiTrust - vol.28, pt.3 (1834)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054776" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.1 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054800" + }, + { + "label": "Full text available via HathiTrust - vol.30, pt.2 (1836)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054818" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.1 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054826" + }, + { + "label": "Full text available via HathiTrust - vol.31, pt.2 (1837)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054834" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.1 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054842" + }, + { + "label": "Full text available via HathiTrust - vol.33, pt.2 (1839)\"\"\"", + "url": "http://hdl.handle.net/2027/njp.32101064054859" + }, + { + "label": "Full text available via HathiTrust - vol.40 (1846)", + "url": "http://hdl.handle.net/2027/njp.32101064488156" + } + ], + "placeOfPublication": [ + "Stuttgart, Tübingen [etc.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ] + }, + "inner_hits": { + "allItems": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933", + "urn:barcode:33433088646033" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 001933", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + ], + "uri": "i28309666", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + }, + { + "type": "bf:Barcode", + "value": "33433088646033" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. Mar.-May 1933" + ], + "idBarcode": [ + "33433088646033" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "urn:barcode:33433096425198" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1855", + "lte": "1855" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1855" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + ], + "uri": "i28309648", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + }, + { + "type": "bf:Barcode", + "value": "33433096425198" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 49 (1855)" + ], + "idBarcode": [ + "33433096425198" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861", + "urn:barcode:33433088646041" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001861", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1861", + "lte": "1861" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1861" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + ], + "uri": "i28309668", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + }, + { + "type": "bf:Barcode", + "value": "33433088646041" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 1861" + ], + "idBarcode": [ + "33433088646041" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + } + ] + } + }, + "items": { + "hits": { + "total": { + "value": 4, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933", + "urn:barcode:33433088646033" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 001933", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1933", + "lte": "1933" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1933" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + ], + "uri": "i28309666", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. Mar.-May 1933" + }, + { + "type": "bf:Barcode", + "value": "33433088646033" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. Mar.-May 1933" + ], + "idBarcode": [ + "33433088646033" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1933" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861", + "urn:barcode:33433088646041" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001861", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1861", + "lte": "1861" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1861" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + ], + "uri": "i28309668", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1861" + }, + { + "type": "bf:Barcode", + "value": "33433088646041" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 1861" + ], + "idBarcode": [ + "33433088646041" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1861" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860", + "urn:barcode:33433097964930" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 001860", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1860", + "lte": "1860" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1860" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + ], + "uri": "i28543800", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 1860" + }, + { + "type": "bf:Barcode", + "value": "33433097964930" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "enumerationChronology": [ + "Jahrg. 1860" + ], + "idBarcode": [ + "33433097964930" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1860" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b14937001", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "urn:barcode:33433096425198" + ], + "physicalLocation": [ + "*DF+ (Morgenblatt für gebildete Leser)" + ], + "shelfMark_sort": "a*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1855", + "lte": "1855" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1855" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + ], + "uri": "i28309648", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DF+ (Morgenblatt für gebildete Leser) Jahrg. 49 (1855)" + }, + { + "type": "bf:Barcode", + "value": "33433096425198" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "Jahrg. 49 (1855)" + ], + "idBarcode": [ + "33433096425198" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1855" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 3 + }, + { + "key": "loc:mal92||Schwarzman Building M2 - General Research Room 315", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 4 + } + ] + } + }, + "item_status": { + "doc_count": 4, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 4 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-df30b31ca38a7e40cd8bd9778386e0ec.json b/test/fixtures/query-df30b31ca38a7e40cd8bd9778386e0ec.json new file mode 100644 index 00000000..51f086bf --- /dev/null +++ b/test/fixtures/query-df30b31ca38a7e40cd8bd9778386e0ec.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 16, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 16, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-e0064d3fe01d09801fa38287f31365f9.json b/test/fixtures/query-e0064d3fe01d09801fa38287f31365f9.json new file mode 100644 index 00000000..1aca45e4 --- /dev/null +++ b/test/fixtures/query-e0064d3fe01d09801fa38287f31365f9.json @@ -0,0 +1,710 @@ +{ + "body": { + "took": 9, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11984689", + "_score": 15.560745, + "_source": { + "extent": [ + "v. ill." + ], + "note": [ + { + "noteType": "Note", + "label": "\"Established 1900.\"", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Most issues lack subtitle.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "v. 42, no. 1-v. 62, no. 7; Jan. 1942-July 1962." + ], + "subjectLiteral_exploded": [ + "Woodwork", + "Woodwork -- Periodicals" + ], + "numItemDatesParsed": [ + 19 + ], + "publisherLiteral": [ + "Southam-Maclean Publications [etc.]" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 19 + ], + "createdYear": [ + 1942 + ], + "dateEndString": [ + "1962" + ], + "title": [ + "Canadian woodworker; millwork, furniture, plywood." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "VMA (Canadian woodworker)" + ], + "numItemVolumesParsed": [ + 19 + ], + "createdString": [ + "1942" + ], + "idLccn": [ + "cn 76300447" + ], + "idIssn": [ + "0316-9669" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1942 + ], + "idOclc": [ + "NYPG94-S11794" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VMA (Canadian woodworker)" + }, + { + "type": "nypl:Bnumber", + "value": "11984689" + }, + { + "type": "nypl:Oclc", + "value": "NYPG94-S11794" + }, + { + "type": "bf:Lccn", + "value": "cn 76300447" + }, + { + "type": "bf:Issn", + "value": "0316-9669" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1974025" + }, + { + "type": "bf:Identifier", + "value": "RCON-STC" + } + ], + "dateEndYear": [ + 1962 + ], + "updatedAt": 1711143631058, + "publicationStatement": [ + "Don Mills, Ont. [etc.] Southam-Maclean Publications [etc.]" + ], + "identifier": [ + "urn:shelfmark:VMA (Canadian woodworker)", + "urn:bnum:11984689", + "urn:oclc:NYPG94-S11794", + "urn:lccn:cn 76300447", + "urn:issn:0316-9669", + "urn:identifier:(WaOLN)nyp1974025", + "urn:identifier:RCON-STC" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1942" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Woodwork -- Periodicals." + ], + "titleDisplay": [ + "Canadian woodworker; millwork, furniture, plywood." + ], + "uri": "b11984689", + "placeOfPublication": [ + "Don Mills, Ont. [etc.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Canadian woodworker (1942)", + "Canadian woodworker and furniture manufacturer Jan.-Mar. 1942" + ], + "dimensions": [ + "29 cm." + ] + }, + "inner_hits": { + "allItems": { + "hits": { + "total": { + "value": 19, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11984689", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1962", + "lte": "1962" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "VMA (Canadian woodworker) v. 62 (Jan. -July 1962)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VMA (Canadian woodworker) v. 62 (Jan. -July 1962)" + }, + { + "type": "bf:Barcode", + "value": "33433102813007" + } + ], + "enumerationChronology": [ + "v. 62 (Jan. -July 1962)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "JS" + ], + "volumeRange": [ + { + "gte": 62, + "lte": 62 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:VMA (Canadian woodworker) v. 62 (Jan. -July 1962)", + "urn:barcode:33433102813007" + ], + "physicalLocation": [ + "VMA (Canadian woodworker)" + ], + "shelfMark_sort": "aVMA (Canadian woodworker) v. 000062 (Jan. -July 1962)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 62-1962" + ], + "uri": "i29978114", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433102813007" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11984689", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "VMA (Canadian woodworker) v. 61 (1961)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VMA (Canadian woodworker) v. 61 (1961)" + }, + { + "type": "bf:Barcode", + "value": "33433102812850" + } + ], + "enumerationChronology": [ + "v. 61 (1961)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "JS" + ], + "volumeRange": [ + { + "gte": 61, + "lte": 61 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:VMA (Canadian woodworker) v. 61 (1961)", + "urn:barcode:33433102812850" + ], + "physicalLocation": [ + "VMA (Canadian woodworker)" + ], + "shelfMark_sort": "aVMA (Canadian woodworker) v. 000061 (1961)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 61-1961" + ], + "uri": "i29978115", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433102812850" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11984689", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "VMA (Canadian woodworker) v. 60 (1960)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VMA (Canadian woodworker) v. 60 (1960)" + }, + { + "type": "bf:Barcode", + "value": "33433102812553" + } + ], + "enumerationChronology": [ + "v. 60 (1960)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "JS" + ], + "volumeRange": [ + { + "gte": 60, + "lte": 60 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:VMA (Canadian woodworker) v. 60 (1960)", + "urn:barcode:33433102812553" + ], + "physicalLocation": [ + "VMA (Canadian woodworker)" + ], + "shelfMark_sort": "aVMA (Canadian woodworker) v. 000060 (1960)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 60-1960" + ], + "uri": "i29978117", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433102812553" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + } + } + ] + } + }, + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11984689", + "_nested": { + "field": "items", + "offset": 18 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1944", + "lte": "1944" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "VMA (Canadian woodworker) v. 44 (1944)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "VMA (Canadian woodworker) v. 44 (1944)" + }, + { + "type": "bf:Barcode", + "value": "33433102812199" + } + ], + "enumerationChronology": [ + "v. 44 (1944)" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "JS" + ], + "volumeRange": [ + { + "gte": 44, + "lte": 44 + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:VMA (Canadian woodworker) v. 44 (1944)", + "urn:barcode:33433102812199" + ], + "physicalLocation": [ + "VMA (Canadian woodworker)" + ], + "shelfMark_sort": "aVMA (Canadian woodworker) v. 000044 (1944)", + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 44-1944" + ], + "uri": "i29976055", + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433102812199" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " 44-1944" + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 19, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rc2ma||Offsite", + "doc_count": 19 + } + ] + } + }, + "item_format": { + "doc_count": 19, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 19 + } + ] + } + }, + "item_status": { + "doc_count": 19, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 19 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-ea3775938eb329a0a01dd120e48defee.json b/test/fixtures/query-ea3775938eb329a0a01dd120e48defee.json new file mode 100644 index 00000000..e96bce82 --- /dev/null +++ b/test/fixtures/query-ea3775938eb329a0a01dd120e48defee.json @@ -0,0 +1,300 @@ +{ + "body": { + "took": 568, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 10000, + "relation": "gte" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000116", + "_score": 0, + "_source": { + "extent": [ + "8, 733p., [1] leaf of plates : ill. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Tamil.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cuntarar.", + "Cuntarar. -- Indexes", + "Hindu hymns, Tamil", + "Hindu hymns, Tamil -- Indexes" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam" + ], + "language": [ + { + "id": "lang:tam", + "label": "Tamil" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1963 + ], + "title": [ + "Tēvāra oḷineṟi, Cuntarar" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLB 82-5123" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1963" + ], + "creatorLiteral": [ + "Ceṅkalvarāya Piḷḷai, Va. Cu., 1883-1971." + ], + "idLccn": [ + "75901411" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu; 1139" + ], + "contributorLiteral": [ + "Cuntarar." + ], + "dateStartYear": [ + 1963 + ], + "idOclc": [ + "NYPG001000064-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5123" + }, + { + "type": "nypl:Bnumber", + "value": "10000116" + }, + { + "type": "nypl:Oclc", + "value": "NYPG001000064-B" + }, + { + "type": "bf:Lccn", + "value": "75901411" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100064" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0200115" + } + ], + "updatedAt": 1711606516370, + "publicationStatement": [ + "Tirunelvēli : Tirunelvēlit Teṉṉintiya Caivacittānta Nūṟpatippuk Kaḻakam, 1963." + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5123", + "urn:bnum:10000116", + "urn:oclc:NYPG001000064-B", + "urn:lccn:75901411", + "urn:identifier:NNSZ00100064", + "urn:identifier:(WaOLN)nyp0200115" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cuntarar. -- Indexes.", + "Hindu hymns, Tamil -- Indexes." + ], + "titleDisplay": [ + "Tēvāra oḷineṟi, Cuntarar / Va. Cu. Ceṅkalvarāya Piḷḷai eḻutiyatu." + ], + "uri": "b10000116", + "lccClassification": [ + "BL1226.3.C862 C47" + ], + "placeOfPublication": [ + "Tirunelvēli" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 0, + "b10000116" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10000116", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5123", + "urn:barcode:33433001839004" + ], + "physicalLocation": [ + "*OLB 82-5123" + ], + "shelfMark_sort": "a*OLB 82-005123", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*OLB 82-5123" + ], + "uri": "i10000051", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLB 82-5123" + }, + { + "type": "bf:Barcode", + "value": "33433001839004" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001839004" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-ea715b9e10b9a6e2e1ae6abcb7bc25bb.json b/test/fixtures/query-ea715b9e10b9a6e2e1ae6abcb7bc25bb.json new file mode 100644 index 00000000..20b2875c --- /dev/null +++ b/test/fixtures/query-ea715b9e10b9a6e2e1ae6abcb7bc25bb.json @@ -0,0 +1,255 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12709113", + "_score": 1607.4841, + "_source": { + "extent": [ + "iv, 350 p. : ill., port. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Washington County (Neb.)", + "Washington County (Neb.) -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Magic city printing co." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1937 + ], + "title": [ + "A history of Washington county, Nebraska" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1937" + ], + "creatorLiteral": [ + "Shrader, Forrest B." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1937 + ], + "creatorModifiedName": "Forrest Shrader", + "idOclc": [ + "9566258" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" + }, + { + "type": "nypl:Bnumber", + "value": "12709113" + }, + { + "type": "nypl:Oclc", + "value": "9566258" + } + ], + "updatedAt": 1711220358338, + "publicationStatement": [ + "[Omaha, : Magic city printing co., 1937]" + ], + "identifier": [ + "urn:shelfmark:IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)", + "urn:bnum:12709113", + "urn:oclc:9566258" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1937" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Washington County (Neb.) -- History." + ], + "titleDisplay": [ + "A history of Washington county, Nebraska / by Forrest B. Shrader." + ], + "uri": "b12709113", + "placeOfPublication": [ + "[Omaha," + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 1607.4841, + "b12709113" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12709113", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)", + "urn:barcode:33433099509238" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" + ], + "shelfMark_sort": "aIWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" + ], + "uri": "i16202472", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" + }, + { + "type": "bf:Barcode", + "value": "33433099509238" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "idBarcode": [ + "33433099509238" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-f0fd1d37f511390ccffcfcd64f192dde.json b/test/fixtures/query-f0fd1d37f511390ccffcfcd64f192dde.json new file mode 100644 index 00000000..3af51323 --- /dev/null +++ b/test/fixtures/query-f0fd1d37f511390ccffcfcd64f192dde.json @@ -0,0 +1,5044 @@ +{ + "body": { + "took": 17, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_score": 15.560745, + "_source": { + "extent": [ + "volumes : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Some issues bear also thematic titles.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Editors: Harold Ross, 1925-1951; William Shawn, 1951-1987; Robert Gotllieb, 1987-1992, Tina Brown, 1992-1998; David Remnick, 1998-", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 73, no. 1 never published.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Has occasional supplements.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Vol. 90, no. 24 (Aug. 25, 2014).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began with issue for Feb. 21, 1925." + ], + "subjectLiteral_exploded": [ + "Literature", + "Literature -- Collections", + "Literature -- Collections -- Periodicals", + "Intellectual life", + "Electronic journals", + "New York (N.Y.)", + "New York (N.Y.) -- Intellectual life", + "New York (N.Y.) -- Intellectual life -- Directories", + "New York (State)", + "New York (State) -- New York" + ], + "numItemDatesParsed": [ + 819 + ], + "publisherLiteral": [ + "F-R Pub. Corp.", + "D. Carey", + "Condé Nast Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 824 + ], + "createdYear": [ + 1925 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The New Yorker." + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "numItemVolumesParsed": [ + 754 + ], + "createdString": [ + "1925" + ], + "idLccn": [ + "28005329" + ], + "idIssn": [ + "0028-792X" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ross, Harold Wallace, 1892-1951", + "Shawn, William", + "Brown, Tina", + "Remnick, David", + "White, Katharine Sergeant Angell", + "White, E. B. (Elwyn Brooks), 1899-1985", + "Irvin, Rea, 1881-1972", + "Angell, Roger" + ], + "dateStartYear": [ + 1925 + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest (copy held in Per. Sect.)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + }, + { + "type": "nypl:Bnumber", + "value": "10833141" + }, + { + "type": "nypl:Oclc", + "value": "1760231" + }, + { + "type": "bf:Lccn", + "value": "28005329" + }, + { + "type": "bf:Issn", + "value": "0028-792X" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1760231" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + } + ], + "idOclc": [ + "1760231" + ], + "uniformTitle": [ + "New Yorker (New York, N.Y. : 1925)" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 1 (Feb. 15, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 2 (Mar. 1, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 3 (Mar. 8, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 4 (Mar. 15, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 5 (Mar. 22, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 6 (Mar. 29, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 7 (Apr. 5, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 8 (Apr. 12, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 9 (Apr. 19, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 11 (May. 10, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 12 (May. 17, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 13 (May. 24, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 14 (May. 31, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 15 (Jun. 7, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 16 (Jun. 14, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 17 (Jun. 21, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 18 (Jun. 28, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 19 (Jul. 5, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 20 (Jul. 12, 2021)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 21 (Jul. 26, 2021)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 22 (Aug. 2, 2021)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 23 (Aug. 9, 2021)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 24 (Aug. 16, 2021)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "ROOM 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "FEB. 15/22, 2021 - AUG. 16, 2021", + "PRINT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1059671" + }, + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 25 (Aug. 23, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 26 (Aug. 30, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 27 (Sep. 6, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 28 (Sep. 13, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 29 (Sep. 20, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 30 (Sep. 27, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 31 (Oct. 4, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 32 (Oct. 11, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 33 (Oct. 18, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 34 (Oct. 25, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 35 (Nov. 1, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 36 (Nov. 8, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Missing" + }, + { + "coverage": "Vol. 97 No. 37 (Nov. 15, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 38 (Nov. 22, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 39 (Nov. 29, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 40 (Dec. 6, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 41 (Dec. 13, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 42 (Dec. 20, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 97 No. 43 (Dec. 27, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 45 (Jan. 10, 2022)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 46 (Jan. 24, 2022)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 47 (Jan. 31, 2022)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 48 (Feb. 7, 2022)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 1 (Feb. 13, 2023)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 2 (Feb. 27, 2023)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 3 (Mar. 6, 2023)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 4 (Mar. 13, 2023)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 5 (Mar. 20, 2023)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 6 (Mar. 27, 2023)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 7 (Apr. 3, 2023)", + "position": 32, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 8 (Apr. 10, 2023)", + "position": 33, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 9 (Apr. 17, 2023)", + "position": 34, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)", + "position": 35, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 11 (May. 8, 2023)", + "position": 36, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 12 (May. 15, 2023)", + "position": 37, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 13 (May. 22, 2023)", + "position": 38, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 14 (May. 29, 2023)", + "position": 39, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 15 (Jun. 5, 2023)", + "position": 40, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 16 (Jun. 12, 2023)", + "position": 41, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 17 (Jun. 19, 2023)", + "position": 42, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 18 (Jun. 26, 2023)", + "position": 43, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 19 (Jul. 3, 2023)", + "position": 44, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 20 (Jul. 10, 2023)", + "position": 45, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 21 (Jul. 24, 2023)", + "position": 46, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 22 (Jul. 31, 2023)", + "position": 47, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 23 (Aug. 7, 2023)", + "position": 48, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 24 (Aug. 14, 2023)", + "position": 49, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 25 (Aug. 21, 2023)", + "position": 50, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 26 (Aug. 28, 2023)", + "position": 51, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 27 (Sep. 4, 2023)", + "position": 52, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 28 (Sep. 11, 2023)", + "position": 53, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 29 (Sep. 18, 2023)", + "position": 54, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 30 (Sep. 25, 2023)", + "position": 55, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 31 (Oct. 2, 2023)", + "position": 56, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 32 (Oct. 9, 2023)", + "position": 57, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 33 (Oct. 16, 2023)", + "position": 58, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 34 (Oct. 23, 2023)", + "position": 59, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 35 (Oct. 30, 2023)", + "position": 60, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 36 (Nov. 6, 2023)", + "position": 61, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 37 (Nov. 13, 2023)", + "position": 62, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 38 (Nov. 20, 2023)", + "position": 63, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 39 (Nov. 27, 2023)", + "position": 64, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 40 (Dec. 4, 2023)", + "position": 65, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 41 (Dec. 11, 2023)", + "position": 66, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 42 (Dec. 18, 2023)", + "position": 67, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 43 (Dec. 25, 2023)", + "position": 68, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 44 (Jan. 1, 2024)", + "position": 69, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 45 (Jan. 15, 2024)", + "position": 70, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 46 (Jan. 22, 2024)", + "position": 71, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 47 (Jan. 29, 2024)", + "position": 72, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 48 (Feb. 5, 2024)", + "position": 73, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 1 (Feb. 12, 2024)", + "position": 74, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 2 (Feb. 26, 2024)", + "position": 75, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 3 (Mar. 4, 2024)", + "position": 76, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 4 (Mar. 11, 2024)", + "position": 77, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 5 (Mar. 18, 2024)", + "position": 78, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 6 (Mar. 25, 2024)", + "position": 79, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 7 (Apr. 1, 2024)", + "position": 80, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 8 (Apr. 8, 2024)", + "position": 81, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 9 (Apr. 15, 2024)", + "position": 82, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 10 (Apr. 22, 2024)", + "position": 83, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 11 (May. 6, 2024)", + "position": 84, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 12 (May. 13, 2024)", + "position": 85, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 13 (May. 20, 2024)", + "position": 86, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 14 (May. 27, 2024)", + "position": 87, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 15 (Jun. 3, 2024)", + "position": 88, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 16 (Jun. 10, 2024)", + "position": 89, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 17 (Jun. 17, 2024)", + "position": 90, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 18 (Jun. 24, 2024)", + "position": 91, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 19 (Jul. 1, 2024)", + "position": 92, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 20 (Jul. 8, 2024)", + "position": 93, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)--", + "v. 99, no. 37 (2023-11-13); v. 99, no. 48 (2024-02-05); v. 100, no. 2 (2024-02-26)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "Room 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "AUG. 23, 2021-CURRENT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1144777" + } + ], + "updatedAt": 1715286949069, + "publicationStatement": [ + "New York : F-R Pub. Corp., 1925-", + "[New York] : D. Carey", + "[New York] : Condé Nast Publications" + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker)", + "urn:bnum:10833141", + "urn:oclc:1760231", + "urn:lccn:28005329", + "urn:issn:0028-792X", + "urn:identifier:(OCoLC)1760231", + "urn:identifier:(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + ], + "genreForm": [ + "Collections.", + "Directories.", + "Periodicals." + ], + "numCheckinCardItems": [ + 117 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1925" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Literature -- Collections -- Periodicals.", + "Intellectual life.", + "Literature.", + "Electronic journals.", + "New York (N.Y.) -- Intellectual life -- Directories.", + "New York (State) -- New York." + ], + "titleDisplay": [ + "The New Yorker." + ], + "uri": "b10833141", + "lccClassification": [ + "AP2 .N6763" + ], + "placeOfPublication": [ + "New York", + "[New York]" + ], + "titleAlt": [ + "New Yorker", + "The New Yorker" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28-31 cm" + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 41, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 782 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-27", + "lte": "2021-12-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 43" + ], + "enumerationChronology_sort": [ + " 97-2021-12-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-17", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 43 (Dec. 27, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 781 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-13", + "lte": "2021-12-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 41" + ], + "enumerationChronology_sort": [ + " 97-2021-12-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-18", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 41 (Dec. 13, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 780 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-06", + "lte": "2021-12-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 40" + ], + "enumerationChronology_sort": [ + " 97-2021-12-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-19", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 40 (Dec. 6, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 779 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-29", + "lte": "2021-11-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 39" + ], + "enumerationChronology_sort": [ + " 97-2021-11-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-20", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 39 (Nov. 29, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-29" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 778 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-22", + "lte": "2021-11-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 38" + ], + "enumerationChronology_sort": [ + " 97-2021-11-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-21", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 38 (Nov. 22, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 777 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-15", + "lte": "2021-11-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 37" + ], + "enumerationChronology_sort": [ + " 97-2021-11-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-22", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 37 (Nov. 15, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 775 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-11-01", + "lte": "2021-11-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 35" + ], + "enumerationChronology_sort": [ + " 97-2021-11-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-24", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 35 (Nov. 1, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-11-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 774 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-25", + "lte": "2021-10-25" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 34" + ], + "enumerationChronology_sort": [ + " 97-2021-10-25" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-25", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 34 (Oct. 25, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-25" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 773 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-18", + "lte": "2021-10-18" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 33" + ], + "enumerationChronology_sort": [ + " 97-2021-10-18" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-26", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 33 (Oct. 18, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-18" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 772 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-11", + "lte": "2021-10-11" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 32" + ], + "enumerationChronology_sort": [ + " 97-2021-10-11" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-27", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 32 (Oct. 11, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-11" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 771 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-10-04", + "lte": "2021-10-04" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 31" + ], + "enumerationChronology_sort": [ + " 97-2021-10-04" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-28", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 31 (Oct. 4, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-10-04" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 714 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-27", + "lte": "2021-09-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 30" + ], + "enumerationChronology_sort": [ + " 97-2021-09-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-85", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 30 (Sep. 27, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 770 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-20", + "lte": "2021-09-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 29" + ], + "enumerationChronology_sort": [ + " 97-2021-09-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-29", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 29 (Sep. 20, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 769 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-13", + "lte": "2021-09-13" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 28" + ], + "enumerationChronology_sort": [ + " 97-2021-09-13" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-30", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 28 (Sep. 13, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-13" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 768 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-09-06", + "lte": "2021-09-06" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 27" + ], + "enumerationChronology_sort": [ + " 97-2021-09-06" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-31", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 27 (Sep. 6, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-09-06" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 767 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-30", + "lte": "2021-08-30" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 26" + ], + "enumerationChronology_sort": [ + " 97-2021-08-30" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-32", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 26 (Aug. 30, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-30" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 713 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-23", + "lte": "2021-08-23" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 25" + ], + "enumerationChronology_sort": [ + " 97-2021-08-23" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-86", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 25 (Aug. 23, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-23" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 817 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-16", + "lte": "2021-08-16" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 24" + ], + "enumerationChronology_sort": [ + " 97-2021-08-16" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-6", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 24 (Aug. 16, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-16" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 807 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-09", + "lte": "2021-08-09" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 23" + ], + "enumerationChronology_sort": [ + " 97-2021-08-09" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-16", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 23 (Aug. 9, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-09" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 806 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-08-02", + "lte": "2021-08-02" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 22" + ], + "enumerationChronology_sort": [ + " 97-2021-08-02" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-17", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 22 (Aug. 2, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-08-02" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 805 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-26", + "lte": "2021-07-26" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 21" + ], + "enumerationChronology_sort": [ + " 97-2021-07-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-18", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 21 (Jul. 26, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-07-26" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 802 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-12", + "lte": "2021-07-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 20" + ], + "enumerationChronology_sort": [ + " 97-2021-07-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-21", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 20 (Jul. 12, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-07-12" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 808 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-07-05", + "lte": "2021-07-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 19" + ], + "enumerationChronology_sort": [ + " 97-2021-07-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-15", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 19 (Jul. 5, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-07-05" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 809 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-28", + "lte": "2021-06-28" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 18" + ], + "enumerationChronology_sort": [ + " 97-2021-06-28" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-14", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 18 (Jun. 28, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-06-28" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 810 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-21", + "lte": "2021-06-21" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 17" + ], + "enumerationChronology_sort": [ + " 97-2021-06-21" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-13", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 17 (Jun. 21, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-06-21" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 811 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-14", + "lte": "2021-06-14" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 16" + ], + "enumerationChronology_sort": [ + " 97-2021-06-14" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-12", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 16 (Jun. 14, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-06-14" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 812 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-06-07", + "lte": "2021-06-07" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 15" + ], + "enumerationChronology_sort": [ + " 97-2021-06-07" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-11", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 15 (Jun. 7, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-06-07" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 813 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-31", + "lte": "2021-05-31" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 14" + ], + "enumerationChronology_sort": [ + " 97-2021-05-31" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-10", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 14 (May. 31, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-05-31" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 814 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-24", + "lte": "2021-05-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 13" + ], + "enumerationChronology_sort": [ + " 97-2021-05-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-9", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 13 (May. 24, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-05-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 815 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-17", + "lte": "2021-05-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 12" + ], + "enumerationChronology_sort": [ + " 97-2021-05-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-8", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 12 (May. 17, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-05-17" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 816 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-05-10", + "lte": "2021-05-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 11" + ], + "enumerationChronology_sort": [ + " 97-2021-05-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-7", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 11 (May. 10, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-05-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 823 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-26", + "lte": "2021-05-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 10" + ], + "enumerationChronology_sort": [ + " 97-2021-04-26" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-0", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-04-26" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 804 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-19", + "lte": "2021-04-19" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 9" + ], + "enumerationChronology_sort": [ + " 97-2021-04-19" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-19", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 9 (Apr. 19, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-04-19" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 800 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-12", + "lte": "2021-04-12" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 8" + ], + "enumerationChronology_sort": [ + " 97-2021-04-12" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-23", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 8 (Apr. 12, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-04-12" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 803 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-04-05", + "lte": "2021-04-05" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 7" + ], + "enumerationChronology_sort": [ + " 97-2021-04-05" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-20", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 7 (Apr. 5, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-04-05" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 822 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-29", + "lte": "2021-03-29" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 6" + ], + "enumerationChronology_sort": [ + " 97-2021-03-29" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-1", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 6 (Mar. 29, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-03-29" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 821 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-22", + "lte": "2021-03-22" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 5" + ], + "enumerationChronology_sort": [ + " 97-2021-03-22" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-2", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 5 (Mar. 22, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-03-22" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 820 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-15", + "lte": "2021-03-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 4" + ], + "enumerationChronology_sort": [ + " 97-2021-03-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-3", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 4 (Mar. 15, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-03-15" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 819 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-08", + "lte": "2021-03-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 3" + ], + "enumerationChronology_sort": [ + " 97-2021-03-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-4", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 3 (Mar. 8, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-03-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 818 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-03-01", + "lte": "2021-03-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 2" + ], + "enumerationChronology_sort": [ + " 97-2021-03-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-5", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 2 (Mar. 1, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-03-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 801 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-02-15", + "lte": "2021-02-15" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "volumeRaw": [ + "Vol. 97 No. 1" + ], + "enumerationChronology_sort": [ + " 97-2021-02-15" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1059671-22", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 1 (Feb. 15, 2021)" + ], + "formatLiteral": [ + "FEB. 15/22, 2021 - AUG. 16, 2021" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-02-15" + ] + } + ] + } + }, + "allItems": { + "hits": { + "total": { + "value": 824, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal82||Schwarzman Building - Main Reading Room 315", + "doc_count": 575 + }, + { + "key": "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108", + "doc_count": 117 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 66 + }, + { + "key": "loc:rcma2||Offsite", + "doc_count": 66 + } + ] + } + }, + "item_format": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 707 + }, + { + "key": "AUG. 23, 2021-CURRENT", + "doc_count": 93 + }, + { + "key": "FEB. 15/22, 2021 - AUG. 16, 2021", + "doc_count": 24 + } + ] + } + }, + "item_status": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 766 + }, + { + "key": "status:i||At bindery", + "doc_count": 41 + }, + { + "key": "status:na||Not available", + "doc_count": 9 + }, + { + "key": "status:co||Loaned", + "doc_count": 5 + }, + { + "key": "status:t||In transit", + "doc_count": 2 + }, + { + "key": "status:m||Missing", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-f48e601750e63fb834e0b606b1a8d98a.json b/test/fixtures/query-f48e601750e63fb834e0b606b1a8d98a.json new file mode 100644 index 00000000..c5bc6917 --- /dev/null +++ b/test/fixtures/query-f48e601750e63fb834e0b606b1a8d98a.json @@ -0,0 +1,13613 @@ +{ + "body": { + "took": 67, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 514, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b20970375", + "_score": 3846.9688, + "_source": { + "extent": [ + "119 pages : illustrations (color) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toast (Bread)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Phaidon Press Limited" + ], + "description": [ + "The ultimate canvas for sweet and savory culinary creativity. 50 seasonal recipes that reimagine the \"bread and butter\" of cuisine with simple ingredients in surprising ways. Easy enough for breakfast, yet suitable for brunch, lunch, dinner and even dessert, the possibilities of heaping beautiful seasonal ingredients on bread are limitless. Toast guides home chefs as they explore home cuisine's ultimate creative canvas. Organized by season, Toast features 50 recipes from savory to sweet that unleash the power of fresh ingredients and simple techniques guaranteed to impress and satisfy any kitchen audience on any occasion." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2015 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast" + ], + "shelfMark": [ + "JFF 16-815" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2015" + ], + "creatorLiteral": [ + "Pelzel, Raquel" + ], + "idLccn": [ + "2015473840" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sung, Evan" + ], + "dateStartYear": [ + 2015 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 16-815" + }, + { + "type": "nypl:Bnumber", + "value": "20970375" + }, + { + "type": "bf:Isbn", + "value": "9780714869551" + }, + { + "type": "bf:Isbn", + "value": "0714869554" + }, + { + "type": "nypl:Oclc", + "value": "915941587" + }, + { + "type": "bf:Lccn", + "value": "2015473840" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)915941587" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)905521916" + } + ], + "idOclc": [ + "915941587" + ], + "updatedAt": 1711458034739, + "publicationStatement": [ + "London : Phaidon Press Limited, 2015.", + "©2015" + ], + "identifier": [ + "urn:shelfmark:JFF 16-815", + "urn:bnum:20970375", + "urn:isbn:9780714869551", + "urn:isbn:0714869554", + "urn:oclc:915941587", + "urn:lccn:2015473840", + "urn:identifier:(OCoLC)915941587", + "urn:identifier:(OCoLC)905521916" + ], + "genreForm": [ + "Cookbooks." + ], + "idIsbn": [ + "9780714869551", + "0714869554" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2015" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toast (Bread)" + ], + "titleDisplay": [ + "Toast / by Raquel Pelzel ; photographs by Evan Sung." + ], + "uri": "b20970375", + "placeOfPublication": [ + "London" + ], + "titleAlt": [ + "Toast : the cookbook" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm" + ], + "idIsbn_clean": [ + "9780714869551", + "0714869554" + ] + }, + "sort": [ + 3846.9688, + "b20970375" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b20970375", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFF 16-815", + "urn:barcode:33433118568447" + ], + "physicalLocation": [ + "JFF 16-815" + ], + "shelfMark_sort": "aJFF 16-000815", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 16-815" + ], + "uri": "i34162229", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 16-815" + }, + { + "type": "bf:Barcode", + "value": "33433118568447" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433118568447" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb2847934", + "_score": 3765.0447, + "_source": { + "extent": [ + "103 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"First performed at the Royal Court Theatre Upstairs ... on 12th February 1999.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "publisherLiteral": [ + "Oberon" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1999 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast" + ], + "creatorLiteral": [ + "Bean, Richard, 1956-" + ], + "createdString": [ + "1999" + ], + "dateStartYear": [ + 1999 + ], + "creatorModifiedName": "Richard Bean", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "2847934" + }, + { + "type": "bf:Isbn", + "value": "1840021047" + }, + { + "type": "bf:Identifier", + "value": "(CStRLIN)GAEGO42263032-B" + }, + { + "type": "bf:Identifier", + "value": "(GEU)(Sirsi)o42263032" + } + ], + "holdings": [], + "updatedAt": 1655841488336, + "publicationStatement": [ + "London : Oberon, 1999." + ], + "identifier": [ + "urn:bnum:2847934", + "urn:isbn:1840021047", + "urn:undefined:(CStRLIN)GAEGO42263032-B", + "urn:undefined:(GEU)(Sirsi)o42263032" + ], + "idIsbn": [ + "1840021047" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast / by Richard Bean." + ], + "uri": "pb2847934", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "1840021047" + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 3765.0447, + "pb2847934" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb2847934", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101095377683" + ], + "physicalLocation": [ + "PR6052.E176 T627 1999" + ], + "shelfMark_sort": "aPR6052.E176 T627 001999", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "pi2440892", + "shelfMark": [ + "PR6052.E176 T627 1999" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR6052.E176 T627 1999" + }, + { + "type": "bf:Barcode", + "value": "32101095377683" + } + ], + "idBarcode": [ + "32101095377683" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "PA" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb9928479343506421", + "_score": 3653.5134, + "_source": { + "extent": [ + "103 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"First performed at the Royal Court Theatre Upstairs ... on 12th February 1999.\"", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Oberon" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1999 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Bean, Richard, 1956-" + ], + "createdString": [ + "1999" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1999 + ], + "creatorModifiedName": "Richard Bean", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "9928479343506421" + }, + { + "type": "bf:Isbn", + "value": "1840021047" + }, + { + "type": "nypl:Oclc", + "value": "ocm53231811" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-964143" + }, + { + "type": "bf:Identifier", + "value": "(CStRLIN)GAEGO42263032-B" + }, + { + "type": "bf:Identifier", + "value": "(GEU)(Sirsi)o42263032" + }, + { + "type": "bf:Identifier", + "value": "(NjP)2847934-princetondb" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm53231811" + }, + { + "type": "bf:Identifier", + "value": "(NjP)Voyager2847934" + } + ], + "idOclc": [ + "ocm53231811", + "SCSB-964143" + ], + "holdings": [], + "updatedAt": 1692410724232, + "publicationStatement": [ + "London : Oberon, 1999." + ], + "identifier": [ + "urn:bnum:9928479343506421", + "urn:isbn:1840021047", + "urn:oclc:ocm53231811", + "urn:oclc:SCSB-964143", + "urn:undefined:(CStRLIN)GAEGO42263032-B", + "urn:undefined:(GEU)(Sirsi)o42263032", + "urn:undefined:(NjP)2847934-princetondb", + "urn:undefined:(OCoLC)ocm53231811", + "urn:undefined:(NjP)Voyager2847934" + ], + "idIsbn": [ + "1840021047" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast / by Richard Bean." + ], + "uri": "pb9928479343506421", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "1840021047" + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 3653.5134, + "pb9928479343506421" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb9928479343506421", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101095377683" + ], + "physicalLocation": [ + "PR6052.E176 T627 1999" + ], + "shelfMark_sort": "aPR6052.E176 T627 001999", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "pi23486469710006421", + "shelfMark": [ + "PR6052.E176 T627 1999" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR6052.E176 T627 1999" + }, + { + "type": "bf:Barcode", + "value": "32101095377683" + } + ], + "idBarcode": [ + "32101095377683" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "PA" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11518415", + "_score": 604.9607, + "_source": { + "extent": [ + "ix, 256 p. : ill. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 252-256).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Crown Pub." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1991 + ], + "title": [ + "Toasts : over 1,500 of the best toasts, sentiments, blessings, and graces" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "PN6341" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1991" + ], + "idLccn": [ + "91006967" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Dickson, Paul." + ], + "dateStartYear": [ + 1991 + ], + "idOclc": [ + "23141392", + "NYPG92-B3876" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN6341" + }, + { + "type": "nypl:Bnumber", + "value": "11518415" + }, + { + "type": "bf:Isbn", + "value": "0517584123" + }, + { + "type": "nypl:Oclc", + "value": "23141392" + }, + { + "type": "nypl:Oclc", + "value": "NYPG92-B3876" + }, + { + "type": "bf:Lccn", + "value": "91006967" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1526757" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)23141392" + } + ], + "updatedAt": 1710987073679, + "publicationStatement": [ + "New York : Crown Pub., 1991." + ], + "idIsbn": [ + "0517584123" + ], + "identifier": [ + "urn:shelfmark:PN6341", + "urn:bnum:11518415", + "urn:isbn:0517584123", + "urn:oclc:23141392", + "urn:oclc:NYPG92-B3876", + "urn:lccn:91006967", + "urn:identifier:(WaOLN)nyp1526757", + "urn:identifier:(OCoLC)23141392" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1991" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "Toasts : over 1,500 of the best toasts, sentiments, blessings, and graces / [compiled by] Paul Dickson ; illustrated by Rollin McGrail." + ], + "uri": "b11518415", + "lccClassification": [ + "PN6341 .T634 1991" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ], + "idIsbn_clean": [ + "0517584123" + ] + }, + "sort": [ + 604.9607, + "b11518415" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11518415", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:-||No restrictions" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:Pub. Cat. PN6341 .T634 1991", + "urn:barcode:33433076689698" + ], + "physicalLocation": [ + "Pub. Cat. PN6341 .T634 1991" + ], + "shelfMark_sort": "aPub. Cat. PN6341 .T634 001991", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:-", + "label": "No restrictions" + } + ], + "status_packed": [ + "status:u||Temporarily unavailable" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Pub. Cat. PN6341 .T634 1991" + ], + "uri": "i15916191", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Pub. Cat. PN6341 .T634 1991" + }, + { + "type": "bf:Barcode", + "value": "33433076689698" + } + ], + "holdingLocation_packed": [ + "loc:malv2||Schwarzman Building - Public Catalog Room 315" + ], + "idBarcode": [ + "33433076689698" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:malv2", + "label": "Schwarzman Building - Public Catalog Room 315" + } + ], + "status": [ + { + "id": "status:u", + "label": "Temporarily unavailable" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb6955197", + "_score": 544.44305, + "_source": { + "extent": [ + "386 p. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "publisherLiteral": [ + "Wydawn. \"Czarne\"," + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "createdYear": [ + 2010 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast za przodków /", + "Toast za przodków / Wojciech Górecki." + ], + "creatorLiteral": [ + "Górecki, Wojciech, 1970-" + ], + "createdString": [ + "2010" + ], + "seriesStatement": [ + "Reportaż" + ], + "dateStartYear": [ + 2010 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "6955197" + }, + { + "type": "bf:Isbn", + "value": "9788375361940" + }, + { + "type": "nypl:Oclc", + "value": "ocn671293997" + }, + { + "type": "bf:Identifier", + "value": "(PlWaKWL)lx2010024594" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn671293997" + } + ], + "idOclc": [ + "ocn671293997" + ], + "uniformTitle": [ + "Reportaż." + ], + "holdings": [], + "updatedAt": 1642216898305, + "publicationStatement": [ + "Wołowiec : Wydawn. \"Czarne\", 2010." + ], + "identifier": [ + "urn:bnum:6955197", + "urn:isbn:9788375361940", + "urn:oclc:ocn671293997", + "urn:undefined:(PlWaKWL)lx2010024594", + "urn:undefined:(OCoLC)ocn671293997" + ], + "idIsbn": [ + "9788375361940" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2010" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast za przodków / Wojciech Górecki." + ], + "uri": "pb6955197", + "lccClassification": [ + "PG7223.I78 T627 2010" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Wołowiec :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 544.44305, + "pb6955197" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb6955197", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101072287822" + ], + "physicalLocation": [ + "PG7223.I78 T627 2010" + ], + "shelfMark_sort": "aPG7223.I78 T627 002010", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "pi6260657", + "shelfMark": [ + "PG7223.I78 T627 2010" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PG7223.I78 T627 2010" + }, + { + "type": "bf:Barcode", + "value": "32101072287822" + } + ], + "idBarcode": [ + "32101072287822" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b15868157", + "_score": 543.88324, + "_source": { + "extent": [ + "64 p. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Conduct of life", + "Conduct of life -- Poetry", + "Nigeria", + "Nigeria -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Hope Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2002 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast to life & vision" + ], + "shelfMark": [ + "Sc D 13-57 no. 1" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2002" + ], + "creatorLiteral": [ + "Odeleye, Biodun." + ], + "idLccn": [ + "2004352407" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2002 + ], + "creatorModifiedName": "Biodun Odeleye", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 13-57 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "15868157" + }, + { + "type": "bf:Isbn", + "value": "9783654845 (pbk.)" + }, + { + "type": "bf:Isbn", + "value": "9789783654846 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "54955577" + }, + { + "type": "bf:Lccn", + "value": "2004352407" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)54955577" + } + ], + "idOclc": [ + "54955577" + ], + "updatedAt": 1711410913990, + "publicationStatement": [ + "Ibadan, Nigeria : Hope Publications, 2002." + ], + "identifier": [ + "urn:shelfmark:Sc D 13-57 no. 1", + "urn:bnum:15868157", + "urn:isbn:9783654845 (pbk.)", + "urn:isbn:9789783654846 (pbk.)", + "urn:oclc:54955577", + "urn:lccn:2004352407", + "urn:identifier:(OCoLC)54955577" + ], + "idIsbn": [ + "9783654845 (pbk.)", + "9789783654846 (pbk.)" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2002" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Conduct of life -- Poetry.", + "Nigeria -- Poetry." + ], + "titleDisplay": [ + "Toast to life & vision / Biodun Odeleye." + ], + "uri": "b15868157", + "lccClassification": [ + "PR9387.9.O3115 T63 2002" + ], + "placeOfPublication": [ + "Ibadan, Nigeria" + ], + "titleAlt": [ + "Toast to life and vision" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Moon among stars -- Vampires on rampage -- The dangling visionary saw -- Much to a name -- Dear mother -- La Rambla -- Personifying death -- Success turns albatross in the hall of nobility." + ], + "dimensions": [ + "21 cm." + ], + "idIsbn_clean": [ + "9783654845", + "9789783654846" + ] + }, + "sort": [ + 543.88324, + "b15868157" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b15868157", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc D 13-57", + "urn:barcode:33433089426146" + ], + "physicalLocation": [ + "Sc D 13-57" + ], + "shelfMark_sort": "aSc D 13-000057", + "catalogItemType_packed": [ + "catalogItemType:61||pamphlet volumes, bound with" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc D 13-57" + ], + "uri": "i29987107", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 13-57" + }, + { + "type": "bf:Barcode", + "value": "33433089426146" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433089426146" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:61", + "label": "pamphlet volumes, bound with" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11124847", + "_score": 539.412, + "_source": { + "extent": [ + "94 p. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Subtitle on cover: Sample toasts and the origins of customs.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: p. 91-92.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Marriage customs and rites", + "Wedding toasts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "JM Productions" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1986 + ], + "title": [ + "Wedding toasts and traditions" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "GT2665" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1986" + ], + "creatorLiteral": [ + "Ishee, Mark." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1986 + ], + "creatorModifiedName": "Mark Ishee", + "idOclc": [ + "12099824", + "NYPG87-B72178" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "GT2665" + }, + { + "type": "nypl:Bnumber", + "value": "11124847" + }, + { + "type": "bf:Isbn", + "value": "0939298457 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "12099824" + }, + { + "type": "nypl:Oclc", + "value": "NYPG87-B72178" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1132322" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)12099824" + } + ], + "updatedAt": 1711610473558, + "publicationStatement": [ + "[Brentwood, TN] : JM Productions, c1986." + ], + "idIsbn": [ + "0939298457 (pbk.)" + ], + "identifier": [ + "urn:shelfmark:GT2665", + "urn:bnum:11124847", + "urn:isbn:0939298457 (pbk.)", + "urn:oclc:12099824", + "urn:oclc:NYPG87-B72178", + "urn:identifier:(WaOLN)nyp1132322", + "urn:identifier:(OCoLC)12099824" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1986" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Marriage customs and rites.", + "Wedding toasts." + ], + "titleDisplay": [ + "Wedding toasts and traditions / [Mark Ishee]." + ], + "uri": "b11124847", + "placeOfPublication": [ + "[Brentwood, TN]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "0939298457" + ] + }, + "sort": [ + 539.412, + "b11124847" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11124847", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:-||No restrictions" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:Pub. Cat. GT2665 .I78 1986", + "urn:barcode:33433068100787" + ], + "physicalLocation": [ + "Pub. Cat. GT2665 .I78 1986" + ], + "shelfMark_sort": "aPub. Cat. GT2665 .I78 001986", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:-", + "label": "No restrictions" + } + ], + "status_packed": [ + "status:o||Use in library" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Pub. Cat. GT2665 .I78 1986" + ], + "uri": "i14944886", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Pub. Cat. GT2665 .I78 1986" + }, + { + "type": "bf:Barcode", + "value": "33433068100787" + } + ], + "holdingLocation_packed": [ + "loc:malv2||Schwarzman Building - Public Catalog Room 315" + ], + "idBarcode": [ + "33433068100787" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:malv2", + "label": "Schwarzman Building - Public Catalog Room 315" + } + ], + "status": [ + { + "id": "status:o", + "label": "Use in library" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb1808514", + "_score": 536.016, + "_source": { + "extent": [ + "1 score (3 unnumbered pages, 12 pages) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Program notes by Jack Gottlieb.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 2:30.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Recorded by the Israel Philharmonic, the composer conducting, on Deutsche Grammophon 2532 052.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Also available in a version for symphonic band.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "publisherLiteral": [ + "Jalni Publications ; Boosey & Hawkes, sole selling agent" + ], + "dateEndString": [ + "1980" + ], + "createdYear": [ + 1984 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A musical toast" + ], + "creatorLiteral": [ + "Bernstein, Leonard, 1918-1990." + ], + "createdString": [ + "1984" + ], + "seriesStatement": [ + "Hawkes pocket scores" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1984 + ], + "creatorModifiedName": "Leonard Bernstein", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "1808514" + }, + { + "type": "nypl:Oclc", + "value": "ocm11578466" + }, + { + "type": "bf:Identifier", + "value": "H.P.S. 976 Boosey & Hawkes" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm11578466" + }, + { + "type": "bf:Identifier", + "value": "(NNC)1808514" + }, + { + "type": "bf:Identifier", + "value": "1808514" + } + ], + "idOclc": [ + "ocm11578466" + ], + "uniformTitle": [ + "Musical toast", + "Hawkes pocket scores." + ], + "dateEndYear": [ + 1980 + ], + "holdings": [], + "updatedAt": 1664590433971, + "publicationStatement": [ + "[Place of publication not identified] : Jalni Publications ; New York, N.Y. : Boosey & Hawkes, sole selling agent, 1984, ©1980." + ], + "identifier": [ + "urn:bnum:1808514", + "urn:oclc:ocm11578466", + "urn:undefined:H.P.S. 976 Boosey & Hawkes", + "urn:undefined:(OCoLC)ocm11578466", + "urn:undefined:(NNC)1808514", + "urn:undefined:1808514" + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "A musical toast / Leonard Bernstein." + ], + "uri": "cb1808514", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "[Place of publication not identified] : New York, N.Y." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Musical toast" + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 536.016, + "cb1808514" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb1808514", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:MR61509485" + ], + "physicalLocation": [ + "61 B458 M9" + ], + "shelfMark_sort": "a61 B458 M000009", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci2278358", + "shelfMark": [ + "61 B458 M9" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "61 B458 M9" + }, + { + "type": "bf:Barcode", + "value": "MR61509485" + } + ], + "idBarcode": [ + "MR61509485" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "MR" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b18806309", + "_score": 533.7074, + "_source": { + "extent": [ + "386 p. : map ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 383-[387])", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Polish.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Caucasus", + "Caucasus -- Civilization" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wydawn. Czarne" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2010 + ], + "title": [ + "Toast za przodków" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "ReCAP 11-4380" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2010" + ], + "creatorLiteral": [ + "Górecki, Wojciech, 1970-" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Reportaż" + ], + "dateStartYear": [ + 2010 + ], + "idOclc": [ + "671293997" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "ReCAP 11-4380" + }, + { + "type": "nypl:Bnumber", + "value": "18806309" + }, + { + "type": "bf:Isbn", + "value": "9788375361940 (pbk)" + }, + { + "type": "bf:Isbn", + "value": "8375361941 (pbk)" + }, + { + "type": "nypl:Oclc", + "value": "671293997" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)671293997" + } + ], + "uniformTitle": [ + "Seria Reportaż." + ], + "updatedAt": 1711224414808, + "publicationStatement": [ + "Wołowiec : Wydawn. Czarne, 2010." + ], + "idIsbn": [ + "9788375361940 (pbk)", + "8375361941 (pbk)" + ], + "identifier": [ + "urn:shelfmark:ReCAP 11-4380", + "urn:bnum:18806309", + "urn:isbn:9788375361940 (pbk)", + "urn:isbn:8375361941 (pbk)", + "urn:oclc:671293997", + "urn:identifier:(OCoLC)671293997" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2010" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Caucasus.", + "Caucasus -- Civilization." + ], + "titleDisplay": [ + "Toast za przodków / Wojciech Górecki." + ], + "uri": "b18806309", + "placeOfPublication": [ + "Wołowiec" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ], + "idIsbn_clean": [ + "9788375361940", + "8375361941" + ] + }, + "sort": [ + 533.7074, + "b18806309" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18806309", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:ReCAP 11-4380", + "urn:barcode:33433090460647" + ], + "physicalLocation": [ + "ReCAP 11-4380" + ], + "shelfMark_sort": "aReCAP 11-004380", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "ReCAP 11-4380" + ], + "uri": "i26121731", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "ReCAP 11-4380" + }, + { + "type": "bf:Barcode", + "value": "33433090460647" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433090460647" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990099650640203941", + "_score": 525.10767, + "_source": { + "extent": [ + "247 p. ;" + ], + "note": [ + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Short stories" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Cosmos Books" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2006 + ], + "dateEndString": [ + "2002" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast / Charles Stross." + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Stross, Charles" + ], + "createdString": [ + "2006" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2006 + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990099650640203941" + }, + { + "type": "bf:Isbn", + "value": "0809556030 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "69652590" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-12049344" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)69652590" + } + ], + "idOclc": [ + "69652590", + "SCSB-12049344" + ], + "dateEndYear": [ + 2002 + ], + "holdings": [], + "updatedAt": 1681081853656, + "publicationStatement": [ + "Holicong, PA : Cosmos Books, c2006, c2002." + ], + "identifier": [ + "urn:bnum:990099650640203941", + "urn:isbn:0809556030 (pbk.)", + "urn:oclc:69652590", + "urn:oclc:SCSB-12049344", + "urn:undefined:(OCoLC)69652590" + ], + "idIsbn": [ + "0809556030 (pbk.)" + ], + "genreForm": [ + "short stories.", + "Short stories", + "Science fiction", + "Nouvelles." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2006" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Short stories" + ], + "titleDisplay": [ + "Toast / Charles Stross." + ], + "uri": "hb990099650640203941", + "lccClassification": [ + "PR6119.T79 T63 2006" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Holicong, PA" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Antibodies -- Bear trap -- Extracts from the Club Diary -- A colder war -- Toast: a con report -- A boy and his God -- Ship of fools -- Dechlorinating the moderator -- Yellow snow -- Big Brother Iron." + ], + "idIsbn_clean": [ + "0809556030" + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + 525.10767, + "hb990099650640203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990099650640203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:32044077499465" + ], + "physicalLocation": [ + "PR6119.T79 T63 2006" + ], + "shelfMark_sort": "aPR6119.T79 T63 002006", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "hi232106586300003941", + "shelfMark": [ + "PR6119.T79 T63 2006" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR6119.T79 T63 2006" + }, + { + "type": "bf:Barcode", + "value": "32044077499465" + } + ], + "idBarcode": [ + "32044077499465" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "HW" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb9969551973506421", + "_score": 523.82556, + "_source": { + "extent": [ + "386 pages : map ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "subjectLiteral_exploded": [ + "Civilization", + "Caucasus", + "Caucasus -- Civilization" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wydawn. Czarne" + ], + "language": [ + { + "id": "lang:pol", + "label": "Polish" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2010 + ], + "title": [ + "Toast za przodków" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2010" + ], + "creatorLiteral": [ + "Górecki, Wojciech, 1970-" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Reportaż" + ], + "dateStartYear": [ + 2010 + ], + "idOclc": [ + "ocn671293997", + "671293997", + "SCSB-1622764" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "9969551973506421" + }, + { + "type": "bf:Isbn", + "value": "9788375361940" + }, + { + "type": "bf:Isbn", + "value": "8375361941" + }, + { + "type": "nypl:Oclc", + "value": "ocn671293997" + }, + { + "type": "nypl:Oclc", + "value": "671293997" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-1622764" + }, + { + "type": "bf:Identifier", + "value": "(PlWaKWL)lx2010024594" + }, + { + "type": "bf:Identifier", + "value": "(NjP)6955197-princetondb" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn671293997" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)671293997" + }, + { + "type": "bf:Identifier", + "value": "(NjP)Voyager6955197" + } + ], + "uniformTitle": [ + "Seria Reportaż." + ], + "updatedAt": 1710849132266, + "publicationStatement": [ + "Wołowiec : Wydawn. Czarne, 2010." + ], + "idIsbn": [ + "9788375361940", + "8375361941" + ], + "identifier": [ + "urn:bnum:9969551973506421", + "urn:isbn:9788375361940", + "urn:isbn:8375361941", + "urn:oclc:ocn671293997", + "urn:oclc:671293997", + "urn:oclc:SCSB-1622764", + "urn:identifier:(PlWaKWL)lx2010024594", + "urn:identifier:(NjP)6955197-princetondb", + "urn:identifier:(OCoLC)ocn671293997", + "urn:identifier:(OCoLC)671293997", + "urn:identifier:(NjP)Voyager6955197" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2010" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Civilization.", + "Caucasus.", + "Caucasus -- Civilization." + ], + "titleDisplay": [ + "Toast za przodków / Wojciech Górecki." + ], + "uri": "pb9969551973506421", + "lccClassification": [ + "PG7223.I78 T627 2010" + ], + "placeOfPublication": [ + "Wołowiec" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ], + "idIsbn_clean": [ + "9788375361940", + "8375361941" + ] + }, + "sort": [ + 523.82556, + "pb9969551973506421" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb9969551973506421", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "identifier": [ + "urn:shelfmark:PG7223.I78 T627 2010", + "urn:barcode:32101072287822" + ], + "physicalLocation": [ + "PG7223.I78 T627 2010" + ], + "shelfMark_sort": "aPG7223.I78 T627 002010", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "PG7223.I78 T627 2010" + ], + "uri": "pi23652743930006421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PG7223.I78 T627 2010" + }, + { + "type": "bf:Barcode", + "value": "32101072287822" + } + ], + "idBarcode": [ + "32101072287822" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "recapCustomerCode": [ + "PA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b12227432", + "_score": 514.92004, + "_source": { + "note": [ + { + "noteType": "Note", + "label": "Review of the New York City Ballet in Peter Martins' Sleeping beauty, New York State Theatre, April 24, 1991.", + "type": "bf:Note" + } + ], + "partOf": [ + "Dance and dancers. London. June/July 1991, p. 33-36. ill." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Martins, Peter, 1946-", + "New York City Ballet", + "Sleeping beauty (Choreographic work : Martins after Petipa, M)" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 1991 + ], + "title": [ + "A toast to Beauty." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*MGZA" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1991" + ], + "creatorLiteral": [ + "Barnes, Clive, 1927-2008." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1991 + ], + "creatorModifiedName": "Clive Barnes", + "idOclc": [ + "NYPY916066942-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*MGZA" + }, + { + "type": "nypl:Bnumber", + "value": "12227432" + }, + { + "type": "nypl:Oclc", + "value": "NYPY916066942-B" + }, + { + "type": "bf:Identifier", + "value": "(NN-PD)916066942" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp2214263" + } + ], + "updatedAt": 1711473809402, + "identifier": [ + "urn:shelfmark:*MGZA", + "urn:bnum:12227432", + "urn:oclc:NYPY916066942-B", + "urn:identifier:(NN-PD)916066942", + "urn:identifier:(WaOLN)nyp2214263" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1991" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Martins, Peter, 1946-", + "New York City Ballet.", + "Sleeping beauty (Choreographic work : Martins after Petipa, M)" + ], + "titleDisplay": [ + "A toast to Beauty." + ], + "uri": "b12227432", + "issuance": [ + { + "id": "urn:biblevel:b", + "label": "serial component part" + } + ] + }, + "sort": [ + 514.92004, + "b12227432" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22244189", + "_score": 513.503, + "_source": { + "extent": [ + "1 online resource (1 sound file)" + ], + "note": [ + { + "noteType": "Language", + "label": "Sung in French.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Operas", + "Operas -- Excerpts", + "Songs (High voice) with orchestra", + "Orchestral music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "ABC Classics" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 2018 + ], + "title": [ + "A toast to Melba" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2018" + ], + "idLccn": [ + "AUAB01850190", + "AUAB01850191", + "AUAB01850192", + "AUAB01850193", + "AUAB01850194", + "AUAB01850195", + "AUAB01850196", + "AUAB01850197", + "AUAB01850198", + "AUAB01850199", + "AUAB01850200", + "AUAB01850201", + "AUAB01850202", + "AUAB01850203", + "AUAB01850204", + "AUAB01850205", + "AUAB01850206" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "Gore, Lorina", + "Letonja, Marko, 1961-", + "Gounod, Charles, 1818-1893.", + "Verdi, Giuseppe, 1813-1901.", + "Massenet, Jules, 1842-1912.", + "Bizet, Georges, 1838-1875.", + "Rimsky-Korsakov, Nikolay, 1844-1908.", + "Thomas, Ambroise, 1811-1896.", + "Duparc, Henri, 1848-1933.", + "Tasmanian Symphony Orchestra, instrumentalist." + ], + "dateStartYear": [ + 2018 + ], + "idOclc": [ + "1176356131" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "22244189" + }, + { + "type": "nypl:Oclc", + "value": "1176356131" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850190" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850191" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850192" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850193" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850194" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850195" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850196" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850197" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850198" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850199" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850200" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850201" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850202" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850203" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850204" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850205" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850206" + }, + { + "type": "bf:Identifier", + "value": "00028948163625 ABC Classics" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1176356131" + } + ], + "updatedAt": 1711348526951, + "publicationStatement": [ + "[Place of publication not identified] : ABC Classics, [2018]" + ], + "genreForm": [ + "Streaming audio." + ], + "identifier": [ + "urn:bnum:22244189", + "urn:oclc:1176356131", + "urn:lccn:AUAB01850190", + "urn:lccn:AUAB01850191", + "urn:lccn:AUAB01850192", + "urn:lccn:AUAB01850193", + "urn:lccn:AUAB01850194", + "urn:lccn:AUAB01850195", + "urn:lccn:AUAB01850196", + "urn:lccn:AUAB01850197", + "urn:lccn:AUAB01850198", + "urn:lccn:AUAB01850199", + "urn:lccn:AUAB01850200", + "urn:lccn:AUAB01850201", + "urn:lccn:AUAB01850202", + "urn:lccn:AUAB01850203", + "urn:lccn:AUAB01850204", + "urn:lccn:AUAB01850205", + "urn:lccn:AUAB01850206", + "urn:identifier:00028948163625 ABC Classics", + "urn:identifier:(OCoLC)1176356131" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2018" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Operas -- Excerpts.", + "Songs (High voice) with orchestra.", + "Orchestral music." + ], + "titleDisplay": [ + "A toast to Melba / Lorina Gore." + ], + "uri": "b22244189", + "electronicResources": [ + { + "label": "Access Naxos Music Library", + "url": "https://nypl.naxosmusiclibrary.com/catalogue/item.asp?cid=00028948163625" + } + ], + "placeOfPublication": [ + "[Place of publication not identified]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Roméo et Juliette. Ah! Je veux vivre dans le reve / Gounod (3:38) -- Rigoletto. Caro nome / Verdi (5:07) -- Faust. Les nubiennes (2:46) ; Adagio (3:51) / Gounod -- Faust. O Dieu! Que de bijoux! / Gounod (4:53) -- Manon. Obeissons quand leur voix appelle / Massenet (3:07) -- Mireille. Heureux petit berger / Gounod (2:24) ; Faust. Danse antique (1:34) ; Variations de Cleopatre (1:41) / Gounod -- Les pêcheurs de perles. me voilà seule dans la nuit ; Comme autrefois dans la nuit sombre / Bizet (6:20) -- Sadko. Song of the Indian guest / Rimsky-Korsakov (3:47) -- Mignon. Oui, pour ce soir je suis reine des fees / Thomas (5:42) -- Faust. Les Troyens (2:39) ; Variations du Miroir (1:59) ; Danse de Phryne (2:53) / Gounod -- Chanson triste / Duparc (3:22) -- Don Cesar de Bazan. A Seville, belles senoras / Massenet (3:10)." + ] + }, + "sort": [ + 513.503, + "b22244189" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22839633", + "_score": 513.503, + "_source": { + "extent": [ + "1 online resource (1 sound file)" + ], + "note": [ + { + "noteType": "Language", + "label": "Sung in French.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Operas", + "Operas -- Excerpts", + "Songs (High voice) with orchestra", + "Orchestral music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "ABC Classics" + ], + "language": [ + { + "id": "lang:fre", + "label": "French" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 2018 + ], + "title": [ + "A toast to Melba" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2018" + ], + "idLccn": [ + "AUAB01850190", + "AUAB01850191", + "AUAB01850192", + "AUAB01850193", + "AUAB01850194", + "AUAB01850195", + "AUAB01850196", + "AUAB01850197", + "AUAB01850198", + "AUAB01850199", + "AUAB01850200", + "AUAB01850201", + "AUAB01850202", + "AUAB01850203", + "AUAB01850204", + "AUAB01850205", + "AUAB01850206" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "Gore, Lorina", + "Letonja, Marko, 1961-", + "Gounod, Charles, 1818-1893.", + "Verdi, Giuseppe, 1813-1901.", + "Massenet, Jules, 1842-1912.", + "Bizet, Georges, 1838-1875.", + "Rimsky-Korsakov, Nikolay, 1844-1908.", + "Thomas, Ambroise, 1811-1896.", + "Duparc, Henri, 1848-1933.", + "Tasmanian Symphony Orchestra, instrumentalist." + ], + "dateStartYear": [ + 2018 + ], + "idOclc": [ + "1336891241" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "22839633" + }, + { + "type": "nypl:Oclc", + "value": "1336891241" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850190" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850191" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850192" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850193" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850194" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850195" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850196" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850197" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850198" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850199" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850200" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850201" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850202" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850203" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850204" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850205" + }, + { + "type": "bf:Lccn", + "value": "AUAB01850206" + }, + { + "type": "bf:Identifier", + "value": "028948163632 ABC Classics" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1336891241" + } + ], + "updatedAt": 1711207066836, + "publicationStatement": [ + "[Australia] : ABC Classics, [2018]" + ], + "genreForm": [ + "Streaming audio." + ], + "identifier": [ + "urn:bnum:22839633", + "urn:oclc:1336891241", + "urn:lccn:AUAB01850190", + "urn:lccn:AUAB01850191", + "urn:lccn:AUAB01850192", + "urn:lccn:AUAB01850193", + "urn:lccn:AUAB01850194", + "urn:lccn:AUAB01850195", + "urn:lccn:AUAB01850196", + "urn:lccn:AUAB01850197", + "urn:lccn:AUAB01850198", + "urn:lccn:AUAB01850199", + "urn:lccn:AUAB01850200", + "urn:lccn:AUAB01850201", + "urn:lccn:AUAB01850202", + "urn:lccn:AUAB01850203", + "urn:lccn:AUAB01850204", + "urn:lccn:AUAB01850205", + "urn:lccn:AUAB01850206", + "urn:identifier:028948163632 ABC Classics", + "urn:identifier:(OCoLC)1336891241" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2018" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Operas -- Excerpts.", + "Songs (High voice) with orchestra.", + "Orchestral music." + ], + "titleDisplay": [ + "A toast to Melba / Lorina Gore." + ], + "uri": "b22839633", + "electronicResources": [ + { + "label": "Access Naxos Music Library", + "url": "https://nypl.naxosmusiclibrary.com/catalogue/item.asp?cid=028948163632" + } + ], + "placeOfPublication": [ + "[Australia]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Roméo et Juliette. Ah! Je veux vivre dans le reve / Gounod (3:38) -- Rigoletto. Caro nome / Verdi (5:07) -- Faust. Les nubiennes (2:46) ; Adagio (3:51) / Gounod -- Faust. O Dieu! Que de bijoux! / Gounod (4:53) -- Manon. Obeissons quand leur voix appelle / Massenet (3:07) -- Mireille. Heureux petit berger / Gounod (2:24) ; Faust. Danse antique (1:34) ; Variations de Cleopatre (1:41) / Gounod -- Les pêcheurs de perles. me voilà seule dans la nuit ; Comme autrefois dans la nuit sombre / Bizet (6:20) -- Sadko. Song of the Indian guest / Rimsky-Korsakov (3:47) -- Mignon. Oui, pour ce soir je suis reine des fees / Thomas (5:42) -- Faust. Les Troyens (2:39) ; Variations du Miroir (1:59) ; Danse de Phryne (2:53) / Gounod -- Chanson triste / Duparc (3:22) -- Don Cesar de Bazan. A Seville, belles senoras / Massenet (3:10)." + ] + }, + "sort": [ + 513.503, + "b22839633" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b16579957", + "_score": 512.31824, + "_source": { + "extent": [ + "iv, 238 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Nigeria", + "Nigeria -- Social conditions", + "Nigeria -- Social conditions -- 1960-", + "Nigeria -- Economic conditions", + "Nigeria -- Economic conditions -- 1960-", + "Nigeria -- Politics and government", + "Nigeria -- Politics and government -- 1960-" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "S.M.K. Taribo" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1991 + ], + "title": [ + "A toast to Nigeria" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc D 07-1829" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1991" + ], + "creatorLiteral": [ + "Taribo, Spiff Micah Kalaokpara." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1991 + ], + "creatorModifiedName": "Spiff Taribo", + "idOclc": [ + "35139639" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 07-1829" + }, + { + "type": "nypl:Bnumber", + "value": "16579957" + }, + { + "type": "nypl:Oclc", + "value": "35139639" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)35139639" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)M180000413" + } + ], + "updatedAt": 1711412110199, + "publicationStatement": [ + "[Nigeria?] : S.M.K. Taribo, c1991." + ], + "identifier": [ + "urn:shelfmark:Sc D 07-1829", + "urn:bnum:16579957", + "urn:oclc:35139639", + "urn:identifier:(OCoLC)35139639", + "urn:identifier:(WaOLN)M180000413" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1991" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Nigeria -- Social conditions -- 1960-", + "Nigeria -- Economic conditions -- 1960-", + "Nigeria -- Politics and government -- 1960-" + ], + "titleDisplay": [ + "A toast to Nigeria / by Spiff Micah Kalaokpara Taribo." + ], + "uri": "b16579957", + "lccClassification": [ + "PR9387.9.T37 T63 1991" + ], + "placeOfPublication": [ + "[Nigeria?]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ] + }, + "sort": [ + 512.31824, + "b16579957" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b16579957", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc D 07-1829", + "urn:barcode:33433074287149" + ], + "physicalLocation": [ + "Sc D 07-1829" + ], + "shelfMark_sort": "aSc D 07-001829", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc D 07-1829" + ], + "uri": "i17355861", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 07-1829" + }, + { + "type": "bf:Barcode", + "value": "33433074287149" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433074287149" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10981311", + "_score": 509.76538, + "_source": { + "extent": [ + "1 miniature score (12 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Pl. no.: H.P.S. 976.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "For orchestra.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Fondly dedicated to the memory of André Kostelanetz.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 2:30.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Orchestral music", + "Orchestral music -- Scores" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Jalni Publications : Boosey & Hawkes, sole selling agent" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1984 + ], + "dateEndString": [ + "1980" + ], + "title": [ + "A musical toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNF 87-27" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1984" + ], + "creatorLiteral": [ + "Bernstein, Leonard, 1918-1990." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kostelanetz, Andre, 1901-1980." + ], + "dateStartYear": [ + 1984 + ], + "creatorModifiedName": "Leonard Bernstein", + "idOclc": [ + "11578466", + "NYPG85-C1260" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNF 87-27" + }, + { + "type": "nypl:Bnumber", + "value": "10981311" + }, + { + "type": "nypl:Oclc", + "value": "11578466" + }, + { + "type": "nypl:Oclc", + "value": "NYPG85-C1260" + }, + { + "type": "bf:Identifier", + "value": "HPS 976. Boosey & Hawkes" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0988546" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)11578466" + } + ], + "dateEndYear": [ + 1980 + ], + "updatedAt": 1711307724968, + "publicationStatement": [ + "[United States] : Jalni Publications : Boosey & Hawkes, sole selling agent, 1984, c1980." + ], + "identifier": [ + "urn:shelfmark:JNF 87-27", + "urn:bnum:10981311", + "urn:oclc:11578466", + "urn:oclc:NYPG85-C1260", + "urn:identifier:HPS 976. Boosey & Hawkes", + "urn:identifier:(WaOLN)nyp0988546", + "urn:identifier:(OCoLC)11578466" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1984" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Orchestral music -- Scores." + ], + "titleDisplay": [ + "A musical toast / Leonard Bernstein." + ], + "uri": "b10981311", + "placeOfPublication": [ + "[United States]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "27 cm." + ] + }, + "sort": [ + 509.76538, + "b10981311" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10981311", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JNF 87-27", + "urn:barcode:33433047232982" + ], + "physicalLocation": [ + "JNF 87-27" + ], + "shelfMark_sort": "aJNF 87-000027", + "catalogItemType_packed": [ + "catalogItemType:57||printed music limited circ MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JNF 87-27" + ], + "uri": "i13956002", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNF 87-27" + }, + { + "type": "bf:Barcode", + "value": "33433047232982" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433047232982" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:57", + "label": "printed music limited circ MaRLI" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21766784", + "_score": 509.76538, + "_source": { + "extent": [ + "75 pages ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Poems.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Quattro Poetry" + ], + "description": [ + "\"This new poetry collection by Corrado Paina explores the induced meditations and considerations that illness imposes upon a body and mind.\"--" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2018 + ], + "title": [ + "A toast to illness" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 19-3255" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2018" + ], + "creatorLiteral": [ + "Paina, Corrado, 1954-" + ], + "idLccn": [ + "2018487509" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2018 + ], + "creatorModifiedName": "Corrado Paina", + "idOclc": [ + "1030339564" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 19-3255" + }, + { + "type": "nypl:Bnumber", + "value": "21766784" + }, + { + "type": "bf:Isbn", + "value": "9781988254616" + }, + { + "type": "bf:Isbn", + "value": "1988254612" + }, + { + "type": "nypl:Oclc", + "value": "1030339564" + }, + { + "type": "bf:Lccn", + "value": "2018487509" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1030339564" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1030484899" + } + ], + "updatedAt": 1711251518653, + "publicationStatement": [ + "Toronto, Canada : Quattro Poetry, 2018." + ], + "genreForm": [ + "Poetry." + ], + "idIsbn": [ + "9781988254616", + "1988254612" + ], + "identifier": [ + "urn:shelfmark:JFD 19-3255", + "urn:bnum:21766784", + "urn:isbn:9781988254616", + "urn:isbn:1988254612", + "urn:oclc:1030339564", + "urn:lccn:2018487509", + "urn:identifier:(OCoLC)1030339564", + "urn:identifier:(OCoLC)1030484899" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2018" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "A toast to illness / Corrado Paina." + ], + "uri": "b21766784", + "lccClassification": [ + "PR9199.4.P34 T63 2018" + ], + "placeOfPublication": [ + "Toronto, Canada" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm" + ], + "idIsbn_clean": [ + "9781988254616", + "1988254612" + ] + }, + "sort": [ + 509.76538, + "b21766784" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b21766784", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFD 19-3255", + "urn:barcode:33433129000943" + ], + "physicalLocation": [ + "JFD 19-3255" + ], + "shelfMark_sort": "aJFD 19-003255", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 19-3255" + ], + "uri": "i37241733", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 19-3255" + }, + { + "type": "bf:Barcode", + "value": "33433129000943" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433129000943" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b21897112", + "_score": 509.76538, + "_source": { + "extent": [ + "1 online resource (1 sound file)" + ], + "note": [ + { + "noteType": "Note", + "label": "All-American songs of temperance and temptation. A rich blend of Pro and Anti drinking songs for the human voice.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Alcohol", + "Alcohol -- Songs and music", + "Temperance", + "Temperance -- Songs and music", + "Prohibition", + "Prohibition -- Songs and music", + "Choruses, Secular", + "Popular music", + "Popular music -- United States" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rose Records" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 2014 + ], + "dateEndString": [ + "2014" + ], + "title": [ + "A toast to prohibition" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2014" + ], + "idLccn": [ + "TCABU1402840", + "TCABU1402841", + "TCABU1402843", + "TCABU1402846", + "TCABU1402849", + "TCABU1402851", + "TCABU1402852", + "TCABU1402858", + "TCABU1402862", + "TCABU1402864", + "TCABU1402869", + "TCABU1402872", + "TCABU1402874", + "TCABU1402878", + "TCABU1402880", + "TCABU1402883", + "TCABU1402887", + "TCABU1402889", + "TCABU1402890", + "TCABU1402892", + "TCABU1402893", + "TCABU1402894", + "TCABU1402895", + "TCABU1402896" + ], + "numElectronicResources": [ + 1 + ], + "contributorLiteral": [ + "Rose Ensemble, performer." + ], + "dateStartYear": [ + 2014 + ], + "idOclc": [ + "911040673" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "21897112" + }, + { + "type": "nypl:Oclc", + "value": "911040673" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402840" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402841" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402843" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402846" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402849" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402851" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402852" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402858" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402862" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402864" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402869" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402872" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402874" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402878" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402880" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402883" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402887" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402889" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402890" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402892" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402893" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402894" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402895" + }, + { + "type": "bf:Lccn", + "value": "TCABU1402896" + }, + { + "type": "bf:Identifier", + "value": "Rose011 Rose Records" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)911040673" + } + ], + "dateEndYear": [ + 2014 + ], + "updatedAt": 1711277285630, + "publicationStatement": [ + "St. Paul, Minnesota : Rose Records, [2014]", + "©2014" + ], + "genreForm": [ + "Popular music." + ], + "identifier": [ + "urn:bnum:21897112", + "urn:oclc:911040673", + "urn:lccn:TCABU1402840", + "urn:lccn:TCABU1402841", + "urn:lccn:TCABU1402843", + "urn:lccn:TCABU1402846", + "urn:lccn:TCABU1402849", + "urn:lccn:TCABU1402851", + "urn:lccn:TCABU1402852", + "urn:lccn:TCABU1402858", + "urn:lccn:TCABU1402862", + "urn:lccn:TCABU1402864", + "urn:lccn:TCABU1402869", + "urn:lccn:TCABU1402872", + "urn:lccn:TCABU1402874", + "urn:lccn:TCABU1402878", + "urn:lccn:TCABU1402880", + "urn:lccn:TCABU1402883", + "urn:lccn:TCABU1402887", + "urn:lccn:TCABU1402889", + "urn:lccn:TCABU1402890", + "urn:lccn:TCABU1402892", + "urn:lccn:TCABU1402893", + "urn:lccn:TCABU1402894", + "urn:lccn:TCABU1402895", + "urn:lccn:TCABU1402896", + "urn:identifier:Rose011 Rose Records", + "urn:identifier:(OCoLC)911040673" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:aud", + "label": "Audio" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2014" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Alcohol -- Songs and music.", + "Temperance -- Songs and music.", + "Prohibition -- Songs and music.", + "Choruses, Secular.", + "Popular music -- United States." + ], + "titleDisplay": [ + "A toast to prohibition / Rose Ensemble." + ], + "uri": "b21897112", + "electronicResources": [ + { + "label": "Access Naxos Music Library", + "url": "https://nypl.naxosmusiclibrary.com/catalogue/item.asp?cid=Rose011" + } + ], + "placeOfPublication": [ + "St. Paul, Minnesota" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Close up the booze shop (Brighten the corner, 1913) (2:44) -- I like my bootleg man (1928) (2:19) -- The moonshiner's dance, Part I (1927) (2:30) -- Sign the pledge for mother's sake (1867) (3:34) -- It must be settled to-night (1882) (3:18) -- That's a plenty (1914) (2:22) -- Under the Anheuser Bush (1903) (2:51) -- Always vote as you pray (Sweet by and by, 1868) (3:16) -- How are you going to wet your whistle (1919) (1:46) -- Queer people (1903) (2:30) -- King Alcohol (King Andrew, 1834) (1:49) -- At the Prohibition Ball (1919) (2:09) -- The reformed blacksmith (1880) (2:48) -- Just to pay our respects to Maguiness (1886) (3:32) -- Battle song of the Y's (1889) (5:01) -- The alcoholic blues (1919) (2:18) -- Drink from the mountain spring (1847) (2:48) -- A sober spouse for me (1844) (2:12) -- Brandy and water (1853) (2:30) -- Bugbey's champagne galop (1870) (2:19) -- Okay beer (1932) (1:54) -- Temperance is coming (1932) (3:54) -- Help just a little (1885) (3:22) -- A toast to prohibition (1930) (2:12)." + ] + }, + "sort": [ + 509.76538, + "b21897112" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11294632", + "_score": 508.07278, + "_source": { + "extent": [ + "xxi, 273 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Originally published ... by Charles Scribner's Sons ... in 1940\"--T.p. verso.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Vintage Books" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1990 + ], + "dateEndString": [ + "1940" + ], + "title": [ + "Angels on toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 90-6303" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1990" + ], + "creatorLiteral": [ + "Powell, Dawn." + ], + "idLccn": [ + "89040281" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1990 + ], + "creatorModifiedName": "Dawn Powell", + "idOclc": [ + "70304237", + "NYPG90-B53168" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 90-6303" + }, + { + "type": "nypl:Bnumber", + "value": "11294632" + }, + { + "type": "bf:Isbn", + "value": "0679726861" + }, + { + "type": "nypl:Oclc", + "value": "70304237" + }, + { + "type": "nypl:Oclc", + "value": "NYPG90-B53168" + }, + { + "type": "bf:Lccn", + "value": "89040281" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1302350" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)70304237" + } + ], + "dateEndYear": [ + 1940 + ], + "updatedAt": 1711585322970, + "publicationStatement": [ + "New York : Vintage Books, 1990, c1940." + ], + "idIsbn": [ + "0679726861" + ], + "identifier": [ + "urn:shelfmark:JFD 90-6303", + "urn:bnum:11294632", + "urn:isbn:0679726861", + "urn:oclc:70304237", + "urn:oclc:NYPG90-B53168", + "urn:lccn:89040281", + "urn:identifier:(WaOLN)nyp1302350", + "urn:identifier:(OCoLC)70304237" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1990" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Angels on toast / Dawn Powell ; with an introduction by Gore Vidal." + ], + "uri": "b11294632", + "lccClassification": [ + "PS3531.O936 A83 1989" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ], + "idIsbn_clean": [ + "0679726861" + ] + }, + "sort": [ + 508.07278, + "b11294632" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11294632", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFD 90-6303", + "urn:barcode:33433040606604" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFD 90-6303" + ], + "shelfMark_sort": "aJFD 90-006303", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 90-6303" + ], + "uri": "i13160245", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 90-6303" + }, + { + "type": "bf:Barcode", + "value": "33433040606604" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433040606604" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22227752", + "_score": 507.1503, + "_source": { + "extent": [ + "1 volume (unpaged) : colour illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"This is a first edition\"--Title page verso.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Racially mixed people", + "Racially mixed people -- Juvenile fiction", + "Grandmothers", + "Grandmothers -- Juvenile fiction", + "Blind", + "Blind -- Juvenile fiction", + "Human skin color", + "Human skin color -- Juvenile fiction", + "Self-esteem", + "Self-esteem -- Juvenile fiction", + "Picture books for children" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Pajama Press" + ], + "description": [ + "While out on a walk with her blind grandmother, Phoebe tries to describe the skin color of members of her family by comparing them to various foods." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2016 + ], + "title": [ + "French toast" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFF 17-1945" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2016" + ], + "creatorLiteral": [ + "Winters, Kari-Lynn, 1969-" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Thisdale, François, 1964-" + ], + "dateStartYear": [ + 2016 + ], + "idOclc": [ + "943594881" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 17-1945" + }, + { + "type": "nypl:Bnumber", + "value": "22227752" + }, + { + "type": "bf:Isbn", + "value": "9781772780062" + }, + { + "type": "bf:Isbn", + "value": "1772780065" + }, + { + "type": "nypl:Oclc", + "value": "943594881" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)943594881" + } + ], + "updatedAt": 1711499140337, + "publicationStatement": [ + "Toronto, Ontario, Canada : Pajama Press, 2016." + ], + "genreForm": [ + "Fiction.", + "Juvenile works." + ], + "idIsbn": [ + "9781772780062", + "1772780065" + ], + "identifier": [ + "urn:shelfmark:JFF 17-1945", + "urn:bnum:22227752", + "urn:isbn:9781772780062", + "urn:isbn:1772780065", + "urn:oclc:943594881", + "urn:identifier:(OCoLC)943594881" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2016" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Racially mixed people -- Juvenile fiction.", + "Grandmothers -- Juvenile fiction.", + "Blind -- Juvenile fiction.", + "Human skin color -- Juvenile fiction.", + "Self-esteem -- Juvenile fiction.", + "Picture books for children.", + "Blind.", + "Grandmothers.", + "Human skin color.", + "Racially mixed people.", + "Self-esteem." + ], + "titleDisplay": [ + "French toast / written by Kari-Lynn Winters ; illustrated by François Thisdale." + ], + "uri": "b22227752", + "lccClassification": [ + "PZ7.W7674 Fr 2016" + ], + "placeOfPublication": [ + "Toronto, Ontario, Canada" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 x 27 cm" + ], + "idIsbn_clean": [ + "9781772780062", + "1772780065" + ] + }, + "sort": [ + 507.1503, + "b22227752" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22227752", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFF 17-1945", + "urn:barcode:33433122276318" + ], + "physicalLocation": [ + "JFF 17-1945" + ], + "shelfMark_sort": "aJFF 17-001945", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFF 17-1945" + ], + "uri": "i37949151", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFF 17-1945" + }, + { + "type": "bf:Barcode", + "value": "33433122276318" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433122276318" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb5714692", + "_score": 494.44305, + "_source": { + "extent": [ + "272 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "A novel.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-pul" + ], + "publisherLiteral": [ + "Pan Macmillan," + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 2008 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Mushy peas on toast /", + "Mushy peas on toast / Laurian Clemence." + ], + "creatorLiteral": [ + "Clemence, Laurian." + ], + "createdString": [ + "2008" + ], + "idLccn": [ + " 2009351955" + ], + "dateStartYear": [ + 2008 + ], + "creatorModifiedName": "Laurian Clemence", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "5714692" + }, + { + "type": "bf:Isbn", + "value": "9781770100671" + }, + { + "type": "bf:Isbn", + "value": "1770100679" + }, + { + "type": "bf:Lccn", + "value": " 2009351955" + }, + { + "type": "nypl:Oclc", + "value": "ocn301705470" + }, + { + "type": "nypl:Oclc", + "value": "301705470" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn301705470" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)301705470" + } + ], + "idOclc": [ + "ocn301705470", + "301705470" + ], + "holdings": [], + "updatedAt": 1642216409039, + "publicationStatement": [ + "Northlands [South Africa] : Pan Macmillan, 2008." + ], + "identifier": [ + "urn:bnum:5714692", + "urn:isbn:9781770100671", + "urn:isbn:1770100679", + "urn:lccn: 2009351955", + "urn:oclc:ocn301705470", + "urn:oclc:301705470", + "urn:undefined:(OCoLC)ocn301705470", + "urn:undefined:(OCoLC)301705470" + ], + "idIsbn": [ + "9781770100671", + "1770100679" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2008" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Mushy peas on toast / Laurian Clemence." + ], + "uri": "pb5714692", + "lccClassification": [ + "PR9369.4.C54 M87 2008" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Northlands [South Africa] :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 494.44305, + "pb5714692" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb5714692", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101069223301" + ], + "physicalLocation": [ + "PR9369.4.C54M87 2008" + ], + "shelfMark_sort": "aPR9369.4.C54M87 002008", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "pi5303659", + "shelfMark": [ + "PR9369.4.C54M87 2008" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR9369.4.C54M87 2008" + }, + { + "type": "bf:Barcode", + "value": "32101069223301" + } + ], + "idBarcode": [ + "32101069223301" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990094818300203941", + "_score": 492.33575, + "_source": { + "extent": [ + "64 p. : ill. ;" + ], + "note": [ + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Conduct of life", + "Conduct of life -- Poetry", + "Nigeria", + "Nigeria -- Poetry" + ], + "publisherLiteral": [ + "Hope Publications," + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 2002 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast to life & vision / Biodun Odeleye." + ], + "creatorLiteral": [ + "Odeleye, Biodun." + ], + "createdString": [ + "2002" + ], + "dateStartYear": [ + 2002 + ], + "creatorModifiedName": "Biodun Odeleye", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990094818300203941" + }, + { + "type": "bf:Isbn", + "value": "9783654845" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)54955577" + } + ], + "holdings": [], + "updatedAt": 1634180568983, + "publicationStatement": [ + "Ibadan, Nigeria : Hope Publications, c2002." + ], + "identifier": [ + "urn:bnum:990094818300203941", + "urn:isbn:9783654845", + "urn:undefined:(OCoLC)54955577" + ], + "idIsbn": [ + "9783654845" + ], + "genreForm": [ + "Poetry" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2002" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Conduct of life -- Poetry.", + "Nigeria -- Poetry." + ], + "titleDisplay": [ + "Toast to life & vision / Biodun Odeleye." + ], + "uri": "hb990094818300203941", + "lccClassification": [ + "PR9387.9.O3115 T63 2002" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Ibadan, Nigeria :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Toast to life and vision" + ], + "tableOfContents": [ + "Moon among stars -- Vampires on rampage -- The dangling visionary saw -- Much to a name -- Dear mother -- La Rambla -- Personifying death -- Success turns albatross in the hall of nobility." + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + 492.33575, + "hb990094818300203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990094818300203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32044089630495" + ], + "physicalLocation": [ + "PR9387.9.O314 T63 2002" + ], + "shelfMark_sort": "aPR9387.9.O314 T63 002002", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "hi232089710580003941", + "shelfMark": [ + "PR9387.9.O314 T63 2002" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PR9387.9.O314 T63 2002" + }, + { + "type": "bf:Barcode", + "value": "32044089630495" + } + ], + "idBarcode": [ + "32044089630495" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22904468", + "_score": 487.9371, + "_source": { + "extent": [ + "189 pages : color illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toast (Bread)", + "Cooking (Bread)" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bloomsbury Publishing" + ], + "description": [ + "\"Prue Leith toasts sourdoughs, focaccias, baguettes, flatbreads and more, then pairs them with everything from seasonal vegetables to meat and fish. The collection spans healthy, hearty, salty, and sometimes sweet. Ideal for a busy home cook who loves a full and balanced plate, the recipes are incredibly versatile and perfect for any time of the day: tomatoes, shallots, and oregano on black olive toast; grilled chicken tikka with yogurt on naan; smoked salmon, wasabi, and avocado on multigrain bread; and bananas and ice cream with brandy syrup on panettone\"--" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2022 + ], + "title": [ + "Bliss on toast : 75 simple recipes" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 22-2706" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2022" + ], + "creatorLiteral": [ + "Leith, Prue" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2022 + ], + "idOclc": [ + "1348882624" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 22-2706" + }, + { + "type": "nypl:Bnumber", + "value": "22904468" + }, + { + "type": "bf:Isbn", + "value": "9781639730711" + }, + { + "type": "bf:Isbn", + "value": "1639730710" + }, + { + "type": "bf:Isbn", + "value": "9781526654236" + }, + { + "type": "bf:Isbn", + "value": "1526654237" + }, + { + "type": "nypl:Oclc", + "value": "1348882624" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1348882624" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1295805556 (OCoLC)1296085459 (OCoLC)1296118057" + } + ], + "updatedAt": 1711159189887, + "publicationStatement": [ + "New York : Bloomsbury Publishing, 2022.", + "©2022" + ], + "genreForm": [ + "Cookbooks.", + "Recipes." + ], + "idIsbn": [ + "9781639730711", + "1639730710", + "9781526654236", + "1526654237" + ], + "identifier": [ + "urn:shelfmark:JFD 22-2706", + "urn:bnum:22904468", + "urn:isbn:9781639730711", + "urn:isbn:1639730710", + "urn:isbn:9781526654236", + "urn:isbn:1526654237", + "urn:oclc:1348882624", + "urn:identifier:(OCoLC)1348882624", + "urn:identifier:(OCoLC)1295805556 (OCoLC)1296085459 (OCoLC)1296118057" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2022" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toast (Bread)", + "Cooking (Bread)" + ], + "titleDisplay": [ + "Bliss on toast : 75 simple recipes / Prue Leith." + ], + "uri": "b22904468", + "lccClassification": [ + "TX769 .L39 2022" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Introduction -- Cheese & eggs -- Vegetarian & vegan -- Fish -- Meat & poultry -- Desserts -- Keen cooks." + ], + "dimensions": [ + "22 cm" + ], + "idIsbn_clean": [ + "9781639730711", + "1639730710", + "9781526654236", + "1526654237" + ] + }, + "sort": [ + 487.9371, + "b22904468" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22904468", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFD 22-2706", + "urn:barcode:33433135837288" + ], + "physicalLocation": [ + "JFD 22-2706" + ], + "shelfMark_sort": "aJFD 22-002706", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 22-2706" + ], + "uri": "i39826201", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 22-2706" + }, + { + "type": "bf:Barcode", + "value": "33433135837288" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433135837288" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b12004445", + "_score": 487.56525, + "_source": { + "extent": [ + "124 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kneipp" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1993 + ], + "title": [ + "Mein Lieblings-Toast : 300 heisse Tips für Toast-Fans" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 94-21395" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1993" + ], + "creatorLiteral": [ + "Heindel, Gabriele." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1993 + ], + "creatorModifiedName": "Gabriele Heindel", + "idOclc": [ + "31256373", + "NYPGR31256373-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 94-21395" + }, + { + "type": "nypl:Bnumber", + "value": "12004445" + }, + { + "type": "bf:Isbn", + "value": "3900696349" + }, + { + "type": "nypl:Oclc", + "value": "31256373" + }, + { + "type": "nypl:Oclc", + "value": "NYPGR31256373-B" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)31256373" + }, + { + "type": "bf:Identifier", + "value": "LC 199410" + } + ], + "updatedAt": 1711150297035, + "publicationStatement": [ + "Leoben : Kneipp, 1993." + ], + "idIsbn": [ + "3900696349" + ], + "identifier": [ + "urn:shelfmark:JFD 94-21395", + "urn:bnum:12004445", + "urn:isbn:3900696349", + "urn:oclc:31256373", + "urn:oclc:NYPGR31256373-B", + "urn:identifier:(OCoLC)31256373", + "urn:identifier:LC 199410" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1993" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Mein Lieblings-Toast : 300 heisse Tips für Toast-Fans / Gabriele Heindel." + ], + "uri": "b12004445", + "placeOfPublication": [ + "Leoben" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ], + "idIsbn_clean": [ + "3900696349" + ] + }, + "sort": [ + 487.56525, + "b12004445" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12004445", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFD 94-21395", + "urn:barcode:33433041530118" + ], + "physicalLocation": [ + "JFD 94-21395" + ], + "shelfMark_sort": "aJFD 94-021395", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 94-21395" + ], + "uri": "i13317173", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 94-21395" + }, + { + "type": "bf:Barcode", + "value": "33433041530118" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433041530118" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22462271", + "_score": 487.45587, + "_source": { + "extent": [ + "xv, 360 pages : color illustrations ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Toasts", + "Drinking customs", + "Language and languages" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Red Lightning Books" + ], + "description": [ + "\"No matter what country you clink glasses in, everyone has a word for cheers. In Cheers! Around the World in 80 Toasts, Brandon Cook takes readers on a whirlwind trip through languages from Estonian to Elvish and everywhere in between. Need to know how to toast in Tagalog? Say bottoms up in Basque? Down the hatch in Hungarian? Cook teaches readers how to toast in 80 languages and includes drinking traditions, historical facts, and strange linguistic phenomena for each.\"--" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2021 + ], + "title": [ + "Cheers! : around the world in 80 toasts" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JX 21-2808" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2021" + ], + "creatorLiteral": [ + "Cook, Brandon (Language enthusiast)" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2021 + ], + "creatorModifiedName": "Brandon Cook", + "idOclc": [ + "1246641157" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JX 21-2808" + }, + { + "type": "nypl:Bnumber", + "value": "22462271" + }, + { + "type": "bf:Isbn", + "value": "9781684351459" + }, + { + "type": "bf:Isbn", + "value": "1684351456" + }, + { + "type": "nypl:Oclc", + "value": "1246641157" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1246641157" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1155164006" + } + ], + "updatedAt": 1711491659496, + "publicationStatement": [ + "Bloomington, Indiana, USA : Red Lightning Books, [2021]" + ], + "idIsbn": [ + "9781684351459", + "1684351456" + ], + "identifier": [ + "urn:shelfmark:JX 21-2808", + "urn:bnum:22462271", + "urn:isbn:9781684351459", + "urn:isbn:1684351456", + "urn:oclc:1246641157", + "urn:identifier:(OCoLC)1246641157", + "urn:identifier:(OCoLC)1155164006" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2021" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts.", + "Drinking customs.", + "Language and languages." + ], + "titleDisplay": [ + "Cheers! : around the world in 80 toasts / Brandon Cook." + ], + "uri": "b22462271", + "lccClassification": [ + "GT2930 .C66 2021" + ], + "placeOfPublication": [ + "Bloomington, Indiana, USA" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "16 cm" + ], + "idIsbn_clean": [ + "9781684351459", + "1684351456" + ] + }, + "sort": [ + 487.45587, + "b22462271" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22462271", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JX 21-2808", + "urn:barcode:33433132691860" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JX 21-2808" + ], + "shelfMark_sort": "aJX 21-002808", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JX 21-2808" + ], + "uri": "i38598674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JX 21-2808" + }, + { + "type": "bf:Barcode", + "value": "33433132691860" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433132691860" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b18437590", + "_score": 483.70743, + "_source": { + "extent": [ + "xii, 156 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ijesa (African people)", + "Ijesa (African people) -- Biography", + "Ilesa (Nigeria)", + "Ilesa (Nigeria) -- Description and travel" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Keynotes Publishers" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2008 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A toast of Ijesa people" + ], + "shelfMark": [ + "Sc D 10-1128" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2008" + ], + "creatorLiteral": [ + "Fatubarin, Ayo." + ], + "idLccn": [ + "2009382032" + ], + "seriesStatement": [ + "Patriotic reflections on Ijesaland ; no. 2" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2008 + ], + "creatorModifiedName": "Ayo Fatubarin", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 10-1128" + }, + { + "type": "nypl:Bnumber", + "value": "18437590" + }, + { + "type": "bf:Isbn", + "value": "978375842X" + }, + { + "type": "bf:Isbn", + "value": "9789783758421" + }, + { + "type": "nypl:Oclc", + "value": "318127683" + }, + { + "type": "bf:Lccn", + "value": "2009382032" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)318127683" + } + ], + "idOclc": [ + "318127683" + ], + "uniformTitle": [ + "Patriotic reflections on Ijesaland ; no. 2." + ], + "updatedAt": 1711108404308, + "publicationStatement": [ + "Ilesa : Keynotes Publishers, c2008." + ], + "identifier": [ + "urn:shelfmark:Sc D 10-1128", + "urn:bnum:18437590", + "urn:isbn:978375842X", + "urn:isbn:9789783758421", + "urn:oclc:318127683", + "urn:lccn:2009382032", + "urn:identifier:(OCoLC)318127683" + ], + "idIsbn": [ + "978375842X", + "9789783758421" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2008" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ijesa (African people) -- Biography.", + "Ilesa (Nigeria) -- Description and travel." + ], + "titleDisplay": [ + "A toast of Ijesa people / Ayo Fatubarin." + ], + "uri": "b18437590", + "lccClassification": [ + "DT515.45.I348 F384 2008" + ], + "placeOfPublication": [ + "Ilesa" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "21 cm." + ], + "idIsbn_clean": [ + "978375842X", + "9789783758421" + ] + }, + "sort": [ + 483.70743, + "b18437590" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18437590", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc D 10-1128", + "urn:barcode:33433089279883" + ], + "physicalLocation": [ + "Sc D 10-1128" + ], + "shelfMark_sort": "aSc D 10-001128", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc D 10-1128" + ], + "uri": "i25227645", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 10-1128" + }, + { + "type": "bf:Barcode", + "value": "33433089279883" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433089279883" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b20569949", + "_score": 481.64728, + "_source": { + "extent": [ + "1 online resource." + ], + "note": [ + { + "noteType": "Note", + "label": "Title from HTML t.p. (viewed May 1, 2009).", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access restricted to authorized users.", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "Mode of access: World Wide Web.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Alexander Street Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 0 + ], + "createdYear": [ + 2007 + ], + "title": [ + "Toast of New York (1937) shooting script" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2007" + ], + "creatorLiteral": [ + "Nichols, Dudley, 1895-1960." + ], + "numElectronicResources": [ + 1 + ], + "seriesStatement": [ + "American film scripts online" + ], + "contributorLiteral": [ + "Josephson, Matthew, 1899-1978.", + "Twist, John, 1898-1976.", + "Sayre, Joel, 1900-1979." + ], + "dateStartYear": [ + 2007 + ], + "creatorModifiedName": "Dudley Nichols", + "idOclc": [ + "ssj0001177068" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "20569949" + }, + { + "type": "nypl:Oclc", + "value": "ssj0001177068" + }, + { + "type": "bf:Identifier", + "value": "(WaSeSS)ssj0001177068" + } + ], + "uniformTitle": [ + "Toast of New York (1937 : Online)", + "American film scripts online." + ], + "updatedAt": 1711272493617, + "publicationStatement": [ + "Alexandria, VA : Alexander Street Press, 2007." + ], + "identifier": [ + "urn:bnum:20569949", + "urn:oclc:ssj0001177068", + "urn:identifier:(WaSeSS)ssj0001177068" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2007" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Toast of New York (1937) [electronic resource] : shooting script / story by Matthew Josephson ; screenplay by Dudley Nichols, John Twist and Joel Sayre." + ], + "uri": "b20569949", + "electronicResources": [ + { + "label": "Available onsite at NYPL", + "url": "http://WU9FB9WH4A.search.serialssolutions.com/?V=1.0&L=WU9FB9WH4A&S=JCs&C=TC0001177068&T=marc&tab=BOOKS" + } + ], + "placeOfPublication": [ + "Alexandria, VA" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Toast of New York (1937 : Online)" + ] + }, + "sort": [ + 481.64728, + "b20569949" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 0, + "relation": "eq" + }, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990083677330203941", + "_score": 478.7981, + "_source": { + "extent": [ + "vii, 278 p. : ill. ;" + ], + "note": [ + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Toasts" + ], + "publisherLiteral": [ + "Adams Media Corp." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1999 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The everything toasts book / by Dale Irvin." + ], + "creatorLiteral": [ + "Irvin, Dale." + ], + "createdString": [ + "1999" + ], + "idLccn": [ + "^^^99039946^" + ], + "dateStartYear": [ + 1999 + ], + "creatorModifiedName": "Dale Irvin", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990083677330203941" + }, + { + "type": "bf:Isbn", + "value": "1580621899" + }, + { + "type": "bf:Lccn", + "value": "^^^99039946^" + }, + { + "type": "nypl:Oclc", + "value": "237786675" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)237786675" + } + ], + "idOclc": [ + "237786675" + ], + "holdings": [], + "updatedAt": 1656896037304, + "publicationStatement": [ + "Holbrook, MA : Adams Media Corp., 1999." + ], + "identifier": [ + "urn:bnum:990083677330203941", + "urn:isbn:1580621899", + "urn:lccn:^^^99039946^", + "urn:oclc:237786675", + "urn:undefined:(OCoLC)237786675" + ], + "idIsbn": [ + "1580621899" + ], + "genreForm": [ + "Toasts (Speeches)", + "Toasts." + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Toasts." + ], + "titleDisplay": [ + "The everything toasts book / by Dale Irvin." + ], + "uri": "hb990083677330203941", + "lccClassification": [ + "PN6341 .I78 1999" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Holbrook, MA" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "1580621899" + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 478.7981, + "hb990083677330203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990083677330203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:HX1XW8" + ], + "physicalLocation": [ + "PN6341 .I78 1999" + ], + "shelfMark_sort": "aPN6341 .I78 001999", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "hi232060760500003941", + "shelfMark": [ + "PN6341 .I78 1999" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN6341 .I78 1999" + }, + { + "type": "bf:Barcode", + "value": "HX1XW8" + } + ], + "idBarcode": [ + "HX1XW8" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "HW" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13701585", + "_score": 461.35995, + "_source": { + "extent": [ + "200 p. : ill., map ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 185-193) and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Wilson, Sunnie, 1908-1999", + "Louis, Joe, 1914-1981", + "Hotelkeepers", + "Hotelkeepers -- Michigan", + "Hotelkeepers -- Michigan -- Detroit", + "Hotelkeepers -- Michigan -- Detroit -- Biography", + "African American businesspeople", + "African American businesspeople -- Michigan", + "African American businesspeople -- Michigan -- Detroit", + "Detroit (Mich.)", + "Detroit (Mich.) -- History" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Wayne State University Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1998 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast of the town : the life and times of Sunnie Wilson" + ], + "shelfMark": [ + "Sc E 98-916" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1998" + ], + "creatorLiteral": [ + "Wilson, Sunnie, 1908-1999." + ], + "idLccn": [ + "97025475" + ], + "seriesStatement": [ + "Great Lakes books" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Cohassey, John, 1961-" + ], + "dateStartYear": [ + 1998 + ], + "creatorModifiedName": "Sunnie Wilson", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc E 98-916" + }, + { + "type": "nypl:Bnumber", + "value": "13701585" + }, + { + "type": "bf:Isbn", + "value": "0814326951 (alk. paper)" + }, + { + "type": "nypl:Oclc", + "value": "37260938" + }, + { + "type": "bf:Lccn", + "value": "97025475" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3669560" + } + ], + "idOclc": [ + "37260938" + ], + "updatedAt": 1711418976733, + "publicationStatement": [ + "Detroit : Wayne State University Press, c1998." + ], + "identifier": [ + "urn:shelfmark:Sc E 98-916", + "urn:bnum:13701585", + "urn:isbn:0814326951 (alk. paper)", + "urn:oclc:37260938", + "urn:lccn:97025475", + "urn:identifier:(WaOLN)nyp3669560" + ], + "idIsbn": [ + "0814326951 (alk. paper)" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1998" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wilson, Sunnie, 1908-1999.", + "Louis, Joe, 1914-1981.", + "Hotelkeepers -- Michigan -- Detroit -- Biography.", + "African American businesspeople -- Michigan -- Detroit.", + "Detroit (Mich.) -- History." + ], + "titleDisplay": [ + "Toast of the town : the life and times of Sunnie Wilson / Sunnie Wilson with John Cohassey." + ], + "uri": "b13701585", + "lccClassification": [ + "TX910.5.W58 A3 1998" + ], + "placeOfPublication": [ + "Detroit" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ], + "idIsbn_clean": [ + "0814326951" + ] + }, + "sort": [ + 461.35995, + "b13701585" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13701585", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc E 98-916", + "urn:barcode:33433059013072" + ], + "physicalLocation": [ + "Sc E 98-916" + ], + "shelfMark_sort": "aSc E 98-000916", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc E 98-916" + ], + "uri": "i14417587", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc E 98-916" + }, + { + "type": "bf:Barcode", + "value": "33433059013072" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433059013072" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb2127025", + "_score": 460.5382, + "_source": { + "extent": [ + "200 pages : illustrations, map ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 185-193) and index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Wilson, Sunnie, 1908-1999", + "Louis, Joe, 1914-1981", + "Hotelkeepers", + "Hotelkeepers -- Detroit", + "Hotelkeepers -- Detroit -- Biography", + "African American businesspeople", + "African American businesspeople -- Detroit", + "Detroit (Mich.)", + "Detroit (Mich.) -- History" + ], + "publisherLiteral": [ + "Wayne State University Press" + ], + "description": [ + "As part of the great migration of southern blacks to the north, Sunnie Wilson came to Detroit from South Carolina after graduating from college, and soon became a pillar in the local music industry. He started out as a song and dance performer, but found his niche as a local promoter of boxing and musical acts.", + "Soon after arriving in Detroit, Wilson started emceeing shows and booking gigs at clubs. He bought restaurants, like the popular Brown Bomber Chicken Shack in Paradise Valley, and bought the Mark Twain hotel on Garfield off of Woodward to sleep on-the-rise performers not welcome at white establishments, including Duke Ellington and B. B. King. He met and made friends with musicians Cab Calloway, Dizzy Gillespie, Earl Hines, and Lionel Hampton, and still counts Joe Louis as one of his best friends.", + "Part oral history, memoir, and biography, Toast of the Town draws from hundreds of hours of taped conversations between Sunnie Wilson and John Cohassey, as Wilson reflects on the changes in Detroit over the last sixty years.", + "Through Sunnie Wilson's narrative, Detroit's glory age comes alive, bringing back nights at the hopping Forest Club on Hastings Street, which hosted music greats like Nat King Cole and boasted the longest bar in Michigan, and sunny afternoons at Lake Idlewild, the largest black resort in the United States that attracted thousands every weekend from all over the midwest." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1998 + ], + "dateEndString": [ + "1998" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast of the town : the life and times of Sunnie Wilson" + ], + "creatorLiteral": [ + "Wilson, Sunnie, 1908-1999." + ], + "createdString": [ + "1998" + ], + "idLccn": [ + " 97025475 " + ], + "seriesStatement": [ + "Great Lakes books" + ], + "contributorLiteral": [ + "Cohassey, John, 1961-" + ], + "dateStartYear": [ + 1998 + ], + "creatorModifiedName": "Sunnie Wilson", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "2127025" + }, + { + "type": "bf:Isbn", + "value": "0814326951 (alk. paper)" + }, + { + "type": "bf:Lccn", + "value": " 97025475 " + }, + { + "type": "nypl:Oclc", + "value": "37260938" + }, + { + "type": "nypl:Oclc", + "value": "ocm37260938" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)37260938" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm37260938" + }, + { + "type": "bf:Identifier", + "value": "(NNC)2127025" + }, + { + "type": "bf:Identifier", + "value": "2127025" + } + ], + "idOclc": [ + "37260938", + "ocm37260938" + ], + "uniformTitle": [ + "Great Lakes books." + ], + "dateEndYear": [ + 1998 + ], + "holdings": [], + "updatedAt": 1655426926675, + "publicationStatement": [ + "Detroit : Wayne State University Press, [1998], ©1998." + ], + "identifier": [ + "urn:bnum:2127025", + "urn:isbn:0814326951 (alk. paper)", + "urn:lccn: 97025475 ", + "urn:oclc:37260938", + "urn:oclc:ocm37260938", + "urn:undefined:(OCoLC)37260938", + "urn:undefined:(OCoLC)ocm37260938", + "urn:undefined:(NNC)2127025", + "urn:undefined:2127025" + ], + "idIsbn": [ + "0814326951 (alk. paper)" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1998" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Wilson, Sunnie, 1908-1999.", + "Louis, Joe, 1914-1981.", + "Hotelkeepers -- Detroit -- Biography.", + "African American businesspeople -- Detroit.", + "Detroit (Mich.) -- History." + ], + "titleDisplay": [ + "Toast of the town : the life and times of Sunnie Wilson / Sunnie Wilson with John Cohassey." + ], + "uri": "cb2127025", + "lccClassification": [ + "TX910.5.W58 A3 1998" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Detroit" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "0814326951" + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 460.5382, + "cb2127025" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb2127025", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:CU68848080" + ], + "physicalLocation": [ + "TX910.5.W58 A3 1998" + ], + "shelfMark_sort": "aTX910.5.W58 A3 001998", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "ci2594116", + "shelfMark": [ + "TX910.5.W58 A3 1998" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "TX910.5.W58 A3 1998" + }, + { + "type": "bf:Barcode", + "value": "CU68848080" + } + ], + "idBarcode": [ + "CU68848080" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "CU" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b12082817", + "_score": 456.22333, + "_source": { + "extent": [ + "viii, 120 p. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Ireland", + "Ireland -- Social life and customs", + "Folklore" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Mercier" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1993 + ], + "title": [ + "Irish blessings, toasts & traditions" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFC 95-3351" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1993" + ], + "idLccn": [ + "gb 93022324" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Roberts, Jason S." + ], + "dateStartYear": [ + 1993 + ], + "idOclc": [ + "29225422" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFC 95-3351" + }, + { + "type": "nypl:Bnumber", + "value": "12082817" + }, + { + "type": "bf:Isbn", + "value": "1856350452" + }, + { + "type": "nypl:Oclc", + "value": "29225422" + }, + { + "type": "bf:Lccn", + "value": "gb 93022324" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp2070230" + } + ], + "updatedAt": 1711173929962, + "publicationStatement": [ + "Cork : Mercier, c1993." + ], + "idIsbn": [ + "1856350452" + ], + "identifier": [ + "urn:shelfmark:JFC 95-3351", + "urn:bnum:12082817", + "urn:isbn:1856350452", + "urn:oclc:29225422", + "urn:lccn:gb 93022324", + "urn:identifier:(WaOLN)nyp2070230" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1993" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Ireland -- Social life and customs.", + "Folklore", + "Ireland" + ], + "titleDisplay": [ + "Irish blessings, toasts & traditions / edited by Jason S. Roberts." + ], + "uri": "b12082817", + "placeOfPublication": [ + "Cork" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ], + "idIsbn_clean": [ + "1856350452" + ] + }, + "sort": [ + 456.22333, + "b12082817" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b12082817", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFC 95-3351", + "urn:barcode:33433043591795" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFC 95-3351" + ], + "shelfMark_sort": "aJFC 95-003351", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFC 95-3351" + ], + "uri": "i13337461", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFC 95-3351" + }, + { + "type": "bf:Barcode", + "value": "33433043591795" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433043591795" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b18012067", + "_score": 453.95895, + "_source": { + "extent": [ + "97 p. : ill. (chiefly col.) ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Coffee House Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 2009 + ], + "title": [ + "A toast in the house of friends : poems" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFE 09-1080" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2009" + ], + "creatorLiteral": [ + "Oliver, Akilah." + ], + "idLccn": [ + "2008012531" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2009 + ], + "creatorModifiedName": "Akilah Oliver", + "idOclc": [ + "214934641" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 09-1080" + }, + { + "type": "nypl:Bnumber", + "value": "18012067" + }, + { + "type": "bf:Isbn", + "value": "9781566892223 (alk. paper)" + }, + { + "type": "bf:Isbn", + "value": "1566892228 (alk. paper)" + }, + { + "type": "nypl:Oclc", + "value": "214934641" + }, + { + "type": "bf:Lccn", + "value": "2008012531" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)214934641" + } + ], + "updatedAt": 1711411179492, + "publicationStatement": [ + "Minneapolis, Minn. : Coffee House Press, 2009." + ], + "idIsbn": [ + "9781566892223 (alk. paper)", + "1566892228 (alk. paper)" + ], + "identifier": [ + "urn:shelfmark:JFE 09-1080", + "urn:bnum:18012067", + "urn:isbn:9781566892223 (alk. paper)", + "urn:isbn:1566892228 (alk. paper)", + "urn:oclc:214934641", + "urn:lccn:2008012531", + "urn:identifier:(OCoLC)214934641" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2009" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "A toast in the house of friends : poems / Akilah Oliver." + ], + "uri": "b18012067", + "lccClassification": [ + "PS3565.L4575 T63 2009" + ], + "placeOfPublication": [ + "Minneapolis, Minn." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ], + "idIsbn_clean": [ + "9781566892223", + "1566892228" + ] + }, + "sort": [ + 453.95895, + "b18012067" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18012067", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc D 10-1178", + "urn:barcode:33433089303840" + ], + "physicalLocation": [ + "Sc D 10-1178" + ], + "shelfMark_sort": "aSc D 10-001178", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc D 10-1178" + ], + "uri": "i25242885", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 10-1178" + }, + { + "type": "bf:Barcode", + "value": "33433089303840" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433089303840" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18012067", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFE 09-1080", + "urn:barcode:33433083328249" + ], + "physicalLocation": [ + "JFE 09-1080" + ], + "shelfMark_sort": "aJFE 09-001080", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 09-1080" + ], + "uri": "i23125020", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 09-1080" + }, + { + "type": "bf:Barcode", + "value": "33433083328249" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433083328249" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b19838551", + "_score": 453.95895, + "_source": { + "extent": [ + "112 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Kraftgriots.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"First published 2006\"--T.p. verso.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Short stories, Nigerian (English)", + "Nigerians", + "Nigerians -- Conduct of life", + "Nigerians -- Conduct of life -- Fiction", + "Nigeria", + "Nigeria -- Social conditions", + "Nigeria -- Social conditions -- Fiction" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kraft Books" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2006 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A toast in the cemetery : short stories" + ], + "shelfMark": [ + "Sc D 13-1045 no. 1" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "2006" + ], + "creatorLiteral": [ + "Gimba, Abubakar." + ], + "idLccn": [ + "2008435857" + ], + "seriesStatement": [ + "Short stories" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2006 + ], + "creatorModifiedName": "Abubakar Gimba", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 13-1045 no. 1" + }, + { + "type": "nypl:Bnumber", + "value": "19838551" + }, + { + "type": "bf:Isbn", + "value": "9780391738" + }, + { + "type": "bf:Isbn", + "value": "9789780391737" + }, + { + "type": "nypl:Oclc", + "value": "277051218" + }, + { + "type": "bf:Lccn", + "value": "2008435857" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)277051218" + } + ], + "idOclc": [ + "277051218" + ], + "uniformTitle": [ + "Short stories (Ibadan, Nigeria)" + ], + "updatedAt": 1711109565523, + "publicationStatement": [ + "Ibadan, Oyo State, Nigeria : Kraft Books, 2006." + ], + "identifier": [ + "urn:shelfmark:Sc D 13-1045 no. 1", + "urn:bnum:19838551", + "urn:isbn:9780391738", + "urn:isbn:9789780391737", + "urn:oclc:277051218", + "urn:lccn:2008435857", + "urn:identifier:(OCoLC)277051218" + ], + "genreForm": [ + "Nigerian fiction (English)" + ], + "idIsbn": [ + "9780391738", + "9789780391737" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2006" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Short stories, Nigerian (English)", + "Nigerians -- Conduct of life -- Fiction.", + "Nigeria -- Social conditions -- Fiction." + ], + "titleDisplay": [ + "A toast in the cemetery : short stories / Abubakar Gimba." + ], + "uri": "b19838551", + "lccClassification": [ + "PR9387.9.G55 T63 2006" + ], + "placeOfPublication": [ + "Ibadan, Oyo State, Nigeria" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ], + "idIsbn_clean": [ + "9780391738", + "9789780391737" + ] + }, + "sort": [ + 453.95895, + "b19838551" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b19838551", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc D 13-1045 no. 1-4", + "urn:barcode:33433073344230" + ], + "physicalLocation": [ + "Sc D 13-1045" + ], + "shelfMark_sort": "aSc D 13-1045 no. 000001-4", + "catalogItemType_packed": [ + "catalogItemType:61||pamphlet volumes, bound with" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc D 13-1045 no. 1-4" + ], + "uri": "i30498572", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc D 13-1045 no. 1-4" + }, + { + "type": "bf:Barcode", + "value": "33433073344230" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "enumerationChronology": [ + "no. 1-4" + ], + "idBarcode": [ + "33433073344230" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:61", + "label": "pamphlet volumes, bound with" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 4 + } + ] + }, + "sort": [ + " 1-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22185434", + "_score": 453.95895, + "_source": { + "extent": [ + "166 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Rosenblatt, Roger", + "Rosenblatt, Roger -- Family", + "Grandparent and child", + "Bereavement", + "Parenting", + "Grandparents as parents", + "Daughters", + "Daughters -- Death", + "Grandparents" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Ecco" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2010 + ], + "title": [ + "Making toast : a family story" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 10-2308" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2010" + ], + "creatorLiteral": [ + "Rosenblatt, Roger." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2010 + ], + "creatorModifiedName": "Roger Rosenblatt", + "idOclc": [ + "419859876" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 10-2308" + }, + { + "type": "nypl:Bnumber", + "value": "22185434" + }, + { + "type": "bf:Isbn", + "value": "006182593X (hbk.)" + }, + { + "type": "bf:Isbn", + "value": "9780061825934 (hbk.)" + }, + { + "type": "nypl:Oclc", + "value": "419859876" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)419859876" + } + ], + "updatedAt": 1711340157739, + "publicationStatement": [ + "New York : Ecco, c2010." + ], + "idIsbn": [ + "006182593X (hbk.)", + "9780061825934 (hbk.)" + ], + "identifier": [ + "urn:shelfmark:JFD 10-2308", + "urn:bnum:22185434", + "urn:isbn:006182593X (hbk.)", + "urn:isbn:9780061825934 (hbk.)", + "urn:oclc:419859876", + "urn:identifier:(OCoLC)419859876" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2010" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rosenblatt, Roger -- Family.", + "Grandparent and child.", + "Bereavement.", + "Parenting.", + "Grandparents as parents.", + "Daughters -- Death.", + "Grandparents." + ], + "titleDisplay": [ + "Making toast : a family story / Roger Rosenblatt." + ], + "uri": "b22185434", + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ], + "idIsbn_clean": [ + "006182593X", + "9780061825934" + ] + }, + "sort": [ + 453.95895, + "b22185434" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22185434", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFD 10-2308", + "urn:barcode:33433087759761" + ], + "physicalLocation": [ + "JFD 10-2308" + ], + "shelfMark_sort": "aJFD 10-002308", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 10-2308" + ], + "uri": "i37905601", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 10-2308" + }, + { + "type": "bf:Barcode", + "value": "33433087759761" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433087759761" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990092192200203941", + "_score": 453.92123, + "_source": { + "extent": [ + "247 p. ;" + ], + "note": [ + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Slater, Nigel", + "Slater, Nigel -- Childhood and youth", + "Food habits", + "Food habits -- England", + "Food habits -- England -- History", + "Food habits -- England -- History -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Fourth Estate" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2003 + ], + "title": [ + "Toast : the story of a boy's hunger / Nigel Slater." + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2003" + ], + "creatorLiteral": [ + "Slater, Nigel." + ], + "idLccn": [ + "^^2005533920" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2003 + ], + "creatorModifiedName": "Nigel Slater", + "idOclc": [ + "52396085", + "SCSB-12424988" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990092192200203941" + }, + { + "type": "bf:Isbn", + "value": "1841152897" + }, + { + "type": "nypl:Oclc", + "value": "52396085" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-12424988" + }, + { + "type": "bf:Lccn", + "value": "^^2005533920" + }, + { + "type": "bf:Identifier", + "value": "(MH)009219220HVD01-Aleph" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)52396085" + } + ], + "updatedAt": 1704687921210, + "publicationStatement": [ + "London ; New York : Fourth Estate, 2003." + ], + "idIsbn": [ + "1841152897" + ], + "identifier": [ + "urn:bnum:990092192200203941", + "urn:isbn:1841152897", + "urn:oclc:52396085", + "urn:oclc:SCSB-12424988", + "urn:lccn:^^2005533920", + "urn:identifier:(MH)009219220HVD01-Aleph", + "urn:identifier:(OCoLC)52396085" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2003" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Slater, Nigel -- Childhood and youth.", + "Food habits -- England -- History -- 20th century." + ], + "titleDisplay": [ + "Toast : the story of a boy's hunger / Nigel Slater." + ], + "uri": "hb990092192200203941", + "lccClassification": [ + "TX357 .S53 2003" + ], + "placeOfPublication": [ + "London ; New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Story of a boy's hunger" + ], + "dimensions": [ + "20 cm." + ], + "idIsbn_clean": [ + "1841152897" + ] + }, + "sort": [ + 453.92123, + "hb990092192200203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990092192200203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "identifier": [ + "urn:shelfmark:TX649.S5 A3 2003", + "urn:barcode:HXSKRU" + ], + "physicalLocation": [ + "TX649.S5 A3 2003" + ], + "shelfMark_sort": "aTX649.S5 A3 002003", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "TX649.S5 A3 2003" + ], + "uri": "hi232073168660003941", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "TX649.S5 A3 2003" + }, + { + "type": "bf:Barcode", + "value": "HXSKRU" + } + ], + "idBarcode": [ + "HXSKRU" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "recapCustomerCode": [ + "HW" + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb1162495", + "_score": 453.62738, + "_source": { + "extent": [ + "1 score (9 p.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Originally for soprano and piano.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: 3:30.", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Bertolino, James, 1942-", + "Bertolino, James, 1942- -- Musical settings", + "Songs (High voice) with instrumental ensemble", + "Songs (High voice) with instrumental ensemble -- Scores" + ], + "publisherLiteral": [ + "AdLar Publications," + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1994 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A wedding toast : for soprano and string quartet /" + ], + "creatorLiteral": [ + "Adaskin, Murray, 1906-2002." + ], + "createdString": [ + "1994" + ], + "dateStartYear": [ + 1994 + ], + "creatorModifiedName": "Murray Adaskin", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "1162495" + } + ], + "uniformTitle": [ + "Wedding toast; arr." + ], + "updatedAt": 1525305392866, + "publicationStatement": [ + "Victoria, British Columbia : AdLar Publications, c1994." + ], + "identifier": [ + "urn:bnum:1162495" + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1994" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bertolino, James, 1942- -- Musical settings.", + "Songs (High voice) with instrumental ensemble -- Scores." + ], + "titleDisplay": [ + "A wedding toast : for soprano and string quartet / Murray Adaskin ; poem by James Bertolino." + ], + "uri": "pb1162495", + "lccClassification": [ + "M1613.3.A32 W4 1994" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Victoria, British Columbia :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Wedding toast;" + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + 453.62738, + "pb1162495" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb1162495", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101069496063" + ], + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "pi1420607", + "shelfMark": [ + "M1613.3.A32 W4 1994q" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "M1613.3.A32 W4 1994q" + }, + { + "type": "bf:Barcode", + "value": "32101069496063" + } + ], + "idBarcode": [ + "32101069496063" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b17794539", + "_score": 453.441, + "_source": { + "extent": [ + "118 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dragons", + "Dragons -- Fiction", + "Moving, Household", + "Moving, Household -- Fiction", + "Arizona", + "Arizona -- Fiction" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Holiday House" + ], + "description": [ + "When eleven-year-old Rick and his mother move from San Diego to Tucson he is not too happy about the change, but when they get a fire-breathing, time-traveling dragon to replace their broken furnace, his new life starts to get more interesting." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1999 + ], + "title": [ + "If that breathes fire, we're toast!" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1999" + ], + "creatorLiteral": [ + "Stewart, Jennifer J." + ], + "idLccn": [ + "98036883" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1999 + ], + "creatorModifiedName": "Jennifer Stewart", + "idOclc": [ + "39655664" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "17794539" + }, + { + "type": "bf:Isbn", + "value": "0823414302" + }, + { + "type": "nypl:Oclc", + "value": "39655664" + }, + { + "type": "bf:Lccn", + "value": "98036883" + } + ], + "updatedAt": 1711655019767, + "publicationStatement": [ + "New York : Holiday House, c1999." + ], + "genreForm": [ + "Time travel fiction." + ], + "idIsbn": [ + "0823414302" + ], + "identifier": [ + "urn:bnum:17794539", + "urn:isbn:0823414302", + "urn:oclc:39655664", + "urn:lccn:98036883" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1999" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dragons -- Fiction.", + "Moving, Household -- Fiction.", + "Arizona -- Fiction." + ], + "titleDisplay": [ + "If that breathes fire, we're toast! / Jennifer J. Stewart." + ], + "uri": "b17794539", + "lccClassification": [ + "PZ7.S84895 If 1999" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ], + "idIsbn_clean": [ + "0823414302" + ] + }, + "sort": [ + 453.441, + "b17794539" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b17794539", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:J FIC S", + "urn:barcode:33333120986738" + ], + "physicalLocation": [ + "J FIC S" + ], + "shelfMark_sort": "aJ FIC S", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J FIC S" + ], + "uri": "i18335641", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J FIC S" + }, + { + "type": "bf:Barcode", + "value": "33333120986738" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33333120986738" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b17133475", + "_score": 452.96228, + "_source": { + "extent": [ + "1 v. (unpaged) : col. ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Dogs", + "Dogs -- Fiction", + "Wishes", + "Wishes -- Fiction" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Houghton Mifflin" + ], + "description": [ + "Arthur and Stella Crandall, two dogs, are for the most part content with their lives until a fly comes along and grants Arthur three wishes." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1997 + ], + "title": [ + "Burnt toast on Davenport Street" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1997" + ], + "creatorLiteral": [ + "Egan, Tim." + ], + "idLccn": [ + "96013720" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1997 + ], + "creatorModifiedName": "Tim Egan", + "idOclc": [ + "96013720 /AC" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "17133475" + }, + { + "type": "bf:Isbn", + "value": "0395796180" + }, + { + "type": "bf:Isbn", + "value": "0618111212 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "96013720 /AC" + }, + { + "type": "bf:Lccn", + "value": "96013720" + } + ], + "updatedAt": 1711440045954, + "publicationStatement": [ + "Boston : Houghton Mifflin, c1997." + ], + "genreForm": [ + "Humorous fiction.", + "Picture books." + ], + "idIsbn": [ + "0395796180", + "0618111212 (pbk.)" + ], + "identifier": [ + "urn:bnum:17133475", + "urn:isbn:0395796180", + "urn:isbn:0618111212 (pbk.)", + "urn:oclc:96013720 /AC", + "urn:lccn:96013720" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1997" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Dogs -- Fiction.", + "Wishes -- Fiction." + ], + "titleDisplay": [ + "Burnt toast on Davenport Street / written and illustrated by Tim Egan." + ], + "uri": "b17133475", + "lccClassification": [ + "PZ7.E2815 Bu 1997" + ], + "placeOfPublication": [ + "Boston" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "28 cm." + ], + "idIsbn_clean": [ + "0395796180", + "0618111212" + ] + }, + "sort": [ + 452.96228, + "b17133475" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b17133475", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:J PIC E", + "urn:barcode:33333113836635" + ], + "physicalLocation": [ + "J PIC E" + ], + "shelfMark_sort": "aJ PIC E", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J PIC E" + ], + "uri": "i18069850", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J PIC E" + }, + { + "type": "bf:Barcode", + "value": "33333113836635" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33333113836635" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NH" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b13111567", + "_score": 452.51852, + "_source": { + "extent": [ + "v." + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The Nation Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1909 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Verse and toast. Series 1-" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "NBI (Rowe, W. H. Verse and toast)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1909" + ], + "creatorLiteral": [ + "Rowe, William H., Jr." + ], + "idLccn": [ + "09014147" + ], + "numElectronicResources": [ + 2 + ], + "dateStartYear": [ + 1909 + ], + "creatorModifiedName": "William Rowe", + "idOclc": [ + "12310878" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NBI (Rowe, W. H. Verse and toast)" + }, + { + "type": "nypl:Bnumber", + "value": "13111567" + }, + { + "type": "nypl:Oclc", + "value": "12310878" + }, + { + "type": "bf:Lccn", + "value": "09014147" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp3090092" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711009811615, + "publicationStatement": [ + "New York, The Nation Press, 1909-" + ], + "identifier": [ + "urn:shelfmark:NBI (Rowe, W. H. Verse and toast)", + "urn:bnum:13111567", + "urn:oclc:12310878", + "urn:lccn:09014147", + "urn:identifier:(WaOLN)nyp3090092" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1909" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Verse and toast. Series 1- By Col. William H. Rowe, Jr." + ], + "uri": "b13111567", + "electronicResources": [ + { + "label": "Full text available via HathiTrust--ser. 1", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433066644091" + }, + { + "label": "Full text available via HathiTrust--ser. 2", + "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433066644109" + } + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 452.51852, + "b13111567" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b13111567", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:NBI (Rowe, W. H. Verse and toast) ser. 2", + "urn:barcode:33433066644109" + ], + "physicalLocation": [ + "NBI (Rowe, W. H. Verse and toast)" + ], + "shelfMark_sort": "aNBI (Rowe, W. H. Verse and toast) ser. 000002", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NBI (Rowe, W. H. Verse and toast) ser. 2" + ], + "uri": "i16815166", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NBI (Rowe, W. H. Verse and toast) ser. 2" + }, + { + "type": "bf:Barcode", + "value": "33433066644109" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "ser. 2" + ], + "idBarcode": [ + "33433066644109" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b13111567", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 1", + "urn:barcode:33433066644091" + ], + "physicalLocation": [ + "NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2" + ], + "shelfMark_sort": "aNBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 000001", + "catalogItemType_packed": [ + "catalogItemType:32||google project, book" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 1" + ], + "uri": "i16257903", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "NBI (Rowe, W. H. Verse and toast) Library has: Series 1-2 ser. 1" + }, + { + "type": "bf:Barcode", + "value": "33433066644091" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "enumerationChronology": [ + "ser. 1" + ], + "idBarcode": [ + "33433066644091" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb1794568", + "_score": 452.0683, + "_source": { + "extent": [ + "200 p. : ill., map ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. 185-193) and index.", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "African American businesspeople", + "African American businesspeople -- Detroit", + "Detroit (Mich.)", + "Detroit (Mich.) -- History", + "Hotelkeepers", + "Hotelkeepers -- Detroit", + "Hotelkeepers -- Detroit -- Biography", + "Louis, Joe, 1914-1981", + "Wilson, Sunnie, 1908-1999" + ], + "publisherLiteral": [ + "Wayne State University Press," + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1998 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Toast of the town : the life and times of Sunnie Wilson /" + ], + "creatorLiteral": [ + "Wilson, Sunnie, 1908-1999." + ], + "createdString": [ + "1998" + ], + "idLccn": [ + " 97025475 " + ], + "seriesStatement": [ + "Great Lakes books" + ], + "contributorLiteral": [ + "Cohassey, John, 1961-" + ], + "dateStartYear": [ + 1998 + ], + "creatorModifiedName": "Sunnie Wilson", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "1794568" + }, + { + "type": "bf:Isbn", + "value": "0814326951 (alk. paper)" + }, + { + "type": "bf:Lccn", + "value": " 97025475 " + } + ], + "updatedAt": 1523556442642, + "publicationStatement": [ + "Detroit : Wayne State University Press, c1998." + ], + "identifier": [ + "urn:bnum:1794568", + "urn:isbn:0814326951 (alk. paper)", + "urn:lccn: 97025475 " + ], + "idIsbn": [ + "0814326951 (alk. paper)" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1998" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "African American businesspeople -- Detroit.", + "Detroit (Mich.) -- History.", + "Hotelkeepers -- Detroit -- Biography.", + "Louis, Joe, 1914-1981.", + "Wilson, Sunnie, 1908-1999." + ], + "titleDisplay": [ + "Toast of the town : the life and times of Sunnie Wilson / Sunnie Wilson with John Cohassey." + ], + "uri": "pb1794568", + "lccClassification": [ + "TX910.5.W58 A3 1998" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Detroit :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + 452.0683, + "pb1794568" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb1794568", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101041878081" + ], + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available " + ], + "uri": "pi2120203", + "shelfMark": [ + "TX910.5.W58A3 1998" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "TX910.5.W58A3 1998" + }, + { + "type": "bf:Barcode", + "value": "32101041878081" + } + ], + "idBarcode": [ + "32101041878081" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available " + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "cb11446537", + "_score": 447.56516, + "_source": { + "extent": [ + "viii, 82 pages ;" + ], + "nyplSource": [ + "recap-cul" + ], + "subjectLiteral_exploded": [ + "Drama", + "Englisch", + "Bangalore (India)", + "Bangalore (India) -- Drama", + "India", + "India -- Bangalore" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Oxford University Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2014 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Boiled beans on toast : a play" + ], + "numItemVolumesParsed": [ + 0 + ], + "creatorLiteral": [ + "Karnad, Girish Raghunath, 1938-" + ], + "createdString": [ + "2014" + ], + "idLccn": [ + " 2014355883" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2014 + ], + "creatorModifiedName": "Girish Karnad", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "11446537" + }, + { + "type": "bf:Isbn", + "value": "9780198098607 (pbk.)" + }, + { + "type": "bf:Isbn", + "value": "019809860X (pbk.)" + }, + { + "type": "bf:Lccn", + "value": " 2014355883" + }, + { + "type": "nypl:Oclc", + "value": "ocn869791542" + }, + { + "type": "nypl:Oclc", + "value": "869791542" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-5805984" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocn869791542" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)869791542" + }, + { + "type": "bf:Identifier", + "value": "(NNC)11446537" + }, + { + "type": "bf:Identifier", + "value": "11446537" + } + ], + "idOclc": [ + "ocn869791542", + "869791542", + "SCSB-5805984" + ], + "uniformTitle": [ + "Benda kạḷu ān ṭōsṭ. English" + ], + "holdings": [], + "updatedAt": 1674869027803, + "publicationStatement": [ + "New Delhi : Oxford University Press, 2014." + ], + "identifier": [ + "urn:bnum:11446537", + "urn:isbn:9780198098607 (pbk.)", + "urn:isbn:019809860X (pbk.)", + "urn:lccn: 2014355883", + "urn:oclc:ocn869791542", + "urn:oclc:869791542", + "urn:oclc:SCSB-5805984", + "urn:undefined:(OCoLC)ocn869791542", + "urn:undefined:(OCoLC)869791542", + "urn:undefined:(NNC)11446537", + "urn:undefined:11446537" + ], + "idIsbn": [ + "9780198098607 (pbk.)", + "019809860X (pbk.)" + ], + "genreForm": [ + "Drama." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:undefined", + "label": "volume" + } + ], + "dateString": [ + "2014" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Drama.", + "Englisch.", + "Bangalore (India) -- Drama.", + "India -- Bangalore." + ], + "titleDisplay": [ + "Boiled beans on toast : a play / Girish Karnad." + ], + "uri": "cb11446537", + "lccClassification": [ + "PL4659.K325 B65 2014" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "New Delhi" + ], + "titleAlt": [ + "Benda kạḷu ān ṭōsṭ." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "9780198098607", + "019809860X" + ], + "dimensions": [ + "22 cm" + ] + }, + "sort": [ + 447.56516, + "cb11446537" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "cb11446537", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0002", + "label": "Columbia University Libraries" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:CU24576484" + ], + "physicalLocation": [ + "PL4659.K33 B4613 2014g" + ], + "shelfMark_sort": "aPL4659.K33 B4613 2014g", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "ci8752018", + "shelfMark": [ + "PL4659.K33 B4613 2014g" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PL4659.K33 B4613 2014g" + }, + { + "type": "bf:Barcode", + "value": "CU24576484" + } + ], + "idBarcode": [ + "CU24576484" + ], + "owner_packed": [ + "orgs:0002||Columbia University Libraries" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "CU" + ], + "formatLiteral": [ + "Text" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b11880207", + "_score": 446.7666, + "_source": { + "extent": [ + "224 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Speeches, addresses, etc", + "Toasts", + "Speeches, addresses, etc., German" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "ECON Taschenbuch Verlag" + ], + "language": [ + { + "id": "lang:ger", + "label": "German" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1991 + ], + "title": [ + "Ansprachen, Reden, Toasts : für alle Gelegenheiten" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFC 94-398" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1991" + ], + "creatorLiteral": [ + "Hercher, Frank." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "ECON-Ratgeber: Lebenschilfe" + ], + "dateStartYear": [ + 1991 + ], + "creatorModifiedName": "Frank Hercher", + "idOclc": [ + "30389213", + "NYPG94-B20659" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFC 94-398" + }, + { + "type": "nypl:Bnumber", + "value": "11880207" + }, + { + "type": "bf:Isbn", + "value": "3612200933" + }, + { + "type": "nypl:Oclc", + "value": "30389213" + }, + { + "type": "nypl:Oclc", + "value": "NYPG94-B20659" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp1873666" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)30389213" + } + ], + "uniformTitle": [ + "Econ Ratgeber." + ], + "updatedAt": 1711055901603, + "publicationStatement": [ + "Düsseldorf : ECON Taschenbuch Verlag, 1991." + ], + "idIsbn": [ + "3612200933" + ], + "identifier": [ + "urn:shelfmark:JFC 94-398", + "urn:bnum:11880207", + "urn:isbn:3612200933", + "urn:oclc:30389213", + "urn:oclc:NYPG94-B20659", + "urn:identifier:(WaOLN)nyp1873666", + "urn:identifier:(OCoLC)30389213" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1991" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Speeches, addresses, etc.", + "Toasts.", + "Speeches, addresses, etc., German." + ], + "titleDisplay": [ + "Ansprachen, Reden, Toasts : für alle Gelegenheiten / Frank Hercher." + ], + "uri": "b11880207", + "placeOfPublication": [ + "Düsseldorf" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ], + "idIsbn_clean": [ + "3612200933" + ] + }, + "sort": [ + 446.7666, + "b11880207" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b11880207", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:shelfmark:JFC 94-398", + "urn:barcode:33433098940178" + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "JFC 94-398" + ], + "shelfMark_sort": "aJFC 94-000398", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFC 94-398" + ], + "uri": "i28514542", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFC 94-398" + }, + { + "type": "bf:Barcode", + "value": "33433098940178" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433098940178" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22226823", + "_score": 442.27206, + "_source": { + "extent": [ + "192 pages ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Calhoun, Ada", + "Marriage", + "Marriage -- United States", + "Spouses", + "Spouses -- United States", + "Love", + "Love -- United States" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "W.W. Norton & Company" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2017 + ], + "title": [ + "Wedding toasts I'll never give" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JFD 17-4539" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2017" + ], + "creatorLiteral": [ + "Calhoun, Ada" + ], + "idLccn": [ + "2017005487" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2017 + ], + "idOclc": [ + "2017005487" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 17-4539" + }, + { + "type": "nypl:Bnumber", + "value": "22226823" + }, + { + "type": "bf:Isbn", + "value": "9780393254792" + }, + { + "type": "bf:Isbn", + "value": "0393254798" + }, + { + "type": "nypl:Oclc", + "value": "2017005487" + }, + { + "type": "bf:Lccn", + "value": "2017005487" + } + ], + "updatedAt": 1711145482806, + "publicationStatement": [ + "New York : W.W. Norton & Company, [2017]" + ], + "idIsbn": [ + "9780393254792", + "0393254798" + ], + "identifier": [ + "urn:shelfmark:JFD 17-4539", + "urn:bnum:22226823", + "urn:isbn:9780393254792", + "urn:isbn:0393254798", + "urn:oclc:2017005487", + "urn:lccn:2017005487" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2017" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Calhoun, Ada.", + "Marriage -- United States.", + "Spouses -- United States.", + "Love -- United States." + ], + "titleDisplay": [ + "Wedding toasts I'll never give / Ada Calhoun." + ], + "uri": "b22226823", + "lccClassification": [ + "HQ734 .C185 2017" + ], + "placeOfPublication": [ + "New York" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "Wedding toasts I will never give" + ], + "tableOfContents": [ + "Introduction: \"Do you know why you're here?\" -- Toast 1: paying for each other's mistakes -- Toast 2: the boring parts -- Toast 3: containing multitudes -- Toast 4: the truth about soul mates -- Toast 5: fighting in rental cars -- Toast 6: other people, other cities -- Toast 7: \"love is strong as death\" -- Epilogue: one toast I would actually give." + ], + "dimensions": [ + "22 cm" + ], + "idIsbn_clean": [ + "9780393254792", + "0393254798" + ] + }, + "sort": [ + 442.27206, + "b22226823" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22226823", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFD 17-4539", + "urn:barcode:33433123836292" + ], + "physicalLocation": [ + "JFD 17-4539" + ], + "shelfMark_sort": "aJFD 17-004539", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFD 17-4539" + ], + "uri": "i37948211", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFD 17-4539" + }, + { + "type": "bf:Barcode", + "value": "33433123836292" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433123836292" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b22202337", + "_score": 441.4234, + "_source": { + "extent": [ + "xiii, 218 p. : col. ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Cooking" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Fairfax Books" + ], + "description": [ + "A lot of good things start out with a piece of toast. Breakfast, for one. But toast is also the entree into the kitchen for many of us. It's the dish we first learn not to burn, or what we make when there is nobody around to cook for us. It's a reliable culinary introduction. But what comes next? After Toast takes aspiring cooks into the kitchen fray. Kate Gibbs, whose grandmother Margaret Fulton had her making pizza from scratch before she could see over the kitchen bench, shows young adults what to eat and how to cook. Distilling culinary advice from her own upbringing, Kate offers must-know tricks for the new-to-cooking, modernises classics and inspires an interest in healthy cooking. Basically, this is a guide to real, really awesome, food. Recipes for crunchy, fried Mozzarella-stuffed croquettes, French roast chicken, mini Cheeseburgers and proper salads meet ideas for sprawling weekend feasts. This book raises the bar for the packed lunch, serves up new ideas on snacks, shows teens and twenty-somethings what to cook for mates or Mum, and puts an end to endless fridge searches by answering the perpetual question, 'What can I eat?'", + "Cooking for Beginners." + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2012 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "After toast : recipes for aspiring cooks" + ], + "shelfMark": [ + "JFE 15-2837" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2012" + ], + "creatorLiteral": [ + "Gibbs, Kate." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2012 + ], + "creatorModifiedName": "Kate Gibbs", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 15-2837" + }, + { + "type": "nypl:Bnumber", + "value": "22202337" + }, + { + "type": "bf:Isbn", + "value": "9781742379418" + }, + { + "type": "bf:Isbn", + "value": "1742379419" + }, + { + "type": "nypl:Oclc", + "value": "809151984" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)809151984" + } + ], + "idOclc": [ + "809151984" + ], + "updatedAt": 1711614011021, + "publicationStatement": [ + "Crows Nest, N.S.W. : Fairfax Books, 2012." + ], + "identifier": [ + "urn:shelfmark:JFE 15-2837", + "urn:bnum:22202337", + "urn:isbn:9781742379418", + "urn:isbn:1742379419", + "urn:oclc:809151984", + "urn:identifier:(OCoLC)809151984" + ], + "genreForm": [ + "Cookbooks." + ], + "idIsbn": [ + "9781742379418", + "1742379419" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2012" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Cooking." + ], + "titleDisplay": [ + "After toast : recipes for aspiring cooks / Kate Gibbs." + ], + "uri": "b22202337", + "lccClassification": [ + "TX714 .G53155 2012" + ], + "placeOfPublication": [ + "Crows Nest, N.S.W." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "To start -- Breakfast -- Snacks -- Lunch -- Dinner -- Dessert -- Parties & friends." + ], + "dimensions": [ + "24 cm" + ], + "idIsbn_clean": [ + "9781742379418", + "1742379419" + ] + }, + "sort": [ + 441.4234, + "b22202337" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22202337", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JFE 15-2837", + "urn:barcode:33433114669116" + ], + "physicalLocation": [ + "JFE 15-2837" + ], + "shelfMark_sort": "aJFE 15-002837", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JFE 15-2837" + ], + "uri": "i37923125", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JFE 15-2837" + }, + { + "type": "bf:Barcode", + "value": "33433114669116" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "idBarcode": [ + "33433114669116" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b18036289", + "_score": 433.5406, + "_source": { + "extent": [ + "1 score (14 p.) + 2 parts : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Biographical notes, p. [4] of cover.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Duration: ca. 8:30.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "At end: September 29, 2003.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Trios (Piano, flutes (2))", + "Trios (Piano, flutes (2)) -- Scores and parts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "T. Presser" + ], + "language": [ + { + "id": "lang:zxx", + "label": "No linguistic content" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2005 + ], + "title": [ + "French toast : for two flutes and piano" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JNG 09-190" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2005" + ], + "creatorLiteral": [ + "Schocker, Gary, 1959-" + ], + "idLccn": [ + "2005562075", + "680160018024" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2005 + ], + "creatorModifiedName": "Gary Schocker", + "idOclc": [ + "62276021" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 09-190" + }, + { + "type": "nypl:Bnumber", + "value": "18036289" + }, + { + "type": "nypl:Oclc", + "value": "62276021" + }, + { + "type": "bf:Lccn", + "value": "2005562075" + }, + { + "type": "bf:Lccn", + "value": "680160018024" + }, + { + "type": "bf:Identifier", + "value": "114-41247 T. Presser" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)62276021" + } + ], + "updatedAt": 1711020217035, + "publicationStatement": [ + "King of Prussia, PA : T. Presser, c2005." + ], + "identifier": [ + "urn:shelfmark:JNG 09-190", + "urn:bnum:18036289", + "urn:oclc:62276021", + "urn:lccn:2005562075", + "urn:lccn:680160018024", + "urn:identifier:114-41247 T. Presser", + "urn:identifier:(OCoLC)62276021" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2005" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Trios (Piano, flutes (2)) -- Scores and parts." + ], + "titleDisplay": [ + "French toast : for two flutes and piano / Gary Schocker." + ], + "uri": "b18036289", + "lccClassification": [ + "M317.S35 F74 2005" + ], + "placeOfPublication": [ + "King of Prussia, PA" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "Deux moutons -- Les bouffons -- L'amour perdu -- Le printemps -- Le ballet russe." + ], + "dimensions": [ + "31 cm." + ] + }, + "sort": [ + 433.5406, + "b18036289" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18036289", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "identifier": [ + "urn:shelfmark:JNG 09-190", + "urn:barcode:33433083720965" + ], + "physicalLocation": [ + "JNG 09-190" + ], + "shelfMark_sort": "aJNG 09-000190", + "catalogItemType_packed": [ + "catalogItemType:57||printed music limited circ MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JNG 09-190" + ], + "uri": "i23188106", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JNG 09-190" + }, + { + "type": "bf:Barcode", + "value": "33433083720965" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433083720965" + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:57", + "label": "printed music limited circ MaRLI" + } + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NP" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b15767926", + "_score": 430.4639, + "_source": { + "extent": [ + "173 p. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Short stories, Nigerian (English)", + "Nigeria", + "Nigeria -- Fiction" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Delta" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2002 + ], + "title": [ + "A toast in the cemetery : a collection of short stories" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc C 03-268" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2002" + ], + "creatorLiteral": [ + "Gimba, Abubakar." + ], + "idLccn": [ + "2003547271" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 2002 + ], + "creatorModifiedName": "Abubakar Gimba", + "idOclc": [ + "52437306" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc C 03-268" + }, + { + "type": "nypl:Bnumber", + "value": "15767926" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "9782335691 (pbk.)" + }, + { + "type": "nypl:Oclc", + "value": "52437306" + }, + { + "type": "bf:Lccn", + "value": "2003547271" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)52437306" + } + ], + "updatedAt": 1711301570716, + "publicationStatement": [ + "Enugu, Nigeria : Delta, 2002." + ], + "genreForm": [ + "Nigerian fiction (English)" + ], + "identifier": [ + "urn:shelfmark:Sc C 03-268", + "urn:bnum:15767926", + "urn:isbn:9782335691 (pbk.)", + "urn:oclc:52437306", + "urn:lccn:2003547271", + "urn:identifier:(OCoLC)52437306" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2002" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Short stories, Nigerian (English)", + "Nigeria -- Fiction." + ], + "titleDisplay": [ + "A toast in the cemetery : a collection of short stories / by Abubakar Gimba." + ], + "uri": "b15767926", + "lccClassification": [ + "PR9387.9.G55 T63 2002" + ], + "placeOfPublication": [ + "Enugu, Nigeria" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "The angel's hold -- The inquisitive child -- A toast in the cemetery -- The herdsman's gift." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + 430.4639, + "b15767926" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b15767926", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc C 03-268", + "urn:barcode:33433018551758" + ], + "physicalLocation": [ + "Sc C 03-268" + ], + "shelfMark_sort": "aSc C 03-000268", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc C 03-268" + ], + "uri": "i13751213", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc C 03-268" + }, + { + "type": "bf:Barcode", + "value": "33433018551758" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433018551758" + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb9921391513506421", + "_score": 427.13397, + "_source": { + "extent": [ + "ix, 226 pages : illustrations, portraits ;" + ], + "nyplSource": [ + "recap-pul" + ], + "subjectLiteral_exploded": [ + "Drinking in literature", + "Drinking", + "Drinking -- Literary collections", + "Consommation d'alcool dans la littérature" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "André Deutsch" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1997 + ], + "title": [ + "Creative spirits : a toast to literary drinkers" + ], + "type": [ + "nypl:Item" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1997" + ], + "creatorLiteral": [ + "Booth, John." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1997 + ], + "creatorModifiedName": "John Booth", + "idOclc": [ + "ocm41333062", + "41333062", + "SCSB-506538" + ], + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "9921391513506421" + }, + { + "type": "bf:Isbn", + "value": "0233991840" + }, + { + "type": "bf:Isbn", + "value": "9780233991849" + }, + { + "type": "nypl:Oclc", + "value": "ocm41333062" + }, + { + "type": "nypl:Oclc", + "value": "41333062" + }, + { + "type": "nypl:Oclc", + "value": "SCSB-506538" + }, + { + "type": "bf:Identifier", + "value": "(NjP)2139151-princetondb" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)ocm41333062" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)41333062" + }, + { + "type": "bf:Identifier", + "value": "(NjP)Voyager2139151" + } + ], + "updatedAt": 1706159115823, + "publicationStatement": [ + "London : André Deutsch, 1997." + ], + "genreForm": [ + "Literary collections." + ], + "idIsbn": [ + "0233991840", + "9780233991849" + ], + "identifier": [ + "urn:bnum:9921391513506421", + "urn:isbn:0233991840", + "urn:isbn:9780233991849", + "urn:oclc:ocm41333062", + "urn:oclc:41333062", + "urn:oclc:SCSB-506538", + "urn:identifier:(NjP)2139151-princetondb", + "urn:identifier:(OCoLC)ocm41333062", + "urn:identifier:(OCoLC)41333062", + "urn:identifier:(NjP)Voyager2139151" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1997" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Drinking in literature.", + "Drinking -- Literary collections.", + "Consommation d'alcool dans la littérature." + ], + "titleDisplay": [ + "Creative spirits : a toast to literary drinkers / John Booth." + ], + "uri": "pb9921391513506421", + "lccClassification": [ + "PN56.D8 B6 1997x" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm" + ], + "idIsbn_clean": [ + "0233991840", + "9780233991849" + ] + }, + "sort": [ + 427.13397, + "pb9921391513506421" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb9921391513506421", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "identifier": [ + "urn:shelfmark:PN56.D8 B6 1997", + "urn:barcode:32101085641676" + ], + "physicalLocation": [ + "PN56.D8 B6 1997" + ], + "shelfMark_sort": "aPN56.D8 B6 001997", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "PN56.D8 B6 1997" + ], + "uri": "pi23519521580006421", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN56.D8 B6 1997" + }, + { + "type": "bf:Barcode", + "value": "32101085641676" + } + ], + "idBarcode": [ + "32101085641676" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "recapCustomerCode": [ + "PA" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "hb990088521070203941", + "_score": 425.15027, + "_source": { + "note": [ + { + "noteType": "Processing Action", + "label": "committed to retain", + "type": "bf:Note" + } + ], + "nyplSource": [ + "recap-hl" + ], + "subjectLiteral_exploded": [ + "Schiller, Jeannette, 1911-", + "Teachers", + "Teachers -- Saskatchewan", + "Teachers -- Saskatchewan -- Biography", + "Teachers -- British Columbia", + "Teachers -- British Columbia -- Biography" + ], + "publisherLiteral": [ + "Heirloom Books" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 2001 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "A toast to bygone days / Jeannette Schiller." + ], + "creatorLiteral": [ + "Schiller, Jeannette, 1911-" + ], + "createdString": [ + "2001" + ], + "dateStartYear": [ + 2001 + ], + "creatorModifiedName": "Jeannette Schiller", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "990088521070203941" + }, + { + "type": "bf:Isbn", + "value": "0968979203 :" + }, + { + "type": "nypl:Oclc", + "value": "48230114" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)48230114" + } + ], + "idOclc": [ + "48230114" + ], + "holdings": [], + "updatedAt": 1656308261785, + "publicationStatement": [ + "Sidney, B.C. : Heirloom Books, 2001." + ], + "identifier": [ + "urn:bnum:990088521070203941", + "urn:isbn:0968979203 :", + "urn:oclc:48230114", + "urn:undefined:(OCoLC)48230114" + ], + "idIsbn": [ + "0968979203 " + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2001" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Schiller, Jeannette, 1911-", + "Teachers -- Saskatchewan -- Biography.", + "Teachers -- British Columbia -- Biography." + ], + "titleDisplay": [ + "A toast to bygone days / Jeannette Schiller." + ], + "uri": "hb990088521070203941", + "lccClassification": [ + "LA2325.S34 A3 2001" + ], + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "Sidney, B.C." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "idIsbn_clean": [ + "0968979203" + ] + }, + "sort": [ + 425.15027, + "hb990088521070203941" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "hb990088521070203941", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0004", + "label": "Harvard Library" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:barcode:HXL53Z" + ], + "physicalLocation": [ + "LA2325.S34 A3 2001" + ], + "shelfMark_sort": "aLA2325.S34 A3 002001", + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "uri": "hi232074350580003941", + "shelfMark": [ + "LA2325.S34 A3 2001" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "LA2325.S34 A3 2001" + }, + { + "type": "bf:Barcode", + "value": "HXL53Z" + } + ], + "idBarcode": [ + "HXL53Z" + ], + "owner_packed": [ + "orgs:0004||Harvard Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "recapCustomerCode": [ + "HW" + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b15543258", + "_score": 424.65564, + "_source": { + "extent": [ + "xii, 377 p. : ill. ;" + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Queros", + "Inca art", + "Acculturation", + "Acculturation -- Peru", + "Acculturation -- Peru -- Case studies" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "The University of Michigan Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2002 + ], + "title": [ + "Toasts with the Inca : Andean abstraction and colonial images on quero vessels" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JGE 03-8" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2002" + ], + "creatorLiteral": [ + "Cummins, Tom, 1949-" + ], + "idLccn": [ + "2001006445" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "History, languages, and cultures of the Spanish and Portuguese worlds" + ], + "dateStartYear": [ + 2002 + ], + "creatorModifiedName": "Tom Cummins", + "idOclc": [ + "48256500" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JGE 03-8" + }, + { + "type": "nypl:Bnumber", + "value": "15543258" + }, + { + "type": "bf:Isbn", + "value": "0472110519 (cloth)" + }, + { + "type": "nypl:Oclc", + "value": "48256500" + }, + { + "type": "bf:Lccn", + "value": "2001006445" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)M170000256" + } + ], + "updatedAt": 1711410889994, + "publicationStatement": [ + "Ann Arbor : The University of Michigan Press, [2002]" + ], + "idIsbn": [ + "0472110519 (cloth)" + ], + "identifier": [ + "urn:shelfmark:JGE 03-8", + "urn:bnum:15543258", + "urn:isbn:0472110519 (cloth)", + "urn:oclc:48256500", + "urn:lccn:2001006445", + "urn:identifier:(WaOLN)M170000256" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2002" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Queros.", + "Inca art.", + "Acculturation -- Peru -- Case studies." + ], + "titleDisplay": [ + "Toasts with the Inca : Andean abstraction and colonial images on quero vessels / Thomas B. F. Cummins." + ], + "uri": "b15543258", + "lccClassification": [ + "F2230.1.D75 C85 2002" + ], + "placeOfPublication": [ + "Ann Arbor" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ], + "idIsbn_clean": [ + "0472110519" + ] + }, + "sort": [ + 424.65564, + "b15543258" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b15543258", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:JGE 03-8", + "urn:barcode:33433033313143" + ], + "physicalLocation": [ + "JGE 03-8" + ], + "shelfMark_sort": "aJGE 03-000008", + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "JGE 03-8" + ], + "uri": "i12442887", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JGE 03-8" + }, + { + "type": "bf:Barcode", + "value": "33433033313143" + } + ], + "holdingLocation_packed": [ + "loc:malm2||Schwarzman Building - Main Reading Room 315 - Mezzanine" + ], + "idBarcode": [ + "33433033313143" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:malm2", + "label": "Schwarzman Building - Main Reading Room 315 - Mezzanine" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2024-07-11", + "_id": "pb2139151", + "_score": 424.0701, + "_source": { + "extent": [ + "ix, 226 p. : ill., ports. ;" + ], + "subjectLiteral_exploded": [ + "Drinking", + "Drinking -- Literary collections", + "Drinking in literature", + "Drinking in literature -- Collections" + ], + "publisherLiteral": [ + "André Deutsch," + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 1997 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Creative spirits : a toast to literary drinkers /" + ], + "creatorLiteral": [ + "Booth, John." + ], + "createdString": [ + "1997" + ], + "dateStartYear": [ + 1997 + ], + "creatorModifiedName": "John Booth", + "identifierV2": [ + { + "type": "nypl:Bnumber", + "value": "2139151" + } + ], + "updatedAt": 1523585448075, + "publicationStatement": [ + "London : André Deutsch, 1997." + ], + "identifier": [ + "urn:bnum:2139151" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1997" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Drinking -- Literary collections.", + "Drinking in literature -- Collections." + ], + "titleDisplay": [ + "Creative spirits : a toast to literary drinkers / John Booth." + ], + "uri": "pb2139151", + "numItems": [ + 1 + ], + "numAvailable": [ + 1 + ], + "placeOfPublication": [ + "London :" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + 424.0701, + "pb2139151" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "pb2139151", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "owner": [ + { + "id": "orgs:0003", + "label": "Princeton University Library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "identifier": [ + "urn:barcode:32101085641676" + ], + "catalogItemType_packed": [ + "catalogItemType:1||non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:a||Available " + ], + "uri": "pi2301446", + "shelfMark": [ + "PN56.D8B6 1997" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "PN56.D8B6 1997" + }, + { + "type": "bf:Barcode", + "value": "32101085641676" + } + ], + "idBarcode": [ + "32101085641676" + ], + "owner_packed": [ + "orgs:0003||Princeton University Library" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:1", + "label": "non-circ" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available " + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-f9731419fa73fca9bfc8d8503f7eed89.json b/test/fixtures/query-f9731419fa73fca9bfc8d8503f7eed89.json new file mode 100644 index 00000000..b1a22c45 --- /dev/null +++ b/test/fixtures/query-f9731419fa73fca9bfc8d8503f7eed89.json @@ -0,0 +1,329 @@ +{ + "body": { + "took": 7, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.554642, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14332438", + "_score": 15.554642, + "_source": { + "extent": [ + "4 v." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "America", + "America -- Discovery and exploration", + "America -- History", + "Virginia", + "Virginia -- History", + "Virginia -- History -- Colonial period, ca. 1600-1775", + "New England", + "New England -- History", + "New England -- History -- Colonial period, ca. 1600-1775" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "A. Strahan" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1800 + ], + "title": [ + "The history of America ..." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*KF 1800 (Robertson, W. History of America)" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1800" + ], + "creatorLiteral": [ + "Robertson, William, 1721-1793." + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Robertson, William, 1753-1835." + ], + "dateStartYear": [ + 1800 + ], + "creatorModifiedName": "William Robertson", + "idOclc": [ + "7127252" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*KF 1800 (Robertson, W. History of America)" + }, + { + "type": "nypl:Bnumber", + "value": "14332438" + }, + { + "type": "nypl:Oclc", + "value": "7127252" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)R220000327" + } + ], + "updatedAt": 1712865473006, + "publicationStatement": [ + "London, A. Strahan, 1800." + ], + "identifier": [ + "urn:shelfmark:*KF 1800 (Robertson, W. History of America)", + "urn:bnum:14332438", + "urn:oclc:7127252", + "urn:identifier:(WaOLN)R220000327" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1800" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "America -- Discovery and exploration.", + "America -- History.", + "Virginia -- History -- Colonial period, ca. 1600-1775.", + "New England -- History -- Colonial period, ca. 1600-1775." + ], + "titleDisplay": [ + "The history of America ..." + ], + "uri": "b14332438", + "electronicResources": [ + { + "label": "Full text available via HathiTrust - v.1", + "url": "http://hdl.handle.net/2027/mdp.39015016750922" + }, + { + "label": "Full text available via HathiTrust - v.2", + "url": "http://hdl.handle.net/2027/mdp.39015016750930" + }, + { + "label": "Full text available via HathiTrust - v.3", + "url": "http://hdl.handle.net/2027/mdp.39015016750948" + }, + { + "label": "Full text available via HathiTrust - v.4", + "url": "http://hdl.handle.net/2027/mdp.39015016750955" + } + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "8vo." + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b14332438", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "owner": [ + { + "id": "orgs:1108", + "label": "Rare Book Division" + } + ], + "identifier": [ + "urn:shelfmark:*KF 1800 (Robertson, W. History of America)" + ], + "physicalLocation": [ + "*KF 1800 (Robertson, W. History of America)" + ], + "shelfMark_sort": "a*KF 1800 (Robertson, W. History of America)", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Robertson%2C+William%2C+1721-1793.&CallNumber=*KF+1800+%28Robertson%2C+W.+History+of+America%29&Date=1800&Form=30&Genre=book+non-circ&ItemEdition=The+ninth+edition&ItemInfo1=Restricted+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db14332438&ItemISxN=i169831863&ItemPlace=London&ItemPublisher=A.+Strahan%2C+1800.&Location=Schwarzman+Rare+Book+Division&ReferenceNumber=b14332438x&Site=SASRB&Title=The+history+of+America+...&Transaction.CustomFields.Custom651=New+England+History+Colonial+period%2C+ca.+1600-1775." + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*KF 1800 (Robertson, W. History of America)" + ], + "uri": "i16983186", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*KF 1800 (Robertson, W. History of America)" + } + ], + "holdingLocation_packed": [ + "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" + ], + "owner_packed": [ + "orgs:1108||Rare Book Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:marr2", + "label": "Schwarzman Building - Rare Book Collection Room 328" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:marr2||Schwarzman Building - Rare Book Collection Room 328", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 1 + } + ] + } + }, + "item_status": { + "doc_count": 1, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-f99eed9516b2010a23376a1c2e692196.json b/test/fixtures/query-f99eed9516b2010a23376a1c2e692196.json new file mode 100644 index 00000000..4242b377 --- /dev/null +++ b/test/fixtures/query-f99eed9516b2010a23376a1c2e692196.json @@ -0,0 +1,9410 @@ +{ + "body": { + "took": 9, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_score": 15.560745, + "_source": { + "extent": [ + "52 linear ft., 127 boxes" + ], + "note": [ + { + "noteType": "Source", + "label": "Phelps-Stokes Fund", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "The Phelps and Stokes families had long been associated with a variety of philanthropic enterprises in the 19th and 20th centuries. The Phelps-Stokes Fund was created in 1911 as a non-profit foundation under the will of Caroline Phelps Stokes. Its original objectives were to improve housing for the poor in New York City, and the \"education of Negroes, both in Africa and the United States, North American Indians, and needy and deserving white students.\" The contacts maintained by the staff and trustees of the Fund through correspondence, travel, and service on numerous boards and commissions often had a greater impact than any direct financial assistance rendered by the Fund. For the period of these records, it served as a headquarters for visiting African educators, students and government officials, and, in addition to sponsoring its own commissions and reports, became a clearinghouse for information on the intellectual and political life of colonial and post-colonial Africa", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Finding aid available.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Bunche, Ralph J. 1904-1971", + "Du Bois, W. E. B. 1868-1963", + "Washington, Booker T., 1856-1915", + "Johnson, Charles Spurgeon, 1893-1956", + "Burroughs, Nannie Helen, 1879-", + "Jones, Thomas Jesse, 1873-1950", + "Patterson, Frederick D. 1901-1988", + "Aggrey, James Emman Kwegyir, 1875-1927", + "Dillard, J. H. 1856-1940", + "Dillon, Wilton S., 1923-", + "Johnson, Guy Benton, 1901-1991", + "Stokes, Anson Phelps, 1874-1958", + "Tobias, Channing H", + "Stokes, I. N. Phelps 1867-1944", + "Davis, Jackson T., 1882-1947", + "Brawley, Benjamin, 1882-1939", + "Ross, Emory", + "Peabody, George Foster, 1852-1938", + "Phelps-Stokes Fund", + "Booker Washington Institute of Liberia", + "Cooperative College Development Program", + "United Negro College Fund", + "South African Institute of Race Relations", + "Indian Rights Association", + "Mellon Haitian Nurses Training Program", + "Southern Regional Council", + "American Society of African Culture", + "Highlander Folk School. Highlander Folk School (Monteagle, Tenn.)", + "Fisk University", + "Tuskegee Institute", + "Endowments", + "Endowments -- United States", + "African Americans", + "African Americans -- Housing", + "African Americans -- Charities", + "African Americans -- Education", + "African Americans -- Scholarships, fellowships, etc", + "Student aid", + "Student aid -- Africa", + "Student aid -- United States", + "Education", + "Education -- United States", + "Education -- United States -- Societies, etc", + "Housing", + "Housing -- New York (State)", + "Housing -- New York (State) -- New York", + "Slums", + "Slums -- New York (State)", + "Slums -- New York (State) -- New York", + "Agricultural colleges", + "Agricultural colleges -- Liberia", + "Missions", + "Missions -- Educational work", + "Missions, American", + "Missions, American -- Africa", + "Missions -- Africa", + "Nurses", + "Nurses -- Haiti", + "Indians of North America", + "Indians of North America -- Legal status, laws, etc", + "Educational exchanges", + "Education, Cooperative", + "Education, Cooperative -- United States", + "International relief", + "International relief -- Africa", + "African American college students", + "International organization", + "Race relations", + "Art", + "Art -- Nigeria", + "Music", + "Music -- Nigeria", + "Medical centers", + "Medical centers -- Nigeria", + "Indians of North America -- Education", + "Education -- Africa", + "Education -- Ghana", + "Education -- Liberia", + "African American universities and colleges", + "South Africa", + "South Africa -- Race relations", + "Liberia", + "Liberia -- History", + "United States", + "United States -- Race relations", + "United States -- Foreign relations", + "United States -- Foreign relations -- South Africa" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "The Phelps-Stokes Fund Records contain administrative records including trustee and committee minutes, correspondence, memoranda, financial records, legal documents, speeches, reports, occasional papers, and printed material, such as pamphlets, brochures, clippings, articles, press releases and programs. Records concern the early work of the Fund in researching and supporting education for Africans and African Americans and improvement in housing conditions, through study commissions, reports, and project grants, as well as its engagement in contemporary debates concerning the philosophy and policies of Booker T. Washington and W. E. B. Du Bois. To a lesser extent, the Fund provided early support for surveys of American Indian schools and administration, such as the 1928 Lewis Meriam study and the 1939 Navajo Indian study. Later endeavors included administering grants for conferences on race relations, exchange and training programs, cooperative programs with other foundations, government aid programs, and a number of cultural projects.", + "The bulk of the collection contains the office files of the four principal leaders of the Fund, Anson Phelps Stokes (1924-1946), Thomas Jesse Jones (1917-1946), Channing Tobias (1946-1953), and Frederick D. Patterson (1953-1969). Of particular interest is material concerning the Fund's relationships with organizations such as Agricultural Missions; Booker T. Washington Agricultural and Industrial Institute of Liberia, founded by the Fund in 1929; British and Foreign Bible Society; Capahosic (VA) Conferences, where black and white leaders gathered for off-the-record conferences; Carnegie Corporation; Committee on Negro Americans in the Defense Industry; Cooperative College Development Program to assist historically black colleges in coordinating development programs and improving management resources; General Education Board; Harmon Foundation; Highlander Folk School; International Missionary Council; Jeanes and Slater Funds; National Association for the Advancement of Colored People, including its disagreements with Fund policies; Rosenwald Fund; South African Institute of Race Relations; Southern Regional Council; YMCA National Council, including South African Work of the Foreign Committee, as well as historically black schools and colleges, especially Bethune-Cookman, Calhoun, Fisk, Hampton, Manassas, Penn School, Talladega, and Tuskegee.", + "Significant correspondents include diplomats, educators, reformers, and foundation officials, such as Ralph J. Bunche; W. E. B. Dubois, particularly regarding the Encyclopedia of the Negro project and opposition to the Fund in the 1930s and 1940s; NAACP director Walter White, who also disagreed with certain Fund activities; educators James E. K. Aggrey, Will Alexander, Aaron Brown, Nannie Burroughs, James H. Dillard, Clark Foreman, Charles S. Johnson, Guy B. Johnson, Thomas Elsa Jones, Charles L. Loram, Robert R. Moton, Harold Odum, Emmett Scott, Booker T. Washington, Carter G. Woodson, especially his controversy with Thomas Jesse Jones in the 1920s, Thomas J. Woofter, and cultural figures and organizations including ethnomusicologist Laura C. Boulton and the Harmon Foundation. Other significant correspondents include foundation officials Jackson Davis, Emory Ross, Wallace Buttrick, Abraham Flexner, Isaac Newton Phelps Stokes, Oswald Garrison Villard, L. Hollingsworth Wood, George Foster Peabody, and William J. Schiefflein; and journalists Lester Walton and Claude A. Barnett;" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 128 + ], + "createdYear": [ + 1893 + ], + "dateEndString": [ + "1970" + ], + "title": [ + "Phelps-Stokes Fund records" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Sc MG 162" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1893" + ], + "creatorLiteral": [ + "Phelps-Stokes Fund." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Jones, Thomas Jesse, 1873-1950.", + "Stokes, Anson Phelps, 1874-1958.", + "Tobias, Channing H.", + "Patterson, Frederick D. (Frederick Douglass), 1901-1988.", + "Dillon, Wilton S., 1923-", + "Brown, Aaron, 1904-1992.", + "Stokes, I. N. Phelps (Isaac Newton Phelps), 1867-1944.", + "Ross, Emory." + ], + "dateStartYear": [ + 1893 + ], + "idOclc": [ + "715462601" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162" + }, + { + "type": "nypl:Bnumber", + "value": "18932917" + }, + { + "type": "nypl:Oclc", + "value": "715462601" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)715462601" + } + ], + "dateEndYear": [ + 1970 + ], + "updatedAt": 1714746724577, + "identifier": [ + "urn:shelfmark:Sc MG 162", + "urn:bnum:18932917", + "urn:oclc:715462601", + "urn:identifier:(OCoLC)715462601" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:mix", + "label": "Mixed material" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1893" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Bunche, Ralph J. 1904-1971.", + "Du Bois, W. E. B. 1868-1963.", + "Washington, Booker T., 1856-1915.", + "Johnson, Charles Spurgeon, 1893-1956.", + "Burroughs, Nannie Helen, 1879-", + "Jones, Thomas Jesse, 1873-1950.", + "Patterson, Frederick D. 1901-1988.", + "Aggrey, James Emman Kwegyir, 1875-1927.", + "Dillard, J. H. 1856-1940.", + "Dillon, Wilton S., 1923-", + "Johnson, Guy Benton, 1901-1991.", + "Stokes, Anson Phelps, 1874-1958.", + "Tobias, Channing H.", + "Stokes, I. N. Phelps 1867-1944.", + "Davis, Jackson T., 1882-1947.", + "Brawley, Benjamin, 1882-1939.", + "Ross, Emory.", + "Peabody, George Foster, 1852-1938.", + "Phelps-Stokes Fund.", + "Booker Washington Institute of Liberia.", + "Cooperative College Development Program.", + "United Negro College Fund.", + "South African Institute of Race Relations.", + "Indian Rights Association.", + "Mellon Haitian Nurses Training Program.", + "Southern Regional Council.", + "American Society of African Culture.", + "Highlander Folk School. Highlander Folk School (Monteagle, Tenn.)", + "Fisk University.", + "Tuskegee Institute.", + "Endowments -- United States.", + "African Americans -- Housing.", + "African Americans -- Charities.", + "African Americans -- Education.", + "African Americans -- Scholarships, fellowships, etc.", + "Student aid -- Africa.", + "Student aid -- United States.", + "Education -- United States -- Societies, etc.", + "Housing -- New York (State) -- New York.", + "Slums -- New York (State) -- New York.", + "Agricultural colleges -- Liberia.", + "Missions -- Educational work.", + "Missions, American -- Africa.", + "Missions -- Africa.", + "Nurses -- Haiti.", + "Indians of North America -- Legal status, laws, etc.", + "Educational exchanges.", + "Education, Cooperative -- United States.", + "International relief -- Africa.", + "African American college students.", + "International organization.", + "Race relations.", + "Art -- Nigeria.", + "Music -- Nigeria.", + "Medical centers -- Nigeria.", + "Indians of North America -- Education.", + "Education -- Africa.", + "Education -- Ghana.", + "Education -- Liberia.", + "African American universities and colleges.", + "South Africa -- Race relations.", + "Liberia -- History.", + "United States -- Race relations.", + "United States -- Foreign relations -- South Africa." + ], + "titleDisplay": [ + "Phelps-Stokes Fund records, 1893-1970." + ], + "uri": "b18932917", + "issuance": [ + { + "id": "urn:biblevel:c", + "label": "collection" + } + ], + "supplementaryContent": [ + { + "label": "Finding aid", + "url": "http://archives.nypl.org/scm/20936" + } + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 128, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 127", + "urn:barcode:33433076151525" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000127", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 127" + ], + "uri": "i30941088", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 127" + }, + { + "type": "bf:Barcode", + "value": "33433076151525" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 127" + ], + "idBarcode": [ + "33433076151525" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 127", + "urn:barcode:33433111930941" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000127", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "dueDate": [ + "2024-01-26" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:co||Loaned" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 127" + ], + "uri": "i34346389", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 127" + }, + { + "type": "bf:Barcode", + "value": "33433111930941" + } + ], + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" + ], + "enumerationChronology": [ + "Box 127" + ], + "idBarcode": [ + "33433111930941" + ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" + } + ], + "status": [ + { + "id": "status:co", + "label": "Loaned" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 126", + "urn:barcode:33433076151517" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000126", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 126" + ], + "uri": "i30941087", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 126" + }, + { + "type": "bf:Barcode", + "value": "33433076151517" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 126" + ], + "idBarcode": [ + "33433076151517" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 125", + "urn:barcode:33433076135007" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000125", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 125" + ], + "uri": "i30941086", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 125" + }, + { + "type": "bf:Barcode", + "value": "33433076135007" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 125" + ], + "idBarcode": [ + "33433076135007" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 4 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 124", + "urn:barcode:33433076134992" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000124", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 124" + ], + "uri": "i30941085", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 124" + }, + { + "type": "bf:Barcode", + "value": "33433076134992" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 124" + ], + "idBarcode": [ + "33433076134992" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 5 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 123", + "urn:barcode:33433076134984" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000123", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 123" + ], + "uri": "i30941084", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 123" + }, + { + "type": "bf:Barcode", + "value": "33433076134984" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 123" + ], + "idBarcode": [ + "33433076134984" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 6 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 122", + "urn:barcode:33433076134976" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000122", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 122" + ], + "uri": "i30941083", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 122" + }, + { + "type": "bf:Barcode", + "value": "33433076134976" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 122" + ], + "idBarcode": [ + "33433076134976" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 7 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 121", + "urn:barcode:33433076134968" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000121", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 121" + ], + "uri": "i30941082", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 121" + }, + { + "type": "bf:Barcode", + "value": "33433076134968" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 121" + ], + "idBarcode": [ + "33433076134968" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 8 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 120", + "urn:barcode:33433076134950" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000120", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 120" + ], + "uri": "i30941081", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 120" + }, + { + "type": "bf:Barcode", + "value": "33433076134950" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 120" + ], + "idBarcode": [ + "33433076134950" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 9 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 119", + "urn:barcode:33433076134943" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000119", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 119" + ], + "uri": "i30941080", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 119" + }, + { + "type": "bf:Barcode", + "value": "33433076134943" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 119" + ], + "idBarcode": [ + "33433076134943" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 10 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 118", + "urn:barcode:33433076134935" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000118", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 118" + ], + "uri": "i30941079", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 118" + }, + { + "type": "bf:Barcode", + "value": "33433076134935" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 118" + ], + "idBarcode": [ + "33433076134935" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 11 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 117", + "urn:barcode:33433076134927" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000117", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 117" + ], + "uri": "i30941078", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 117" + }, + { + "type": "bf:Barcode", + "value": "33433076134927" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 117" + ], + "idBarcode": [ + "33433076134927" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 12 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 116", + "urn:barcode:33433076134919" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000116", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 116" + ], + "uri": "i30941077", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 116" + }, + { + "type": "bf:Barcode", + "value": "33433076134919" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 116" + ], + "idBarcode": [ + "33433076134919" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 13 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 115", + "urn:barcode:33433076134901" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000115", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 115" + ], + "uri": "i30941076", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 115" + }, + { + "type": "bf:Barcode", + "value": "33433076134901" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 115" + ], + "idBarcode": [ + "33433076134901" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 14 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 114", + "urn:barcode:33433076134893" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000114", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 114" + ], + "uri": "i30941075", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 114" + }, + { + "type": "bf:Barcode", + "value": "33433076134893" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 114" + ], + "idBarcode": [ + "33433076134893" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 15 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 113", + "urn:barcode:33433076134885" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000113", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 113" + ], + "uri": "i30941074", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 113" + }, + { + "type": "bf:Barcode", + "value": "33433076134885" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 113" + ], + "idBarcode": [ + "33433076134885" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 16 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 112", + "urn:barcode:33433076134877" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000112", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 112" + ], + "uri": "i30941073", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 112" + }, + { + "type": "bf:Barcode", + "value": "33433076134877" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 112" + ], + "idBarcode": [ + "33433076134877" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 17 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 111", + "urn:barcode:33433076134869" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000111", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 111" + ], + "uri": "i30941072", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 111" + }, + { + "type": "bf:Barcode", + "value": "33433076134869" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 111" + ], + "idBarcode": [ + "33433076134869" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 18 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 110", + "urn:barcode:33433076134851" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000110", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 110" + ], + "uri": "i30941071", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 110" + }, + { + "type": "bf:Barcode", + "value": "33433076134851" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 110" + ], + "idBarcode": [ + "33433076134851" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 19 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 109", + "urn:barcode:33433076134844" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000109", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 109" + ], + "uri": "i30941070", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 109" + }, + { + "type": "bf:Barcode", + "value": "33433076134844" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 109" + ], + "idBarcode": [ + "33433076134844" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 20 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 108", + "urn:barcode:33433076134836" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000108", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 108" + ], + "uri": "i30941069", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 108" + }, + { + "type": "bf:Barcode", + "value": "33433076134836" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 108" + ], + "idBarcode": [ + "33433076134836" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 21 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 107", + "urn:barcode:33433076134828" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000107", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 107" + ], + "uri": "i30941068", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 107" + }, + { + "type": "bf:Barcode", + "value": "33433076134828" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 107" + ], + "idBarcode": [ + "33433076134828" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 22 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 106", + "urn:barcode:33433076134810" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000106", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 106" + ], + "uri": "i30941067", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 106" + }, + { + "type": "bf:Barcode", + "value": "33433076134810" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 106" + ], + "idBarcode": [ + "33433076134810" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 23 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 105", + "urn:barcode:33433076134802" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000105", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 105" + ], + "uri": "i30941066", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 105" + }, + { + "type": "bf:Barcode", + "value": "33433076134802" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 105" + ], + "idBarcode": [ + "33433076134802" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 24 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 104", + "urn:barcode:33433076134794" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000104", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 104" + ], + "uri": "i30941065", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 104" + }, + { + "type": "bf:Barcode", + "value": "33433076134794" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 104" + ], + "idBarcode": [ + "33433076134794" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 25 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 103", + "urn:barcode:33433076134786" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000103", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 103" + ], + "uri": "i30941064", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 103" + }, + { + "type": "bf:Barcode", + "value": "33433076134786" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 103" + ], + "idBarcode": [ + "33433076134786" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 26 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 102", + "urn:barcode:33433076134778" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000102", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 102" + ], + "uri": "i30941063", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 102" + }, + { + "type": "bf:Barcode", + "value": "33433076134778" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 102" + ], + "idBarcode": [ + "33433076134778" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 27 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 101", + "urn:barcode:33433076134760" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000101", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 101" + ], + "uri": "i30941062", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 101" + }, + { + "type": "bf:Barcode", + "value": "33433076134760" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 101" + ], + "idBarcode": [ + "33433076134760" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 28 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 100", + "urn:barcode:33433076134752" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000100", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 100" + ], + "uri": "i30941061", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 100" + }, + { + "type": "bf:Barcode", + "value": "33433076134752" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 100" + ], + "idBarcode": [ + "33433076134752" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 29 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 99", + "urn:barcode:33433076134745" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000099", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 99" + ], + "uri": "i30941060", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 99" + }, + { + "type": "bf:Barcode", + "value": "33433076134745" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 99" + ], + "idBarcode": [ + "33433076134745" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 30 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 98", + "urn:barcode:33433076134737" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000098", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 98" + ], + "uri": "i30941059", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 98" + }, + { + "type": "bf:Barcode", + "value": "33433076134737" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 98" + ], + "idBarcode": [ + "33433076134737" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 31 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 97", + "urn:barcode:33433076134729" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000097", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 97" + ], + "uri": "i30941058", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 97" + }, + { + "type": "bf:Barcode", + "value": "33433076134729" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 97" + ], + "idBarcode": [ + "33433076134729" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 32 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 96", + "urn:barcode:33433076134711" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000096", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 96" + ], + "uri": "i30941057", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 96" + }, + { + "type": "bf:Barcode", + "value": "33433076134711" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 96" + ], + "idBarcode": [ + "33433076134711" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 33 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 95", + "urn:barcode:33433076134703" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000095", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 95" + ], + "uri": "i30941056", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 95" + }, + { + "type": "bf:Barcode", + "value": "33433076134703" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 95" + ], + "idBarcode": [ + "33433076134703" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 34 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 94", + "urn:barcode:33433076134695" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000094", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 94" + ], + "uri": "i30941055", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 94" + }, + { + "type": "bf:Barcode", + "value": "33433076134695" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 94" + ], + "idBarcode": [ + "33433076134695" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 35 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 93", + "urn:barcode:33433076134687" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000093", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 93" + ], + "uri": "i30941054", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 93" + }, + { + "type": "bf:Barcode", + "value": "33433076134687" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 93" + ], + "idBarcode": [ + "33433076134687" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 36 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 92", + "urn:barcode:33433076134679" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000092", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 92" + ], + "uri": "i30941053", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 92" + }, + { + "type": "bf:Barcode", + "value": "33433076134679" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 92" + ], + "idBarcode": [ + "33433076134679" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 37 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 91", + "urn:barcode:33433076134661" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000091", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 91" + ], + "uri": "i30941052", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 91" + }, + { + "type": "bf:Barcode", + "value": "33433076134661" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 91" + ], + "idBarcode": [ + "33433076134661" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 38 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 90", + "urn:barcode:33433076134653" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000090", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 90" + ], + "uri": "i30941051", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 90" + }, + { + "type": "bf:Barcode", + "value": "33433076134653" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 90" + ], + "idBarcode": [ + "33433076134653" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 39 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 89", + "urn:barcode:33433076134646" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000089", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 89" + ], + "uri": "i30941050", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 89" + }, + { + "type": "bf:Barcode", + "value": "33433076134646" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 89" + ], + "idBarcode": [ + "33433076134646" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 40 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 88", + "urn:barcode:33433076134638" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000088", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 88" + ], + "uri": "i30941049", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 88" + }, + { + "type": "bf:Barcode", + "value": "33433076134638" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 88" + ], + "idBarcode": [ + "33433076134638" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 41 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 87", + "urn:barcode:33433076134620" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000087", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 87" + ], + "uri": "i30941048", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 87" + }, + { + "type": "bf:Barcode", + "value": "33433076134620" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 87" + ], + "idBarcode": [ + "33433076134620" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 42 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 86", + "urn:barcode:33433076134612" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000086", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 86" + ], + "uri": "i30941047", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 86" + }, + { + "type": "bf:Barcode", + "value": "33433076134612" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 86" + ], + "idBarcode": [ + "33433076134612" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 43 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 85", + "urn:barcode:33433076134604" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000085", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 85" + ], + "uri": "i30941046", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 85" + }, + { + "type": "bf:Barcode", + "value": "33433076134604" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 85" + ], + "idBarcode": [ + "33433076134604" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 44 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 84", + "urn:barcode:33433076134596" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000084", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 84" + ], + "uri": "i30941045", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 84" + }, + { + "type": "bf:Barcode", + "value": "33433076134596" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 84" + ], + "idBarcode": [ + "33433076134596" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 45 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 83", + "urn:barcode:33433076134588" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000083", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 83" + ], + "uri": "i30941044", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 83" + }, + { + "type": "bf:Barcode", + "value": "33433076134588" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 83" + ], + "idBarcode": [ + "33433076134588" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 46 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 82", + "urn:barcode:33433076134570" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000082", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 82" + ], + "uri": "i30941043", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 82" + }, + { + "type": "bf:Barcode", + "value": "33433076134570" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 82" + ], + "idBarcode": [ + "33433076134570" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 47 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 81", + "urn:barcode:33433076134562" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000081", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 81" + ], + "uri": "i30941042", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 81" + }, + { + "type": "bf:Barcode", + "value": "33433076134562" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 81" + ], + "idBarcode": [ + "33433076134562" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 48 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 80", + "urn:barcode:33433076134554" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000080", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 80" + ], + "uri": "i30941041", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 80" + }, + { + "type": "bf:Barcode", + "value": "33433076134554" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 80" + ], + "idBarcode": [ + "33433076134554" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 49 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 79", + "urn:barcode:33433076134547" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000079", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 79" + ], + "uri": "i30941040", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 79" + }, + { + "type": "bf:Barcode", + "value": "33433076134547" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 79" + ], + "idBarcode": [ + "33433076134547" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 50 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 78", + "urn:barcode:33433076134539" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000078", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 78" + ], + "uri": "i30941039", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 78" + }, + { + "type": "bf:Barcode", + "value": "33433076134539" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 78" + ], + "idBarcode": [ + "33433076134539" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 51 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 77", + "urn:barcode:33433076134521" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000077", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 77" + ], + "uri": "i30941038", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 77" + }, + { + "type": "bf:Barcode", + "value": "33433076134521" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 77" + ], + "idBarcode": [ + "33433076134521" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 52 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 76", + "urn:barcode:33433076134513" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000076", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 76" + ], + "uri": "i30941037", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 76" + }, + { + "type": "bf:Barcode", + "value": "33433076134513" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 76" + ], + "idBarcode": [ + "33433076134513" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 53 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 75", + "urn:barcode:33433076134505" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000075", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 75" + ], + "uri": "i30941036", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 75" + }, + { + "type": "bf:Barcode", + "value": "33433076134505" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 75" + ], + "idBarcode": [ + "33433076134505" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 54 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 74", + "urn:barcode:33433076134497" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000074", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 74" + ], + "uri": "i30941035", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 74" + }, + { + "type": "bf:Barcode", + "value": "33433076134497" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 74" + ], + "idBarcode": [ + "33433076134497" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 55 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 73", + "urn:barcode:33433076134489" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000073", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 73" + ], + "uri": "i30941034", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 73" + }, + { + "type": "bf:Barcode", + "value": "33433076134489" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 73" + ], + "idBarcode": [ + "33433076134489" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 56 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 72", + "urn:barcode:33433076134471" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000072", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 72" + ], + "uri": "i30941033", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 72" + }, + { + "type": "bf:Barcode", + "value": "33433076134471" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 72" + ], + "idBarcode": [ + "33433076134471" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 57 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 71", + "urn:barcode:33433076134463" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000071", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 71" + ], + "uri": "i30941032", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 71" + }, + { + "type": "bf:Barcode", + "value": "33433076134463" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 71" + ], + "idBarcode": [ + "33433076134463" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 58 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 70", + "urn:barcode:33433076134455" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000070", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 70" + ], + "uri": "i30941031", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 70" + }, + { + "type": "bf:Barcode", + "value": "33433076134455" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 70" + ], + "idBarcode": [ + "33433076134455" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 59 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 69", + "urn:barcode:33433076134448" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000069", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 69" + ], + "uri": "i30941030", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 69" + }, + { + "type": "bf:Barcode", + "value": "33433076134448" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 69" + ], + "idBarcode": [ + "33433076134448" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 60 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 68", + "urn:barcode:33433076134430" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000068", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 68" + ], + "uri": "i30941029", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 68" + }, + { + "type": "bf:Barcode", + "value": "33433076134430" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 68" + ], + "idBarcode": [ + "33433076134430" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 61 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 67", + "urn:barcode:33433076134422" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000067", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 67" + ], + "uri": "i30941028", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 67" + }, + { + "type": "bf:Barcode", + "value": "33433076134422" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 67" + ], + "idBarcode": [ + "33433076134422" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 62 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 66", + "urn:barcode:33433076134414" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000066", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 66" + ], + "uri": "i30941027", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 66" + }, + { + "type": "bf:Barcode", + "value": "33433076134414" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 66" + ], + "idBarcode": [ + "33433076134414" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 63 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 65", + "urn:barcode:33433076134406" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000065", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 65" + ], + "uri": "i30941026", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 65" + }, + { + "type": "bf:Barcode", + "value": "33433076134406" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 65" + ], + "idBarcode": [ + "33433076134406" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 64 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 64", + "urn:barcode:33433076134398" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000064", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 64" + ], + "uri": "i30941025", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 64" + }, + { + "type": "bf:Barcode", + "value": "33433076134398" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 64" + ], + "idBarcode": [ + "33433076134398" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 65 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 63", + "urn:barcode:33433076134380" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000063", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 63" + ], + "uri": "i30941024", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 63" + }, + { + "type": "bf:Barcode", + "value": "33433076134380" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 63" + ], + "idBarcode": [ + "33433076134380" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 66 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 62", + "urn:barcode:33433076134372" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000062", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 62" + ], + "uri": "i30941023", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 62" + }, + { + "type": "bf:Barcode", + "value": "33433076134372" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 62" + ], + "idBarcode": [ + "33433076134372" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 67 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 61", + "urn:barcode:33433076134364" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000061", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 61" + ], + "uri": "i30941022", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 61" + }, + { + "type": "bf:Barcode", + "value": "33433076134364" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 61" + ], + "idBarcode": [ + "33433076134364" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 68 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 60", + "urn:barcode:33433076134356" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000060", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 60" + ], + "uri": "i30941021", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 60" + }, + { + "type": "bf:Barcode", + "value": "33433076134356" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 60" + ], + "idBarcode": [ + "33433076134356" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 69 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 59", + "urn:barcode:33433076134349" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000059", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 59" + ], + "uri": "i30941020", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 59" + }, + { + "type": "bf:Barcode", + "value": "33433076134349" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 59" + ], + "idBarcode": [ + "33433076134349" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 70 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 58", + "urn:barcode:33433076134331" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000058", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 58" + ], + "uri": "i30941019", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 58" + }, + { + "type": "bf:Barcode", + "value": "33433076134331" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 58" + ], + "idBarcode": [ + "33433076134331" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 71 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 57", + "urn:barcode:33433076134323" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000057", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 57" + ], + "uri": "i30941018", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 57" + }, + { + "type": "bf:Barcode", + "value": "33433076134323" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 57" + ], + "idBarcode": [ + "33433076134323" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 72 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 56", + "urn:barcode:33433076134315" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000056", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 56" + ], + "uri": "i30941017", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 56" + }, + { + "type": "bf:Barcode", + "value": "33433076134315" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 56" + ], + "idBarcode": [ + "33433076134315" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 73 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 55", + "urn:barcode:33433076134307" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000055", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 55" + ], + "uri": "i30941016", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 55" + }, + { + "type": "bf:Barcode", + "value": "33433076134307" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 55" + ], + "idBarcode": [ + "33433076134307" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 74 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 54", + "urn:barcode:33433076134299" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000054", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 54" + ], + "uri": "i30941015", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 54" + }, + { + "type": "bf:Barcode", + "value": "33433076134299" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 54" + ], + "idBarcode": [ + "33433076134299" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 75 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 53", + "urn:barcode:33433076134281" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000053", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 53" + ], + "uri": "i30941014", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 53" + }, + { + "type": "bf:Barcode", + "value": "33433076134281" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 53" + ], + "idBarcode": [ + "33433076134281" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 76 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 52", + "urn:barcode:33433076134273" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000052", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 52" + ], + "uri": "i30941013", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 52" + }, + { + "type": "bf:Barcode", + "value": "33433076134273" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 52" + ], + "idBarcode": [ + "33433076134273" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 77 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 51", + "urn:barcode:33433076134265" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000051", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 51" + ], + "uri": "i30941012", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 51" + }, + { + "type": "bf:Barcode", + "value": "33433076134265" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 51" + ], + "idBarcode": [ + "33433076134265" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 78 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 50", + "urn:barcode:33433076134257" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000050", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 50" + ], + "uri": "i30941011", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 50" + }, + { + "type": "bf:Barcode", + "value": "33433076134257" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 50" + ], + "idBarcode": [ + "33433076134257" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 79 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 49", + "urn:barcode:33433076134240" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000049", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 49" + ], + "uri": "i30941010", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 49" + }, + { + "type": "bf:Barcode", + "value": "33433076134240" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 49" + ], + "idBarcode": [ + "33433076134240" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 80 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 48", + "urn:barcode:33433076134232" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000048", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 48" + ], + "uri": "i30941009", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 48" + }, + { + "type": "bf:Barcode", + "value": "33433076134232" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 48" + ], + "idBarcode": [ + "33433076134232" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 81 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 47", + "urn:barcode:33433076134224" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000047", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 47" + ], + "uri": "i30941008", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 47" + }, + { + "type": "bf:Barcode", + "value": "33433076134224" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 47" + ], + "idBarcode": [ + "33433076134224" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 82 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 46", + "urn:barcode:33433076134216" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000046", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 46" + ], + "uri": "i30941007", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 46" + }, + { + "type": "bf:Barcode", + "value": "33433076134216" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 46" + ], + "idBarcode": [ + "33433076134216" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 83 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 45", + "urn:barcode:33433076134208" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000045", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 45" + ], + "uri": "i30941006", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 45" + }, + { + "type": "bf:Barcode", + "value": "33433076134208" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 45" + ], + "idBarcode": [ + "33433076134208" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 84 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 44", + "urn:barcode:33433076134190" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000044", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 44" + ], + "uri": "i30941005", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 44" + }, + { + "type": "bf:Barcode", + "value": "33433076134190" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 44" + ], + "idBarcode": [ + "33433076134190" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 85 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 43", + "urn:barcode:33433076134182" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000043", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 43" + ], + "uri": "i30941004", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 43" + }, + { + "type": "bf:Barcode", + "value": "33433076134182" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 43" + ], + "idBarcode": [ + "33433076134182" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 86 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 42", + "urn:barcode:33433076134174" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000042", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 42" + ], + "uri": "i30941003", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 42" + }, + { + "type": "bf:Barcode", + "value": "33433076134174" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 42" + ], + "idBarcode": [ + "33433076134174" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 87 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 41", + "urn:barcode:33433076134166" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000041", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 41" + ], + "uri": "i30941002", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 41" + }, + { + "type": "bf:Barcode", + "value": "33433076134166" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 41" + ], + "idBarcode": [ + "33433076134166" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 88 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 40", + "urn:barcode:33433076134158" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000040", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 40" + ], + "uri": "i30941001", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 40" + }, + { + "type": "bf:Barcode", + "value": "33433076134158" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 40" + ], + "idBarcode": [ + "33433076134158" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 89 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 39", + "urn:barcode:33433076134141" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000039", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 39" + ], + "uri": "i30941000", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 39" + }, + { + "type": "bf:Barcode", + "value": "33433076134141" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 39" + ], + "idBarcode": [ + "33433076134141" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 90 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:4||Restricted use" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 38", + "urn:barcode:33433076134133" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000038", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:4", + "label": "Restricted use" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 38" + ], + "uri": "i30940999", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 38" + }, + { + "type": "bf:Barcode", + "value": "33433076134133" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 38" + ], + "idBarcode": [ + "33433076134133" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 91 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 37", + "urn:barcode:33433076134125" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000037", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 37" + ], + "uri": "i30940998", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 37" + }, + { + "type": "bf:Barcode", + "value": "33433076134125" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 37" + ], + "idBarcode": [ + "33433076134125" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 92 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 36", + "urn:barcode:33433076134117" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000036", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 36" + ], + "uri": "i30940997", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 36" + }, + { + "type": "bf:Barcode", + "value": "33433076134117" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 36" + ], + "idBarcode": [ + "33433076134117" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 93 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 35", + "urn:barcode:33433076134109" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000035", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 35" + ], + "uri": "i30940996", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 35" + }, + { + "type": "bf:Barcode", + "value": "33433076134109" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 35" + ], + "idBarcode": [ + "33433076134109" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 94 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 34", + "urn:barcode:33433076134091" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000034", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:t||In transit" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 34" + ], + "uri": "i30940995", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 34" + }, + { + "type": "bf:Barcode", + "value": "33433076134091" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 34" + ], + "idBarcode": [ + "33433076134091" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:t", + "label": "In transit" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 95 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 33", + "urn:barcode:33433076134083" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000033", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 33" + ], + "uri": "i30940994", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 33" + }, + { + "type": "bf:Barcode", + "value": "33433076134083" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 33" + ], + "idBarcode": [ + "33433076134083" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 96 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 32", + "urn:barcode:33433076134075" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000032", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 32" + ], + "uri": "i30940993", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 32" + }, + { + "type": "bf:Barcode", + "value": "33433076134075" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 32" + ], + "idBarcode": [ + "33433076134075" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 97 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 31", + "urn:barcode:33433076134067" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000031", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:t||In transit" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 31" + ], + "uri": "i30940992", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 31" + }, + { + "type": "bf:Barcode", + "value": "33433076134067" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 31" + ], + "idBarcode": [ + "33433076134067" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:t", + "label": "In transit" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 98 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 30", + "urn:barcode:33433076134059" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000030", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 30" + ], + "uri": "i30940991", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 30" + }, + { + "type": "bf:Barcode", + "value": "33433076134059" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 30" + ], + "idBarcode": [ + "33433076134059" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b18932917", + "_nested": { + "field": "items", + "offset": 99 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "identifier": [ + "urn:shelfmark:Sc MG 162 Box 29", + "urn:barcode:33433076134042" + ], + "physicalLocation": [ + "Sc MG 162" + ], + "shelfMark_sort": "aSc MG 162 box 000029", + "catalogItemType_packed": [ + "catalogItemType:21||archival material" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "Sc MG 162 Box 29" + ], + "uri": "i30940990", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Sc MG 162 Box 29" + }, + { + "type": "bf:Barcode", + "value": "33433076134042" + } + ], + "holdingLocation_packed": [ + "loc:rccd8||Offsite" + ], + "enumerationChronology": [ + "Box 29" + ], + "idBarcode": [ + "33433076134042" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:21", + "label": "archival material" + } + ], + "formatLiteral": [ + "Mixed material" + ], + "holdingLocation": [ + { + "id": "loc:rccd8", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NS" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 128, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:rccd8||Offsite", + "doc_count": 127 + }, + { + "key": "loc:scdd2||Schomburg Center - Manuscripts & Archives", + "doc_count": 1 + } + ] + } + }, + "item_format": { + "doc_count": 128, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Mixed material", + "doc_count": 128 + } + ] + } + }, + "item_status": { + "doc_count": 128, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 125 + }, + { + "key": "status:t||In transit", + "doc_count": 2 + }, + { + "key": "status:co||Loaned", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-fc39fb8908503de1997da25e1a3c6fd2.json b/test/fixtures/query-fc39fb8908503de1997da25e1a3c6fd2.json new file mode 100644 index 00000000..09500b2b --- /dev/null +++ b/test/fixtures/query-fc39fb8908503de1997da25e1a3c6fd2.json @@ -0,0 +1,9212 @@ +{ + "body": { + "took": 23, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": 15.560745, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_score": 15.560745, + "_source": { + "extent": [ + "volumes : illustrations ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Some issues bear also thematic titles.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Editors: Harold Ross, 1925-1951; William Shawn, 1951-1987; Robert Gotllieb, 1987-1992, Tina Brown, 1992-1998; David Remnick, 1998-", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Vol. 73, no. 1 never published.", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Has occasional supplements.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Vol. 90, no. 24 (Aug. 25, 2014).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began with issue for Feb. 21, 1925." + ], + "subjectLiteral_exploded": [ + "Literature", + "Literature -- Collections", + "Literature -- Collections -- Periodicals", + "Intellectual life", + "Electronic journals", + "New York (N.Y.)", + "New York (N.Y.) -- Intellectual life", + "New York (N.Y.) -- Intellectual life -- Directories", + "New York (State)", + "New York (State) -- New York" + ], + "numItemDatesParsed": [ + 819 + ], + "publisherLiteral": [ + "F-R Pub. Corp.", + "D. Carey", + "Condé Nast Publications" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 824 + ], + "createdYear": [ + 1925 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "The New Yorker." + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "numItemVolumesParsed": [ + 754 + ], + "createdString": [ + "1925" + ], + "idLccn": [ + "28005329" + ], + "idIssn": [ + "0028-792X" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Ross, Harold Wallace, 1892-1951", + "Shawn, William", + "Brown, Tina", + "Remnick, David", + "White, Katharine Sergeant Angell", + "White, E. B. (Elwyn Brooks), 1899-1985", + "Irvin, Rea, 1881-1972", + "Angell, Roger" + ], + "dateStartYear": [ + 1925 + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest (copy held in Per. Sect.)" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + }, + { + "type": "nypl:Bnumber", + "value": "10833141" + }, + { + "type": "nypl:Oclc", + "value": "1760231" + }, + { + "type": "bf:Lccn", + "value": "28005329" + }, + { + "type": "bf:Issn", + "value": "0028-792X" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1760231" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + } + ], + "idOclc": [ + "1760231" + ], + "uniformTitle": [ + "New Yorker (New York, N.Y. : 1925)" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 1 (Feb. 15, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 2 (Mar. 1, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 3 (Mar. 8, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 4 (Mar. 15, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 5 (Mar. 22, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 6 (Mar. 29, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 7 (Apr. 5, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 8 (Apr. 12, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 9 (Apr. 19, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 10 (Apr. 26, 2021 - May. 3, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 11 (May. 10, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 12 (May. 17, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 13 (May. 24, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 14 (May. 31, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 15 (Jun. 7, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 16 (Jun. 14, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 17 (Jun. 21, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 18 (Jun. 28, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 19 (Jul. 5, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 20 (Jul. 12, 2021)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 21 (Jul. 26, 2021)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 22 (Aug. 2, 2021)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 23 (Aug. 9, 2021)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 24 (Aug. 16, 2021)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "ROOM 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "FEB. 15/22, 2021 - AUG. 16, 2021", + "PRINT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1059671" + }, + { + "checkInBoxes": [ + { + "coverage": "Vol. 97 No. 25 (Aug. 23, 2021)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 26 (Aug. 30, 2021)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 27 (Sep. 6, 2021)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 28 (Sep. 13, 2021)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 29 (Sep. 20, 2021)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 30 (Sep. 27, 2021)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 31 (Oct. 4, 2021)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 32 (Oct. 11, 2021)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 33 (Oct. 18, 2021)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 34 (Oct. 25, 2021)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 35 (Nov. 1, 2021)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 36 (Nov. 8, 2021)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Missing" + }, + { + "coverage": "Vol. 97 No. 37 (Nov. 15, 2021)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 38 (Nov. 22, 2021)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 39 (Nov. 29, 2021)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 40 (Dec. 6, 2021)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 41 (Dec. 13, 2021)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 42 (Dec. 20, 2021)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Unavailable" + }, + { + "coverage": "Vol. 97 No. 43 (Dec. 27, 2021)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "To Bind" + }, + { + "coverage": "Vol. 97 No. 44 (Jan. 3, 2022 - Jan. 10, 2022)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 45 (Jan. 10, 2022)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 46 (Jan. 24, 2022)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 47 (Jan. 31, 2022)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 97 No. 48 (Feb. 7, 2022)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 98 No. 1-49 (Feb. 14, 2022 - Feb. 6, 2023)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 1 (Feb. 13, 2023)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 2 (Feb. 27, 2023)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 3 (Mar. 6, 2023)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 4 (Mar. 13, 2023)", + "position": 29, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 5 (Mar. 20, 2023)", + "position": 30, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 6 (Mar. 27, 2023)", + "position": 31, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 7 (Apr. 3, 2023)", + "position": 32, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 8 (Apr. 10, 2023)", + "position": 33, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 9 (Apr. 17, 2023)", + "position": 34, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 10 (Apr. 24, 2023 - May. 1, 2023)", + "position": 35, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 11 (May. 8, 2023)", + "position": 36, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 12 (May. 15, 2023)", + "position": 37, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 13 (May. 22, 2023)", + "position": 38, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 14 (May. 29, 2023)", + "position": 39, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 15 (Jun. 5, 2023)", + "position": 40, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 16 (Jun. 12, 2023)", + "position": 41, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 17 (Jun. 19, 2023)", + "position": 42, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 18 (Jun. 26, 2023)", + "position": 43, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 19 (Jul. 3, 2023)", + "position": 44, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 20 (Jul. 10, 2023)", + "position": 45, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 21 (Jul. 24, 2023)", + "position": 46, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 22 (Jul. 31, 2023)", + "position": 47, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 23 (Aug. 7, 2023)", + "position": 48, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 24 (Aug. 14, 2023)", + "position": 49, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 25 (Aug. 21, 2023)", + "position": 50, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 26 (Aug. 28, 2023)", + "position": 51, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 27 (Sep. 4, 2023)", + "position": 52, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 28 (Sep. 11, 2023)", + "position": 53, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 29 (Sep. 18, 2023)", + "position": 54, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 30 (Sep. 25, 2023)", + "position": 55, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 31 (Oct. 2, 2023)", + "position": 56, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 32 (Oct. 9, 2023)", + "position": 57, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 33 (Oct. 16, 2023)", + "position": 58, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 34 (Oct. 23, 2023)", + "position": 59, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 35 (Oct. 30, 2023)", + "position": 60, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 36 (Nov. 6, 2023)", + "position": 61, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 37 (Nov. 13, 2023)", + "position": 62, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 38 (Nov. 20, 2023)", + "position": 63, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 39 (Nov. 27, 2023)", + "position": 64, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 40 (Dec. 4, 2023)", + "position": 65, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 41 (Dec. 11, 2023)", + "position": 66, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 42 (Dec. 18, 2023)", + "position": 67, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 43 (Dec. 25, 2023)", + "position": 68, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 44 (Jan. 1, 2024)", + "position": 69, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 45 (Jan. 15, 2024)", + "position": 70, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 46 (Jan. 22, 2024)", + "position": 71, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 47 (Jan. 29, 2024)", + "position": 72, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 99 No. 48 (Feb. 5, 2024)", + "position": 73, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 1 (Feb. 12, 2024)", + "position": 74, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 2 (Feb. 26, 2024)", + "position": 75, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 3 (Mar. 4, 2024)", + "position": 76, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 4 (Mar. 11, 2024)", + "position": 77, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 5 (Mar. 18, 2024)", + "position": 78, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 6 (Mar. 25, 2024)", + "position": 79, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 7 (Apr. 1, 2024)", + "position": 80, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 8 (Apr. 8, 2024)", + "position": 81, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 9 (Apr. 15, 2024)", + "position": 82, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 10 (Apr. 22, 2024)", + "position": 83, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 11 (May. 6, 2024)", + "position": 84, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 12 (May. 13, 2024)", + "position": 85, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 100 No. 13 (May. 20, 2024)", + "position": 86, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 14 (May. 27, 2024)", + "position": 87, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 15 (Jun. 3, 2024)", + "position": 88, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 16 (Jun. 10, 2024)", + "position": 89, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 17 (Jun. 17, 2024)", + "position": 90, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 18 (Jun. 24, 2024)", + "position": 91, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 19 (Jul. 1, 2024)", + "position": 92, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 100 No. 20 (Jul. 8, 2024)", + "position": 93, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "[Bound vols.] 1(1925)-June, Sept.1951-68:9(1992), 68:11(1992)-69:4(1993), 69:6(1993)-72:25(1996), 72:27(1996)-75:25(1999), 75:27(1999)-76:45(2001), 77:1(2001)-77:27(2001), 77:29(2001)-81:15(2005), 81:18(2005)-83:13(2007), 83:17(2007)-85:22(2009), 85:24(2009)-86:11(2010), 86:13(2010)-88:12(2012), 88:14(2012)-88:20(2012), 88:39(2012)-90:38(2014), 91:5(2015), 91:9(2015), 91:14(2015)-92:36(2016), 92:38(2016)-97(2021)--", + "v. 99, no. 37 (2023-11-13); v. 99, no. 48 (2024-02-05); v. 100, no. 2 (2024-02-26)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "notes": [ + "Room 108" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "format": [ + "AUG. 23, 2021-CURRENT" + ], + "location": [ + { + "code": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "h1144777" + } + ], + "updatedAt": 1715286949069, + "publicationStatement": [ + "New York : F-R Pub. Corp., 1925-", + "[New York] : D. Carey", + "[New York] : Condé Nast Publications" + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker)", + "urn:bnum:10833141", + "urn:oclc:1760231", + "urn:lccn:28005329", + "urn:issn:0028-792X", + "urn:identifier:(OCoLC)1760231", + "urn:identifier:(OCoLC)228666271 (OCoLC)315923316 (OCoLC)813435753 (OCoLC)972367546 (OCoLC)973902298 (OCoLC)1032835230 (OCoLC)1038943160 (OCoLC)1041661831 (OCoLC)1054975031 (OCoLC)1058338019 (OCoLC)1065410087 (OCoLC)1078551167 (OCoLC)1081045337 (OCoLC)1082980679 (OCoLC)1114402509 (OCoLC)1134878896 (OCoLC)1134879337 (OCoLC)1144737766 (OCoLC)1167086187 (OCoLC)1294152325 (OCoLC)1302429095 (OCoLC)1319602865 (OCoLC)1322139476 (OCoLC)1332666305" + ], + "genreForm": [ + "Collections.", + "Directories.", + "Periodicals." + ], + "numCheckinCardItems": [ + 117 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1925" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Literature -- Collections -- Periodicals.", + "Intellectual life.", + "Literature.", + "Electronic journals.", + "New York (N.Y.) -- Intellectual life -- Directories.", + "New York (State) -- New York." + ], + "titleDisplay": [ + "The New Yorker." + ], + "uri": "b10833141", + "lccClassification": [ + "AP2 .N6763" + ], + "placeOfPublication": [ + "New York", + "[New York]" + ], + "titleAlt": [ + "New Yorker", + "The New Yorker" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "28-31 cm" + ] + }, + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 71, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 799 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-08", + "lte": "2024-07-08" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 20" + ], + "enumerationChronology_sort": [ + " 100-2024-07-08" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-0", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 20 (Jul. 8, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-07-08" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 798 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-07-01", + "lte": "2024-07-01" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 19" + ], + "enumerationChronology_sort": [ + " 100-2024-07-01" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-1", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 19 (Jul. 1, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-07-01" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 797 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-24", + "lte": "2024-06-24" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 18" + ], + "enumerationChronology_sort": [ + " 100-2024-06-24" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-2", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 18 (Jun. 24, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-24" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 796 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-17", + "lte": "2024-06-17" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 17" + ], + "enumerationChronology_sort": [ + " 100-2024-06-17" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-3", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 17 (Jun. 17, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-17" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 795 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-10", + "lte": "2024-06-10" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 16" + ], + "enumerationChronology_sort": [ + " 100-2024-06-10" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-4", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 16 (Jun. 10, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-10" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 794 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-06-03", + "lte": "2024-06-03" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 15" + ], + "enumerationChronology_sort": [ + " 100-2024-06-03" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-5", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 15 (Jun. 3, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-06-03" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 793 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-27", + "lte": "2024-05-27" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 14" + ], + "enumerationChronology_sort": [ + " 100-2024-05-27" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-6", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 14 (May. 27, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-27" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 792 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2024-05-20", + "lte": "2024-05-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 100 No. 13" + ], + "enumerationChronology_sort": [ + " 100-2024-05-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-7", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 100 No. 13 (May. 20, 2024)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 100, + "lte": 100 + } + ] + }, + "sort": [ + " 100-2024-05-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 707 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "shelfMark_sort": "a*DA+ (New Yorker)", + "dateRange": [ + { + "gte": "2021-12-20", + "lte": "2021-12-20" + } + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "volumeRaw": [ + "Vol. 97 No. 42" + ], + "enumerationChronology_sort": [ + " 97-2021-12-20" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "shelfMark": [ + "*DA+ (New Yorker)" + ], + "uri": "i-h1144777-92", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker)" + } + ], + "holdingLocation_packed": [ + "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + ], + "enumerationChronology": [ + "Vol. 97 No. 42 (Dec. 20, 2021)" + ], + "formatLiteral": [ + "AUG. 23, 2021-CURRENT" + ], + "holdingLocation": [ + { + "id": "loc:makk3", + "label": "Schwarzman Building - Dewitt Wallace Reference Desk Room 108" + } + ], + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + }, + "sort": [ + " 97-2021-12-20" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 638 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)", + "urn:barcode:33433085022428" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)" + ], + "uri": "i17474954", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022428" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1963 (second copy)" + ], + "idBarcode": [ + "33433085022428" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1963" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 657 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1963 (second copy)", + "urn:barcode:33433085022329" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1963 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1963 (second copy)" + ], + "uri": "i17474964", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022329" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1963 (second copy)" + ], + "idBarcode": [ + "33433085022329" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1963" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 673 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)", + "urn:barcode:33433085022451" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)" + ], + "uri": "i17474951", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022451" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1963 (second copy)" + ], + "idBarcode": [ + "33433085022451" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1963" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 691 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1963 (second copy)", + "urn:barcode:33433085022337" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1963 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1963", + "lte": "1963" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1963" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1963 (second copy)" + ], + "uri": "i17474963", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1963 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022337" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1963 (second copy)" + ], + "idBarcode": [ + "33433085022337" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1963" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 639 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)", + "urn:barcode:33433085022386" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)" + ], + "uri": "i17474958", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1961 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022386" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1961 (second copy)" + ], + "idBarcode": [ + "33433085022386" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1961" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 658 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1961 (second copy)", + "urn:barcode:33433085022378" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1961 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1961 (second copy)" + ], + "uri": "i17474959", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1961 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022378" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1961 (second copy)" + ], + "idBarcode": [ + "33433085022378" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1961" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 674 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)", + "urn:barcode:33433085022444" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1961", + "lte": "1961" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1961" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)" + ], + "uri": "i17474952", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1961 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022444" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1961 (second copy)" + ], + "idBarcode": [ + "33433085022444" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1961" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 637 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)", + "urn:barcode:33433085022402" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)" + ], + "uri": "i17474956", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Sept.-Oct. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022402" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Sept.-Oct. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022402" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1960" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 653 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)", + "urn:barcode:33433085022436" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)" + ], + "uri": "i17474953", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Nov.-Dec. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022436" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Nov.-Dec. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022436" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1960" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 672 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Aug. 1960 (second copy)", + "urn:barcode:33433085022394" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Aug. 1960 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Aug. 1960 (second copy)" + ], + "uri": "i17474957", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Aug. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022394" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Aug. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022394" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1960" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 675 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)", + "urn:barcode:33433085022055" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)" + ], + "uri": "i17474941", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022055" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1960 (second copy)" + ], + "idBarcode": [ + "33433085022055" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1960" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 693 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1960 (second copy)", + "urn:barcode:33433085022121" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1960 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1960", + "lte": "1960" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1960" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1960 (second copy)" + ], + "uri": "i17474934", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1960 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022121" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1960 (second copy)" + ], + "idBarcode": [ + "33433085022121" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1960" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 659 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1959 (second copy)", + "urn:barcode:33433085022485" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1959 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1959 (second copy)" + ], + "uri": "i17474948", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1959 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022485" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1959 (second copy)" + ], + "idBarcode": [ + "33433085022485" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1959" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 676 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)", + "urn:barcode:33433085022113" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)" + ], + "uri": "i17474935", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1959 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022113" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1959 (second copy)" + ], + "idBarcode": [ + "33433085022113" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1959" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 694 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1959 (second copy)", + "urn:barcode:33433085022014" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1959 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1959", + "lte": "1959" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1959" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1959 (second copy)" + ], + "uri": "i17474945", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1959 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022014" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1959 (second copy)" + ], + "idBarcode": [ + "33433085022014" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1959" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 641 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)", + "urn:barcode:33433085022493" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)" + ], + "uri": "i17474947", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022493" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1958 (second copy)" + ], + "idBarcode": [ + "33433085022493" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1958" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 660 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1958 (second copy)", + "urn:barcode:33433085022022" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1958 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1958 (second copy)" + ], + "uri": "i17474944", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022022" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1958 (second copy)" + ], + "idBarcode": [ + "33433085022022" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1958" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 677 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)", + "urn:barcode:33433085022048" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)" + ], + "uri": "i17474942", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022048" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1958 (second copy)" + ], + "idBarcode": [ + "33433085022048" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1958" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 695 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1958 (second copy)", + "urn:barcode:33433085022030" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1958 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1958", + "lte": "1958" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1958" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1958 (second copy)" + ], + "uri": "i17474943", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1958 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022030" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1958 (second copy)" + ], + "idBarcode": [ + "33433085022030" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1958" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 642 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)", + "urn:barcode:33433085022063" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)" + ], + "uri": "i17474940", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022063" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1957 (second copy)" + ], + "idBarcode": [ + "33433085022063" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1957" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 661 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1957 (second copy)", + "urn:barcode:33433085022089" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1957 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1957 (second copy)" + ], + "uri": "i17474938", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022089" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1957 (second copy)" + ], + "idBarcode": [ + "33433085022089" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1957" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 678 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)", + "urn:barcode:33433085022105" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)" + ], + "uri": "i17474936", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022105" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1957 (second copy)" + ], + "idBarcode": [ + "33433085022105" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1957" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 696 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1957 (second copy)", + "urn:barcode:33433085022097" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1957 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1957", + "lte": "1957" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1957" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1957 (second copy)" + ], + "uri": "i17474937", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1957 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022097" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1957 (second copy)" + ], + "idBarcode": [ + "33433085022097" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1957" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 643 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)", + "urn:barcode:33433085022071" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)" + ], + "uri": "i17474939", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1956 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022071" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1956 (second copy)" + ], + "idBarcode": [ + "33433085022071" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1956" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 662 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1956 (second copy)", + "urn:barcode:33433085022469" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1956 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1956 (second copy)" + ], + "uri": "i17474950", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1956 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022469" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1956 (second copy)" + ], + "idBarcode": [ + "33433085022469" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1956" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 697 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1956 (second copy)", + "urn:barcode:33433085022477" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1956 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1956", + "lte": "1956" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1956" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1956 (second copy)" + ], + "uri": "i17474949", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1956 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022477" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1956 (second copy)" + ], + "idBarcode": [ + "33433085022477" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1956" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 663 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1955 (second copy)", + "urn:barcode:33433085022139" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1955 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1955 (second copy)" + ], + "uri": "i17474933", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1955 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022139" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1955 (second copy)" + ], + "idBarcode": [ + "33433085022139" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1955" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 679 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)", + "urn:barcode:33433085022154" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)" + ], + "uri": "i17474931", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1955 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022154" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1955 (second copy)" + ], + "idBarcode": [ + "33433085022154" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1955" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 698 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1955 (second copy)", + "urn:barcode:33433085022147" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1955 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1955", + "lte": "1955" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1955" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1955 (second copy)" + ], + "uri": "i17474932", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1955 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022147" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1955 (second copy)" + ], + "idBarcode": [ + "33433085022147" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1955" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 644 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)", + "urn:barcode:33433085022162" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)" + ], + "uri": "i17474930", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022162" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1954 (second copy)" + ], + "idBarcode": [ + "33433085022162" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1954" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 664 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1954 (second copy)", + "urn:barcode:33433085022212" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1954 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1954 (second copy)" + ], + "uri": "i17474924", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022212" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1954 (second copy)" + ], + "idBarcode": [ + "33433085022212" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1954" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 680 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)", + "urn:barcode:33433085022188" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)" + ], + "uri": "i17474928", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022188" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1954 (second copy)" + ], + "idBarcode": [ + "33433085022188" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1954" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 699 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1954 (second copy)", + "urn:barcode:33433085022204" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1954 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1954 (second copy)" + ], + "uri": "i17474926", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022204" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1954 (second copy)" + ], + "idBarcode": [ + "33433085022204" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1954" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 706 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr. -June 1954 (second copy)", + "urn:barcode:33433085022196" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr. -June 1954 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1954", + "lte": "1954" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1954" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr. -June 1954 (second copy)" + ], + "uri": "i17474927", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr. -June 1954 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022196" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr. -June 1954 (second copy)" + ], + "idBarcode": [ + "33433085022196" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1954" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 645 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)", + "urn:barcode:33433085022170" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)" + ], + "uri": "i17474929", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022170" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1953 (second copy)" + ], + "idBarcode": [ + "33433085022170" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1953" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 654 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) May-June 1953 (second copy)", + "urn:barcode:33433085021792" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) May-June 1953 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) May-June 1953 (second copy)" + ], + "uri": "i17474925", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) May-June 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085021792" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "May-June 1953 (second copy)" + ], + "idBarcode": [ + "33433085021792" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1953" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 656 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)", + "urn:barcode:33433079509174" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)" + ], + "uri": "i17474982", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Mar.-Apr. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509174" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Mar.-Apr. 1953 (second copy)" + ], + "idBarcode": [ + "33433079509174" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1953" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 665 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1953 (second copy)", + "urn:barcode:33433079509166" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1953 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1953 (second copy)" + ], + "uri": "i17474983", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509166" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1953 (second copy)" + ], + "idBarcode": [ + "33433079509166" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1953" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 688 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)", + "urn:barcode:33433079509182" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1953", + "lte": "1953" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1953" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)" + ], + "uri": "i17474981", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Feb. 1953 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509182" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Feb. 1953 (second copy)" + ], + "idBarcode": [ + "33433079509182" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1953" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 646 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)", + "urn:barcode:33433079509158" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)" + ], + "uri": "i17474984", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1952 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509158" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1952 (second copy)" + ], + "idBarcode": [ + "33433079509158" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1952" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 666 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1952 (second copy)", + "urn:barcode:33433079509133" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1952 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1952 (second copy)" + ], + "uri": "i17474986", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1952 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509133" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1952 (second copy)" + ], + "idBarcode": [ + "33433079509133" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1952" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 681 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)", + "urn:barcode:33433079509141" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1952", + "lte": "1952" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1952" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)" + ], + "uri": "i17474985", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1952 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509141" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1952 (second copy)" + ], + "idBarcode": [ + "33433079509141" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1952" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 647 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)", + "urn:barcode:33433079509190" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)" + ], + "uri": "i17474980", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509190" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1951 (second copy)" + ], + "idBarcode": [ + "33433079509190" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1951" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 667 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1951 (second copy)", + "urn:barcode:33433079509208" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1951 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1951 (second copy)" + ], + "uri": "i17474979", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509208" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1951 (second copy)" + ], + "idBarcode": [ + "33433079509208" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1951" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 686 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar 1951 (second copy)", + "urn:barcode:33433079509224" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar 1951 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar 1951 (second copy)" + ], + "uri": "i17474977", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509224" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar 1951 (second copy)" + ], + "idBarcode": [ + "33433079509224" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1951" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 700 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1951 (second copy)", + "urn:barcode:33433079509216" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1951 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1951", + "lte": "1951" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1951" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1951 (second copy)" + ], + "uri": "i17474978", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1951 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509216" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1951 (second copy)" + ], + "idBarcode": [ + "33433079509216" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1951" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 648 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)", + "urn:barcode:33433079509232" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)" + ], + "uri": "i17474976", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509232" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1950 (second copy)" + ], + "idBarcode": [ + "33433079509232" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1950" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 668 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1950 (second copy)", + "urn:barcode:33433079509240" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1950 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1950 (second copy)" + ], + "uri": "i17474975", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509240" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1950 (second copy)" + ], + "idBarcode": [ + "33433079509240" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1950" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 682 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)", + "urn:barcode:33433079509125" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)" + ], + "uri": "i17474987", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509125" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1950 (second copy)" + ], + "idBarcode": [ + "33433079509125" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1950" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 701 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1950 (second copy)", + "urn:barcode:33433079509257" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1950 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1950" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1950 (second copy)" + ], + "uri": "i17474974", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1950 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509257" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1950 (second copy)" + ], + "idBarcode": [ + "33433079509257" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1950" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 649 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)", + "urn:barcode:33433079509117" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)" + ], + "uri": "i17474988", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1949 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509117" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1949 (second copy)" + ], + "idBarcode": [ + "33433079509117" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1949" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 669 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1949 (second copy)", + "urn:barcode:33433079509109" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1949 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1949 (second copy)" + ], + "uri": "i17474989", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1949 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433079509109" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1949 (second copy)" + ], + "idBarcode": [ + "33433079509109" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1949" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 702 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1949 (second copy)", + "urn:barcode:33433085022311" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1949 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1949" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1949 (second copy)" + ], + "uri": "i17474965", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1949 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022311" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1949 (second copy)" + ], + "idBarcode": [ + "33433085022311" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1949" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 650 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)", + "urn:barcode:33433085022295" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)" + ], + "uri": "i17474967", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022295" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1948 (second copy)" + ], + "idBarcode": [ + "33433085022295" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1948" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 670 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1948 (second copy)", + "urn:barcode:33433085022287" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1948 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1948 (second copy)" + ], + "uri": "i17474968", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022287" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1948 (second copy)" + ], + "idBarcode": [ + "33433085022287" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1948" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 687 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar 1948 (second copy)", + "urn:barcode:33433085022279" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar 1948 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar 1948 (second copy)" + ], + "uri": "i17474969", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022279" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar 1948 (second copy)" + ], + "idBarcode": [ + "33433085022279" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1948" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 703 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1948 (second copy)", + "urn:barcode:33433085022261" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1948 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1948", + "lte": "1948" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1948" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1948 (second copy)" + ], + "uri": "i17474970", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1948 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022261" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1948 (second copy)" + ], + "idBarcode": [ + "33433085022261" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1948" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 651 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)", + "urn:barcode:33433085022758" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)" + ], + "uri": "i17474971", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1947 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022758" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1947 (second copy)" + ], + "idBarcode": [ + "33433085022758" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1947" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 671 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) July-Sept. 1947 (second copy)", + "urn:barcode:33433085022741" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) July-Sept. 1947 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) July-Sept. 1947 (second copy)" + ], + "uri": "i17474972", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) July-Sept. 1947 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022741" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "July-Sept. 1947 (second copy)" + ], + "idBarcode": [ + "33433085022741" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1947" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 684 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)", + "urn:barcode:33433085022733" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1947" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)" + ], + "uri": "i17474973", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Jan.-Mar. 1947 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022733" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Jan.-Mar. 1947 (second copy)" + ], + "idBarcode": [ + "33433085022733" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1947" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 652 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)", + "urn:barcode:33433085022410" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)" + ], + "uri": "i17474955", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Oct.-Dec. 1946 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022410" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Oct.-Dec. 1946 (second copy)" + ], + "idBarcode": [ + "33433085022410" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1946" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 704 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) Apr.-June 1946 (second copy)", + "urn:barcode:33433085022345" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) Apr.-June 1946 (second copy)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1946", + "lte": "1946" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " -1946" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) Apr.-June 1946 (second copy)" + ], + "uri": "i17474962", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) Apr.-June 1946 (second copy)" + }, + { + "type": "bf:Barcode", + "value": "33433085022345" + } + ], + "holdingLocation_packed": [ + "loc:rcma2||Offsite" + ], + "enumerationChronology": [ + "Apr.-June 1946 (second copy)" + ], + "idBarcode": [ + "33433085022345" + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcma2", + "label": "Offsite" + } + ], + "recapCustomerCode": [ + "NQ" + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + " -1946" + ] + } + ] + } + }, + "allItems": { + "hits": { + "total": { + "value": 824, + "relation": "eq" + }, + "max_score": 0, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)", + "urn:barcode:33433136780354" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (May 10-July 26, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + ], + "uri": "i40904678", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (May 10-July 26, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780354" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (May 10-July 26, 2021)" + ], + "idBarcode": [ + "33433136780354" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)", + "urn:barcode:33433136780347" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Feb 15-May 3, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + ], + "uri": "i40904674", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Feb 15-May 3, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780347" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Feb 15-May 3, 2021)" + ], + "idBarcode": [ + "33433136780347" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + }, + { + "_index": "resources-2024-07-11", + "_id": "b10833141", + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": 0, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)", + "urn:barcode:33433136780362" + ], + "physicalLocation": [ + "*DA+ (New Yorker)" + ], + "shelfMark_sort": "a*DA+ (New Yorker) v. 000097 (Aug. 2-Oct 25, 2021)", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2021", + "lte": "2021" + } + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "enumerationChronology_sort": [ + " 97-2021" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + ], + "uri": "i40904679", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*DA+ (New Yorker) v. 97 (Aug. 2-Oct 25, 2021)" + }, + { + "type": "bf:Barcode", + "value": "33433136780362" + } + ], + "holdingLocation_packed": [ + "loc:mal82||Schwarzman Building - Main Reading Room 315" + ], + "enumerationChronology": [ + "v. 97 (Aug. 2-Oct 25, 2021)" + ], + "idBarcode": [ + "33433136780362" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal82", + "label": "Schwarzman Building - Main Reading Room 315" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "volumeRange": [ + { + "gte": 97, + "lte": 97 + } + ] + } + } + ] + } + } + } + } + ] + }, + "aggregations": { + "item_location": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "loc:mal82||Schwarzman Building - Main Reading Room 315", + "doc_count": 575 + }, + { + "key": "loc:makk3||Schwarzman Building - Dewitt Wallace Reference Desk Room 108", + "doc_count": 117 + }, + { + "key": "loc:rc2ma||Offsite", + "doc_count": 66 + }, + { + "key": "loc:rcma2||Offsite", + "doc_count": 66 + } + ] + } + }, + "item_format": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "Text", + "doc_count": 707 + }, + { + "key": "AUG. 23, 2021-CURRENT", + "doc_count": 93 + }, + { + "key": "FEB. 15/22, 2021 - AUG. 16, 2021", + "doc_count": 24 + } + ] + } + }, + "item_status": { + "doc_count": 824, + "_nested": { + "doc_count_error_upper_bound": 0, + "sum_other_doc_count": 0, + "buckets": [ + { + "key": "status:a||Available", + "doc_count": 766 + }, + { + "key": "status:i||At bindery", + "doc_count": 41 + }, + { + "key": "status:na||Not available", + "doc_count": 9 + }, + { + "key": "status:co||Loaned", + "doc_count": 5 + }, + { + "key": "status:t||In transit", + "doc_count": 2 + }, + { + "key": "status:m||Missing", + "doc_count": 1 + } + ] + } + } + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-fc51968906bb8570e190853920a1ff27.json b/test/fixtures/query-fc51968906bb8570e190853920a1ff27.json new file mode 100644 index 00000000..2ac6e418 --- /dev/null +++ b/test/fixtures/query-fc51968906bb8570e190853920a1ff27.json @@ -0,0 +1,962 @@ +{ + "body": { + "took": 6, + "timed_out": false, + "_shards": { + "total": 2, + "successful": 2, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": { + "value": 1, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_score": 93.36447, + "_source": { + "extent": [ + "1234, [1] pages, x leaves : illustrations ;", + "1234, [1] p., x leaves : ill. ;", + "Third description instance : More 3rd instance ;" + ], + "partOf": [ + "In: -- 773 0b" + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Publication Date (unformated) -- 362 1b" + ], + "publisherLiteral": [ + "Specious Publ. [prev.pub.-- 260.2b]", + "CopyCat pub. co. -- 260 bb" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "createdYear": [ + 201 + ], + "parallelTitle": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "Q-TAG (852 8b q tag. Staff call in bib.)" + ], + "idLccn": [ + "LCCN -- 010", + "9790001138673", + "ISMN", + "Danacode", + "UPC", + "EAN" + ], + "idIssn": [ + "ISSN -- 022" + ], + "seriesStatement": [ + "440 Series ; v. number -- 440 b0", + "490 Series ; v. number -- 490 0b", + "Author, of series. CMA Test Records. -- 800 1b", + "CMA (Cat). CMA Test Records -- 810 2b " + ], + "dateStartYear": [ + 201 + ], + "parallelCreatorLiteral": [ + "‏גלוגר,מרים פ." + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "Q-TAG (852 8b q tag. Staff call in bib.)" + }, + { + "type": "nypl:Bnumber", + "value": "22144813" + }, + { + "type": "bf:Isbn", + "value": "0123456789" + }, + { + "type": "bf:Isbn", + "value": "9780123456786 (qualifier)" + }, + { + "type": "bf:Isbn", + "value": "ISBN -- 020" + }, + { + "type": "bf:Isbn", + "identifierStatus": "canceled/invalid", + "value": "ISBN -- 020 $z" + }, + { + "type": "bf:Lccn", + "value": "LCCN -- 010" + }, + { + "type": "bf:Lccn", + "value": "9790001138673" + }, + { + "type": "bf:Lccn", + "value": "ISMN" + }, + { + "type": "bf:Lccn", + "value": "Danacode" + }, + { + "type": "bf:Lccn", + "value": "UPC" + }, + { + "type": "bf:Lccn", + "value": "EAN" + }, + { + "type": "bf:Issn", + "value": "ISSN -- 022" + }, + { + "type": "bf:Identifier", + "value": "Report number. -- 027" + }, + { + "type": "bf:Identifier", + "value": "Publisher no. -- 028 02 " + }, + { + "type": "bf:Identifier", + "value": "Standard number (old RLIN, etc.) -- 035" + }, + { + "type": "bf:Identifier", + "value": "Sudoc no. -- 086" + }, + { + "type": "bf:Identifier", + "value": "GPO Item number. -- 074" + } + ], + "formerTitle": [ + "Former title -- 247 00" + ], + "updatedAt": 1711656889146, + "publicationStatement": [ + "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", + "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "identifier": [ + "urn:shelfmark:Q-TAG (852 8b q tag. Staff call in bib.)", + "urn:bnum:22144813", + "urn:isbn:0123456789", + "urn:isbn:9780123456786 (qualifier)", + "urn:isbn:ISBN -- 020", + "urn:isbn:ISBN -- 020 $z", + "urn:lccn:LCCN -- 010", + "urn:lccn:9790001138673", + "urn:lccn:ISMN", + "urn:lccn:Danacode", + "urn:lccn:UPC", + "urn:lccn:EAN", + "urn:issn:ISSN -- 022", + "urn:identifier:Report number. -- 027", + "urn:identifier:Publisher no. -- 028 02 ", + "urn:identifier:Standard number (old RLIN, etc.) -- 035", + "urn:identifier:Sudoc no. -- 086", + "urn:identifier:GPO Item number. -- 074" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Starving artist -- 600 00.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term -- 653" + ], + "titleAlt": [ + "Abrev. title -- 210 ", + "Key title -- 222 ", + "T tagged 240 Uniform title -- t240", + "Portion of title \\\\DO NOT DISPLAY\\\\ -- 246 10", + "Parallel title \\\\DO NOT DISPLAY\\\\ -- 246 11", + "Portion of title 246 30", + "Parallel title 246 31", + "Distinctive title 246 12", + "Other title 246 13", + "Cover title 246 14", + "Cover title 246 04", + "Added title page title 246 15", + "Running title 246 17", + "Caption title 246 16", + "Spine title 246 18", + "No type of title specified 246 3 blank", + "246 1 blank", + "Zaglavie Russiĭi", + "Added title -- 740 0b" + ], + "tableOfContents": [ + "Complete table of contents. -- 505 0b", + "1. Incomplete table of contents. -- First instance.-- 505 1b", + "2. Incomplete table of contents -- Second instance. 505 1b", + "3. Incomplete table of contents -- Third instance entered out of order. 505 1b", + "Title subfield $t and author subfield $r and miscellaneous subfield $g in enahnced contents field 505 10." + ], + "note": [ + { + "noteType": "Note", + "label": "Ordinary note. -- 500", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "²³¹", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "¯¯¯\\⠀⠀⠀⠀⠀⠀⠀⠀/¯¯¯", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "⠀⠀⠀\\___( ツ )___", + "type": "bf:Note" + }, + { + "noteType": "With", + "label": "Bound with note. -- 501", + "type": "bf:Note" + }, + { + "noteType": "Thesis", + "label": "Thesis -- (degree) note. -- 502", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references (p. [1235]). -- 504", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Access -- 506 blank,any", + "type": "bf:Note" + }, + { + "noteType": "Access", + "label": "Restricted Access -- 506 1,any", + "type": "bf:Note" + }, + { + "noteType": "Scale", + "label": "Scale (graphic) -- 507", + "type": "bf:Note" + }, + { + "noteType": "Credits", + "label": "Credits (Creation/production credits note) -- 508", + "type": "bf:Note" + }, + { + "noteType": "Performer", + "label": "Cast --511 1b", + "type": "bf:Note" + }, + { + "noteType": "Type of Report", + "label": "Type of Report. -- 513", + "type": "bf:Note" + }, + { + "noteType": "Data Quality", + "label": "Data quality -- 514", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Completely irregular. -- 515", + "type": "bf:Note" + }, + { + "noteType": "File Type", + "label": "File type. -- 516", + "type": "bf:Note" + }, + { + "noteType": "Event", + "label": "Event. -- 518", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience: Rated for Catalogers and Metadata Junkies only -- 521", + "type": "bf:Note" + }, + { + "noteType": "Audience", + "label": "Audience (2): Test of 2nd 521 field.", + "type": "bf:Note" + }, + { + "noteType": "Coverage", + "label": "Coverage -- 522", + "type": "bf:Note" + }, + { + "noteType": "Cite As", + "label": "Cite as: The Mega-MARC test record. -- 524", + "type": "bf:Note" + }, + { + "noteType": "Supplement", + "label": "Supplement -- 525", + "type": "bf:Note" + }, + { + "noteType": "Study Program", + "label": "Study program -- 526 8b ", + "type": "bf:Note" + }, + { + "noteType": "Additional Formats", + "label": "Other test records available. -- 530", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", + "type": "bf:Note" + }, + { + "noteType": "Original Location", + "label": "Original location in SASB -- 535", + "type": "bf:Note" + }, + { + "noteType": "Funding", + "label": "Funding -- 536", + "type": "bf:Note" + }, + { + "noteType": "System Details", + "label": "System Details -- 538", + "type": "bf:Note" + }, + { + "noteType": "Terms of Use", + "label": "Use as test record -- 540", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source display-- 5411b", + "type": "bf:Note" + }, + { + "noteType": "Source", + "label": "Source \\\\DO NOT DISPLAY\\\\ -- 541 bb $a", + "type": "bf:Note" + }, + { + "noteType": "Location of Other Archival Materials", + "label": "Location of Other Archival Materials -- 544", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 545", + "type": "bf:Note" + }, + { + "noteType": "Biography", + "label": "Biography -- 5451 Administrative history", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In English and non-roman scripts. -- 546", + "type": "bf:Note" + }, + { + "noteType": "Former Title", + "label": "Former title (complexity note) -- 547", + "type": "bf:Note" + }, + { + "noteType": "Issued By", + "label": "Issued by CCO -- 550", + "type": "bf:Note" + }, + { + "noteType": "Indexes/Finding Aids", + "label": "Indexes -- 555 bb", + "type": "bf:Note" + }, + { + "noteType": "Documentation", + "label": "Documentation (information about, note) -- 556", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance display --5611b", + "type": "bf:Note" + }, + { + "noteType": "Provenance", + "label": "Provenance \\\\DO NOT DISPLAY\\\\ -- 561 bb", + "type": "bf:Note" + }, + { + "noteType": "Copy/Version", + "label": "Copy/Version (identification note) -- 562", + "type": "bf:Note" + }, + { + "noteType": "Binding", + "label": "Binding -- 563", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Complemented by Linking entry: Bogus title -- 580", + "type": "bf:Note" + }, + { + "noteType": "Linking Entry", + "label": "Linking Entry (complexity note) -- 580", + "type": "bf:Note" + }, + { + "noteType": "Publications", + "label": "Publications (about described material note) -- 581", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action display --583 1b", + "type": "bf:Note" + }, + { + "noteType": "Processing Action", + "label": "Processing Action \\\\DO NOT DISPLAY\\\\ -- 583 bb", + "type": "bf:Note" + }, + { + "noteType": "Exhibitions", + "label": "Exhibitions -- 585", + "type": "bf:Note" + }, + { + "noteType": "Awards", + "label": "Awards -- 586", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: 1900/1901. -- 588 1b", + "type": "bf:Note" + } + ], + "subjectLiteral_exploded": [ + "Starving artist", + "Starving artist -- 600 00", + "Artist, Starving, 1900-1999", + "Artist, Starving, 1900-1999 -- Autobiography.", + "Artist, Starving, 1900-1999 -- Autobiography. -- 600 10 with $d $v", + "testing 4 testing a testing b testing c testing d testing e testing g", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Corporate body subject.", + "Corporate body subject. -- 610 20", + "Secret Society of Catalogers", + "Secret Society of Catalogers -- Periodicals.", + "Secret Society of Catalogers -- Periodicals. -- 610 20 $v", + "testing x as first subfield", + "testing x as first subfield -- testing v as second subfield.", + "testing x as first subfield -- testing v as second subfield. -- 610 10 $x$v only", + "Conference subject entry.", + "Conference subject entry. -- 611 20", + "Stonecutters' Annual Picnic 1995 : Springfield)", + "Stonecutters' Annual Picnic 1995 : Springfield) -- 611 20 $n, $d, $c", + "testing 4 testing a testing c testing d testing e testing g", + "testing 4 testing a testing c testing d testing e testing g -- testing v", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing c testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Uniform title", + "Life is a common square.", + "Life is a common square. -- Criticism.", + "Life is a common square. -- Criticism. -- 630 00 $l, $x", + "testing 4 testing a testing d testing e testing g", + "testing 4 testing a testing d testing e testing g -- testing v", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing d testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Textile industry testing datetesting", + "Textile industry testing datetesting -- 650 b0 $z, $x", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India", + "Textile industry testing datetesting -- 650 b0 $z, $x -- India -- History", + "testing 4 testing a testing b testing c testing d testing e", + "testing 4 testing a testing b testing c testing d testing e -- testing v", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y", + "testing 4 testing a testing b testing c testing d testing e -- testing v -- testing x -- testing y -- testing z", + "New York (N.Y.)", + "New York (N.Y.) -- 21st century", + "New York (N.Y.) -- 21st century -- Diaries.", + "New York (N.Y.) -- 21st century -- Diaries. -- 651 b0 $y, $x", + "Undiscovered country.", + "Undiscovered country. -- 651 b0", + "testing 4 testing a testing e testing g", + "testing 4 testing a testing e testing g -- testing v", + "testing 4 testing a testing e testing g -- testing v -- testing x", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y", + "testing 4 testing a testing e testing g -- testing v -- testing x -- testing y -- testing z", + "Indexed term", + "Indexed term -- 653" + ], + "numItemDatesParsed": [ + 0 + ], + "description": [ + "This record was originally created as a test record in CATNYP. It was greatly expanded in ILS-STAFF to test the public display of various MARC fields. -- 520 (first)", + "Use this record to test CATALOG, OPAC, ENCORE, and BIBLIOCOMMONS display of MARC fields -- 520 (second)" + ], + "numItemsTotal": [ + 2 + ], + "dateEndString": [ + "2011" + ], + "title": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Maintenance test record-- 245 $b" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "201" + ], + "creatorLiteral": [ + "Gloger, Miriam.", + "BookOps. Cataloging. --110 2b ab.", + "Congress (13th : 2013 : LIC, Queens) -- 111 2b (ndc)" + ], + "numElectronicResources": [ + 4 + ], + "contributorLiteral": [ + "Cramer, Richard, 1948-.", + "Cramer, Richard, 1948-", + "Bayer, Jeffrey.", + "Bayer, Jeffrey", + "New York Public Library Database Management Group. -- 710 2b", + "Conference added author. 711 2b", + "Added entry (uncontrolled name) -- 7201", + "Cramer, Richard, 1948- fmo", + "Virtual collection -- 791 2b" + ], + "donor": [ + "Donor / Sponsor -- 799 bb" + ], + "creatorModifiedName": "Miriam Gloger", + "uniformTitle": [ + "T tagged 240 Uniform title -- t240", + "Added title -- 730 0b", + "CMA Test Records -- 830 b0" + ], + "dateEndYear": [ + 2011 + ], + "parallelTitleAlt": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "зглавие руссий" + ], + "genreForm": [ + "Genre heading.", + "Blank pages and looks – Someplace – 1990.", + "testing a – testing b – testing c – testing v – testing x – testing y – testing z" + ], + "idIsbn": [ + "0123456789", + "9780123456786 (qualifier)", + "ISBN -- 020" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "201" + ], + "titleDisplay": [ + "Life is a strange circle (updated 20180627) --245 10 $a, Test record --$k current April 19, 2013 --$f, Testing period --$g [Virtual-- 245 $h] (245-- $n) Titles, includes RDA specific fields -- 245 $p : Maintenance test record-- 245 $b, Version--$s / CMA division -- 245 $c." + ], + "uri": "b22144813", + "electronicResources": [ + { + "label": "856 40", + "url": "http://blogs.nypl.org/rcramer/" + }, + { + "label": "Yizkor Book (NYPL resource) 856 41", + "url": "http://yizkor.nypl.org/index.php?id=2936" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-40-fulltext.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-41-fulltext.com/" + } + ], + "parallelTitleDisplay": [ + "‏כותר שאינו באותיות לטינית = зглавие руссий." + ], + "placeOfPublication": [ + "[s.l.]", + "Long Island CIty, N.Y.", + "Production -- 264 b0 (RDA) ", + "Publisher -- 264 b1 (RDA)", + "Distributor -- 264 b2 (RDA)", + "Manufacturer -- 264 b3 (RDA)", + "Copyright Date -- 264 b4 (RDA)", + "Earlier Publisher -- 264 21 (RDA)", + "Earlier Distributor -- 264 22 (RDA)", + "Earlier Manufacturer -- 264 23 (RDA)", + "Earlier Copyright Date -- 264 24 (RDA)", + "Latest Publisher -- 264 31 (RDA)", + "Latest Distributor -- 264 32 (RDA)", + "Latest Manufacturer -- 264 33 (RDA)", + "Latest Copyright Date -- 264 34 (RDA)" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "supplementaryContent": [ + { + "label": "Contents", + "url": "http://www.ilibri.casalini.it/toc/07260245.pdf" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-42-supplementary.com/" + }, + { + "url": "http://www.ThereIsNoLabelSubfieldInThis856-4b-supplementary.com/" + } + ], + "dimensions": [ + "26 cm +", + "26 cm. +", + "More 3rd instance -- 300 (3rd instance)" + ], + "idIsbn_clean": [ + "0123456789", + "9780123456786", + "020" + ] + }, + "sort": [ + 93.36447, + "b22144813" + ], + "inner_hits": { + "items": { + "hits": { + "total": { + "value": 2, + "relation": "eq" + }, + "max_score": null, + "hits": [ + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "uri": "i37857771", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + }, + { + "type": "bf:Barcode", + "value": "3333333333" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "enumerationChronology": [ + "v.1" + ], + "idBarcode": [ + "3333333333" + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "requestable": [ + false + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ] + }, + "sort": [ + " 1-" + ] + }, + { + "_index": "resources-2024-07-11", + "_id": "b22144813", + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "uri": "i37857772", + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + }, + { + "type": "bf:Barcode", + "value": "44455533322211" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "enumerationChronology": [ + "nothing" + ], + "idBarcode": [ + "44455533322211" + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "requestable": [ + true + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "status": [ + { + "id": "status:a", + "label": "Available" + } + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/resources-responses.test.js b/test/resources-responses.test.js index 350807b2..b8d3b458 100644 --- a/test/resources-responses.test.js +++ b/test/resources-responses.test.js @@ -63,7 +63,7 @@ describe('Test Resources responses', function () { // are not returned from ES at the beginning of the items array, but // should end up sorted there by the response massager. expect(firstTenItems.every(isCheckinCardItem)) - expect(doc.items[0].enumerationChronology[0]).to.equal('Vol. 100 No. 35 (Oct. 28, 2024)') + expect(doc.items[0].enumerationChronology[0]).to.equal('Vol. 100 No. 44 (Dec. 30, 2024)') const lastIndex = doc.items.length - 1 expect(doc.items[lastIndex].enumerationChronology[0]).to.equal('Aug. 9-Oct. 25 (1930)') done() @@ -128,7 +128,6 @@ describe('Test Resources responses', function () { // Note: When updating fixtures, the following value may change. The // most important thing is that it appears to filter out items from the // 800+ item bib: - console.log('num items matched: ', doc.numItemsMatched) expect(doc.numItemsMatched).to.be.lessThan(80) done() }) diff --git a/test/resources.test.js b/test/resources.test.js index ffbfdb44..e745b401 100644 --- a/test/resources.test.js +++ b/test/resources.test.js @@ -219,7 +219,7 @@ describe('Resources query', function () { }) }) - describe('findByUri 404', () => { + describe('findByUri 4xx', () => { before(() => { fixtures.enableEsFixtures() }) @@ -232,6 +232,11 @@ describe('Resources query', function () { const call = () => app.resources.findByUri({ uri: 'b123' }) return expect(call()).to.be.rejectedWith(errors.NotFoundError) }) + + it('handles invalid bib uri with 400', () => { + const call = () => app.resources.findByUri({ uri: 'asdf' }) + return expect(call).to.throw(errors.InvalidParameterError, 'Invalid bnum: asdf') + }) }) describe('findByUri all items', () => { @@ -247,7 +252,15 @@ describe('Resources query', function () { expect(searchBody).to.deep.equal({ _source: { // note absence of "*_sort" - excludes: ['uris', '*_packed', 'items.*_packed', 'contentsTitle'] + excludes: [ + 'uris', + '*_packed', + 'items.*_packed', + 'contentsTitle', + 'suppressed', + '*WithoutDates', + '*Normalized' + ] }, size: 1, query: {